/*  ------  local   ------  */
.holy__page .holy__edito-text {
    width: 81%;
}

/* 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) {
    .holy__page .holy__title {
        font-size: 26px;
    }
    .holy__page .holy__edito-text {
        width: 100%;
    }
    .holy__page .holy__bloc-subtitle {
        width: 55%;
    }
}
/* mobile */
@media (max-width: 480px) {
    .holy__page .holy__header-title {
        font-size: 35px;
    }
    .holy__page .holy__title {
        font-size: 25px;
    }
}
