/*  ------  local   ------  */
.col__page { 
    --CLARINS-FONT: "Times New Roman", ClarinsRegular, Clarins;
    --GOTHAM-EXTRALIGHT: "Times New Roman", "Gotham_ExtraLight";
    --GOTHAM-LIGHT: "Times New Roman", "Gotham_Light";
    --GOTHAM-BOOK: "Times New Roman", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Times New Roman", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",Helvetica, Arial, sans-serif;
}

@media (min-width: 769px){
    
}

@media screen and (min-width: 769px){
    .col__page .col__testimony-first {
        left: -50px;
    }
}


@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 {
        width: 96%;
    }

    .col__page .col__edito-body {
        padding-right: 0px;
    }

    .col__page .col__edito-content {
        padding-right: 0;
    }
}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {

}