/* e-reservation */
.e-reservation{
    margin-bottom: 60px;
}

/* e-reservation - hero */
.e-reservation .hero{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.e-reservation .hero .visuel-container{
    width: 60%;
    line-height: 0;
}
.e-reservation .hero .textblock{
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.90);
    color: #2C4542;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.e-reservation .hero .textblock .svg-container{
    animation: rotate-animation 18s infinite linear;
    position: absolute;
    top: 2vw;
    left: 4vw;
}
.e-reservation .hero .textblock .title{
    font-size: 66px;
    font-weight: 500;
    line-height: 70px;
}
.e-reservation .hero .textblock .description{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 50px;
}
.e-reservation .hero .textblock .description b{
    font-weight: 600;
}
.e-reservation .hero .textblock .btn{
    background-color: #2C4542;
    width: 236px;
    height: 37px;
    padding: 0;
    margin-top: 65px;
}
.e-reservation .hero .textblock .circle{
    width: 95px;
    height: 95px;
    border-radius: 50px;
    background-color: #D0D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-reservation .hero .textblock ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 70px;
}
.e-reservation .hero .textblock li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin: 0 18px;
}
.e-reservation .hero .textblock li .text{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 16px;
}
.e-reservation .hero .textblock li .text b{
    font-weight: 600;
}
@media screen and ( max-width: 1665px ) and ( min-width: 1056.98px ) {
    .e-reservation .hero .textblock{
        width: 63%;
    }
    .e-reservation .hero .textblock .svg-container{
        left: 2vw;
    }
    .e-reservation .hero .textblock .svg-container svg{
        width: 70px;
        height: auto;
    }
    .e-reservation .hero .textblock .title{
        font-size: 4vw;
        line-height: 4vw;
    }
    .e-reservation .hero .textblock .description{
        font-size: 1.1vw;
        line-height: 1.5vw;
        margin-top: 3vw;
    }
    .e-reservation .hero .textblock .btn{
        margin-top: 3vw;
    }
    .e-reservation .hero .textblock ul{
        margin-top: 4vw;
    }
    .e-reservation .hero .textblock li .text{
        font-size: 1vw;
        line-height: 1.2vw;
    }
}
@media screen and ( max-width: 1056px ){
    .e-reservation{
        padding-top: 20px;
        margin-top: -20px;
        background: rgb(246,244,239);
        background: linear-gradient(180deg, rgba(246,244,239,1) 10%, rgba(255,255,255,1) 10%);
    }
    .e-reservation .hero{
        flex-direction: column-reverse;
    }
    .e-reservation .hero .visuel-container{
        width: 100%;
    }
    .e-reservation .hero .textblock{
        width: 100%;
        position: relative;
        right: unset;
        background-color: #F6F4EF;
        padding-bottom: 25px;
    }
    .e-reservation .hero .textblock .svg-container{
        display: none;
    }
    .e-reservation .hero .textblock .title{
        font-size: 35px;
        line-height: 35px;
        margin-top: 15px;
    }
    .e-reservation .hero .textblock .description{
        display: none;
    }
    .e-reservation .hero .textblock .btn{
        margin-top: 40px;
    }
    .e-reservation .hero .textblock ul{
        width: 90%;
        margin-top: 15px;
        flex-direction: column;
    }
    .e-reservation .hero .textblock li{
        width: 100%;
        flex-direction: row;
        margin: 15px 0 0;
    }
    .e-reservation .hero .textblock li .text{
        font-size: 16px;
        line-height: 19px;
        margin-top: unset;
        margin-left: 22px;
        text-align: left;
    }
}
@media screen and ( max-width: 768px ){
    .e-reservation .hero .textblock .circle{
        width: 46px;
        min-width: 46px;
        height: 46px;
    }
    .e-reservation .hero .textblock .circle.commande-clic-green svg{
        width: 32px;
        height: 23px;
    }
    .e-reservation .hero .textblock .circle.phone-confirmation svg{
        width: 20px;
        height: 35px;
    }
    .e-reservation .hero .textblock .circle.timing-bell svg{
        width: 26px;
        height: 27px;
    }
    .e-reservation .hero .textblock .circle.reservation-boutique svg{
        width: 33px;
        height: 28px;
    }
    .e-reservation .hero .textblock .circle.paiement-boutique svg{
        width: 32px;
        height: 23px;
    }
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* e-reservation - faq */
.e-reservation .faq{
    margin-top: 60px;
    background-color: #ECF1F0;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.e-reservation .faq .title{
    color: #2D2D2D;
    text-align: center;
    font-family: 'DM Serif Display',sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 29px;
    letter-spacing: 0.9px;
    margin-bottom: 40px;
}
.e-reservation .faq .question{
    width: 100%;
    max-width: 880px;
    text-align: left;
    color: #2D2D2D;
    margin: auto;
    margin-bottom: 10px;
}
.e-reservation .faq .question .question-title{
    border-bottom: solid 1px #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
}
.e-reservation .faq .question .answer{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding: 15px 0;
}
.e-reservation .faq .question ul.answer{
    list-style-type: decimal;
    list-style-position: outside;
    padding: 15px;
}
.e-reservation .faq .question ul.answer li{
    padding-left: 5px;
}
.e-reservation .faq .btn{
    width: 220px;
    padding: 0;
    height: 38px;
    margin: 25px auto 0;
}
@media screen and ( max-width: 640px ){
    .e-reservation .faq{
        padding: 25px 20px;
        margin-top: 25px;
    }
    .e-reservation .faq .title{
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 20px;
    }
}

/* e-reservation - cross-selling */
.e-reservation .cross-selling{
    margin-top: 60px;
}
.e-reservation .cross-selling .title-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.e-reservation .cross-selling .title{
    color: #2D2D2D;
    font-size: 28px;
    line-height: 43px;
    font-family: 'DM Serif Display',sans-serif;
    text-align: center;
    margin-bottom: 18px;
}
@media screen and ( min-width: 1056.98px ){
    .e-reservation .cross-selling .title-section .slider-arrow{
        position: relative;
        width: 34px;
        height: 34px;
        border-radius: 20px;
        border: 0.5px solid #000000;
        display: flex;
    }
    .e-reservation .cross-selling .slider-arrow.showm{
        display: none!important;
    }
}
@media screen and ( max-width: 1056px ){
    .e-reservation .cross-selling{
        margin-top: 25px;
    }
    .e-reservation .cross-selling .title-section{
        justify-content: center;
    }
    .e-reservation .productblock .textblock .flex-container{
        display: flex;
    }
    .e-reservation .productblock .textblock .seo{
        justify-content: flex-end;
        margin-top: 5px;
    }
    .e-reservation .productblock .textblock .color{
        margin-top: 5px;
    }
}

/* e-reservation - newsletter */
.e-reservation .newsletter-container{
    background-color: #F6F4EF;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1542px;
    margin: auto;
}
.e-reservation .newsletter{
    background: #F6F4EF;
    width: 100%;
    border: none;
    padding: 40px;
}
.e-reservation .newsletter .title{
    font-size: 37px;
    line-height: 52px;
}
.e-reservation .newsletter .flex-container{
    width: 100%;
    max-width: 820px;
    margin: 24px auto 0;
    border-top: 1px solid #2D2D2D;
    padding-top: 44px;
    align-items: center;
}
.e-reservation .newsletter .flex-container p.explanation{
    max-width: 340px;
    font-weight: 500;
    line-height: 22px;
}
.e-reservation .newsletter .flex-container p.explanation br{
    display: none;
}
.e-reservation .newsletter .flex-container .f_newsletter{
    margin-left: 45px;
}
.e-reservation .newsletter .flex-container .f_newsletter .f_newsletter_email{
    width: 320px;
}
.e-reservation .newsletter .flex-container .f_newsletter .f_newsletter_submit{
    width: 120px;
}
.e-reservation .newsletter-container .mention{
    text-align: center;
}
@media screen and ( max-width: 1056px ){
    .e-reservation .newsletter-container{
        width: 100%;
        padding-bottom: 20px;
    }
    .e-reservation .newsletter-container .newsletter{
        margin-top: 30px !important;
        padding: 20px;
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 675px ){
    .e-reservation .newsletter{
        margin-top: 28px;
    }
    .e-reservation .newsletter .title{
        font-size: 30px!important;
        line-height: 36px;
    }
    .e-reservation .newsletter .flex-container{
        padding-top: 22px;
    }
    .e-reservation .newsletter .flex-container p.explanation{
        margin-top: unset;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        width: 100%;
        max-width: unset;
    }
    .e-reservation .newsletter .flex-container p.explanation br{
        display: block;
    }
    .e-reservation .newsletter .flex-container .f_newsletter{
        width: 100%;
        flex-direction: column;
        margin-left: unset;
    }
    .e-reservation .newsletter .flex-container .f_newsletter .f_newsletter_email{
        width: 100%;
        max-width: 360px;
    }
    .e-reservation .newsletter .flex-container .f_newsletter .f_newsletter_submit.showd{
        display: block;
        width: 100%;
        max-width: 360px;
        margin: 10px auto 0;
    }
    .e-reservation .newsletter .flex-container .f_newsletter .f_newsletter_submit p{
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
        margin-top: unset;
    }
    .e-reservation .newsletter .flex-container .f_newsletter .f_newsletter_submit.showm{
        display: none;
    }
    .e-reservation .newsletter-container .mention{
        font-size: 11px;
        line-height: 13px;
        font-weight: 400;
        width: 90%;
    }
}
