<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) {

}</pre></body></html>