/*
 Theme Name:   Delphie Vaunac
 Theme URI:    https://novelar.fr
 Description:  Thème Delphie Vaunac
 Author:       Jérôme
 Author URI:   https://novelar.fr
 Template:     hello-elementor
 Version:      1.0.0
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 100%; 
    scroll-behavior: smooth;
}
html, body {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}
body .elementor-widget-n-tabs .e-n-tabs {
    overflow: inherit;

}
.elementor-widget-n-tabs .e-n-tab-title:after {
    position:absolute;
    content:"";
    bottom:0;
    left:50%;
    transform : translateX(-50%);
    height:5px;
    width:0;
    background: var(--e-global-color-accent);
        transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.elementor-widget-n-tabs .e-n-tab-title:hover::after,
.elementor-widget-n-tabs .e-n-tab-title.e-active:after {
    width:100%;
}


.dialog-close-button {
    padding: 10px;
}
.e-n-tabs-heading {
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 38px 5px rgb(0 0 0 / 16%);
    box-shadow: 0px 8px 38px 5px rgb(0 0 0 / 16%);
}

.sib-email-area {background: #fff !important}
table td, table th {vertical-align: middle;}
.elementor-toggle .elementor-tab-content {border-bottom:none;}
.elementor-toggle ul,
.faq-content ul,
.elementor-widget-theme-post-content ul,
.elementor-text-editor ul,
.elementor-widget-text-editor  ul {
  margin-bottom: 0.7em;
  padding:0;
}
.elementor-toggle ul > li,
.faq-contentt ul > li,
.elementor-text-editor ul > li,
.elementor-widget-theme-post-content ul > li,
.elementor-widget-text-editor  ul > li {
    margin-left: 1em;
    list-style-type: none;
    margin-top: 0.7em;
}
.elementor-toggle ul > li:before,
.faq-content ul > li:before,
.elementor-text-editor ul > li:before,
.elementor-widget-text-editor ul > li:before,
.elementor-widget-theme-post-content ul > li:before {
    content: "\f054";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var( --e-global-color-primary );
    font-size: 0.7em;
    top: .125em;
    right: .75em;
    margin-right: 10px;
}
body .elementor-button .elementor-align-icon-left {
    margin-right: 10px;
}
.elementor-editor-active #header {
   user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
   pointer-events: none;
}
ul {list-style: none;}

a {color:var(--e-global-color-primary);}

dd {margin-left:0;}
form i {
  font-size:0.8rem;
}

/* Header Style */
main {
    position: relative;
    margin-bottom: 0;
    padding-top: 100px;
}
body.header-white main,
body.header-black main{
    padding-top:0 !important;
} 

.secondary-font {
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    text-transform: var( --e-global-typography-secondary-text-transform );
    line-height: var( --e-global-typography-secondary-line-height );
    font-weight: normal;
}


.heading-primary .elementor-heading-title,
.heading-secondary .elementor-heading-title,
.heading-accent .elementor-heading-title,
.heading-bleu .elementor-heading-title,
.accent-background{
    display: inline-block;
    padding:5px 10px;
    line-height: 1.2;
    box-shadow: inset 0 -3em 0 var(--e-global-color-accent);
    transition: box-shadow .3s ease-out;
    -webkit-transition: box-shadow .3s ease-out;
    min-width: 300px;

}
.accent-background{
        font-size: 2rem;
    letter-spacing: 0.45rem;
    color: var(--e-global-color-4504c48);
}

.heading-primary .elementor-heading-title{box-shadow:inset 0 -3em 0 var(--e-global-color-primary);}
.heading-secondary .elementor-heading-title{box-shadow:inset 0 -3em 0 var(--e-global-color-secondary);}
.accent-background, .heading-accent .elementor-heading-title{box-shadow:inset 0 -3em 0 var(--e-global-color-accent);}
.heading-bleu .elementor-heading-title{box-shadow:inset 0 -3em 0 #005F9D;}


h2.elementor-heading-title a:after,
h3.elementor-heading-title a:after  {
    content:">";
    padding:10px;
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
   
    display: inline-block;

}
h2.elementor-heading-title a:hover::after,
h3.elementor-heading-title a:hover::after {
    transform:translateX(10px);
    -webkit-transform:translateX(10px);

}
body .elementor-counter .elementor-counter-number-wrapper {font-size:4rem;}
body .elementor-counter .elementor-counter-title {font-size:1.5rem;}
.shape-primary, .shape-secondary, .shape-accent  {
    position: relative;
    z-index: initial !important;
    -moz-box-shadow: 0 3px 10px 0 #00000030;
    -webkit-box-shadow: 0 3px 10px 0 #00000030;
    box-shadow: 0 3px 10px 0 #00000030;
    border-radius: 9px;
}
.shape-primary:before, .shape-secondary:before, .shape-accent:before,
.shape-50-primary:before, .shape-50-secondary:before, .shape-50-accent:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: -1;
    background-color: var( --e-global-color-primary);
    transition: all .5s ease;
}
.shape-50-primary:before, .shape-50-secondary:before, .shape-50-accent:before {
    width: 50%;
    height: 50%;
    right:-16px;
    bottom:-16px;
    top:auto;
    left:auto;
}
.shape-secondary:before,
.shape-50-secondary:before {background-color:var( --e-global-color-secondary );}
.shape-accent:before,
.shape-50-accent:before {background-color:var( --e-global-color-accent );}

.shape-border-150-left,
.shape-border-110-left,
.shape-border-150-right,
.shape-border-110-right {
    z-index: 0 !important;
}

.shape-border-150-left:before,
.shape-border-110-left:before,
.shape-border-150-right:before,
.shape-border-110-right:before {
    content: "";
    height: 100%;
    position: absolute;
    border:1px solid var(--e-global-color-text);
    z-index: -1;
}

.shape-border-150-left:before,
.shape-border-110-left:before {
    left:0;
    right:auto;
}
.shape-border-150-right:before,
.shape-border-110-right:before {
    right:0;
    left:auto;
}
.shape-border-150-left:before,
.shape-border-150-right:before {
    width:125%;
}
.shape-border-110-left:before,
.shape-border-110-right:before {
    width:110%;
}


/*SHADOW BOX STYLE */
.shadow-normal.elementor-section{
    -moz-box-shadow: 0 10px 25px 0 #0000f910;
    -webkit-box-shadow: 0 10px 25px 0 #0000f910;
    box-shadow: 0 10px 25px 0 #0000f910;

}


.shadow-normal > .elementor-element-populated,
.shadow-normal .swiper-slide-inner,
.shadow-normal.e-con{

    -moz-box-shadow: 0 10px 25px 0 #0000f910;
    -webkit-box-shadow: 0 10px 25px 0 #0000f910;
    box-shadow: 0 10px 25px 0 #0000f910;
}
.shadow-big.elementor-section {
     border-radius: 20px;
    box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);

}


.shadow-big > .elementor-element-populated,
.shadow-big.e-con,
.shadow-big .swiper-slide-inner{

    box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
}


.elementor-widget-loop-carousel.e-widget-swiper .swiper {
    overflow:visible;
    .swiper-wrapper .swiper-slide {
            transition: all .3s ease;

            > div {
                    transition: all .3s ease-in-out;
            }
            /*
            @media (hover: hover) {
                &:hover {
                width: 600px !important;
            }*/
        }
    }
    
}

.swiper-button-disabled {
    display: none;
}


.e-n-accordion-item-title-icon span>svg {
    fill:none !important;
}

.elementor-element.dotte-simple:after,
.elementor-element.dotte-repeat:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: url(./images/forme-dotted.svg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.elementor-element.dotte-repeat:after {
    background-image: url(./images/dotted.svg);
    background-position:center center;
    background-repeat: repeat;
    background-size: auto;
}

.width-100 .dialog-widget-content {
    width: 100%;
}
.width-100 .dialog-message {
    margin: 0 auto;
    width: 100%;
}

.surlined.elementor-widget-heading h2, h2.surlined, p.surlined{
    display: inline;
    position: relative;
        background-color: var(--e-global-color-accent);
    padding: 0 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding:0 10px;
    color:#fff;
}
.surlined h2:after,h2.surlined:after {display:none;}
/*--------------------------------------------------------------
# GENERAL 
--------------------------------------------------------------*/
small {font-size:65%;}
.light {font-weight:200;}


h1 br + small {
  display: block;
}
.dialog-message {font-size:1rem;}



b, strong {
    font-weight: bold;
}


::placeholder {
    color:#9B9B9B;
    font-size: 1rem;
    font-weight: var( --e-global-typography-text-font-weight );
}
blockquote {
    padding:0 1rem;
    position: relative;
    border: 0;
    border-left: 2px solid var(--e-global-color-primary);
}
blockquote p,
.wp-block-pullquote p{
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
}

input,button {
  outline:0;
}
button:active,button:focus {
    outline: none !important;
    border: none !important;
    background: none;
}

[type="search"] {
    appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body .menu-item.button-header>a {
    margin-left: 15px;
    color: #fff;
    text-transform: initial;
}

button.cmplz-accept-service,
button.elementor-button, 
input[type="button"], 
input[type="submit"], 
.menu-item.button-header > a,
.elementor-widget-button .elementor-button,
.elementor-slides .swiper-slide-inner .elementor-slide-button,
.elementor-cta--skin-cover .elementor-cta__button.elementor-button, 
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-cta__button-wrapper{
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    color: var( --e-global-color-accent );
    background-color:transparent;
    position: relative;
    border:none;
    cursor: pointer;
    padding: 1rem 2rem;
        line-height: 1;
    .elementor-button-icon {
            transition: transform .3s ease-in-out;
    }
    &:hover {
        .elementor-button-icon {
            transform:translateX(8px);
        }
    }
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button, 
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-cta__button-wrapper,
.menu-item.button-header > a,
.elementor-widget-button:not(.elementor-button-info) .elementor-button {
    -moz-box-shadow: inset 0 0 0 2px var( --e-global-color-accent );
    -webkit-box-shadow: inset 0 0 0 2px var( --e-global-color-accent );
    box-shadow:         inset 0 0 0 2px var( --e-global-color-accent );
    border-radius: 0 60px 60px 0;
    padding-left:40px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    &:after {
        content:"";
        width: 2px;
        background:var( --e-global-color-accent ) ;
        height: 100%;
        position: absolute;
        transform:translateX(15px);
        top:0;
        left:0;
        transition: all .3s ease-in-out;
    }
    &:before {
        content: "";
        width: 2px;
        background: var(--e-global-color-accent);
        height: 80px;
        position: absolute;
        bottom: 0;
        transform: rotate(32deg);
        transform-origin: bottom;
        left: 0;
        transition: all .3s ease-in-out;
    }
    &:hover{
        color:#fff;
        -moz-box-shadow: inset 0 0 10px 50px var( --e-global-color-accent );
        -webkit-box-shadow: inset 0 0 10px 50px var( --e-global-color-accent );
        box-shadow: inset 0 0 10px 50px var( --e-global-color-accent );

        &:after {
            transform:translateX(0);
            background:var( --e-global-color-d2f2670 ) ;
        }
        &:before {
            transform:translateX(15px) rotate(0);
            background:var( --e-global-color-d2f2670 ) ;
        }

    }
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button, 
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-cta__button-wrapper,
.menu-item.button-header > a,
.elementor-widget-button.elementor-button-success .elementor-button {
-moz-box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow:         inset 0 0 0 2px #fff;
    color:#fff;
    background:transparent;
    &:after,&:before  {
        background:#fff;
    }
    &:hover{
        color:var( --e-global-color-accent ) !important;
        -moz-box-shadow: inset 0 0 10px 50px #fff;
        -webkit-box-shadow: inset 0 0 10px 50px #fff;
        box-shadow: inset 0 0 10px 50px #fff;
        &:after, &:before {
            background:var( --e-global-color-accent );
        }

    }
}

.elementor-widget-button.elementor-button-info .elementor-button {
    padding: 0;
    background: none;
}




@media only screen and (max-width:1300px ) {

} 
@media only screen and (max-width:1024px ) {

} 
@media only screen and (max-width:767px ) {


}

.height-100vh,
.height-100vh .elementor-widget-container,
.height-100vh iframe {
    min-height:100vh;
}
.flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-flat {
    padding:10px 0;
    border:none;
    box-shadow: none;
    color:var( --e-global-color-accent );
    text-transform: uppercase;
    background: none !important;
    position:relative;
    display: inline-block;
}
.btn-flat:after {
    content:"";
    height:3px;
    background:var( --e-global-color-accent );
    position: absolute;
    bottom:0;
    left:0;
    width:0;
          -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-flat:hover {
    color:var( --e-global-color-accent );
}
.btn-flat:hover:after {
    width:20%;
}


/*-----------------------------------------------------------
# LOGO et STICKY
-------------------------------------------------------------- */
/*Normal*/
.custom-logo-link, .custom-logo-link svg, .custom-logo-link img {
    position: relative;
    height: 100%;
    display: block;
    width: auto;
}
.custom-logo-link .logo {display:block;}
.custom-logo-link .logo-white {display:none;}

/*Sticky*/
body.sticky .custom-logo-link .logo-white{display:none;}
body.sticky .custom-logo-link .logo {display:block;}
body.sticky #header .nav-wrapper {    
    line-height:60px;
    height:60px;
}
body.sticky #header{
  background:var(--e-global-color-primary);
  -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
  box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
}
body.sticky .button-menu {fill:#fff;}
body.sticky .menu-desktop > .menu-item.button-header > a {}
body.sticky .menu-desktop > .menu-item > a {color: #fff;}
body.sticky #header.menu-icon-toggle span,
body.sticky #header.icon-toggle:before, 
body.sticky #header.icon-toggle:after {
    background:#fff
}
body.sticky #header .menu-desktop > li:not(.button-header) > a:before {background: var(--e-global-color-accent);}

/* Header WHITE */
body:not(.sticky).header-white .logo {display:none;}
body:not(.sticky).header-white .logo-white,
body:not(.sticky).header-white-marge .logo-white {display:block;}

body:not(.sticky).header-white .menu-desktop > .menu-item,
body:not(.sticky).header-white .menu-desktop > .menu-item > a,
body:not(.sticky).header-white .menu-right > li > a,
body:not(.sticky).header-white-marge .menu-desktop > .menu-item > a,
body:not(.sticky).header-white-marge .menu-desktop > li > a:before {color: #fff;}

.menu-right i {
    margin-right:10px;    
    font-size: 1.5rem;
    vertical-align: middle;
}
/*-----------------------------------------------------------
# HEADER
-------------------------------------------------------------- */
#header {
    background:var(--e-global-color-primary);
    position: fixed;
    z-index: 998;
    width: 100%;
    left: 0;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 3em;
    box-shadow: 0px 8px 20px 5px rgb(0 0 0 / 16%);
}
#header .nav-wrapper {
    box-shadow:none;
        max-width: 1500px;
    line-height: 100px;
    height:100px;
    margin:0 auto;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    z-index: 99;
}

#header .custom-logo-link {
    max-height:80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 60%;
    padding:0 0;

}
.custom-logo-link>div {
height: 100%;
width: auto;
}
.menu-desktop,
.menu-right  {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    text-align:center;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    margin:0;
    padding:0;
}
.menu ul,
.menu-desktop ul,
.menu-right ul {
    padding: 0;
    list-style: none;
        -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.menu-desktop > li,
.menu-right > li {
    position: static;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

}

.menu-desktop .sub-menu,
.menu-right .sub-menu{
    pointer-events:none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    float: left;
    min-width: 160px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    line-height: initial;
    margin-top:-10px;
        -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform:translateY(-30px);
}

.sub-menu.menuopen {
        pointer-events:initial;
        visibility: visible;
        opacity: 1;
        transform:translateY(0px);
}

.button-trigger.triggeractive i.icon-perso:before {
    content:"\e902";
}


@media(hover: hover) and (pointer: fine) {
    ul.menu-desktop > li:hover > .sub-menu,
    ul.menu-right > li:hover > .sub-menu {
        pointer-events:initial;
        visibility: visible;
        opacity: 1;
        transform:translateY(0px);
    }

    ul.menu-desktop > li:hover > .mega-menu.sub-menu,
    ul.menu-right > li:hover > .mega-menu.sub-menu {
        transform:translateY(0px) translateX(-50%);
    }
}



.mega-menu.sub-menu {
    /* left: 50%; */
    /* right: 0; */
    /* margin-top: 0; */
    /* max-height: calc(100vh - 100px); */
    /* overflow: auto; */
    /* max-width: 960px; */
    /* transform-origin: center; */
    position: absolute;
    left: 50%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 8px 38px 5px rgb(0 0 0 / 16%);
    box-shadow: 0px 8px 38px 5px rgb(0 0 0 / 16%);
    background: #fff;
    -webkit-transform: translateY(20px) translateX(-50%);
    -ms-transform: translateY(20px) translateX(-50%);
    transform: translateY(20px) translateX(-50%);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
    visibility: hidden;
    width: 1024px;
}
.menu-item > a {
    position: relative;
}
.menu-desktop > .menu-item:not(.button-header) > a {
    color: var(--e-global-color-primary );
    padding: 0 1rem;
    display: block;
}

.current-menu-item:not(.button-header) > a,
.menu-desktop > .current-menu-item:not(.button-header) > a{
    font-weight: bold;
}


#nav-desktop>li.current-menu-item:not(.button-header)>a:before, #nav-desktop>li:not(.button-header):hover>a:before {
    width: 100%;
}
#nav-desktop>li:not(.button-header) a:before {
    background: var(--e-global-color-accent);
    height: 4px;
    width: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
/* SUBMENU */
.sub-menu > li > a {
    padding: 15px 20px;
    color: var( --e-global-color-text );
    display: block;
    /* text-transform: uppercase; */
    font-weight: 400;
    position: relative;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
.sub-menu > li > a:hover {
    color: #fff;
    background: var(--e-global-color-primary);
}
li.half {position: relative;}
li.half > .sub-menu {
    width: 50vw;
    top:100%;
    left: 50% !important;
    /* right: 0 !important; */
    transform: translateX(-50%);
}
li.half:hover > .sub-menu {
    transform: translateX(-50%);
}
/*MENU RIGHT */
.menu-right .sub-menu {
    margin-left: -100px;
    transform-origin: center;
}
.menu-right > li > a {
    padding: 0 0.5rem;
    color: var(--e-global-color-primary);
}

.accent, 
#nav-desktop > .menu-item.accent > a  {
    color: var( --e-global-color-accent );
    font-family:var(--e-global-typography-secondary-font-family);
    font-weight: normal;
    text-transform: uppercase;
}

#right-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
}


/*-----------------------------------------------------------
# MOBILE NAV
-------------------------------------------------------------- */
.menu-mobile,.menu-icon-toggle {
    display:none;
}

.menu-icon-toggle {
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 9;
    margin:15px;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  background-color: var( --e-global-color-accent );
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle:before, .menu-icon-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 0px;
  background-color: var( --e-global-color-accent );
  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s, background-color 0.3s 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s, background-color 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, background-color 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s, background-color 0.3s 0.3s;
}
.menu-icon-toggle::before {
  top: 0;
}
.menu-icon-toggle::after {
  bottom: 0;
  right: 0;
}
.open .menu-icon-toggle span {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.open .menu-icon-toggle:before, .open .menu-icon-toggle:after {
  background-color: #fff;
  width:100%;
}
.open .menu-icon-toggle:before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .menu-icon-toggle:after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open .menu-icon-toggle:before, .open .menu-icon-toggle:after {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s, background-color 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s, background-color 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, background-color 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, background-color 0.3s 0.3s;
}
.menu-background {
  visibility: hidden;
  width: 300%;
  height: 350px;
  position: absolute;
  left: -130%;
  background-color: var( --e-global-color-accent );
  -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
  transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
}
.open .menu-background {
  visibility: visible;
  -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-150%);
          transform: rotate(-45deg) translateY(-150%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, var( --e-global-color-accent )));
  background: linear-gradient(to top, #fff 50%, var( --e-global-color-accent ) 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
}
.open .menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-49%);
          transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}
.menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
          transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: var( --e-global-color-accent );
}
.open .menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
          transform: rotate(-45deg) translateY(50%) scaleY(1);
}
.menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(250%);
          transform: rotate(-45deg) translateY(250%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var( --e-global-color-accent )), color-stop(50%, #fff));
  background: linear-gradient(to bottom, var( --e-global-color-accent ) 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
}
.open .menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(149%);
          transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
}
.menu {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    line-height: 1.5;
    width: 100%;
}

.menu .sub-menu {
    display: none;
    margin: 0;
    padding: 5px 0 10px 0;
}
.open .menu {
  visibility: visible;
}
.menu li {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.menu > li {
    margin: 5px 15% !important;
}
.menu a {
    position: relative;
    text-decoration: none;
    color: var(--e-global-color-primary);
}
.menu > li > a {
    display: block;
    font-size: 2rem;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    padding: 0.5rem 0;
}
.menu li.current-menu-item > a {
    font-weight: 900;
}
.open .menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
   transform: translateX(0);
   -webkit-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.open .menu li:nth-child(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open .menu li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open .menu li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open .menu li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open .menu li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.open .menu li:nth-child(6) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.open .menu li:nth-child(7) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.open .menu li:nth-child(8) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.open .menu li:nth-child(9) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.menu a {
    position: relative;
    text-decoration: none;
    line-height: 1em;
    font-size: 1.2em;
}
.menu a::before {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.menu a:hover::before {
  width: 15px;
}


.menu-mobile {
    .menu > li > a {
        color:#fff;
            padding: 0.75rem 0;
    }
    .menu-item.button-header>a {
               margin-left: 0;
        margin-top: 10px;
        display: inline-flex;
        padding-left: 40px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 2rem;
        font-size: 2rem;
    }
}

.menu-mobile .menu-item-has-children:before {
    display: block;
    content: "+";
    position: absolute;
    right: 5px;
    top: -5px;
    color: #fff;
    font-size: 2em;
}
.open .cart-button {
    color:#fff;
}
.open .cart-menu > li > a > .number-items {
    color:#000;
    background:#fff;
}

footer {z-index: 0;position: relative;}
body.menuopen main,
body.menuopen footer {
    filter:blur(3px);
}

/*Main style*/
body.menuopen {
  overflow: hidden;
}


/* Common styles of menus */
.dl-menuwrapper {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    top: 60px;
}
.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.dl-menuwrapper li {
    position: relative;
    line-height: 1;
}

.dl-menuwrapper li a {
        padding: 15px 20px;
    font-family: "muli", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    display: block;
    color: #fff;
    font-size: 1em;
    position: relative;
    outline: none;
}



.dl-menuwrapper li > a:after {
    content:"";
    bottom: 0;
    left:20px;
    width:30%;
    height:1px;
    background: #fff;
    display: block;
    position: absolute;
}
.dl-menuwrapper li:last-child > a:after,
.dl-menuwrapper li.dl-back > a:after,
.dl-menuwrapper li.dl-parent > a:after{display:none;}

.dl-menuwrapper li.dl-back,
.dl-menuwrapper li.dl-parent,
.dl-menuwrapper li.dl-back > a,
.dl-menuwrapper li.dl-parent > a {
    background: #fff;
    color:var(--e-global-color-text);
}
.dl-menuwrapper li.dl-back > a {
    padding-bottom:5px;
    font-weight: lighter;
}
.dl-back .icon-arrow-right-long {
    transform: rotate(180deg);
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.dl-menuwrapper li.dl-parent {
    display: block;
    width:100%;
    padding:5px 20px 15px 20px;
}
.dl-menuwrapper li.dl-parent > a {padding:0;display: inline-block;}
.dl-menuwrapper li.dl-parent > i {
    padding: 0 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.dl-menuwrapper > ul {
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper > ul.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper > ul.menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.dl-menuwrapper ul {
     background: var(--e-global-color-primary);
}
/* Hide the inner submenus */
.dl-menuwrapper li .sub-menu {
    display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu,
.dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    0% { }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    0% { }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    0% { }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    0% { }
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% { }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    0% { }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    0% { }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    0% { }
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}



@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}



@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}


.dl-menuwrapper > .sub-menu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}



@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}


.dl-menuwrapper > .sub-menu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}


@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}


@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .sub-menu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}


.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}

.search-form {
    position: relative;
}
input[type=search].search-field {
    width: 0;
    border: none !important;
    background: none;
    padding: 0;
    opacity: 0;
    /* position: absolute; */
    /* right: 50px; */
    /* top: -8px; */
    /* left: 0; */
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: var(--e-global-color-e7c1325);
}
.sib-default-btn:hover {
    background:#000;
}
.search-form.active input[type=search].search-field {
    outline: none;
    width: 200px;
    background: #fff;
    opacity: 1;
    /* line-height: 40px !important; */
    padding: 8px;
}
button.search-submit {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    float: right;
    padding:0 10px !important;
    font-size: 22px;
    line-height: 22px;
}

.elementor-button {padding:1rem 2rem;}
button.elementor-button {border:none;}

/*HOME */
.home-social:after {
    content:"";
    height:6px;
    width:30%;
    left:101%;
    top:50%;
    margin-top: -3px;
    background: rgb(255,213,79);
    background: -moz-linear-gradient(-45deg, rgba(255,213,79,1) 0%, rgba(234,84,86,1) 52%, rgba(98,46,136,1) 100%) ;
    background: -webkit-linear-gradient(-45deg, rgba(255,213,79,1) 0%,rgba(234,84,86,1) 52%,rgba(98,46,136,1) 100%);
    background: linear-gradient(135deg, rgba(255,213,79,1) 0%,rgba(234,84,86,1) 52%,rgba(98,46,136,1) 100%);
    position:absolute;
}

/* BLOG */
.elementor-posts .elementor-post__badge {
    position:relative;
}


@media only screen and (min-width:1024px ) {
    .map-chiffres .elementor-counter .elementor-counter-number-prefix, 
    .map-chiffres .elementor-counter .elementor-counter-number-suffix {
        -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
    }
    .map-chiffres .elementor-counter .elementor-counter-title {
        text-align: left;
    }
}


@media only screen and (min-width:1600px ) {
    .home-social:after {
       width:70%;     
    }

}


/* TOGGLE ITEM ELEMENTOR */
body .elementor-toggle-item {
    background-color: #FAFAFA;
    border:1px solid #AAA9A9;
    padding:0.7rem;
    margin-bottom:0.7rem;
}
body .elementor-toggle .elementor-tab-title {
    border-bottom:none;
    color:var(--e-global-color-secondary);
    font-size:1.2rem;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    text-transform: var( --e-global-typography-secondary-text-transform );
    line-height: var( --e-global-typography-secondary-line-height );
    letter-spacing: var( --e-global-typography-secondary-letter-spacing );
    font-weight: normal;
}
body .elementor-widget-reviews {
    .swiper-slide {
        background: #fff;
        box-shadow: 0 4px 40px 0 rgb(0 0 0 / 12%);
        padding:2em;
        border-radius: 250px 250px 0 0;
    }
    .elementor-testimonial__name {
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-weight: 200;
        font-size: 1.2rem;
    }

     .elementor-testimonial__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap:10px;
    }
    .elementor-testimonial__text {
        font-size: 1rem;
    }
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/

@media only screen and (max-width:1400px ) {

}
@media only screen and (max-width:1300px ) {
    html {
        font-size: 90%; 
    }

    .menu-desktop > .menu-item {
        margin:0;
    }
    .header-top .container,
    #header .nav-wrapper {
        padding:0 2rem;
    }
} 


@media only screen and (max-width:1230px ) {
    .search-form input[type=search].search-field {
        position: fixed;
        right: 0;
        top: 60px;
    }
    .search-form.active input[type=search].search-field {
        width: 100%;
    }

}
@media only screen and (max-width:1024px ) {
    html {
        font-size: 80%; 
    }
    main {
        padding-top: 60px;
    }
    #header {padding: 0}
    .menu-desktop {display:none;}
    .menu-mobile,.menu-icon-toggle  {display:block;}
    #header .custom-logo-link {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    #header .nav-wrapper, body.sticky #header.nav-wrapper {
        line-height: 60px;
        height: 60px;
        padding: 0 20px 0 0;
    }

    .hide-on-med-and-down {display:none !important;}
    /*Client MEnu Mobile */
    .menu-desktop .sub-menu, 
    .menu-right .sub-menu {
        right: 0;
        position: absolute;
        left: 0;
        /* top: 60px; */
        width: 100%;
        border-radius: 0;
        transform: translateY(0px);
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #efefef;
    }

    body .elementor-widget-reviews {
        .swiper-slide {
            padding:2em 1em;
        }
    }
   
}

@media only screen and (max-width:767px ) {
    html {
        font-size: 62.5%; 
    }
    .elementor-widget-n-tabs .e-n-tab-title {
            -webkit-box-shadow: 0px 8px 38px 5px rgb(0 0 0 / 16%);
    box-shadow: 0px 8px 38px 5px rgb(0 0 0 / 16%);
    }
    .hide-on-mobile {display: none;}
    .shape-border-150-left:before,
    .shape-border-110-left:before,
    .shape-border-150-right:before,
    .shape-border-110-right:before {
        display: none;
    }
    .slider-home .swiper-slide-contents {
        padding:10% 10%;
    }

     .shape-50-primary:before, .shape-50-secondary:before, .shape-50-accent:before {display: none;}   
  
    small {
        font-size: 0.7em;
    }


}
