
body, html {
    overflow-x : clip !important;
}
.efe__legal_mention {
    position: absolute;
    bottom : 1vw;
    right: 2vw;
    opacity: 0.8;
}

/* desktop */
@media (min-width: 1113px) {

}
/* Mobile */
@media (max-width: 480px) {
    .efe__legal_mention {
        font-size: 7px;
    }

    .efe__page[data-clp="efe_night"] .efe__push-cta {
        bottom: calc( 28 * var(--ratioPush));
    }

}
/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .efe__legal_mention {
        font-size: 7px;
    }
}
/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .efe__legal_mention {
        font-size: 7px;
    }
}