/* Temporaire */
.return-to-shop .button.wc-backward{
    display: none !important;
}

@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0,-15%,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes soulignerIn {
    from {
        clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    }
  
    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

/* Override animation Elementor */
.fadeInDown {
    animation-name: fadeInDownSmall !important;
}

:root{
    --main-easing: ease-in;
    --main-duration: 100ms;
}
@font-face {
    font-family: "Avenir";
    src: url('../fonts/avenir/avenirltstd-book-webfont.woff2') format('woff2'), url('../fonts/avenir/avenirltstd-book-webfont.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "Avenir";
    src: url('../fonts/avenir/avenirltstd-roman-webfont.woff2') format('woff2'), url('../fonts/avenir/avenirltstd-roman-webfont.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "Avenir";
    src: url('../fonts/avenir/avenirltstd-black-webfont.woff2') format('woff2'), url('../fonts/avenir/avenirltstd-black-webfont.woff') format('woff');
    font-weight: 600;
}

body:not(.elementor-editor-active) .hidden, body:not(.elementor-editor-active) .hidden *{
    display: none !important;
}

h3, h4, h5, h6{
    font-family: 'Avenir' !important;
    font-weight: 400;
    font-display: block;
}

p,
.elementor-widget-text-editor,
.elementor-icon-list-item .elementor-icon-list-text,
.elementor-button .elementor-button-text,
.elementor-tab-content{
    font-family: 'Avenir';
    font-weight: 400;
    font-display: block;
}

.price-list__item-desc,
.price-list__item-inner,
.vivastrom-tarifs-list .elementor-heading-title,
.vivastrom-ressource-article a{
    font-family: 'Avenir';
}

.brave_popup__step__popup,
.brave_popup__step__popup>.brave_popup__step__content,
.brave_popup__step__popup>.brave_popup__step__content>.brave_popup__step__elements{
    height: fit-content !important;
}

body .brave_popup .brave_popup__step__inner .brave_popup__step__popup .brave_popup__step__content .brave_popup__step__elements{
    width: fit-content;
}

span.souligner{
    z-index: 2;
    position: relative;
    font-family: inherit !important;
    font-kerning: none !important;
}

.split-by-line,
.split-by-line .elementor-widget-container{
    font-kerning: none;
    width: fit-content !important;
    position: relative;
}

.split-by-line-p .elementor-widget-container p{
    font-kerning: none;
}

/*@media all and (max-width: 1024px){
    span.souligner{
        white-space: nowrap;
    }
} */


span.souligner{
    position: relative;
    display: inline !important;
    width: fit-content !important;
}

span.souligner::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #b5d4e6;
    height: 0.24em;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    transform: translateY(-100%);
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
}

span.souligner.newsletter::after{
    bottom: 0em;
}



span.souligner.jaune::after{
    background-color: #E9B338;
}

span.souligner.visible::after{
    animation-name: soulignerIn !important;
    animation-duration: 1.6s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

span.souligner.dont-split{
    white-space: nowrap !important;
}

body.elementor-editor-active span.souligner::after{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}

/*@media all and (max-width: 1024px){
    span.souligner .line{
        display: inline !important;
        position: relative;
    }
    span.souligner::after{
        display: none;
    }
    span.souligner .line::after{
        content: "";
        display: block;
        position: absolute;
        background-color: #b5d4e6;
        height: 0.24em;
        width: 100%;
        z-index: -1;
        bottom: 0;
        left: 0;
        transform: translateY(-100%);
        clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    }

    span.souligner.visible .line::after{
        animation-name: soulignerIn !important;
        animation-duration: 1.6s;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;
    }
} */


.elementor-accordion-title{
    font-family: 'Avenir';
    font-display: block;
}

html.open, body.open{
    overflow: hidden !important;
}

html, body{
    overflow-x: hidden !important;
}

.grecaptcha-badge{
    visibility: hidden !important;
}

a.vivastrom-inline-link,
.vivastrom-link-blue a{
    text-decoration: none;
    color: #7c9cb8;
}

.vivastrom-link-inherit-style,
.vivastrom-link-inherit-style *{
    color: inherit !important;
    text-decoration: none;
}

.vivastrom-link-black,
.vivastrom-link-black a{
    color: #000 !important;
}

body .menu-item-bold,
body .menu-item-bold a{
    font-weight: 600 !important;
}

.vivastrom-link-underline a{
    text-decoration: underline !important;
    color: inherit !important;
}

.offset-background{
    z-index: 1;
}

.vivastrom-force-square{
    aspect-ratio: 1/1;
}

.vivastrom-force-seize-douze img{
    aspect-ratio: 16/12;
    object-fit: cover;
}

.elementor-widget-image.vivastrom-force-square img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.vivastrom-image-position-65 img{
    object-position: 65%;
}

br.break-tablet,
br.break-desktop{
    display: none;
}

@media all and (min-width: 768px){
    br.break-tablet{
        display: inline;
    }
}

@media all and (min-width: 1024px){
   br.break-desktop{
        display: inline;
   } 
}


body:not(.elementor-editor-active) .offset-background.with-foreground::before{
    content: "" !important;
    display: block !important;
    position: absolute !important;
    background-color: #E9B338;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

body:not(.elementor-editor-active) .offset-background::after{
    content: "" !important;
    display: block !important;
    position: absolute !important;
    background-color: #F1EDE8;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -18px;
    right: -16px;
}

body:not(.elementor-editor-active) .offset-background.white::after{
    background-color: #ffffff;
}

.img-offset-background .elementor-widget-container{
    display: inline-block;
    width: auto;
    position: relative;
    height: auto !important;
}

body:not(.elementor-editor-active) .img-offset-background .elementor-widget-container::after{
    content: "" !important;
    display: block !important;
    position: absolute !important;
    background-color: #F1EDE8;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -18px;
    left: -16px;
}

.line-background .line{
    background-color: #FFE8BA;
    padding: 5px 11px;
    border-radius: 6px;
    width: fit-content !important;
    display: inline-block !important;
    position: relative;
    white-space: nowrap;
}

.line-background .line:nth-of-type(2),
.line-background .line:nth-of-type(3),
.line-background .line:nth-of-type(4){
    margin-top: -8px;
}


body .list-rounded-background-wrapper>.e-con-inner,
body .vivastrom-align-container-left>.e-con-inner{
    margin-left: 0;
}

.list-rounded-background li .elementor-icon-list-text{
    background-color: #FFE8BA;
    padding: 5px 11px;
    border-radius: 6px;
}

.list-rounded-background.white li .elementor-icon-list-text{
    background-color: #fff;
}

header.header{
    padding-left: 30px;
    padding-right: 30px;
    transition: all 150ms ease-in-out;
}

header.header.sticked{
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    position: fixed;
    z-index: 99;
    box-shadow: 0 0 30px rgba(7,51,84,0.17)!important;
}

header.header #main-header{
    display: grid;
    grid-template-columns: 205px 1fr;
    column-gap: 130px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 0;
    transition: all 150ms ease-in-out;
}

header.header.sticked #main-header{
    margin-bottom: 5px;
}

header.header #main-header .vivastrom-logo-wrapper{
    padding-left: 0;
}

div.vivastrom-main-nav{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 0;
    margin-left: auto;
}

.vivastrom-main-nav ul.menu{
    display: grid;
    grid-template-columns: repeat(7, auto);
    column-gap: 25px;
    align-items: center;
}

.vivastrom-main-nav ul.menu>li{
    list-style-type: none;
    position: relative;
}

#vivastrom-mobile-nav ul.menu img.menu-item-icon{
    width: 24px;
    height: auto;
    justify-self: end;
    align-self: center;
}

#vivastrom-mobile-nav ul.menu .menu-item-has-children>img.menu-item-icon{
    transform: rotate(90deg);
}

.vivastrom-ressource-article{
    display: block;
    text-decoration: none;
}

.vivastrom-ressource-article a{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin-bottom: 32px;
}

.vivastrom-ressource-article a h3{
    margin: 0;
}

@media all and (min-width: 768px){
    .vivastrom-ressource-article a{
        font-size: 28px;
    }
}

.vivastrom-ressource-article h3{
    text-transform: uppercase;
    display: inline-block;
    font-size: inherit;
    
}

.vivastrom-ressource-video-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    pointer-events: none;
}

.vivastrom-ressource-video-preview .vivastrom-ressource-video-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media all and (min-width: 1024px){
    header.header{
        padding-left: 40px;
        padding-right: 40px;
    }

    header.header #main-header .vivastrom-logo-wrapper{
        padding-left: 40px;
    }
}

.vivastrom-main-nav .menu-item-has-children ul.sub-menu{
    opacity: 0;
    position: absolute;
    list-style-type: none;
    padding: 0;
    padding-top: 8px;
    transition-property: clip-path, opacity, -webkit-clip-path;
    transition-duration: 375ms;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    text-align: center;
    left: 50%;
    bottom: 0;
    background: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    transform: translate3d(-50%,100%,0);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    z-index: 1;
}


.vivastrom-main-nav .menu-item-has-children ul.sub-menu::before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #E9B338;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.vivastrom-main-nav .menu-item-has-children:hover ul.sub-menu{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: all;
}

.vivastrom-main-nav .menu-item-has-children ul.sub-menu li{
    white-space: nowrap;
}

.vivastrom-main-nav ul.menu>li a{
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 16.66px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.vivastrom-main-nav ul.menu>li:not(.menu-lien-reserver) a::before{
    content: attr(title);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    font-size: 96%;
    color: #000;
}

.vivastrom-main-nav ul.menu>li:not(.menu-lien-reserver) a:hover,
.vivastrom-main-nav ul.menu>li.current-menu-item:not(.menu-lien-reserver) a{
    color: #E9B338;
}

.vivastrom-main-nav ul.menu>li:not(.menu-lien-reserver) a:hover::before,
.vivastrom-main-nav ul.menu>li.current-menu-item:not(.menu-lien-reserver) a::before{
    opacity: 1;
}

header #top-header{
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    gap: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    justify-items: end;
}

header #top-header .vivastrom-language-switcher{
    margin-right: 50px;
}

header #top-header .vivastrom-language-switcher a,
#vivastrom-mobile-nav .vivastrom-language-switcher a{
    font-size: 12.73px;
    line-height: 1;
    color: #000;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    transition: color var(--main-duration) var(--main-easing);
    text-transform: uppercase;
    padding: 0;
}

#vivastrom-mobile-nav .vivastrom-language-switcher a{
    font-size: 16px;
}

header #top-header .vivastrom-language-switcher ul,
#vivastrom-mobile-nav .vivastrom-language-switcher ul{
    line-height: 1;
}

header #top-header .vivastrom-language-switcher .wpml-ls-legacy-list-horizontal,
#vivastrom-mobile-nav .vivastrom-language-switcher .wpml-ls-legacy-list-horizontal{
    padding: 0;
}

header #top-header .vivastrom-language-switcher .wpml-ls-first-item .wpml-ls-native::after,
#vivastrom-mobile-nav .vivastrom-language-switcher .wpml-ls-first-item .wpml-ls-native::after{
    content: "|";
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    color: #000 !important;
}

header #top-header .vivastrom-language-switcher a:hover,
#vivastrom-mobile-nav .vivastrom-language-switcher a:hover{
    color: #e2b146;
}

header #top-header .vivastrom-language-switcher .separator,
#vivastrom-mobile-nav .vivastrom-language-switcher .separator{
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
}

#top-header .vivastrom-cart-btn,
#vivastrom-mobile-nav .vivastrom-cart-btn{
    position: relative;
}

#vivastrom-mobile-nav .vivastrom-cart-btn,
#vivastrom-mobile-nav .vivastrom-profile-btn{
    width: fit-content;
}

#top-header .vivastrom-cart-btn .vivastrom-cart-item-count,
#vivastrom-mobile-nav .vivastrom-cart-btn .vivastrom-cart-item-count{
    position: absolute;
    right: -5px;
    bottom: -1px;
    background-color: #FFE8BA;
    color: #000;
    font-size: 10px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    text-align: center;
    line-height: 11.5px;
}


.vivastrom-cart div.coupon{
    display: none !important;
}


#top-header .vivastrom-cart-btn img{
    width: 22px;
    height: auto;
}

#top-header .vivastrom-profile-btn svg{
    width: 22px;
    height: auto;
    pointer-events: none;
}

#vivastrom-mobile-nav .vivastrom-profile-btn svg{
    width: 32px;
    height: auto;
    pointer-events: none;
}

#vivastrom-mobile-nav .vivastrom-profile-btn svg path,
#top-header .vivastrom-profile-btn svg path{
    transition: fill var(--main-duration) var(--main-easing);
}

#vivastrom-mobile-nav .vivastrom-profile-btn:hover svg path,
#top-header .vivastrom-profile-btn:hover svg path{
    /*fill: #E9B338 !important; */
}

.booknetic_signup .booknetic_btn_primary{
    background-color: #E9B338 !important;
    border-radius: 50px;
}

.booknetic_signup .booknetic_footer a{
    color: #E9B338;
}

body .woocommerce ul.order_details{
    padding-left: 0;
}

body .woocommerce-order .woocommerce-notice{
    margin-bottom: 28px;
}

#vivastrom-mobile-nav .vivastrom-cart-btn img,
#vivastrom-mobile-nav .vivastrom-profile-btn img{
    width: 28px;
    height: auto;
}

#vivastrom-mobile-nav .menu li{
    list-style-type: none;
    padding-top: 12px;
    padding-bottom: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    align-content: center;
    
}

#vivastrom-mobile-nav .menu>li{
    border-top: 2px solid rgba(0,0,0,0.1);
}

#vivastrom-mobile-nav ul.menu{
    padding-left: 0;
}

#vivastrom-mobile-nav ul.sub-menu{
    display: none;
    grid-column-start: 1;
    grid-column-end: 3;
}

#vivastrom-mobile-nav ul.menu li a{
    font-family: 'Avenir', sans-serif;
    color: #000;
    font-size: 24px;
}

#vivastrom-mobile-nav ul.menu li.current-menu-item:not(.menu-lien-reserver) a{
    font-weight: 600;
}



.menu-lien-reserver a{
    background-color: #FFE8BA;
    padding: 10px 21px;
    border-radius: 30px;
    transition: all var(--main-duration) var(--main-easing);
    text-align: center;
}

.menu-lien-reserver a:hover{
    background-color: #E9B338;
}

.brave_popup__step .brave_popup__step__elements{
    transform: none !important;
}

#brave_popup_52 .brave_popup__elements_wrap,
#brave_popup_4208 .brave_popup__elements_wrap{
    width: 100%;
    display: flex;
    height: fit-content !important;
    justify-content: center;
}

#brave_popup_52 .brave_popup__step__elements,
#brave_popup_4208 .brave_popup__step__elements{
    margin-left: auto !important;
    margin-right: auto !important;
}

#brave_popup_52 .brave_popup__elements_wrap .vivastrom-topbanner-text,
#brave_popup_4208 .brave_popup__elements_wrap .vivastrom-topbanner-text{
    font-family: 'Avenir', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    bottom: 0;
    transform: none;
}

body .brave_popup__step_wrap .brave_popup__step__desktop .brave_popup__close{
    font-size: 0 !important;
    width: auto !important;
    top: 50% !important;
    padding: 10px !important;
    transform: translateY(-50%);
    right: 0 !important;
}

body .brave_popup__step_wrap .brave_popup__step__desktop .brave_popup__close:hover{
    transform: translateY(-50%) scale(1.1) !important;
}

@media all and (max-width: 768px){
    #brave_popup_52 .brave_popup__elements_wrap .vivastrom-topbanner-text,
    #brave_popup_4208 .brave_popup__elements_wrap .vivastrom-topbanner-text{
        height: auto !important;
        transform: none;
    }

    header #top-header .vivastrom-language-switcher a {
        font-size: 15px;
    }
}

#brave_popup_52 .brave_popup__elements_wrap .vivastrom-topbanner-text .brave_element__text_inner,
#brave_popup_4208 .brave_popup__elements_wrap .vivastrom-topbanner-text .brave_element__text_inner{
    text-align: center;
    font-size: 14px;
}

#brave_popup_52__step__0 .brave_popup__step__desktop .brave_popup__step__inner,
#brave_popup_4208__step__0 .brave_popup__step__desktop .brave_popup__step__inner{
    height: fit-content !important;
}

.vivastrom-footer-nav ul.menu{
    padding-left: 0 !important;
}

.vivastrom-footer-nav .menu-item{
    list-style-type: none;
}

.vivastrom-footer-nav .menu-item a{
    color: #000;
    font-family: "Avenir";
    font-size: 21px;
    font-weight: 500;
}

.vivastrom-footer-nav .footer-menu-unifyd a{
    font-size: 19px;
}

.vivastrom-newsletter-form .wpcf7-submit{
    background-color: #FFE8BA;
    border-radius: 50px;
    color: #000;
    font-family: 'Avenir';
    font-weight: 500;
    border: none;
    outline: none;
    padding: 19px 26px;
    font-size: 18.6px;
    line-height: 1;
}

.vivastrom-newsletter-form .wpcf7-submit:hover,
.vivastrom-newsletter-form .wpcf7-submit:focus,
.vivastrom-newsletter-form .wpcf7-submit:active{
    background-color: #fff;
    color: #E9B338;
}

.vivastrom-newsletter-form .wpcf7-text{
    background: transparent;
    border: none;
    border-bottom: 4px solid #FFE8BA;
    color: #000;
    font-family: 'Avenir';
    font-weight: 500;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 9px;
    outline: none;
    font-size: 18.6px;
}

.vivastrom-newsletter-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    position: absolute;
}

.vivastrom-newsletter-form .wpcf7-text::placeholder,
.vivastrom-newsletter-form .wpcf7-text::-webkit-input-placeholder{
    color: #000;
}

.wpcf7-response-output{
    border: none !important;
}

body .wpcf7-not-valid-tip{
 line-height: 1.1;
 margin-top: 6px;
}

.vivastrom-offset-text a{
    position: relative;
    z-index: 1;
    display: inline-block;

}
.vivastrom-offset-text a::after{
    content: attr(title);
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    color: #FFE8BA;
    z-index: -1;
}

.vivastrom-enum{
    width: 65px !important;
    height: 65px !important;
    background-color: #fff;
    border-radius: 65px;
}

.vivastrom-enum .elementor-widget-container{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.vivastrom-newsletter-form{
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.vivastrom-newsletter-form form>p{
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: end;
    justify-items: center;
}

.vivastrom-accordeon .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg,
.vivastrom-accordeon .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{
    width: 25px;
    height: auto;
}

.vivastrom-accordeon .elementor-tab-title:hover .elementor-accordion-title,
.vivastrom-accordeon .elementor-tab-title.elementor-active .elementor-accordion-title{
    font-weight: 600 !important;
}

.vivastrom-ol li{
    margin-bottom: 16px;
}

.large-background .line{
    background-color: #e9b338;
    margin-bottom: 8px;
    border-radius: 8px;
    padding: 7px 2px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content !important;
}

.vivastrom-tarifs-list .jet-price-list{
    padding-left: 0;
    padding-right: 0;
}

.vivastrom-list-with-bullet li.elementor-icon-list-item{
    list-style-type: disc;
    display: list-item;
    margin-left: 20px;
}

.button-bottom{
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

body:not(.elementor-editor-active) .elementor-element.card-tarif{
    transform: translateY(20%);
    visibility: hidden;
    opacity: 0;
}

body .elementor-element.card-tarif.center-col{
    grid-column: 2/3;  
}

body .blk-reservation-booknetic{
    max-width: 1745px !important;
}

/* Espace Client - Booknetic */
body .booknetic-cp-header{
    background-color: #E9B338;
}

body .booknetic-cp-tabs .booknetic-cp-tab-item:after{
    background-color: #89b7d1;
}

body .booknetic-cp-tabs .booknetic-cp-tab-item.active i{
    color: #89b7d1;
}

body .booknetic-cp-tab-body::-webkit-scrollbar-thumb {
    background: #89b7d1;
}

body #booknetic-tab-change-password #booknetic_change_password_save,
body #booknetic-tab-profile #booknetic_profile_save,
body #booknetic-tab-profile #booknetic_profile_delete{
    background: #89b7d1;
    border-radius: 50px;
    color: #fff;
    font-family: 'Avenir';
    font-weight: 600;
    border: none;
    outline: none;
    padding: 19px 26px;
    line-height: 1;
}

body #booknetic-tab-profile #booknetic_profile_delete{
    background: #FB3E6E;
}

body .booknetic-cp-header-customer-card .booknetic-cp-header-customer-card-info h2,
body .booknetic-cp-header-customer-card .booknetic-cp-header-customer-card-info p{
    color: #000;
    font-family: 'Avenir';
}

body .booknetic-body .booknetic-cp-header-logout-btn{
    background-color: #FFE8BA;
    border-radius: 50px;
    color: #000;
    font-family: 'Avenir';
    font-weight: 600;
    border: none;
    outline: none;
    padding: 19px 26px;
    font-size: 18.6px;
    line-height: 1;
}

body #booknetic_cp_reschedule_popup .booknetic_reschedule_popup_confirm,
body #booknetic_cp_reschedule_popup .booknetic_reschedule_popup_cancel{
    background-color: #89b7d1 !important;
    border-radius: 50px;
    color: #000;
    font-family: 'Avenir';
    font-weight: 500;
    border: none;
    outline: none;
    padding: 19px 26px;
    font-size: 18.6px;
    line-height: 1;
}

body #booknetic_cp_reschedule_popup .booknetic_reschedule_popup_cancel{
    background-color: #F7F8FB !important;
    color: #8F9CA7 !important;
}

body .bkntc_custom_duration_price,
body .booknetic-cart-item-info-details{
 background-color: #89b7d1;
 color: #fff;
}

.booknetic_appointment .bkntc_label_duration_wrapper{
    justify-content: center;
    margin-bottom: 6px;
}

body .booknetic-cart-item-info-details-row .booknetic-cart-item-info-details-cell,
#booknetic_theme_8 .booknetic_confirm_sum_price .booknetic_sum_price{
    color: #fff !important;
}

body .booknetic_add_coupon .booknetic_btn_success.booknetic_coupon_ok_btn{
    background-color: #89b7d1 !important;   
}

body .booknetic_confirm_sum_price{
    background: #89b7d1;
    color: #fff;
}

body button.bkntc_again_booking img{
    background: #89b7d1;
}

body .booknetic-cart-item-info-details-arrow{
    border-color: #89b7d1 transparent transparent transparent;
}

body .booknetic-cart-holder{
    width: 100%;
}

body .booknetic-cart-holder .booknetic-cart-item{
    width: 100%;
}

body .booknetic_appointment input[type="radio"]:checked{
    border-color: #89b7d1;
}

body .booknetic_appointment input[type="checkbox"]:checked{
    background: #89b7d1;
    border-color: #89b7d1 !important;
}


body .booknetic-body .booknetic-cp-header-logout-btn:hover{
    background-color: #fff;
}

body .booknetic-cp-header-logout-btn i,
body .booknetic-body .booknetic-cp-header-logout-btn span{
    color: #000;
}

body .booknetic_login .booknetic_login_btn,
body .booknetic_forgot_password .booknetic_forgot_password_btn{
    background-color: #E9B338 !important;
    border-radius: 50px;
    color: #000;
    font-family: 'Avenir';
    font-weight: 500;
    border: none;
    outline: none;
    padding: 19px 26px;
    font-size: 18.6px;
    line-height: 1;
}

body .booknetic_login{
    height: 450px !important;
}

body .booknetic_login .booknetic_footer,
body .booknetic_forgot_password .booknetic_footer{
    /* display: none !important; */
}

body .booknetic_footer a{
    color: #E9B338;
}

body .booknetic_login .booknetic_header,
body .booknetic_forgot_password .booknetic_header,
body #booknetic_customer_panel_appointments_table .user_visit_card .circle_image,
body #booknetic_customer_panel_appointments_table .booknetic_rating_btn,
body .booknetic_signup .booknetic_step_1 .booknetic_header{
    display: none !important;
}

body .booknetic_appointment_container_body .booknetic_card_location_image{
    object-fit: contain;
}

.hide-staff-description div[data-step-id=staff] .booknetic_card .booknetic_card_description{
    display: none !important;
}

@media all and (min-width: 768px){
    .vivastrom-newsletter-form{
        max-width: 76% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .vivastrom-newsletter-form form>p{
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 16px;
        align-items: end;
    }
}

/* Woocommerce */
.vivastrom-featured-products{
    list-style-type: none;
    padding-left: 0 !important;
}

.vivastrom-featured-products .slick-prev{
    left: -40px;
}

.vivastrom-featured-products .slick-next{
    right: -40px;
}

.vivastrom-featured-products .slick-prev::before,
.vivastrom-featured-products .slick-next::before{
    color: #000;
    font-size: 80px;
    font-family: 'Avenir';
}

.vivastrom-featured-products .slick-prev::before{
    content: "‹" !important;
}
.vivastrom-featured-products .slick-next::before{
    content: "›" !important;
}

.vivastrom-featured-product{
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;

}

.vivastrom-featured-img-wrapper{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    aspect-ratio: 0.76 / 1;
    overflow: hidden;
}

.vivastrom-featured-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 150ms cubic-bezier(0.44, 0.01, 0.46, 0.97);;
}

.vivastrom-featured-product:hover .vivastrom-featured-img-wrapper img{
    transform: scale(1.07);
}

.vivastrom-featured-product a>span{
    display: block;
    color: #484848;
    font-family: 'Avenir';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}

@media all and (min-width: 768px) and (max-width: 1024px){
    #vivastrom-footer>div:first-of-type,
    #vivastrom-footer>div:nth-of-type(4){
        grid-column: 1/3;
    }
}

.vivastrom-footer-social-icon .elementor-social-icon{
    transition: all var(--main-duration) var(--main-easing);
}
.vivastrom-footer-social-icon .elementor-social-icon:hover{
    filter: grayscale(1) brightness(1.5);
}

.vivastrom-intro-slide-anim{
    overflow: hidden !important;
}

.vivastrom-intro-slide-anim img{
    transform: scale(1.2) translateY(-100px);
    opacity: 0;
}

.woocommerce-cart-form__contents thead,
.woocommerce-cart-form__contents thead th,
tr.woocommerce-cart-form__cart-item,
tr.woocommerce-cart-form__cart-item td{
    border-width: 1px !important;
    border-left: none !important;
    border-right: none !important;
}

tr.woocommerce-cart-form__cart-item,
tr.woocommerce-cart-form__cart-item td{
    border-top: none !important;
}

tr.woocommerce-cart-form__cart-item td{
    background: transparent !important;
}

.woocommerce-cart-form__contents thead{
    display: none;
}

.woocommerce-cart-form__contents thead,
.woocommerce-cart-form__contents thead th{
    border-top: none !important;
}

body .woocommerce table.shop_table{
    border: none;
}

body.woocommerce-cart .vivastrom-cart{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
}

body.woocommerce-cart .vivastrom-cart tr.woocommerce-cart-form__cart-item td{
    padding-top: 22px;
    padding-bottom: 22px;
}

body.woocommerce-cart .vivastrom-cart .cart-collaterals{
    padding: 35px;
    background-color: #fafafa;
}

body.woocommerce-cart .vivastrom-cart .cart-collaterals .cart_totals{
    width: 100%;
}

body.woocommerce-cart .vivastrom-cart .cart-collaterals .cart_totals th{
    width: 50%;
}

body.woocommerce-cart .vivastrom-cart .cart-collaterals .cart_totals th,
body.woocommerce-cart .vivastrom-cart .cart-collaterals .cart_totals td{
    background: transparent;
    border: none;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
    background-color: #FFE8BA;
    border-radius: 50px;
    color: #000;
    font-family: 'Avenir';
    font-weight: 500;
    border: none;
    outline: none;
    padding: 19px 26px;
    font-size: 18.6px;
    line-height: 1;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover{
    background-color: #e9b338;
    color: #FFDB87;
}

body.woocommerce-cart .vivastrom-cart .cart-collaterals .cart_totals th,
body.woocommerce-cart .vivastrom-cart .cart-collaterals .cart_totals td,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart .vivastrom-cart h2,
body.woocommerce-cart .vivastrom-cart tr.woocommerce-cart-form__cart-item td,
body.woocommerce-cart .vivastrom-cart tr.woocommerce-cart-form__cart-item th,
body.woocommerce-cart .vivastrom-cart .woocommerce-cart-form__contents th{
    font-family: 'Avenir', sans-serif;
    color: #000000;
}

body.woocommerce-cart .vivastrom-cart .woocommerce-cart-form__contents th.product-thumbnail,
body.woocommerce-cart .vivastrom-cart tr.woocommerce-cart-form__cart-item td.product-thumbnail{
    width: 24%;
}

.woocommerce-page #content table.cart img{
    width: 100%;
}

body .woocommerce a.remove{
    color: #B5D4E6 !important;
}

body .woocommerce a.remove:hover{
    background: #B5D4E6;
}

table tbody tr:hover>td.actions{
    background: transparent !important;
}

body.woocommerce-cart .actions input#coupon_code{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #000000;
    padding: 0;
    color: #000000;
    outline: transparent;
}

body.woocommerce-cart .actions .button,
body .checkout_coupon.woocommerce-form-coupon .button{
    border-radius: 30px;
}

body.woocommerce-cart .vivastrom-cart .woocommerce-cart-form__contents .product-subtotal{
    font-weight: 700;
}

body.woocommerce-cart .vivastrom-cart .actions{
    border: none;
}
body.woocommerce-cart .vivastrom-cart .actions .button,
body .checkout_coupon.woocommerce-form-coupon .button{
    font-family: 'Avenir', sans-serif;
    background-color: #F1EDE8;
}

body.woocommerce-cart .woocommerce-message{
    font-family: 'Avenir', sans-serif;
}

.woocommerce .vivastrom-cart table.cart td.actions .input-text,
.woocommerce-page #content .vivastrom-cart table.cart td.actions .input-text,
.woocommerce-page .vivastrom-cart table.cart td.actions .input-text{
    width: 150px;
    border-radius: 0;
    margin-right: 18px;
}

.woocommerce .vivastrom-cart .quantity .qty{
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
body #add_payment_method #payment ul.payment_methods,
body .woocommerce-cart #payment ul.payment_methods,
body .woocommerce-checkout #payment ul.payment_methods{
    background:#F1EDE8;
    border: none;
}

body #add_payment_method #payment div.payment_box,
body .woocommerce-cart #payment div.payment_box,
body .woocommerce-checkout #payment div.payment_box{
    background: transparent;
}

body #add_payment_method #payment div.payment_box::before,
body .woocommerce-cart #payment div.payment_box::before,
body .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

body .payment_box .clover-gateway{
    border-radius: 15px;
}

body .clover-gateway .form-row .field{
    /* background: white; */
}

body .form-row.place-order,
body #add_payment_method #payment,
body .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background:transparent;
}
body .form-row.place-order #place_order{
    background-color: #E9B338;
    border-radius: 30px;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    padding: 19px 26px;
}

body .woocommerce-info{
    border-top-color: #B5D4E6;
}

body .woocommerce-info::before{
    color: #B5D4E6;
}

body .woocommerce-info a{
    color: #000;
}

body .woocommerce-billing-fields__field-wrapper input,
body .checkout_coupon.woocommerce-form-coupon #coupon_code{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    padding: 0;
    color: #000000;
    outline: transparent;
    font-family: 'Avenir', sans-serif;
}

body .woocommerce-billing-fields__field-wrapper input:focus{
    border-bottom-color: rgba(0,0,0,1);
}

body .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single,
body .woocommerce-additional-fields__field-wrapper textarea{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    padding: 0;
    color: #000000;
    outline: transparent;
    font-family: 'Avenir', sans-serif;
}

body .woocommerce form .form-row.woocommerce-validated .select2-container,
body .woocommerce form .form-row.woocommerce-validated input.input-text,
body .woocommerce form .form-row.woocommerce-validated select{
    border-bottom: 3px solid rgba(0,0,0,0.2);
}

body .woocommerce .woocommerce-privacy-policy-link{
    color: #000;
}

body .woocommerce form .form-row{
    margin-bottom: 12px;
}

body .checkout.woocommerce-checkout{
    margin-bottom: 80px;
}

body table.shop_table.woocommerce-checkout-review-order-table tbody>tr:nth-child(odd)>td,
body table.shop_table.woocommerce-checkout-review-order-table tbody>tr:nth-child(odd)>th{
    background-color: transparent;
}

body table.shop_table.woocommerce-checkout-review-order-table .order-total{
    background: #F1EDE8;
}

body .form-row.place-order #place_order,
body .form-row.place-order #place_order:active,
body .form-row.place-order #place_order:focus,
body .form-row.place-order #place_order:hover{
    outline: none;
}



@media all and (min-width: 1024px){
    body.woocommerce-cart .vivastrom-cart{
        grid-template-columns: 65% 1fr;
    }
}

/* Formulaire */
.vivastrom-form-row p{
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    flex-wrap: wrap;
}


.vivastrom-form-row .wpcf7-form-control-wrap{
    width: 100%;
    margin-bottom: 24px;
}

.vivastrom-form input.wpcf7-text{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #FFE8BA;
    padding: 0;
    color: #000000;
    outline: transparent;
}

.vivastrom-form textarea{
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #FFE8BA;
    padding: 0;
    color: #000000;
    outline: transparent;
    height: 54px;
}

@media all and (min-width: 1024px){
    .vivastrom-form-row p{
        flex-wrap: nowrap;
        width: 100%;
    }

    .vivastrom-form-row .wpcf7-form-control-wrap{
        width: 50%;
    }

    .vivastrom-form .wpcf7-form-control-wrap{
        width: 100%;
    }
}

.vivastrom-form input.wpcf7-text::placeholder,
.vivastrom-form textarea::placeholder{
    color: #000000;
}

.vivastrom-form input.wpcf7-submit{
    background-color: #FFE8BA;
    color: #000000;
    font-size: 18.6px;
    border-radius: 50px 50px 50px 50px;
    padding: 14px 52px 14px 52px;
    border: none;
    outline: transparent;
}

.vivastrom-form input[type="checkbox"]::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 5px;
    transform: scale(0);
    transition: 80ms transform ease-in-out;
    box-shadow: inset 22px 22px #FFE8BA;
    cursor: pointer;
    display: block;
}

.vivastrom-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.vivastrom-form input[type="checkbox"]{
    -webkit-appearance: none;
appearance: none;
background-color: #E9B338;
margin: 0;
font: inherit;
color: #FFE8BA;
width: 24px;
height: 24px;
border: 2px solid #FFE8BA;
border-radius: 5px;
display: grid;
place-content: center;
cursor: pointer;
}

.vivastrom-form .checkbox-row .wpcf7-list-item label{
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
}

.vivastrom-form .checkbox-row label{
    color: #000;
}

.vivastrom-map .gm-style-iw-d{
    overflow: hidden !important;
    font-size: 18px;
    font-family: 'Avenir';
    padding: 5px 11px;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.vivastrom-map .gm-style-iw-d a{
    color: inherit;
}

.vivastrom-map .gm-style-iw-d small{
    display: block;
    font-size: 14px;
    font-weight: 400;
}

@media all and (min-width: 1024px){
    .vivastrom-map .gm-style-iw-d{
        font-size: 24px;
    }

    .vivastrom-map .gm-style-iw-d small{
        font-size: 16px;
    }
}

.vivastrom-map .gm-style-iw-d p{
    margin: 0;
}

.vivastrom-map .gm-style-iw-c{
    background-color: #E9B338;
    padding: 0;
}

.vivastrom-map.bleu .gm-style-iw-c{
    background-color: rgba(181,212,230, 1);
    padding: 0;
}

.vivastrom-map .gm-style-iw-c button,
.vivastrom-map .gm-style-iw-tc{
    display: none !important;
}

.btn-filtre-tarifs #chambre.active,
.btn-filtre-tarifs #forfaits.active{
    background-color: #E9B338;
}

.btn-filtre-tarifs #naturopathie.active,
.btn-filtre-tarifs #soin.active{
    background-color: #B5D4E6;
}

.vivastrom-mobile-nav-btn{
    width: fit-content;
    height: fit-content;
    aspect-ratio: 1/1;
    padding: 7px;
    border-radius: 7px;
    justify-self: flex-end;
    margin-right: 0;
    align-self: center;
    position: relative;
    z-index: 999;
}

.vivastrom-mobile-nav-btn .vivastrom-open-menu-btn{
    width: 32px;
    opacity: 0.7;
    user-select: none;
    transition: opacity 200ms ease-in-out 150ms;
}

.vivastrom-mobile-nav-btn .vivastrom-close-menu-btn{
    width: 26px;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    transition: opacity 200ms ease-in-out 250ms;
}

.vivastrom-mobile-nav-btn.open .vivastrom-close-menu-btn{
    /*visibility: visible !important; */
    opacity: 0.7 !important;
       
}

.vivastrom-mobile-nav-btn.open .vivastrom-open-menu-btn{
    opacity: 0;
}

#vivastrom-mobile-nav{
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    transform: translateX(100%);
    padding-top: 16px;
    transition: transform 300ms var(--main-duration);
    padding-left: 30px;
    padding-right: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}

#vivastrom-mobile-nav>div:first-of-type{
    display: grid;
    grid-template-columns: auto auto 1fr;
    column-gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}

#vivastrom-mobile-nav.open{
    transform: translateX(0%);
}

#vivastrom-mobile-nav .menu-lien-reserver .menu-item-icon{
    display: none;
}

#vivastrom-mobile-nav .menu>li.menu-lien-reserver{
    border-bottom: none;
}

#vivastrom-mobile-nav .menu>li:nth-last-of-type(2){
    border-bottom: none;
}

a.background-youtube-video{
    aspect-ratio: 16/9 !important;
}

a.background-youtube-video::before{
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('/wp-content/themes/vivastrom/assets/img/play-circle-4.svg');
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    user-select: none;
    filter: grayscale(1) brightness(2);
    transition: filter 100ms ease-in 0ms, transform 160ms ease-in 0ms;
    z-index: 3;
}

a.background-youtube-video:hover::before{
    transform: translate(-50%, -50%) scale(1.07);
    filter: none;
}

a.background-youtube-video::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}

.carrousel-temoignages .elementor-widget-container{
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.carrousel-temoignages .slick-list .jet-carousel__item.slick-slide{
    padding-left: 20px;
    padding-right: 20px;
}

.carrousel-temoignages .jet-carousel__item-inner .jet-carousel__item-img{
    height: 28px;
    max-height: 28px;
    width: auto;
}

.carrousel-temoignages .jet-carousel__item-inner .jet-carousel__content{
    display: flex;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
}

.carrousel-temoignages .jet-carousel__item-inner .jet-carousel__item-title{
    order: 2;
    font-family: 'Avenir' !important;
}

.carrousel-temoignages .jet-carousel__item-inner .jet-carousel__item-title::before{
    display: inline-block;
    content: "-";
    padding-right: 8px;
}

.carrousel-temoignages .jet-carousel__item-inner .jet-carousel__item-text{
    order: 1;
    font-family: 'Avenir' !important;
}

.carrousel-temoignages .slick-arrow,
.carrousel-temoignages .slick-arrow:focus,
.carrousel-temoignages .slick-arrow:active,
.carrousel-temoignages .slick-arrow:visited,
.carrousel-temoignages .slick-arrow:focus-visible,
.carrousel-temoignages .slick-arrow:focus-within{
    outline: none !important;
}

@media all and (min-width: 1024px){
    a.background-youtube-video::before{
        width: 120px;
        height: 120px;
    }
    
    .full-height-map,
    .full-height-map .jet-map{
        height: 100% !important;
    }
}

@media all and (max-width: 1200px){
    header.header{
        z-index: 1000000;
        position: relative;
    }

    div.vivastrom-main-nav,
    header.header #top-header{
        display: none;
    }

    div.vivastrom-mobile-nav-btn{
        display: flex !important;
    }

    header #top-header .vivastrom-language-switcher {
        grid-row: 1;
        grid-column: 4;
        margin-right: 0;
        grid-column: 3/5;
    }

    header #top-header .vivastrom-profile-btn{
        grid-row: 2;
        grid-column: 3;
        
    }

    header #top-header .vivastrom-cart-btn{
        grid-row: 2;
        grid-column: 4;
    }

    header.header #main-header{
        column-gap: 50px;
        grid-template-columns: 185px 1fr;
        margin-top: 36px;
    }

    header #top-header{
        margin-top: 24px;
    }
}