.immersion .fusion-column-wrapper {
    position: relative;
}
    .immersion .fusion-imageframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .immersion .fusion-imageframe img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .immersion .fusion-builder-row-inner .fusion-column-wrapper {
        width: calc(100% - 120px) !important;
        margin: 0 auto !important;
    }

@media only screen and (min-width: 769px) {
    .immersion .fusion-imageframe {
        -webkit-clip-path: url(#clip_summer);
        clip-path: url(#clip_summer);
    }
    .immersion.uk .fusion-imageframe {
        -webkit-clip-path: url(#clip_uk);
        clip-path: url(#clip_uk);
    }
    .immersion .fusion-builder-row-inner {
        margin-top: 348px !important;
    }
}

@media only screen and (max-width: 768px) {
    .immersion.summer .fusion-builder-row-inner {
        margin-bottom: 55px !important;
    }
    .immersion.uk .fusion-builder-row-inner {
        margin-top: 55px !important;
    }
    .immersion.summer .fusion-builder-row-inner .fusion-column-wrapper {
        background: #FFFDFA;
        border-radius: 0 0 60px 60px !important;
    }
    .immersion.uk .fusion-builder-row-inner .fusion-column-wrapper {
        background: #FFFDFA;
        border-radius: 60px 60px 0 0 !important;
    }

    .immersion.summer {
        flex-direction: column;
        margin-bottom: -5px;
    }
    .immersion.summer::after {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        height: 36px;
        background: url(/wp-content/uploads/2024/11/banner-simple.svg);
        background-repeat: repeat-x;
        background-size: cover;
        margin-top: -4px;
    }
    html body.page-id-13700 {
        --main_padding-top: 0;
    }
}

.ecoles__hero {

}

.ambassadrice .quote {
    position: absolute;
    right: 202px;
    bottom: 40px;
    transform: rotate(180deg);
    height: 55px;
    top: auto;
    left: auto;
}

@media only screen and (min-width: 769px) {
    .internat .ecoles__hero__slider .flexslider .slides li:nth-child(1) {
        left: clamp(350px, 33.5vw, 600px);
    }
    .internat .ecoles__hero__slider .flexslider .slides li:nth-child(1) img {
        aspect-ratio: 229 / 310;
        object-fit: cover;
    }
    .internat .ecoles__hero__slider .flexslider .slides li:nth-child(4) {
        top: clamp(400px, 33.125vw, 519px);
        left: clamp(500px, 45.6vw, 800px);
        width: clamp(150px, 13.8vw, 230px);
    }
    .internat .ecoles__hero__slider .flexslider .slides li:nth-child(5) {
        right: 68px;
    }
}

@media only screen and (max-width: 768px) {
    .ambassadrice .quote {
        right: auto;
        bottom: auto;
        left: 0;
        top: 160px;
        transform: none;
    }
}

.temoignage .quote {
    position: absolute;
    left: 20%;
    top: 33px;
}

.fusion-tb-footer .fusion-footer-widget-area > .fusion-fullwidth {
    background-color: rgba(249, 239, 226, 0.30) !important;
}

body .equivalences__table table {
    border: none;
    background-color: transparent;
    box-shadow: none;
}
body .equivalences__table table th {
    font-family: Rosarivo;
    background: transparent;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
}
body .equivalences__table table th,
body .equivalences__table table td {
    width: 11.11%;
    border: 6px solid transparent;
}
body .equivalences__table table td {
    position: relative;
    background: transparent;
    min-height: 75px;
    color: #97AA83;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}
body .equivalences__table table td::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #97AA83;
    border-radius: 8px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}
body .equivalences__table tr:nth-child(2n) {
    background-color: transparent;
}
body .equivalences__table table td p {
    margin: 0;
}
body .equivalences__table table td p:empty {
    display: none;
}
body .equivalences__table table td em {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 4px;
    border-radius: 8px;
    background-color: #E9ECE1;
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    body .equivalences__table table {
        margin: 0 13px;
    }
    body .equivalences__table table th, 
    body .equivalences__table table td {
        width: 27.4vw;
        min-width: 27.4vw;
        max-width: 27.4vw;
        border-top-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 12px;
        border-right-width: 12px;
    }
    body .equivalences__table table th {
        background-color: #F6F5ED;
        border-bottom-width: 20px;
        border-left-width: 0;
        border-right-width: 0;
        padding: 16px 0;
        position: relative;
    }
    body .equivalences__table table td {
        min-height: 103px;
        padding: 5px;
        white-space: normal;
    }
    body .equivalences__table table th:first-child::before,
    body .equivalences__table table th:last-child::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 22px;
        height: 100%;
        background-color: #F6F5ED;
    }
    body .equivalences__table table th:last-child::before {
        left: auto;
        right: -20px;
    }

    .equivalences .fusion-title,
    .equivalences .fusion-text {
        margin-left: 20px !important;
    }
}