/*  ------  dts   ------  */
body, html {
    overflow-x: clip!important;
}

 /*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) {
    .hrc__page .hrc__edito-img {
        width: 80%;
    }
}
/* 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) {
    .hrc__page .hrc__edito-title {
        font-size: 31px;
    }
    .hrc__page .hrc__edito-text {
        font-size: 15px;
    }
    .hrc__page .hrc__edito-img {
        width: 59%;
    }
}
/* mobile */
@media (max-width: 480px) {
    .hrc__page .hrc__faq-item-handler {
        font-size: 13px;
    }
    .hrc__page .hrc__faq-item-answer {
        font-size: 13px;
    }
}