/*  ------  local   ------  */
/* 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) {
}
/* 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) {
    .col__page .col__edito-title {
        font-size: 37px;
    }
    .col__page .col__header-content {
        left: calc(46% + calc(124 * var(--headerRatio)));
    }
    .col__page .col__header-body {
        height: 76%;
    }
}
/* mobile */
@media (max-width: 480px) {
    .col__page .col__anchor-content {
        width: 70%;
        margin: auto;
    }
    .col__page .col__faq-item-handler {
        font-size: 12px;
    }
}


