.blc-main-image,
.blc-main-image img {
    max-height: 580px;
    width: 100%;
    object-fit: cover;
}

#primary h1 {
    margin: 40px 0;
    max-width: 520px;
}

.location-summary {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.location-summary>div {
    width: 49%;
}

.location-informations-summary {
    color: #000000;
    font-family: 'Asap';
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 500;
}

.location-informations-summary img {
    margin-right: 10px;
    width: 20px;
}

.location-informations-summary>div {
    min-width: 48%;
    margin-bottom: 70px;
}

.blc-fil-ariane {
    margin: 30px 0;
    color: #000000;
    font-family: 'Asap';
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
}

#arrow-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 90vw;
    z-index: 1;
    max-width: 1440px;
    right: 0;
    margin: auto;
}

@media screen and (max-Width: 1440px) {

    #carroussel-left-arrow,
    #carroussel-right-arrow {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 7px 5px 1px 5px;
        border-radius: 5px;
    }

    #arrow-container {
        width: 85%;
    }
}

@media screen and (max-Width: 550px) {

    #carroussel-left-arrow,
    #carroussel-right-arrow {
        transform: scale(0.8);
    }

    #arrow-container {
        width: 85%;
    }
}


#carroussel-container {
    display: flex;
    position: relative;
    max-height: 670px;
    overflow: hidden;
}

#carroussel-img-delimiter {
    max-width: 1240px;
    margin: auto;
    overflow: hidden;
}

#carroussel-img-container {
    display: flex;
    transition: transform 0.6s ease-in-out;
    max-height: 670px;
}

#carroussel-img-container img {
    object-fit: cover;
	min-width: 100%;
}


#carroussel-left-arrow,
#carroussel-right-arrow {
    cursor: pointer;
}

#carroussel-left-arrow::before {
    content: url('ressources/icon_baltic/left-arrow.svg');
    height: 20px;
}

#carroussel-right-arrow:after {
    content: url('ressources/icon_baltic/right-arrow.svg')
}

.location-content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px
}

.location-contact-container {
    width: 40%;
    max-width: 560px;
    padding-right: 25px;
}

.locaton-content-container {
    max-width: 680px;
}

.location-contact-container h2 {
    max-width: 330px;
    margin-bottom: 20px;
}

.location-contact-container .location-icon {
    width: 13px;
    margin-right: 5px;
}

.location-icon-info {
    font-family: 'Asap';
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 5px;
}

.location-contact-info {
    margin-top: 40px;
    border: 1px solid #06526A;
    border-radius: 5px;
    max-width: 440px;
    height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.la-parole-de-l-agent img,
.location-contact-info>img {
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.location-contact-info>div {
    width: 60%;
    color: #4B575A
}

.location-contact-name {
    color: #000000;
    font-family: "Asap";
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 35px;
    text-align: left;
    font-weight: 500;
}

.location-contact-phone {
    color: var(--golden-color);
    font-family: 'Lato';
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.robots-nocontent {
    display: none;
}


.agent-profile {
    display: flex;
    position: relative;
    min-width: 120px;
}

.la-parole-de-l-agent {
    display: flex;
}

.la-parole-de-l-agent img {
    /* margin-top: 25px; */
}

.blt-avis-citation {
    color: var(--main-color);
    font-size: 100px;
    letter-spacing: 6px;
    line-height: 110px;
    position: absolute;
    top: -25px;
    right: 0;
    font-weight: 500px;
}

.agent-citation {
    padding-left: 25px;
}

.agent-citation div {
    color: #000000;
    font-family: 'Asap';
    font-size: 25px;
    letter-spacing: 2.5px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.agent-citation p {
    color: #4B575A;
    font-family: 'Playfair Display';
    font-size: 16px;
    line-height: 25px;
    max-width: 460px;
    text-align: left;
    font-weight: 500;
}

.blt-related-posts-container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.location-informations-summary>div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.blt-related-post {
    width: 48%;
    max-width: 610px;
    position: relative;
}

.blt-related-post img {
    max-height: 320px;
    width: 100%;
}

.blt-related-post::before {
    content: url('ressources/icon_baltic/top_right_white_arrow.svg');
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.blt-related-post:hover::before {
    opacity: 1;
}

@media screen and (max-Width: 1190px) {
    .location-summary>div {
        width: 100%;
    }

    .location-informations-summary>div {
        min-width: 30%;
        margin-bottom: 25px
    }

    .location-informations-summary {
        font-size: 22px;
    }


    .location-content {
        flex-direction: column;
    }

    .location-contact-container {
        display: flex;
        width: 100%;
        max-width: unset;
        flex-wrap: wrap;
        padding-right: unset;
    }

    .location-contact-container h2 {
        min-width: 100%;
    }

    .location-contact-container>div {
        display: flex;
        justify-content: space-between;
        min-width: 100%;
    }

    .location-contact-info {
        margin: 0;
        width: 440px;
    }

    .locaton-content-container {
        margin-top: 20px;
        width: 100%;
        max-width: unset;
    }

    .la-parole-de-l-agent {
        margin: 40px 0;
    }

    .agent-citation p {
        max-width: unset;
    }

    .contact-form-section h1 {
        font-size: 35px;
        letter-spacing: 1.5px;
    }
}

@media screen and (max-Width: 1200px) {
    .contact-form-section {
        margin-bottom: 50px;
    }
}

@media screen and (max-Width: 990px) {
    .contact-form-section h1 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.5px;
    }
}

@media screen and (max-Width: 890px) {

    .contact-form-section {
        flex-direction: column;
    }

    .contact-form-section h1 {
        max-height: unset;
    }

}

@media screen and (max-Width: 700px) {
    .location-summary {
        margin: 30px 0
    }

    .location-contact-info {
        flex-direction: column;
        text-align: center;
        margin: 25px 0 35px 0;
    }

    .blt-related-posts-container {
        flex-direction: column;
    }

    .location-contact-name,
    .location-contact-phone {
        text-align: center;
    }

    .blt-related-post {
        width: 100%;
    }

    .blt-related-post:last-child {
        margin-top: 25px;
    }

    .location-informations-summary {
        font-size: 18px;
    }

    .location-informations-summary>div {
        min-width: 48%;
        max-width: 48%;
        margin-bottom: 35px;
    }

    .location-contact-container>div {
        flex-direction: column;
    }

    .location-contact-container>div>div:first-child {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .location-contact-info {
        min-width: 100%;
        margin-top: 5px;
        padding: 10px;
        height: unset;
        width: unset;
    }

    .la-parole-de-l-agent {
        margin: 10px 0 30px 0;
    }

    .location-summary {
        flex-direction: column;
    }

    .contact-form-section h1 {
        font-size: 25px;
        line-height: 35px;

    }

}

@media screen and (max-Width: 500px) {
    .agent-profile {
        display: none;
    }

    .location-contact-info>img {
        width: 100px;
        height: 100px;
    }

    .agent-citation {
        margin-top: 0px;
        padding-left: 0px;
    }

    .location-informations-summary {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    .location-informations-summary>div {
        width: 49%;
    }

    .location-informations-summary img {
        margin-right: 5px;
    }
}