:root{
    --color-black-noel: #3E3E3E;
    --color-red-noel: #A61916C7;
}

/* TYPO */
.offre-de-noel .font-scotch{
    font-family: "scotch-display", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* COLORS */
.black-noel{
    color: var(--color-black-noel);
}

.red-noel{
    color: var(--color-red-noel);
}

/* CTA NOEL */
.offre-de-noel .cta.cta-noel{
    background:var(--color-red-noel);
    border:1px solid var(--color-red-noel);
    color:var(--color-nc-white);
}

.offre-de-noel .cta.cta-noel:hover{
    background-color:var(--color-nc-white);
    color:var(--color-red-noel);
}

/* INTRO */
.offre-de-noel .intro{
    position: relative;
}

.offre-de-noel .intro .text-container{
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
    width: 35%;
}

@media only screen and (max-width:991px) {
    .offre-de-noel .intro.violet .img-container img.img-responsive.no-lazy {
        filter: brightness(0.7);
    }
    .offre-de-noel .intro .text-container{
        top: 40%;
        left: 8%;
        width: 60%;
    }
    .offre-de-noel .intro.violet .text-container{width: 90%;left: 5%;}
    .offre-de-noel .edito-inner{width: 90%;}
    .offre-de-noel .intro.violet .text-container svg{width: 100%;}
}

@media only screen and (min-width:992px) {
    .offre-de-noel .intro{
        margin-top: 120px;
    }
}

/* EDITO */
.offre-de-noel .edito{
    background: transparent linear-gradient(180deg, #A18B5BCB 0%, #A18B5B4E 50%, #A18B5B00 100%) 0% 0% no-repeat padding-box;
    padding: 60px 0;
}

.offre-de-noel .edito-inner{
    max-width: 555px;
    margin: 0 auto;
}

@media only screen and (max-width:414px) {
    .offre-de-noel .edito-inner{
        padding: 0 30px;
    }
}

/* CONDITIONS */
.offre-de-noel .conditions{
    background: url(../images/offre-de-noel/sapin.webp) no-repeat top left;
    padding-bottom: 60px;
}

.offre-de-noel .conditions .list-conditions{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 940px;
    margin: 60px auto 0;
    gap: 60px 0;
}

.offre-de-noel .conditions .list-conditions__item{
    border-radius: 30px;
    background-color: var(--color-nc-white);
    box-shadow: 0px 2px 25px #00000029;
    padding: 60px;
    position: relative;
}

.offre-de-noel .conditions .list-conditions__item .num{
    font-size: 160px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width:991px) {
    .offre-de-noel .conditions .text-container{
        padding: 0 20px;
    }
    
    .offre-de-noel .conditions .list-conditions{
        padding: 0 30px 0 60px;
    }
}

@media only screen and (max-width:340px) {
    .offre-de-noel .conditions .list-conditions{
        padding: 0 20px 0 40px;
    }

    .offre-de-noel .conditions .list-conditions__item{
        padding: 40px;
    }

    .offre-de-noel .conditions .list-conditions__item .num{
        font-size: 120px;
    }
}

@media only screen and (min-width:992px) {
    .offre-de-noel .conditions .list-conditions__item{
        width: 42.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .offre-de-noel .conditions .list-conditions__item:nth-child(4){
        padding: 30px 60px;
    }

    .offre-de-noel .conditions .list-conditions__item:nth-child(5), .offre-de-noel .conditions .list-conditions__item:nth-child(8){
        width: 100%;
    }
}