#Page-noel-2022 h1 {
    font-family: "Antique Olive", Helvetica, Heebo, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 100px;
    color: #fff;
    margin-bottom:1rem ;
}

.noel-2022_bloc-text-intro {
    padding: 220px 90px;

}

.noel-2022_bloc-text-outro {
    padding: 220px 90px 110px 90px;

}

.noel-2022_title {
    font-family: "Antique Olive", Helvetica, Heebo, Arial, sans-serif;
    font-weight: 900;
    font-size: 30px;
}

.noel-2022_text {
    font-family: "Antique Olive", Arial, Helvetica, sans-serif;
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    font-weight: 100;
}


.noel-2022_gallery {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.noel-2022_gallery-unique {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.noel-2022_gallery-bloc {
    position: relative;
    text-align: center;
}

.noel-2022_gallery-bloc img {
    width: 100%;
    height: auto;
}

.noel-2022_gallery-bloc .container-text-btn-noel {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.noel-2022_gallery-bloc .container-text-btn-noel h3 {
    font-family: "Antique Olive", Arial, Helvetica, sans-serif;
    font-size: calc(24px + (56 - 24) * (100vw - 320px) / (1920 - 320)) !important;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding-bottom: 1rem;
}

.container-btn-noel {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1.75rem 2rem;
}

.container-btn-noel-reverse {
    display: flex;
    border: 1px solid #212529;
    padding: 1rem;
    width: fit-content;
    margin: 110px auto 0 auto;
    text-align: center;
}


.btn-noel {
    font-family: "Antique Olive", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff;
}

.btn-noel-reverse {
    font-family: "Antique Olive", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #212529;
}

.container-btn-noel:hover {
    cursor: pointer;
    background-color: #fff;

}

.container-btn-noel-reverse:hover {
    cursor: pointer;
    background-color: #212529;

}

.container-btn-noel-reverse:hover .btn-noel-reverse {
    color: #fff;
}



.container-btn-noel:hover .btn-noel {
    color: #212529;
}

.noel-2022__container-text-img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.noel-2022__container-text-img .container__img {
    width: 50%;
    height: auto;
}

.noel-2022__container-text-img .container__img img {
    width: 100%;
    height: auto;
}

.noel-2022__container-text-img .container__text {
    padding: 0 140px;
}




/*Media queries*/


@media screen and (max-width: 1024px) {
    #Page-noel-2022 h1 {
        font-size: 70px;
    }

    .noel-2022_bloc-text-intro {
        padding: 60px;
    }
    

.noel-2022_bloc-text-outro {
    padding: 60px 60px 30px 60px;

}
   .container-btn-noel-reverse {
    margin: 30px auto 0 auto;
} 
    
}

@media screen and (min-width: 769px) {

    .gallery-bloc__img.is-mobile,
    .noel-2022_container-gallery.is-mobile {
        display: none
    }
}

@media screen and (max-width: 768px) {

    .gallery-bloc__img.not-mobile,
    .noel-2022_container-gallery.not-mobile {
        display: none
    }
}

@media screen and (max-width: 450px) {
    #Page-noel-2022 h1 {
        font-size: 36px;
    }

    .noel-2022_gallery-bloc .container-text-btn-noel h3 {
        font-size: calc(20px + (56 - 24) * (100vw - 320px) / (1920 - 320)) !important;

    }
    .container-btn-noel {
    display: inline-block;
    border: 1px solid #fff;
    padding: 1.25rem 1.5rem;
}
}
