/* Euphoria Script
Theme Name: Cinq Beautes
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: cinqbeautes
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*
@font-face {
    font-family: 'Prescious Soul';
    src: url('./fonts/prescious_soul-webfont.eot');
    src: url('./fonts/prescious_soul-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/prescious_soul-webfont.woff2') format('woff2'),
         url('./fonts/prescious_soul-webfont.woff') format('woff'),
         url('./fonts/prescious_soul-webfont.svg#prescious_soulregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&display=swap');

/*DESIGN*/
.elementor-kit-5 h2{
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
h2 strong{
    font-family:"Euphoria Script", cursive;
    text-transform: initial;
    font-size: 80px;
    letter-spacing: -.05em;
    font-weight: initial;
    color:#DA2E7E;
    margin: 0 10px;
}
h2:before, h2:after{
    display: inline-block;
    width: 50px;
    height: 2px;
    content: "";
    background-color:#555;
    margin: 0 20px;
}
h2.nobar:before, h2.nobar:after, .elementor-widget.elementor-widget-heading.nobar h2:before, .elementor-widget.elementor-widget-heading.nobar h2:after{
    display: none;
}

div[data-elementor-type="single-page"]:before, div[data-elementor-type="product"]:before{
    content:"";
    display: block;
    width: 100%;
    height: 150px;
    z-index: -1;
    position: absolute;
    background-image: url(/wp-content/themes/cinqbeautes/img/bg_page_haut.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.dialog-close-button{
    padding: 5px;
    border-radius: 30px;
}

body .elementor-widget-google_maps iframe{
    width: 100%;
    height: 50vh;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--e-global-color-text);
  -webkit-box-shadow: 0 0 0px 1000px var(--e-global-color-secondary) inset;
  box-shadow: 0 0 0px 1000px var(--e-global-color-secondary) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.service ul{
    margin-bottom: 0.9rem;
}
input[type=date], input[type=email], input[type=email], input[type=number], input[type=password], input[type=search],input[type=tel], input[type=text], input[type=url], select{
    height: 48px;
    padding: .5rem 1.5rem .5rem 2rem;
    border-radius: 40px;
    border: 1px solid transparent;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--e-global-color-text);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 3px 3px 15px #da2e7e1a;
    outline: 0;
}
body select {
    background-image:url("data:image/svg+xml;utf8,<svg fill='#DA2E7E' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M14.339,17.584l6.162-6a1.182,1.182,0,0,1,1.645,0,1.122,1.122,0,0,1,0,1.606l-6.982,6.8a1.185,1.185,0,0,1-1.606.033L6.527,13.191a1.119,1.119,0,0,1,0-1.606,1.182,1.182,0,0,1,1.645,0Z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 40%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea, .woocommerce form .form-row textarea{
    border-radius: 15px;
    border: 1px solid transparent;
    font-size: 13px;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 3px 3px 15px #da2e7e1a;
}

@media (max-width:767px){
    .elementor-kit-5 h2{
        display: block;
    }
    h2 strong{
        font-size:40px;
        margin: 0;
    }
    h2:before, h2:after{
        display: none;
    }
}
/*slider accueil*/

body .slider-accueil{
    height: 60vh;
    display: block;
    overflow: hidden;
    position: relative;
}

body .slider-accueil .swiper-slide{
    height: 100%;
    background-size: cover;
    background-position: left center;
    display: flex;
    align-items: center;
    justify-content: end;
    
}

body .slider-accueil .swiper-slide .slide-infos{
    max-width: 600px;
    color:#fff;
    font-size: 18px;
    margin-right: 15vw;
}

body .slider-accueil .swiper-slide .slide-infos .titre-slider{
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.slider-accueil a.btn{
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 1px;
    border-color: var( --e-global-color-primary );
    color: #fff;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    padding: 12px 20px 10px 20px;    
}
.slider-accueil a.btn:hover{
background-color: #fff;
    color: var( --e-global-color-primary );
}

body .slider-accueil:after{
    content:"";
    display: block;
    width: 100%;
    height: 150px;
    background-image: url(/wp-content/themes/cinqbeautes/img/vague_bas.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    z-index: 2;
    pointer-events: none;
}

.slider-button-prev, .slider-button-next{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--e-global-color-primary);
    z-index: 10;
    top:50%;
    left:5px;
    color:#fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid var(--e-global-color-primary);
}

.slider-button-next{
    right: 5px;   
    left:initial;
}

.slider-button-prev:hover, .slider-button-next:hover{
    background-color:#fff;
    color: var(--e-global-color-primary);
}

.slider-button-prev:after,  .slider-button-next:after{
    display: block;
    position: relative;
    top: -2px;
    content:"<";
    transition: transform .2s ease-in-out;
}

 .slider-button-next:after{
    content:">";
}

.slider-button-prev:hover:after, .slider-button-next:hover:after{
    transform: scale(1.5);
}



@media (max-width:1599px){
    body .slider-accueil .swiper-slide .slide-infos{
        margin-right:5vw;
    }
}

@media (min-width:1200px) and (max-width:1599px){
    body .slider-accueil .swiper-slide .slide-infos{
        max-width: 400px;
    }
}

@media (min-width:1024px) and (max-width:1199px){
    body .slider-accueil{
        height: 40vh;
    }
    body .slider-accueil .swiper-slide .slide-infos{
        max-width: 400px;
    }
}

@media (max-width:1023px){
    body .slider-accueil{
        height: 50vh;
    }
    body .slider-accueil .swiper-slide{
        align-items: end;
        justify-content: end;
        background-position: left center;
    }
    body .slider-accueil .swiper-slide .slide-infos{
        max-width: 70vw;
        margin: 0 auto 20px;
        background-color: rgba(255,255,255,.8);
        border-radius: 25px;
        padding: 25px;
        color:var(--e-global-color-primary) !important;
        font-size: 16px;
        text-align: center;
    }
    .slider-accueil a.btn{
        display: block;
        max-width: 40vw;
        text-align: center;
        margin: 15px auto 0;
    }
}

@media (max-width:767px){
    body .slider-accueil{
        height: 60vh;
    }
    body .slider-accueil .swiper-slide{
        align-items: flex-end;
        justify-content: center;
        background-position: left center;
    }
    body .slider-accueil .swiper-slide .slide-infos{
        max-width: 90vw;
        border-radius: 15px;
        padding: 15px;
        font-size: 14px;
    }
    body .slider-accueil .swiper-slide .slide-infos .titre-slider{
        font-size: 25px;
    }
    .slider-accueil a.btn{
        max-width:100%;
    }
    .slider-button-prev, .slider-button-next{
        display: none;
    }
}


/*Menu Mobile*/
#menu-header{
    position: fixed;
    top: 0;
}
body.admin-bar #menu-header{
    position: relative;
}
body.admin-bar #spacer-header{
    display: none;
}
#fb-root, #elementor-popup-modal-1879{
    opacity: 1;
    pointer-events: all;
}

body.open-menu #fb-root, body.open-menu #elementor-popup-modal-1879{
    opacity: 0;
    pointer-events: none;
}

.open-menu-mobile #Calque_1 *{
    transition: all .2s ease-in-out;
}

body.open-menu .open-menu-mobile #Calque_1 #Tracé_59{
    transform: rotate(45deg);
    transform-origin: center;
}

body.open-menu .open-menu-mobile #Calque_1 #Tracé_60{
    transform: rotate(-45deg) translateY(-4px);
    transform-origin: center;
}


body.open-menu .open-menu-mobile #Calque_1 #Tracé_61, body.open-menu .open-menu-mobile #Calque_1 circle{
    transform: translateX(-50px);    
}

#quick_access{
    position: fixed;
    width: 100%;
    bottom:-100px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out .1s;
}

body.open-menu #quick_access{
    
    pointer-events: all;
    bottom:20px;
    opacity: 1;
}

body .elementor-menu-cart__toggle .elementor-button{
    padding: 10px !important;
}

@media (max-width:1300px){
    #menu-header{
        background-size: 55% 100%;
    }
    #menu-header .menu-col a{
        font-size: 14px;
        padding: 10px;
        letter-spacing: 2px;
    }
    
}

@media (max-width:1023px){
    #menu-header .menu-col{
        position: fixed;
        top:60px;
        left: -101vh;
        width: 100%;
        height: calc(100vh - 60px);
        background-color: #fff;
        transition: all .2s ease-in-out;
    }
    body.open-menu #menu-header .menu-col{
        left: 0;
    }

    body.open-menu #menu-header .menu-col > .elementor-widget-wrap{
        align-content: start !important;

    }

    #menu-header .menu-col a{
        font-size: 20px;
        margin: 5px 0;
        letter-spacing: 4px;
    }
    #menu-header .menu-col .elementor-nav-menu{
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    #amelia-custom-id{
        padding: 12px 13px 10px;
    }
    #amelia-custom-id .elementor-button-text{
        display: none;   
    }
    #amelia-custom-id .elementor-button-icon{
        margin: 0;
    }
    #menu-header .open-menu-mobile{
        cursor: pointer;    
    }
}
/*BREADCRUMB*/
.page nav[aria-label="breadcrumb"]{
    text-align: center;
}

.breadcrumb{
    padding: 0
}

.breadcrumb a{
    color:var(--e-global-color-text);
}


.breadcrumb li.active{
    color:var( --e-global-color-accent );
    font-weight: 600;
}

/*Actus head*/
.post.recent-head{
    cursor: pointer;
    margin:50px 0
}
h2.actus-head-title{
    margin: 0 0 25px;
}
.actus-head-content {
    width: 100%;
}
.actus-head-content .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
}
.actus-head-content .swiper-wrapper > article{
    border-radius: 25px;   
    box-shadow: 0px 3px 20px 0px rgb(203 130 229 / 25%);
    background-color: #fff;
}
.actus-head-content .swiper-wrapper > article:not(:first-child){
    grid-column: 2 / 3;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 15px
}
.actus-head-content .swiper-wrapper > article:first-child{
    grid-area: 1 / 1 / 4 / 2;
    min-height: 450px;
}

.actus-head-content .swiper-wrapper > article:first-child > .entry-content{
    padding: 15px 30px;
}

.actus-head-content  article > div.entry-image{
    position: relative;
    z-index: 0;
    top:0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
    border-radius: 15px;
}

.actus-head-content  article > div.entry-image span{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transform: scale(1);
    transition: all .25s ease-in-out;
    opacity: 1;
}

.actus-head-content  article:hover > div.entry-image span{
   transform: scale(1.1);
    opacity: .8;
}


@media (min-width: 768px){
    body .swiper-slide{
        overflow: initial;
    }
}
@media (max-width: 767px){
    .actus-head-content {
        display: flex;
        flex-direction: column;
    }
    .actus-head-content .swiper-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px;
    }
    .actus-head-content .swiper-wrapper > article:not(:first-child), .actus-head-content .swiper-wrapper > article:first-child{
        grid-column:initial;
        grid-area: initial;
        min-height: 350px;
        position: relative;
        z-index: 0;
        top: 0;
        margin: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    .actus-head-content .swiper-wrapper > article > .entry-content {
        padding: 15px 30px;
    }
    .swiper{
        overflow: hidden;
        padding: 20px 0;
    }
    
    .actus-head-content article > div.entry-image{
        max-height: 250px;
    }
    .actus-head-content h3{
        font-size: 1rem;
        margin: 0;
    }
    .actus-head-content .swiper-wrapper > article:first-child > .entry-content{
        padding: 15px;
    }
}

/*articles blog*/
body.single-post h2{
    text-align: left;
    margin:60px 0 20px;
    font-size: 25px;
    letter-spacing: 2px;

}
body.single-post h2:before,body.single-post h2:after{
    display: none;
}

body.single-post .breadcrumb{
    text-align: center;
}
@media (max-width: 767px){
    
}



/*PAGES SERVICES*/
.prix-service, .prix-produit, .woocommerce div[data-elementor-type="product"].product .elementor-widget-woocommerce-product-price .elementor-widget-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 350px;
    width: 100%;
    border:2px dashed var(--e-global-color-9d377c5);
    padding: 15px;
    border-radius: 12px;
}
.prix-produit{
    grid-template-columns: 1fr;
}
.woocommerce div[data-elementor-type="product"].product .elementor-widget-woocommerce-product-price .elementor-widget-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.prix-service div.prix-normal, .prix-service div.prix-abonne, .prix-produit div.prix-normal, .woocommerce div[data-elementor-type="product"].product .elementor-widget-woocommerce-product-price span.price, .woocommerce div[data-elementor-type="product"].product .elementor-widget-woocommerce-product-price p.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color:var(--e-global-color-text);
    text-transform: uppercase;
    margin: 0;
}

.prix-service div.prix-normal{
    border-right: 2px solid var(--e-global-color-9d377c5);
}
.prix-service div div:nth-child(2), .prix-produit div div:nth-child(2),.prix-produit div.prix-normal:nth-child(2), .woocommerce div[data-elementor-type="product"].product .elementor-widget-woocommerce-product-price .price .amount{
    font-weight: 900;
    font-size: 30px;
}
.woocommerce div[data-elementor-type="product"].product .elementor-widget-woocommerce-product-price .price:before{
    content:"Tarif";
    display: block;
}


.prix-service div.prix-abonne{
    color:var(--e-global-color-primary);
}

.duree-service{
    font-weight: 600;
}

.soins-infos h2{
    margin-bottom: 45px;
}


/* Woocommerce */

/* Checkout */
.woocommerce table.shop_table{
    border:none;
    border-radius:12px;
    box-shadow: 0px 3px 20px 0px rgb(203 130 229 / 25%);
    margin:50px 0;
    border-collapse: collapse;
}

.woocommerce table.shop_table th,.woocommerce table.shop_table td,.woocommerce table.shop_table thead:first-child tr:first-child th{
    border:none;
    padding: 20px;
}
body tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
    background-color: transparent!important;
}

table tbody tr:hover>td, table tbody tr:hover>th{
    background-color: transparent!important;
}

body .woocommerce table.shop_table tbody>tr:not(:last-child){
    border-bottom:2px dotted rgba(0,0,0,.1);
}

.woocommerce table.shop_table td.product-name{
    color: var( --e-global-color-primary );
    font-weight: 900;
    text-transform: uppercase;
}

.woocommerce table.shop_table td.product-name dl, .woocommerce table.shop_table td.product-name dd{
    text-transform: capitalize;
     color: var(--e-global-color-text );
    font-weight: 900;
    display: flex;
    flex-direction: column;
}
.woocommerce table.shop_table td.product-name dd{
    font-weight: 600   
}

.woocommerce table.shop_table td.product-name hr{
    display: none;
}
.woocommerce table.shop_table td.product-name div.item-37, .woocommerce table.shop_table td.product-name dd.variation-Infosdurendez-vous{
    color:#000;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    line-height: .8;
    max-width: 350px;
    background-color: var(--e-global-color-secondary);
    border-radius: 15px;
    padding: 15px;
}
.woocommerce table.shop_table td.product-name dd.variation-Infosdurendez-vous {
    line-height: 1.3;
}
.woocommerce table.shop_table td.product-name div strong{    
    text-transform: capitalize;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    border-radius:50px;
    background-color: var( --e-global-color-primary );
    border:1px solid var( --e-global-color-primary );
    transition: all .2s ease-in-out;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    border-radius:50px;
    color: var( --e-global-color-primary );
    border:1px solid var( --e-global-color-primary );
    background-color: var( --e-global-color-c0c5eb5 );
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: 100%;
    max-width: 180px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: 40px;
    color: var( --e-global-color-primary );
    border:1px solid var( --e-global-color-primary );
    background-color: var( --e-global-color-c0c5eb5 );
}

.woocommerce table.cart td.actions .coupon{
    display: flex;
}
.woocommerce-page .woocommerce table.cart td.actions  button.button[name="update_cart"]{
    height: 48px;
}
.woocommerce-page .woocommerce table.cart td.actions  button.button[name="update_cart"]:disabled{
    border-color: var( --e-global-color-primary );
    color:#fff;
    opacity: .2;
}

@media (max-width:767px){
    .woocommerce table.shop_table{
        margin:0 0 50px;
    }
    .woocommerce table.cart td.actions .coupon{
        flex-direction: column;
        gap:5px;
        border-radius: 25px;
        margin-bottom: 20px;
    
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon .input-text+.button{
        width: 100%;
        max-width: initial;
    }
    .woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce table.shop_table thead:first-child tr:first-child th {
        padding: 5px 20px;
        vertical-align: middle;
    }
    .woocommerce table.shop_table thead:first-child tr:first-child th{
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: flex;
        flex-direction: column;
    }
    .woocommerce table.shop_table_responsive tr .product-remove{
        order: 9;
        margin-bottom: 20px;
    }
    .woocommerce table.shop_table_responsive tr .product-remove a.remove{
        width:100%
    }
    .woocommerce table.shop_table_responsive tr .product-remove a.remove:after {
        content: attr(aria-label) " ";
        font-size: 15px;
        margin-left: 5px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
}
/*Panier latéral*/
body .elementor-menu-cart__product .variation{
    grid-template-columns: 1fr;
}
body .elementor-menu-cart__product .variation dt,body .elementor-menu-cart__product .variation dd{
    grid-column-start: 1;
}

/* Compte client */

.woocommerce-account .woocommerce{
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap:20px;
    margin: 50px 0 100px;
}
.woocommerce-account .woocommerce form.woocommerce-form-login{
    grid-column: 1/3;
    max-width: 650px;
    margin: 0 auto;
}
.woocommerce-account .woocommerce .woocommerce-notices-wrapper + h2{
    grid-column: 1/3;
}

body.woocommerce-account .woocommerce::after, body.woocommerce-account .woocommerce::before{
    display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
    float: none;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 5px 0;
}
.woocommerce-MyAccount-navigation ul li a{
    color:var(--e-global-color-text);
}

.woocommerce-MyAccount-navigation ul li.is-active a{
    color:var(--e-global-color-accent);
    font-weight: 700;
}

body.woocommerce-account .woocommerce table.shop_table{
    margin: 0;
}
body.woocommerce-account .woocommerce h2 {
    margin: 40px auto;
    font-size: 20px;
}



body.woocommerce-account .woocommerce .woocommerce-customer-details address,body.woocommerce-checkout .woocommerce .woocommerce-customer-details address{
    border: none;
    border-radius: 12px;
    box-shadow: 0px 3px 20px 0px rgb(203 130 229 / 25%);
    margin: 50px auto;
    padding: 30px;
    text-align: center;
    max-width: 650px
}

body.woocommerce-account .woocommerce .woocommerce-customer-details address p,body.woocommerce-checkout .woocommerce .woocommerce-customer-details address p{
    margin-top: 15px;   
}

body.woocommerce-account .woocommerce div.woocommerce-Addresses > div.woocommerce-Address, body.woocommerce-checkout .woocommerce div.woocommerce-Addresses > div.woocommerce-Address{
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 3px 20px 0px rgb(203 130 229 / 25%);
    margin: 50px auto;
    padding: 30px;
    max-width: 650px;
    float: none;
}

body.woocommerce-account .woocommerce-MyAccount-content > p{
    text-align: center;
}



button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background-color: var( --e-global-color-primary );
    border: 1px solid var( --e-global-color-primary );
    color: var( --e-global-color-c0c5eb5 );
}
button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #payment #place_order:hover{
    background-color: var( --e-global-color-c0c5eb );
    color: var( --e-global-color-primary );
}
body.woocommerce-account .woocommerce form button, body.woocommerce-account .woocommerce  a.button{
    float: right;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content >  a.button,
body.woocommerce-account .woocommerce-EditAccountForm  button {
    margin-top: 30px;    
}
body.woocommerce-account label{
    font-size: 12px;
    margin:10px 30px 0;
}

body.woocommerce-account fieldset{
    text-shadow: none;
    border:none;
    margin-top: 30px;
    background-color: var(--e-global-color-secondary);
    border-radius: 15px;
}

body.woocommerce-account fieldset legend{
    background-color: var(--e-global-color-primary);
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 25px;
    color:#fff;
    margin: 0 auto;
}

.woocommerce-form-row span em{
    display: block;
    margin:10px 0 0 30px;
    font-size: 12px;
    color: var( --e-global-color-primary );
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background-color: var( --e-global-color-secondary );
    border-radius:15px;
    
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color: #fff;
    padding: 30px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    border-bottom: none;
}

body.woocommerce-account .woocommerce-PaymentMethod label{
    font-size: 16px;
    margin: 0
}


/*
body.woocommerce-view-order .woocommerce table.shop_table,.woocommerce table.shop_table thead,.woocommerce table.shop_table tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body.woocommerce-view-order .woocommerce table.shop_table tr{
    display: grid;
    grid-template-columns: 5fr 1fr;
}*/


/*
body.woocommerce-view-order td.woocommerce-table__product-total.product-total {
    width: 20%;
}
*/

body.woocommerce-view-order .woocommerce .woocommerce-order-details tfoot tr:last-child .woocommerce-Price-amount{
    font-size: 30px;
    font-weight: 700;
    color: var( --e-global-color-primary );
}

@media (max-width:767px){
    .woocommerce-account .woocommerce{
        grid-template-columns: 1fr;
        gap:20px 0;
    }
    .woocommerce-account .woocommerce form.woocommerce-form-login,
    .woocommerce-account .woocommerce .woocommerce-notices-wrapper + h2{
        grid-column: 1/2;
        margin: 0 auto;
    }
    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
        padding: 5px;
    }
    #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row{
        margin: 0 0 5px;
    }
    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 0;
    }
    .StripeElement, .wc-stripe-elements-field, .wc-stripe-iban-element-field{
        margin: 0;
        padding: 10px 5px;
    }
    .woocommerce-privacy-policy-text {
        padding: 0 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        margin: 0;
    }
    .woocommerce-MyAccount-navigation:before {
        display: block;
        content:"Menu >";
        width: 100%;
        text-align: center;
        font-weight: 900;
    }
    .woocommerce-MyAccount-navigation.active:before {
        content:"Menu X";
    }
    .woocommerce-MyAccount-navigation > ul{
        display: none;
        text-align: center;
    }
    
    .woocommerce-MyAccount-navigation.active > ul{
        display: block;
        background-color: var(--e-global-color-secondary);
        border-radius: 15px;
            
    }
}
/*Détails commande*/

body.woocommerce-view-order .woocommerce table.shop_table.order_details tr th:nth-child(2), .woocommerce table.shop_table.order_details tr td:nth-child(2){
    width: 20%;
    text-align: center;
}
body.woocommerce-view-order .woocommerce table.shop_table td.product-name div.item-37{
    color:#000;
    font-size: 14px;
    font-weight: 400;
}

body.woocommerce-view-order .woocommerce table.shop_table thead{
    border-bottom: 1px solid #eee
}

body.woocommerce-view-order .woocommerce table.shop_table.order_details tr th:nth-child(2), .woocommerce table.shop_table.order_details tr td:nth-child(2){
    width: 20%;
}

/*Panier*/
body .woocommerce .quantity .qty, body .elementor-widget-wc-add-to-cart .quantity .qty, body.woocommerce div.product.elementor .quantity .qty{
    padding: 0;
    border-radius: 5px;
}

/*Checkout*/
form.checkout.woocommerce-checkout{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px ;
}

form.checkout.woocommerce-checkout #customer_details{
    display: flex;
    flex-direction: column;
    grid-row: 1/3;
}

.woocommerce form.checkout.woocommerce-checkout #customer_details .col-1, .woocommerce form.checkout.woocommerce-checkout #customer_details .col-2{
    float: initial;
    width: 100%;
}
.woocommerce form.checkout.woocommerce-checkout #customer_details .col-2{
    margin-top: 50px;
}
form.checkout.woocommerce-checkout #order_review{
    grid-column: 2/3;
    
}

.woocommerce-notice--success {
    text-align: center;
}
@media (max-width:767px){
    form.checkout.woocommerce-checkout{
        grid-template-columns: 1fr;
    }
    form.checkout.woocommerce-checkout #order_review{
        grid-column: 1/2;
        
    }
    
}
/*Messages*/
.woocommerce-error{
    background-color:#ef9999;
    border-radius: 15px;
    color:#fff;
}

.woocommerce-info, .woocommerce-message{
    background-color:var(--e-global-color-secondary);
    border-radius: 15px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    color:var(--e-global-color-primary);
}


.woocommerce-error, .woocommerce-info, .woocommerce-message{
    border: none;
}


/* FIN WOOCOMMERCE */

/* Contact form 7 / Send in blue */
.wpcf7{
    width: 100%;
    max-width: 650px;
    margin: 20px auto;
}
.wpcf7 form > div{
    padding: 20px;
}
.wpcf7 h2{
    margin: 15px 0 60px;
    text-align: center;
}
.wpcf7 p{
    margin: 0;
}
.wpcf7 h2 + p{
    margin: 0 0 10px 0;
}
.wpcf7 h3{
    margin: 15px 0;
    font-size: 16px;
}
.form-grid.half-half, .form-grid.third-twothird{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.form-grid.third-twothird{
    grid-template-columns: 1fr 2fr;
}
.wpcf7 input[type=date], .wpcf7 input[type=email], .sib-email-area input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=password],.wpcf7 input[type=search],.wpcf7 input[type=tel],.wpcf7 input[type=text], input[type=url],
#commentform input[type=email],#commentform input[type=text], #commentform input[type=url],
 select {
    height: 48px;
    padding: .5rem 1.5rem .5rem 2rem;
    border-radius: 40px;
    border: 1px solid transparent;
    font-size: 15px;
    margin-bottom: 15px;
    color: var(--e-global-color-text);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 3px 3px 15px #da2e7e1a;
    outline: 0;
}
body select {
    background-image:url("data:image/svg+xml;utf8,<svg fill='#DA2E7E' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M14.339,17.584l6.162-6a1.182,1.182,0,0,1,1.645,0,1.122,1.122,0,0,1,0,1.606l-6.982,6.8a1.185,1.185,0,0,1-1.606.033L6.527,13.191a1.119,1.119,0,0,1,0-1.606,1.182,1.182,0,0,1,1.645,0Z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 40%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.wpcf7 select{
    padding: .5rem 1.5rem .5rem 4rem;
}

.wpcf7 textarea, #commentform textarea{
    border-radius: 15px;
    border: 1px solid transparent;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--e-global-color-text);
    outline: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 3px 3px 15px #da2e7e1a;
}

.wpcf7 input[type=date]:focus, .wpcf7 input[type=email]:focus,.sib-email-area input[type=email]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=password]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, input[type=url]:focus, select:focus, .wpcf7-form-control-wrap.focusin input,.wpcf7-form-control-wrap.focusin textarea, .wpcf7-form-control-wrap.focusin select, .wpcf7-form-control-wrap.focusin textarea
#commentform input[type=email]:focus,#commentform input[type=text]:focus, #commentform input[type=url]:focus, .wpcf7 textarea:focus, #commentform textarea:focus
{
    border-color: #DA2E7E;
}

.wpcf7 input.wpcf7-not-valid{
    border-color:#FF4242;
}

.wpcf7-not-valid-tip{
    display:block;
    font-size: 12px;
    margin: -10px 15px 10px;
}
.wpcf7-not-valid-tip:before{
    content:"x ";
    font-weight: 600;
    position: relative;
    top:-1px;
}


.wpcf7 label, .sib-email-area label {
  margin:0;
  position:relative;
  display:inline-block;
    width: 100%;
}
  
.wpcf7 label strong, .sib-email-area label strong {
  font-weight: 400;
  font-size: 14px;
  border-radius: 10px;
  padding:5px;
  pointer-events: none;
  position:absolute;
  left:10px;
  top:10px;
  transition: 0.2s;
  transform-origin: left;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity:0.5;
    display: block;
    background-color: #fff;
}
.wpcf7 label strong span, .sib-email-area label strong span{
    color:#FF4242;
    font-weight: 700;
}

.wpcf7 .wpcf7-form-control-wrap.focusin + strong, .sib-email-area .wpcf7-form-control-wrap.focusin + strong  {
  opacity:1;
  transform: scale(0.8) translateY(-105%) translateX(8px);
    color:#DA2E7E;
    
}

.wpcf7 .champs-obligatoires{
    font-size: 12px;
    color:#DA2E7E;
    border-radius: 30px;
    border:1px solid transparent;
    outline: 0;
    margin: 0;
}



.wpcf7 .newsletter{
    padding: 30px 30px 0;
    border-radius: 15px;
}


.wpcf7 .newsletter > *{
   width: 100%;
   display: block;
}

body .wpcf7 form .wpcf7-response-output{
    border: none;
    color: #FF4242;
    font-weight: 600;
    padding: 10px 20px 15px;
    margin: 0;
}
body .wpcf7 form.sent .wpcf7-response-output {
    color:#46b450;
}

body .wpcf7 input[type="submit"]{
    float: right;
    text-transform: uppercase;
    color:#fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.5px;
    background-color:#DA2E7E;
    border:1px solid #DA2E7E;
}
body .wpcf7 input[type="submit"]:hover{
    color:#DA2E7E;
    background-color:#fff;
}
@media (max-width: 767px){
    .form-half{
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .wpcf7, .wpcf7 .newsletter {
        border-radius: 0;
    }
    .wpcf7 form > div {
        padding:10px 0;       
    }
    .wpcf7 form > div h2 {
        margin:0;
        padding: 0 16px;
    }
    
    .elementor-popup-modal #formulaire-articles form.wpcf7-form.elementor{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
/*Coordonnees*/
.coordonnees.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 640px;
    text-align: center;
    margin-bottom: 50px
}

.coordonnees.elementor-section.elementor-section-boxed .elementor-column{
    border:2px dashed var(--e-global-color-9d377c5);
    border-radius: 15px;
    padding: 30px
}

.coordonnees.elementor-section.elementor-section-boxed img{
    width: 150px;
}
/*Liste familles*/
.liste-familles {
    display: grid;
    gap:20px;
    margin-bottom: 30px;
}
.liste-familles * {
    transition: all .2s ease-in-out;   
}

.liste-familles .lien-famille{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 3px 20px 0px rgb(203 130 229 / 25%);
    background-color: #fff;
    border-radius: 30px;
    cursor: pointer;
    height: 220px;
    padding:0;
}
.liste-familles .lien-famille .image-famille{
    display: block;
    height: 200px;
    width: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

.liste-familles .lien-famille span{
    font-weight: 900;
    color:var(--e-global-color-text);
    text-transform: uppercase;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px;
    
}
.liste-familles .lien-famille:hover{
    
    background-color: var(--e-global-color-primary);
}

.liste-familles .lien-famille:hover *{
    filter:brightness(5);
}
@media (max-width: 1023px){
    .liste-familles .lien-famille{
        height: 150px
    }
    .liste-familles .lien-famille span{
        font-size:14px;
    }
}
@media (max-width: 767px){
    .liste-familles{
        gap:10px;
        padding: 0;
        overflow: initial;
    }
    
    .liste-familles .lien-famille, .liste-familles .lien-famille .image-famille{
        height: 90px;
        max-width: 100px;
        background-size: 60%;
    }
    .liste-familles .lien-famille span{
        display: none;
    }
}
/*Liste soins - produits*/

.archive-soin-header{
    width: 100%;
    display:block;
    text-align: center;
    margin-bottom: 50px;
}
.soins-list, .produits-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
}
.soins-list .service-loop, .produits-list .produit-loop {
    position:relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*box-shadow: 0px 3px 20px 0px rgb(203 130 229 / 25%);*/
    background-color:var(--e-global-color-c0c5eb5);
    border-radius:30px;
    padding: 5px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    height: 320px;
}

.soins-list .service-loop *, .produits-list .produit-loop *{
    transition: all .3s ease-in-out;
}

.soins-list .service-loop:hover, .produits-list .produit-loop:hover{
    background-color:var(--e-global-color-primary);
}

.soins-list .service-loop .service-image, .produits-list .produit-loop .produit-image{
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius:25px;
    display: block;
}

.soins-list .service-loop .service-image span, .produits-list .produit-loop .produit-image span{
    position: absolute;
    display: block;
    width: 100%;
    height: 260px;
    transform-origin: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.soins-list .service-loop:hover .service-image span, .produits-list .produit-loop:hover .produit-image span{
    transform: scale(1.2);
    opacity: .5;
}

.soins-list .infos-service, .produits-list .infos-produit{
    display: flex;
    justify-content: space-between;
    gap:5px;
    width: 100%;
    position: absolute;
    height: 40px;
    overflow: hidden;
    border-radius:25px 25px 0 0;
    pointer-events: none;
    font-size: 14px;
}
.soins-list .duree-service,.soins-list .service-famille, .produits-list .produit-cat {
    display: flex;
    background-color: #fff;
    justify-content: end;
    align-items: center;
    padding: 5px 10px;
    border-radius: 0 0 0 15px;
}

.soins-list .service-famille, .produits-list .produit-cat {
    border-radius: 0 0 15px 0;
}
.soins-list .service-loop:hover .duree-service, .soins-list .service-loop:hover .service-famille, .produits-list .produit-loop:hover:hover .produit-cat {
    background-color: var(--e-global-color-primary);
    color:#fff;
}


.soins-list .prix-service, .produits-list .prix-produit{
    position: absolute;
    opacity: 0;
    border:none;
    background-color: #fff;
    margin: 80px auto 0;
    max-width: 270px;
    pointer-events: none;
}

.soins-list .service-loop:hover .prix-service,.produits-list .produit-loop:hover .prix-produit{
    opacity: 1;
}
.soins-list .service-loop .prix-service div div:nth-child(2), .produits-list .produit-loop .prix-produit div div:nth-child(2) {
    font-size: 20px;
}
.soins-list .service-titre,.produits-list .produit-titre{
    display: grid;
    grid-template-columns: 1fr 30px;
    gap: 15px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-height: 46px;
}
.soins-list .service-titre h3, .produits-list .produit-titre h3{
    font-size: 15px;
    margin: 10px 0 0;
}
.soins-list .service-loop:hover .service-titre h3 a, .soins-list .service-loop:hover .service-famille a, .produits-list .produit-loop:hover .produit-titre h3 a, .produits-list .produit-loop:hover .produit-cat a{
    color: #fff;
}

.soins-list .service-loop .duree-service svg, .soins-list .service-loop .service-titre svg, .produits-list .produit-loop .produit-titre svg{
    fill:var(--e-global-color-primary);
    margin-right: 5px
}
.soins-list .service-loop:hover .duree-service svg, .soins-list .service-loop:hover .service-titre svg, .produits-list .produit-loop:hover .produit-titre svg{
    fill:#fff;
}

@media (max-width: 1024px){
    .soins-list, .produits-list{
        grid-template-columns: repeat(2,1fr);
        gap:20px 5px;
    }
}

@media (max-width: 767px){
    
    .soins-list .produits-list{
        gap:20px 5px;
    }
    .soins-list .service-loop, .produits-list .produit-loop {
       
        height: 250px;
        border: 1px solid var(--e-global-color-secondary);
        padding: 0;
        overflow: hidden;
        border-radius: 15px;
    }
    .soins-list .service-loop .service-image, .produits-list .produit-loop .produit-image {
        height: 150px;
        border-radius: 15px;
    }
    .soins-list .service-loop .service-image span, .produits-list .produit-loop .produit-image span{
        height: 150px;
    }
    .soins-list .service-titre, .produits-list .produit-titre{
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 5px;
    }
    .soins-list .service-titre h3, .produits-list .produit-titre h3 {
        font-size: 13px;
        margin: 5px 0 0;
        text-align: center;
    }
    .soins-list .service-loop .duree-service svg{
        transform: scale(0.7);
    }
    .soins-list .service-loop .service-titre svg, .produits-list .produit-loop .produit-titre svg{
        display: none;
    }
    .soins-list .infos-service, .produits-list .infos-produit {
        position: relative;
        gap:2px;
        padding: 0 5px;
        height: initial;
        overflow: initial;
        border-radius: 0;
        pointer-events: none;
    }
    .soins-list .duree-service, .soins-list .service-famille, .produits-list .produit-cat {
        justify-content: center;
        padding: 0 0 5px;
        border-radius: 0;
    }
    .soins-list .prix-service, .produits-list .prix-produit{
        max-width: 200px;
        margin: 20px auto 0;
    }
    .soins-list .prix-service, .produits-list .prix-produit{
        grid-template-columns: 1fr;
    }
    .soins-list .prix-service div.prix-normal {
        border-right: none;
        border-bottom: 2px solid var(--e-global-color-9d377c5);
    }
}


/*bloc seo famille soin*/
.infos-famille h2, .faq h2:not(:first-child){
    margin:50px 0 50px;
}

.faq hr{
    margin: 80px auto 80px;
    max-width: 400px;
    border: none;
    border-bottom: 1px solid var(--e-global-color-9d377c5);
}

.faq h3{
    font-size: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.faq h3:before{
    content:">";
    display: block;
    font-size: 20px;
    transform: rotate(0deg);
    transition: all .2s ease-in-out;
}

.faq h3 + p{
    display: none;
}

.faq h3.active:before{
    transform: rotate(-90deg);
}

.faq h3.active + p{
    display: block;
}





/*filtre ajax soins - produits*/

#response{
    opacity: 1;
    border-left: 1px solid var(--e-global-color-9d377c5);
    padding-left: 30px;
    transition: all .2s ease-in-out;
}
#response.loading{
    opacity: .5;
}

.nos-soins, .nos-produits{
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap:30px;
    position: relative;
}
.nos-soins .form-filter form, .nos-produits .form-filter form{
    position:sticky;
    top:100px;
    border-radius: 30px;
    padding: 30px 15px;
    background-color: var(--e-global-color-secondary);
}
.nos-soins form h2, .nos-produits form h2{
    font-size: 18px;
    line-height: 16px;
    letter-spacing: initial;
    text-align: center;
}

.nos-soins form > div > a, .nos-produits form > div > a{
    display: block;
    text-align: center;
}
.nos-soins form h3,.nos-produits form h3{
    font-size: 16px;
    line-height: 16px;
    margin: 30px 0 10px;
    letter-spacing: initial;
}
.nos-soins form label, .nos-produits form label{
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}


.nos-soins .form-filter input[type="radio"], .nos-produits .form-filter input[type="radio"]  {
  display: none;
}
.nos-soins .form-filter input[type="radio"] + label, .nos-produits .form-filter input[type="radio"] + label {
  position: relative;
  padding-left: 1.3rem;
}
.nos-soins .form-filter input[type="radio"] + label::before,
.nos-soins .form-filter input[type="radio"] + label::after,
.nos-produits .form-filter input[type="radio"] + label::before,
.nos-produits .form-filter input[type="radio"] + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  content:'';
  width: 1rem;
  height: 1rem; 
  border-radius: 1rem;
}
.nos-soins .form-filter input[type="radio"] + label::before, .nos-produits .form-filter input[type="radio"] + label::before {
  border: 1px solid var( --e-global-color-accent );
  background-color:#fff;
}
.nos-soins .form-filter input[type="radio"]:checked + label::after, .nos-produits .form-filter input[type="radio"]:checked + label::after {
  background-color: var( --e-global-color-accent );
}
.nos-soins .form-filter input[type="radio"]:checked + label, .nos-produits .form-filter input[type="radio"]:checked + label {
  font-weight: 700;
}

.nos-soins .form-filter input[type="radio"].child + label, .nos-produits .form-filter input[type="radio"].child + label{
    margin-left:10px;
    opacity: .8;
}
.nos-soins .form-filter input[type="radio"].child + label::before, .nos-produits .form-filter input[type="radio"].child + label::before {
  opacity: .6;
}

.noresults{
    width: 100%;
    display: flex;
    grid-column: 1/4;
    justify-content: center;
    align-items: center;
}

.noresults div{
    width: 100%;
    max-width: 350px;
    border: 2px dashed var(--e-global-color-9d377c5);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 50px 10px;
}

@media (max-width: 1023px){
    .nos-soins, .nos-produits {
        grid-template-columns: 1fr 2fr;
    }
}

@media (max-width: 767px){
    #response{
        border-left: none;
        padding-left: 0;
    }
    .nos-soins, .nos-produits {
        grid-template-columns: 1fr;
    }
    .nos-soins .form-filter, .nos-produits .form-filter{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
            
    }   
    .nos-soins .form-filter form, .nos-produits .form-filter form{
        border-radius: 15px 15px 0 0;
    }
    .nos-soins .form-filter form > h2, .nos-produits .form-filter form > h2{
        text-align: center;
        display: block;
    }
    
    .nos-soins .form-filter form > h2:after, .nos-produits .form-filter form > h2:after{
        content:">";
        display: block;
        font-size: 20px;
        transform: rotate(0deg);
        height: initial;
        width: initial;
        background-color: transparent;
        margin: 0 15px;
        float:right;
        color: var( --e-global-color-primary );
        transition: all .2s ease-in-out .1s ;
    }


    body.open-filter  .nos-soins .form-filter form > h2:after, body.open-filter  .nos-produits .form-filter form > h2:after{
        transform: rotate(0deg);
        content:"X";
    }
    
    .nos-soins .form-filter form > div, .nos-produits .form-filter form > div{
        display: none;
    }
    
    body.open-filter .nos-soins .form-filter form > div, body.open-filter .nos-produits .form-filter form > div{
        display: block;
        padding: 20px 40px
    }
}

/*Amelia*/
#amelia-booking-wrap .el-col.el-col-24.el-col-sm-12.el-col-md-12.el-col-lg-6{
    width:50%;
}
.am-no-services h1,.am-no-services h3, .am-no-services p, .am-no-services a, .am-no-services span{
    display: none !important;
}
.am-no-services:after{
    display: block;
    width: 100%;
    text-align: center;
    content:"Ce soin sera prochainement disponible."
}

/*Send in Blue*/
form#sib_signup_form_2 p {
    display: flex;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
    gap: 10px;
}

body form#sib_signup_form_2 .sib-default-btn{
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-weight: 400;
    text-transform: uppercase;
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 1px;
    border-color: var( --e-global-color-primary );
    color:#fff;
    border-radius: 30px;
}
body form#sib_signup_form_2 .sib-default-btn:hover{
    background-color: #fff;
    color: var( --e-global-color-primary );
}
.sib-email-area input[type=email]{
    margin-bottom: 0;
}

@media (max-width:767px){
    form#sib_signup_form_2 p {
        flex-direction: column;
        gap: 0;
    }
    body form#sib_signup_form_2 .sib-default-btn{
        width: 100%;
    }
}

/*google map*/
.infowindow-title{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 20px;
}

.carte #itineraire a{
    text-decoration: none;
}

.carte #itineraire {
    position:absolute;
    z-index: 9;
    top:15px;
    left:15px;
}

/*RECAPTACHA*/
.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}
body .seopress-user-consent {
    z-index: 80000;
}