
.section--prestations {

}

.section--prestations .section__title {
    margin: 74px 0 32px 0;
}

.section--prestations .grid--prestations {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.section--prestations .block--prestation {
    width: calc(100% / 7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--prestations .block--prestation .block__image {
    width: 100%;
    max-width: 90%;
    aspect-ratio: 1 / 1;
    background: #F0F0F1;
    display: block;
    border-radius: 0 30px 0 0;
    overflow: hidden;
}

.section--prestations .block--prestation .block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.section--prestations .block--prestation .block__content {
    margin: 25px 0 0 0;
}

.section--prestations .block--prestation .block__title {
    color: var(--color-secondary);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.5;
}

.section--prestations .section__controls {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--prestations .section__controls .btn {

}

@media all and (max-width: 1200px) {
    .section--prestations .block--prestation .block__title {
        font-size:16px;
    }
}
@media all and (max-width: 1080px) {
    .section--prestations .grid--prestations {
        gap:32px 0;
    }
    .section--prestations .block--prestation {
        width: calc(100% / 4);
    }
}
@media all and (max-width: 576px) {
    .section--prestations .block--prestation {
        width: calc(100% / 3);
    }
}
@media all and (max-width: 450px) {
    .section--prestations .block--prestation {
        width: calc(100% / 2);
    }
}
.section--realisations {
    background: #F0F0F1;
    margin: 51px 0 80px 0;
    padding: 71px 0 0 0;
}

.section--realisations .section__title {
    margin: 0 0 32px 0;
}

.section--realisations .section__introduction {
    margin: 0;
}

.section--realisations .section__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 51px 0 70px 0;
}

.section--realisations .section__controls .btn--primary {
    max-width: 310px;
}

.section--realisations .grid--images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 70px;
    z-index: 10;
}

.section--realisations .grid--images::after {
    content: '';
    width: 50vw;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--color-white);
    z-index: 1;
}

.section--realisations .grid--images::before {
    content: '';
    width: 50vw;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 50%;
    background: var(--color-white);
    z-index: 1;
}

.section--realisations .grid--images .card__image {
    flex: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    z-index: 10;
    border-radius: 0 30px 0 0;
}

@media all and (max-width: 1080px){
    .section--realisations .grid--images {
        gap:0 2vw;
    }
}
@media all and (max-width: 1080px){
    .section--realisations .grid--images {
        gap:0 2vw;
    }
}

.section--certifications .section__title {
    margin: 0 0 32px 0;
}

.section--certifications .section__introduction {
    margin: 0;
}

.section--certifications .grid--images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    margin: 69px 0 100px 0;
}

.section--certifications .grid--images .card__image {
    max-width: 30vw;
}
.section--certifications .grid--images .card__image img {
    max-width: 100%;
}

@media all and (max-width: 768px){
    .section--certifications .grid--images .card__image {
        max-width: 20vw;
    }
}
    /* ------------------------- Coordonnées ------------------------- */
.section--coord {
    margin: 88px 0;
}

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

.section--coord .section__column:nth-child(1) {
    padding: 20px clamp(20px, 5vw, 75px);
}

.section--coord .section__column:nth-child(2) {
    flex: 1;
    border-radius: 0 40px 0 0;
    overflow: hidden;
    background: #F0F0F1;
}

.section--coord .section__title {
    text-align: left;
    margin: 0 0 22px 0;
}

.section--coord .section__content {
    font-size: 18px;
    line-height: 1.5;
}

.section--coord .section__content a:not(.btn--primary) {
    color: var(--color-black);
    text-decoration: none;
}

.section--coord .section__content a:not(.btn--primary):hover {
    text-decoration: underline;
}

.section--coord .section__content .btn--primary {
    margin: 24px 0 0 0;
}

.section--coord .section__controls {
    margin: 28px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}

.section--coord .section__networks {
    font-weight: 700;
}

.section--coord .network__list .network__list__link {
}

.section--coord .network__list .network__list__link--facebook svg * {
}

.section--coord .network__list .network__list__link:hover {
}

.section--coord .network__list .network__list__link:hover svg * {
}

.section--coord iframe {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}


@media all and (max-width: 992px) {
    .section--coord .container {
        display: flex;
        flex-direction: column;
    }

    .section--coord .section__column:nth-child(1) {
        width: 100%;
        padding: 50px clamp(20px, 5vw, 75px);
        border-radius: 0 40px 0 0;
        overflow: hidden;
    }

    .section--coord .section__column:nth-child(2) {
        width: 100%;
        height: 350px;
        flex: initial;
        border-radius: 0;
    }

    .section--coord .section__title {
        text-align: center;
    }
    .section--coord .section__content .btn--primary {
        margin: 24px auto 0 auto;
    }
    .section--coord .section__content {
        text-align: center;
    }

    .section--coord .section__controls {
        justify-content: center;
    }
}
