/*  ------  local   ------  */
body, html { overflow-x: clip !important; }
.exf__page {
    --CLARINS-FONT: 'Times New Roman', Times, ClarinsRegular, Clarins;
    --GOTHAM-EXTRALIGHT: 'Times New Roman', Times, "Gotham_ExtraLight";
    --GOTHAM-LIGHT: 'Times New Roman', Times, "Gotham_Light";
    --GOTHAM-BOOK: 'Times New Roman', Times, "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", 'Times New Roman', Times, Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: 'Times New Roman', Times, "Gotham SSm medium A", "refiGotham SSm medium B", "Gotham Medium", 'Times New Roman', Times, Helvetica, Arial, sans-serif;
}
i-button .button--secondary, .i-button .button--secondary {
    font-family: 'Times New Roman', Times, ClarinsRegular, Clarins;
}
h3 {
    font-family: 'Times New Roman', Times, "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", 'Times New Roman', Times, Helvetica, Arial, sans-serif;
}
.exf__page .exf__faq-item[data-faq="4"] {
    border-bottom: 1px solid #E9E3DE;
}
.exf__page .exf__bloc-legendes {
    margin-top: 50px;
}
.exf__anchor .swiper-wrapper {
    justify-content: center;
}
@media (min-width: 769px) {
    .exf__page .exf__bloc-services .swiper-wrapper {
        justify-content: center;
    }
    .swiper-pagination-bullet:only-child {
        /* display: block !important; */
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page .exf__reffilable-body {
        left: 50%;
    }
    .exf__page .exf__service {
        border-right: 1px solid #CFCAC9;
    }
    .exf__page .exf__bloc-services .swiper-wrapper {
        gap: 20px;
    }
    .exf__anchor .swiper-wrapper {
        justify-content: center;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .exf__anchor .swiper-wrapper {
        justify-content: center;
    }
}
@media (max-width: 480px) {}