/*  ------  local   ------  */
body, html { overflow-x: clip !important; }

@media (min-width: 769px) {
    .holy__page .holy__title.holy__push-title {
        min-height: 80px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__bloc-pushs .holy__title.holy__push-title {
        min-height: 70px;
    }
    .holy__bloc-pushs .holy__text.holy__push-text {
        min-height: 120px;
    }
    .holy__page .holy__advent-text {
        min-height: 140px;
    }
    .holy__page .holy__sets-slider {
        padding-inline: 0;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .holy__text.holy__push-text {
        min-height: 100px;
    }
}

@media (max-width: 480px) {}