body {
    background-color: var(--first-light);
}
.main {
    padding-top: 150px;
    margin: 0px auto 50px auto;
    max-width: 1200px;
}
.banner {
    background-image: url(/assets/img/operation/christmas/header_calendrier-avent.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    max-width: 1140px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 12px;
    box-shadow: var(--box-shadow);
    padding: 20px;
    display: flex;
    justify-content: center;
}
.banner .banner-content {
    width: 280px;
}
.banner .banner-content img {
    width: 70%;
}
.banner .banner-content img.bottom {
    transform: rotate(180deg);
}
.banner .banner-content p {
    color: #EFEDD8;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 1.125em;
}
.calendrier {
    width: 100%;
    flex-wrap: wrap;
}
.inprogress {
    width: 350px;
    height: 350px;
    background: linear-gradient(#7492C1, #FFFFFF);
    background-color: #7492C1;
    margin: 20px;
    border-radius: var(--secondary-border-radius);
    box-shadow: var(--box-shadow);
    position: relative;
}

.christmas-overlay {
    width: 100%;
    height: 100%;
    border-radius: var(--secondary-border-radius);
}
/* .inprogress img {
} */
.descriptif {
    /* position: absolute;
    bottom: 53px;
    left: 50px; */
    position: absolute;
    bottom: 60px;
    left: 50px;
    text-align: center;
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px 8px 0px 0px;
}
.descriptif p {
    color: var(--white);
    font-size: 0.875em;
    font-family: var(--secondary-font);
}
.descriptif.is-color-black p {
    color: var(--black);
}
.descriptif p:first-child {
    font-weight: 900;
}
.prix {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 0px;
    text-align: center;
    background-color: var(--white);
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}
.prix p {
    font-weight: 400;
    color: var(--black);
    font-family: var(--secondary-font);
    font-size: 0.75em;
}
.prix p span {
    font-weight: 800;
    font-family: var(--secondary-font);
    font-size: 1.25em;
}
.overlay .modale {
    background-color: var(--first-light);
    padding: 0;
}
.overlay .modale .cadeau {
    padding: 0 30px 50px 30px;
}
.overlay .selection_noel {
    width: 100%;
    padding: 0px 10px 0px 0px;
    border-radius: var(--secondary-border-radius);
    margin-top: 40px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    min-height: 130px;
    position: relative;
}
.overlay .selection_noel img {
    width: 150px;
    border-radius: 8px 0px 0px 8px;
    position: relative;
    padding: 20px;
}
.overlay .selection_noel img.b-10 {
    bottom: -10px;
}
.overlay .product_txt p {
    font-family: var(--primary-font);
    font-size: 0.75em;
    font-weight: 200;
    color: var(--black);
    line-height: normal;
    margin-top: 0;
    margin-right: 10px;
}
.overlay .product_txt p:first-child {
    margin-top: 15px;
    font-size: 0.625em;
    font-weight: 800;
}
.overlay .calltoaction p {
    font-family: var(--primary-font);
    font-size: 1em;
    font-weight: 600;
    color: var(--secondary-normal);
    margin-bottom: 5px; 
}
.overlay .detailproduct {
    height: 110px;
    width: 100%;
}
.overlay .calltoaction .acheter {
    font-size: 0.688em;
    background-color: var(--secondary-normal);
    padding: 3px 8px;
    border-radius: 5px;
    color: var(--white);
    margin: 0;
    font-weight: 600;
    font-family: var(--primary-font);
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.overlay:target {
    visibility: hidden;
    opacity: 0;
}
.banner-cadeau {
    background-image: url(/assets/img/operation/christmas/modale_calendrier-avent.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* padding: 60px; */
    height: 200px;
}
.overlay .modale .banner-cadeau-day {
    background-image: url(/assets/img/operation/christmas/boule-de-noel.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    border-radius: 90px;
    width: 40px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
}
.overlay .modale .banner-cadeau-day-link {
    position: absolute;
    top: 0;
    height: 20px;
    background-color: var(--white);
    width: 1px;
    transform: translateX(-50%);
}
.overlay .modale .banner-cadeau-day p {
    color: var(--black);
    font-weight: 600;
    margin: 0;
}
.banner-cadeau img {
    width: 140px;
    height: auto;
}
.banner-cadeau .bottom{
    transform: rotate(180deg);
}
.banner-cadeau .close {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
}
/** Responsive **/
@media screen and (max-width: 1280px) {
    .main {
        max-width: inherit;
    }
}
@media screen and (max-width: 1140px) {
    .banner {
        border-radius: 0px;
    }
    .main {
        padding-top: 80px;
    }
}
@media screen and (max-width: 430px) {
    .overlay .modale .cadeau {
        padding: 0 0px 50px 0px;
    }
    .overlay .selection_noel {
        border-radius: 0px;
        min-height: 150px;
    }
}
@media screen and (max-width: 400px) {
    /* .inprogress {
        width: auto;
        height: auto;
        padding: 6px 6px 0px 6px;
    } */
    .inprogress {
        width: 300px;
        height: 300px;
    }
    .descriptif {
        bottom: 63px;
    }
    .descriptif p {
        font-size: 0.75em;
    }
}
@media screen and (max-width:380px) {
    .descriptif {
        bottom: 58px;
    }
    .overlay .selection_noel {
        border-radius: 0px;
        padding: 10px 10px 10px 0px;
    }
    .overlay .detailproduct {
        height: auto;
    }
    .overlay .calltoaction {
        align-items: flex-start !important;
        flex-direction: column;
    }
    .overlay .calltoaction .acheter {
        position: initial;
    }
    .overlay .product_txt p:first-child {
        margin-top: 0px;
    }
}
@media screen and (max-width:360px) {
    .descriptif {
        bottom: 55px;
    }
    .inprogress {
        width: 250px;
        height: 250px;
    }
}
@media screen and (max-width:345px) {
    .descriptif {
        bottom: 52px;
    }
}
@media screen and (max-width:335px) {
    .descriptif {
        bottom: 48px;
    }
}