@font-face {
    font-family: 'Million Dreams';
    src: url('../fonts/MillionDreams-Regular.woff2') format('woff2'),
        url('../fonts/MillionDreams-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.Noel .Noel * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.Noel {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 300;
    margin: 0 auto;
    color: #383838;
}

.Noel img {
    width: 100%;
}

.Noel a {
    text-decoration: none;
    color: inherit;
}

.Noel ul {
    padding-left: 20px;
}

.Noel .strong {
    font-weight: bold;
}

.Noel section {
    margin: 35px auto;
    padding: 50px 0;
}

.Noel .container-full {
    margin: 35px auto;
}

.Noel .container {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
    padding: 0 20px;
    position: relative;
}

.Noel .col {
    flex: 1;
    overflow: hidden;
}

.Noel .flex-center .col {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.Noel h1,
.Noel h2 {
    font-family: 'Million Dreams';
}

.Noel h2 {
    text-align: center;
    color: var(--green);
    font-weight: 500;
    font-size: 28px;
}

.Noel h3 {
    color: var(--brown);
    font-weight: 500;
    font-size: 20px;
}

.Noel h4 {
    font-family: 'Roboto';
    color: #383838;
    font-style: italic;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.Noel p {
    font-size: 16px;
    color: var(--brown);
    font-weight: 400;
}

.Noel .center-text {
    width: 100%;
    text-align: center !important;
}

.Noel .cta-principal {
    font-family: 'Roboto';
    background-color: #598D87;
    color: white;
    padding: 13px 25px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.Noel .cta-principal img {
    width: 10px;
    margin-left: 10px;
}

.Noel .cta-principal-2 {
    background-color: #EF3D3D;
}

.Noel .cta-secondaire {
    background-color: white;
    color: #707070;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.Noel .cta-secondaire img {
    width: 30px !important;
    margin-left: 10px;
}

.Noel .cta-outline {
    background-color: transparent;
    border: 2px solid #5A7445;
    color: #5A7445;
}

.Noel .show-mobile {
    display: none;
}

.Noel .text-center {
    text-align: center;
}

.Noel #more {
    display: none;
}

.Noel #myBtn {
    text-decoration: underline;
}

/* ============ LANDING PAGE =============== */

.Noel .header-cont {
    max-width: 1980px;
    margin: 0 auto;
}

.Noel .header-cont .header {
    position: relative;
    overflow: visible;
}

.Noel .header-title {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    max-width: 980px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

.Noel .titre-cont {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.Noel .titre-cont .cta-principal {
    margin-bottom: 30px;
}

.Noel .titre-cont h2 {
    margin-bottom: 20px;
}

.Noel .titre-cont p {
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    margin-top: -10px;
    margin-bottom: 30px;
}

/* =============== SECTIONS ================ */

.Noel h2 {
    position: relative;
}

.Noel .etape-cont {
    margin-bottom: 100px;
}

.Noel .etoile-verte {
    position: absolute;
    right: -240px;
    bottom: -10px;
    width: 45px;
}

.Noel .etoile-verte2 {
    position: absolute;
    left: -55px;
    bottom: 120px;
    width: 40px;
}

.Noel .etoile-rouge2 {
    position: absolute;
    right: 214px;
    bottom: 68px;
    width: 52px;
}

.Noel .groupe-etoiles {
    position: absolute;
    right: 20px;
    bottom: 140px;
    width: 60px;
    transform: rotate(-133deg);
    -webkit-transform: rotate(-133deg);
    -moz-transform: rotate(-133deg);
    -ms-transform: rotate(-133deg);
    -o-transform: rotate(-133deg);
}

.Noel .groupe-etoiles2 {
    position: absolute;
    left: 35px;
    bottom: 40px;
    width: 60px;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}

.Noel .groupe-etoiles3 {
    position: absolute;
    right: -7px;
    top: -27px;
    width: 60px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.Noel .groupe-etoiles4 {
    position: absolute;
    left: 70px;
    top: -56px;
    width: 77px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.Noel .etape {
    position: absolute;
    left: -65px;
    top: -60px;
    width: 100px;
}

.Noel .etape-reverse h2 {
    margin-left: auto;
}

.Noel .etape-1 h2 {
    margin-left: 60px;
    margin-top: 50px;
}

.Noel .float-content {
    background-color: #FFE2DE;
    padding: 50px 35px 80px 35px;
    max-width: 310px;
    position: absolute;
    bottom: 0;
    right: 10%;
}

.Noel .etape-reverse .float-content {
    top: 0;
    left: 10%;
    bottom: unset;
    right: unset;
}

.Noel .float-content p {
    font-family: 'Roboto';
    color: #707070;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 21px;
}

.Noel .float-content .cta-principal-2 {
    position: absolute;
    bottom: -20px;
    right: -10px;
}

.Noel .themes-noel .titre-themes {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.Noel .themes-noel .titre-themes h2,
.Noel .themes-noel .titre-themes p {
    font-family: 'Montserrat';
}

.Noel .themes-noel .titre-themes h2 {
    margin: 0 auto 10px auto !important;
    font-weight: bold;
}

.Noel .themes-noel .titre-themes p {
    text-align: center;
    font-size: 22px;
    color: #51776D;
    font-style: italic;
}

.Noel .themes-noel .guirlandes-cont {
    width: 100%;
    height: 80px;
}

.Noel .themes-noel .guirlandes {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: -60px;
}

.Noel .decore-sapin {
    background-color: rgba(255, 241, 230, 0.72);
    padding: 20px 0 40px 0;
}

.Noel .decore-sapin h2 {
    color: #277171;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
}

.Noel .lutins {
    position: relative;
    margin-bottom: 30px;
}

.Noel .lutins-float {
    position: absolute;
    padding: 20px 20px 45px 20px;
    right: 20px;
    bottom: 50px;
    width: 400px;
    background-image: url('../img/Desktop/fond.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.Noel .lutins-float p {
    font-weight: 700;
    font-family: 'Montserrat';
}

.Noel .lutins-float .cta-secondaire {
    position: absolute;
    bottom: -30px;
    left: -20px;
}

.Noel .chacun-carousel {
    margin-bottom: 40px;
    padding: 0;
}

.Noel .chacun-carousel.owl-carousel .owl-stage {
    padding-bottom: 40px;
}

.Noel .chacun-carousel .item .cta-secondaire {
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.Noel .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 40px;
    align-items: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Noel .taille-sapin .owl-nav {
    top: 70%;
}

.Noel .owl-nav button {
    margin: 0 !important;
}

.Noel .owl-prev,
.Noel .owl-next {
    display: flex !important;
    align-items: center;
}

.Noel .owl-nav .owl-prev .slide-prev {
    left: -50px;
    position: absolute;
}

.Noel .owl-nav .owl-next .slide-next {
    right: -50px;
    position: absolute;
}

.Noel .slide-prev,
.Noel .slide-next {
    width: 15px;
    height: auto;
}

.Noel .owl-dot.active span {
    background-color: #ed903b !important;
}

.owl-dots {
    margin-top: 5px;
    width: fit-content;
    border-radius: 15px;
    padding: 3px 5px;
    align-self: center;
}

.Noel .owl-dot span {
    background-color: white !important;
    margin: 5px 3px !important;
    border: 1px solid #ed903b;
}


.Noel .pensez-y h2 {
    font-family: 'Montserrat';
    font-weight: 500;
}

.Noel .pastilles {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    flex-wrap: wrap;
}

.Noel .pastilles .pastille a {
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #CD1624;
    padding: 15px 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.Noel .pastilles .pastille a:hover {
    background-color: #CD1624;
    color: white;
}

.Noel .magie-noel {
    background-color: var(--green);
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;
    background-image: url('../img/Desktop/footer2.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 0 50px 0;
}

.Noel .magie-noel .container {
    padding: 80px 0;
}

.Noel .magie-noel .container h2 {
    color: white;
    font-size: 25px;
    background-color: var(--green);
    z-index: 2;
    display: flex;
    padding: 5px 20px;
    margin-bottom: 10px;
    align-self: center;
    font-family: 'Montserrat';
    font-weight: 400;
}

.Noel .magie-noel .container .col {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Noel .magie-noel .cta-secondaire {
    padding: 10px 10px 10px 29px;
    background-color: white;
    display: flex;
    border: none;
    z-index: 3;
    box-shadow: 0px 3px 6px #00000029;
    align-self: center;
    justify-content: flex-end;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.Noel .magie-noel .cta-principal img {
    width: 40px;
    margin-left: 10px;
}

@media (max-width: 1280px) {
    .Noel .header-cont {
        padding: 0;
    }
}

@media (max-width: 1080px) {
    .Noel .container {
        column-gap: 10px;
    }

    .Noel .groupe-etoiles3 {
        position: absolute;
        bottom: 10px;
        left: 25px;
        width: 60px;
    }
}

@media (max-width: 980px) {
    .Noel .titre-cont {
        padding-left: 15px;
        padding-right: 15px;
    }

    h2 .etoile-titre2 {
        right: 20px;
        bottom: 10px;
        width: 50px;
    }

    h2 .etoile-titre {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .Noel .chacun-carousel {
        padding: 0 50px;
    }

    .Noel .themes-noel .guirlandes {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .Noel .owl-nav .owl-prev .slide-prev {
        left: 65px;
        position: absolute;
    }

    .Noel .owl-nav .owl-next .slide-next {
        right: 65px;
        position: absolute;
    }

}

@media (max-width: 760px) {

    .Noel .titre-landing {
        font-size: 35px;
    }

    .Noel .titre-landing span {
        font-size: 29px;
    }
}

@media (max-width: 680px) {
    .Noel p {
        font-size: 16px;
        padding: 0;
    }

    .Noel h4 {
        font-size: 20px;
    }

    .Noel h2 {
        font-size: 19px;
        padding: 0 15px;
    }

    .Noel .hide-mobile {
        display: none;
    }

    .Noel .show-mobile {
        display: block;
    }

    .Noel .flex-end,
    .Noel .flex-start {
        align-items: center;
    }

    .Noel .titre-cont h2 {
        padding: 5px 25px;
        margin-bottom: 0px
    }

    .Noel .titre-cont p {
        font-size: 15px;
        padding: 5px 25px;
        margin-top: -5px;
        margin-bottom: 0px;
    }

    .Noel .je-decore.je-decore-sapin .boules .col,
    .Noel .je-decore .boules .col {
        flex: 0 0 50% !important;
    }

    .Noel .je-decore-sapin,
    .Noel .je-decore {
        justify-content: center;
        display: flex;
    }

    .Noel .owl-nav {
        left: 0;
    }

    .Noel .owl-nav .owl-prev .slide-prev {
        left: 9px;
        width: 12px;
    }

    .Noel .owl-nav .owl-next .slide-next {
        right: 10px;
        width: 12px;
    }

    .Noel .je-decore span {
        font-size: 16px;
    }

    .Noel .choix-sapin .float-sapin {
        width: 100%;
        position: relative;
        bottom: 0;
        padding: 20px 10px;
    }

    .Noel .choix-sapin .float-sapin .cta-principal {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        position: absolute;
    }

    .Noel .achacun {
        padding: 100px 0 0 0;
    }

    .Noel .chacun-carousel {
        padding: 0 35px;
        margin-bottom: 40px !important;
    }

    .Noel .je-decore-exterieur {
        margin-top: 40px !important;
    }

    .Noel .je-decore-exterieur h2,
    .Noel .je-decore h2,
    .Noel .je-prepare h2 {
        text-align: center;
        align-self: center;
    }

    .Noel .je-prepare h2 {
        padding-bottom: 5px;
    }

    .Noel .je-decore-exterieur .col {
        padding: 0 25px !important;
    }

    .Noel .je-decore-exterieur .boules {
        justify-content: center;
    }

    .Noel .je-prepare .col .text-link {
        text-align: left;
        font-size: 16px;
    }

    .Noel .je-prepare .col .text-link img {
        width: 8px;
    }

    .Noel .je-prepare {
        padding-bottom: 30px;
    }

    .Noel .pensez-y h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .Noel .pastilles .pastille a {
        margin-bottom: 20px;
    }

    .Noel .magie-noel .container {
        padding: 20px 0;
        z-index: 9;
    }

    .Noel .magie-noel .container .col {
        margin-bottom: 0;
    }

    .Noel .pastilles .pastille a {
        font-size: 14px;
    }

    .Noel .decore-sapin {
        padding-bottom: 0;
    }

    .Noel .magie-noel .container h2 {
        font-size: 16px;
    }

    .Noel .magie-noel .container {
        padding: 35px 0;
    }

    .Noel .magie-noel .container h2 {
        padding: 10px 0;
    }

    .Noel .container {
        margin: 0;
    }

    .Noel .col {
        flex: 0 0 100% !important;
        padding: 0;
        margin-bottom: 20px;
    }

    .Noel .titre-landing span {
        font-size: 17px;
    }

    .Noel .titre-cont {
        padding: 0px 0 20px 0;
    }

    .Noel .titre-cont .cta-principal {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .Noel .header {
        padding: 0;
    }

    .Noel .col-full {
        padding-right: 0;
        padding-left: 0;
    }

    .Noel .etape-img {
        padding: 0;
    }

    .Noel .titre-cont br {
        display: block;
    }

    .Noel .titre-cont br {
        display: block;
    }

    .Noel .owl-prev svg,
    .Noel .owl-next svg {
        width: 20px;
    }

    .Noel .text-center-mobile {
        text-align: center;
    }

    .Noel .owl-carousel.owl-drag .owl-item {
        display: flex;
        justify-content: center;
    }

    .Noel .cache-sapin {
        margin-top: 40px;
    }

    .Noel .parfaire {
        flex-direction: column-reverse;
    }

    .Noel .carrousel-2-half {
        padding: 0 20px;
    }

    .Noel .carrousel-2-half .owl-nav .owl-prev .slide-prev {
        left: -10px;
        position: absolute;
    }

    .Noel .carrousel-2-half .owl-nav .owl-next .slide-next {
        right: -10px;
        position: absolute;
    }

    .Noel .carrousel-2-half .owl-nav {
        left: 0;
        display: flex;
    }

    .Noel .etape-title {
        display: flex;
        justify-content: center;
    }

    .Noel .etape-1 h2,
    .Noel .etape-2 h2,
    .Noel .etape-3 h2 {
        margin: 0;
        margin-bottom: 30px;
        padding: 0;
    }

    .Noel .etape-1 h2:before,
    .Noel .etape-2 h2:before,
    .Noel .etape-3 h2:before {
        content: '';
        background-image: url('../img/Desktop/1_deco_sapin.webp');
        background-size: 60px;
        background-position: center;
        width: 40px;
        height: 60px;
        display: inline-block;
    }

    .Noel .etape-2 h2:before {
        background-image: url('../img/Desktop/2_Je_fais_des_cadeaux.webp');
    }

    .Noel .etape-3 h2:before {
        background-image: url('../img/Desktop/3_Je_recois_mes_invites.webp');
    }

    .Noel .etape-reverse h2 {
        margin: 0 0 30px 0;
    }

    .Noel .etape-cont {
        margin-bottom: 50px;
    }

    .Noel .etape {
        left: -50px;
        top: -40px;
        width: 60px;
    }

    .Noel .chacun-carousel .item .cta-secondaire {
        min-width: 135px;
    }

    .Noel .slide-prev,
    .Noel .slide-next {
        width: 20px;
        height: auto;
    }

    .Noel .magie-noel .container {
        padding: 55px 0;
    }

    .Noel .float-content {
        position: relative;
        width: 100% !important;
        margin-top: 25px;
        padding: 30px 25px 40px 25px;
        right: unset;
        max-width: none;
        left: unset !important;
    }

    .Noel .float-content p {
        font-size: 16px;
        line-height: 18px;
    }

    .Noel .float-content .cta-principal {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .Noel .themes-noel .titre-themes h2,
    .Noel .themes-noel .titre-themes p {
        font-size: 17px;
    }

    .Noel .themes-noel .guirlandes-cont {
        height: 5px;
    }

    .Noel .themes-noel .guirlandes {
        bottom: 20px;
        position: relative;
    }

    .Noel .lutins {
        padding: 0;
    }

    .Noel .lutins-float {
        position: relative;
        width: 100%;
        left: unset;
        bottom: unset;
        right: unset;
        margin-bottom: 20px;
    }

    .Noel .lutins-float .cta-secondaire {
        right: 20px;
        left: unset;
    }

    .Noel .etape-2-image-cont {
        padding: 0;
    }

    .Noel .etape-2-image {
        z-index: 2;
        position: relative;
        padding-left: 20px;
    }

    .Noel .etape-2-image-cont .float-content {
        margin: -15px 20px 0 20px;
        z-index: 0;
    }

    .Noel .groupe-etoiles {
        right: 36px;
        bottom: -78px;
        width: 43px;
    }

    .Noel .groupe-etoiles3 {
        position: absolute;
        bottom: 10px;
        right: 25px;
        width: 60px;
        left: unset;
    }

    .Noel .etoile-verte {
        right: 0px;
        bottom: -25px;
        width: 24px;
    }

    .Noel .etoile-verte3 {
        position: absolute;
        bottom: 86px;
        right: 27px;
        width: 26px;
    }

}