.page-header {
    width: 100%;
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-black);

}
.page-header .page-header__image {
    max-width: 90%;
    z-index: 100;
}
















.page-header .page-header__motif {
    max-width: 13%;
    position: absolute;
    bottom:0;
    right: 0;
    z-index: 10;
}





.section--about {
    margin: 65px 0;
}

.section--about .container {
    display: flex;
    justify-content: flex-end;
}

.section--about .section__column:nth-child(1) {
    width: calc(50vw + 150px);
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(50% - 100px);
}

.section--about .section__column:nth-child(2) {
    width: calc(50% - 150px);
    padding: 125px 0;
}

.section--about .section__image {
    width: 100%;
    height: 100%;
    background: var(--color-black);
}
.section--about .section__image img {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (max-width: 1020px) {
    .section--about {
        margin: 50px 0 25px 0;
    }

    .section--about .container {
        flex-direction: column;
    }

    .section--about .section__column:nth-child(1) {
        width: calc(100% + 40px);
        aspect-ratio: 16 / 9;
        margin: 0 -20px;
        position: relative;
        top: initial;
        right: initial;
    }

    .section--about .section__column:nth-child(2) {
        padding: 75px 0;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .section--about {
    }

    .section--about .section__column:nth-child(1) {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }

    .section--about .section__column:nth-child(2) {
        padding: 50px 0;
    }
}


.section--recrutement {
    background: var(--color-primary);
}

.section--recrutement .container {
    display: flex;
    justify-content: flex-start;
}

.section--recrutement .section__column:nth-child(1) {
    width: calc(50% - 100px);
    padding: 125px 0;

}

.section--recrutement .section__column:nth-child(2) {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

.section--recrutement .section__image {
    width: 100%;
    height: 100%;
    background: var(--color-black);
}
.section--recrutement .section__image img {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section--recrutement .section__text {
    color: var(--color-white);
}

@media all and (max-width: 1020px) {
    .section--recrutement {
        margin: 0 0 25px 0;
    }

    .section--recrutement .container {
        flex-direction: column-reverse;
    }


    .section--recrutement .section__column:nth-child(1) {
        padding: 75px 0;
        width: 100%;
    }

    .section--recrutement .section__column:nth-child(2) {
        width: calc(100% + 40px);
        aspect-ratio: 16 / 9;
        margin: 0 -20px;
        position: relative;
        top: initial;
        left: initial;
    }

}

@media all and (max-width: 768px) {
    .section--recrutement {
    }

    .section--recrutement .section__column:nth-child(1) {
        padding: 50px 0;
    }

    .section--recrutement .section__column:nth-child(2) {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }


}


.section--contact {
}

.section--contact .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section--contact .section__column:nth-child(1) {
    width: calc(40% - 25px);
    padding: 85px 0;
}

.section--contact .section__column:nth-child(2) {
    width: calc(60% - 25px);
}

.section--contact .section__image {
    width: 100%;
    max-width: 704px;
}

.section--contact .section__image img {
    max-width: 100%;
}
.section--contact .section__text p:not(:first-child){
    margin-top:30px;
}
.section--contact .block-map {
    width: 100%;
    max-width: 404px;
    margin: 65px 0 0 0;
}

.section--contact .block-map .block-map__content {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.section--contact .block-map .block-map__content iframe {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;

}

@media all and (max-width: 1020px) {
    .section--contact .container {
        flex-direction: column-reverse;
    }

    .section--contact .section__column:nth-child(1) {
        width: 100%;

    }

    .section--contact .section__column:nth-child(2) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 50px 0;
    }

    .section--contact .block-map {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin: 50px -20px 0 -20px;
    }

    .section--contact .block-map .block-map__content {
        aspect-ratio: 16 / 9;
    }
}

@media all and (max-width: 768px){
    .section--contact .block-map {
        width: calc(100% + 32px);
        margin: 50px -16px 0 -16px;
    }
}

.block-partenaires {}

.block-partenaires .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}

.block-partenaires .item {
    max-width: calc(100% / 8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-partenaires .item img {
    max-width: 100%;
    max-height: 60px;
    height: auto;
    object-fit: contain;
}

@media all and (max-width: 1024px){

}

@media all and (max-width: 768px){
    .block-partenaires .container {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .block-partenaires .item {
        max-width: calc(100% / 4);
    }
}
