<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  ------  dts   ------  */


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page .exf__edito-title {
        font-size: 36px;
        line-height: 1.2em;
    }
    
}


@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__edito-media {
        padding-left: 0px;
        width: 80%;
    }
    .exf__page .exf__only-desktop{
        display: none !important;
    }
    .exf__page .exf__only-mobile{
        display: inline-block !important;
    }

}


@media (max-width: 480px) {

}

/* CLP EFE */
.efe-clp-bloc {
    margin-top: 64px;
}

@media (min-width: 769px) {
    .exf__page {
        --ratioPush: calc(100cqw / 1266);
    }
}
.exf__reffilable-content.clp-efe-content {
    text-align: left;
}
.exf__page .efe__push-suptitle {
    font-size: calc(15 * var(--ratioPush));
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: calc(4 * var(--ratioPush));
}
.exf__page .efe__push-title {
    font-size: calc(30 * var(--ratioPush));
    line-height: 0.85em;
    padding-bottom: calc(4 * var(--ratioPush));
    font-weight: 700;
    text-transform: uppercase;
}
.exf__page .efe__push-subtitle {
    font-size: calc(16.84 * var(--ratioPush));
    line-height: 1em;
    padding-bottom: calc(26 * var(--ratioPush));
    font-weight: 700;
    text-transform: uppercase;
}
.exf__page .efe__push-text {
    font-size: calc(14 * var(--ratioPush));
    line-height: 1.1em;
    font-weight: 700;
}
.exf__page  .efe__push-cta {
    padding-top: calc(32 * var(--ratioPush));
    position: relative;
    top: 0;
    left: 0;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .exf__reffilable-body.clp-efe-body {
        left: 60%;
    }
     .exf__page .efe__push-suptitle {
        font-size: calc(25.11 * var(--ratioPush));
    }
    .exf__page .efe__push-title {
        font-size: calc(40.92 * var(--ratioPush));
    }
    .exf__page .efe__push-subtitle {
        font-size: calc(20.84 * var(--ratioPush));
    }
    .exf__page .efe__push-text {
        font-size: calc(18 * var(--ratioPush));
    }
    .efe__page .efe__push-cta {
        padding-top: calc(35 * var(--ratioPush));
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    
}

@media (max-width: 480px) {
    .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%;
    }
}</pre></body></html>