/* Desktop */
.holy__header-title--2 {
    font-size: 25px !important;
    color:var(--COLOR-DEFAULT) !important;
}

.holy__faq-item-answer__ul {
    padding-left: 20px;
    list-style-type: disc;
}


/* NEWSLETTER SECTION */
.holy__bloc--newsletter {
    padding: 60px 40px;
    background-color: #fff;
    margin: 0 auto;
}

.holy__bloc--newsletter__center:before{
    content: " ";
    display: block;
    width: 90px;
    height: 90px;
    background: url(../img/holiday-2024_news-letter-01.png?$staticlink$) center center no-repeat;
    background-size: 90px;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.holy__bloc--newsletter__center:after{
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/holiday-2024_news-letter-02.png?$staticlink$) center center no-repeat;
    background-size: 100px;
    position: absolute;
    top: -30px;
    right: 0;
}

.holy__bloc--newsletter__center .holy__text {
    margin-bottom: 20px;
}


/* Mobile */
@media (max-width: 480px) {
    .holy__bloc--newsletter__center:before{
        width: 45px;
        height: 45px;
        background-size: 45px;
        bottom: -20px;
        left: 0;
    }
    
    .holy__bloc--newsletter__center:after{
        width: 50px;
        height: 50px;
        background-size: 50px;
        top: -15px;
        right: 0;
    }

    .holy__page .holy__faq-item[data-open="0"] {
        height: 65px !important;
    }

    .holy__page .holy__header-title {
        font-size: 45px !important;
    }
    .holy__header-title--2 {
        font-size: 20px !important;
    }

}

/* 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__bloc--newsletter__center:before{
        bottom: -30px;
    }
    
}

/* 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) {}