/*  ------  local   ------  */

@media (min-width:769px) and (max-width: 1200px) {
    .exf__bloc[data-anchor-id="5"] .exf__reffilable-body {
        left: 50% !important;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .exf__page .exf__reffilable-title {
        font-size: 38px;
    }
}
@media (min-width: 1100px) and (max-width: 1200px) {
    .exf__page .exf__reffilable-title {
        font-size: 50px;
    }
}



@media only screen and (max-width: 768px) {
    .exf__page {
        --ratioPush: calc(100vw / 376);
    }
    .exf__reffilable-body.clp-efe-body {
        width: 100%;
        left: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .exf__reffilable-content.clp-efe-content {
        padding: calc(21 * var(--ratioPush)) calc(17 * var(--ratioPush)) 0 calc(17 * var(--ratioPush));
    }
    .exf__page  .efe__push-cta {
        position: absolute;
        bottom: calc(23 * var(--ratioPush));
        top: auto;
        text-align: center;
        width: 100%;
    }
}