/*
 Theme Name:   Horizonconsult
 Theme URI:    https://novelar.fr
 Description:  Thème Horizonconsult
 Author:       Jérôme
 Author URI:   https://novelar.fr
 Template:     hello-elementor
 Version:      1.0.1
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
    font-size: 100%; 
    scroll-behavior: smooth;
    overflow-x:hidden;
}
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 );
    --arrow-normal-color:#4D4D4D;
}

.shape-primary,.shape-secondary,.shape-accent {position: relative;}
.shape-primary:before,.shape-secondary:before,.shape-accent:before {
    content:"";
       width:0.4rem;
    height:5rem;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-2px;
    background-color: var(--e-global-color-primary);
}
.shape-secondary:before {background-color: var(--e-global-color-secondary); }
.shape-accent:before {background-color: var(--e-global-color-accent); }

.elementor-motion-effects-element b,
.elementor-motion-effects-element strong,
.swiper-slide-contents b {
    color: inherit;
}

body .elementor-toggle .elementor-tab-content {border-bottom:none; padding:0;}
.elementor-toggle ul,
.faq-content ul,
.elementor-widget-theme-post-content ul,
.elementor-text-editor ul,
.elementor-widget-text-editor ul,
.info-content ul {
  margin-bottom: 0.7em;
  padding:0;
}


#backtotop {opacity:0;}
.sticky #backtotop {opacity:1;}


.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,
.info-content 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,
.info-content ul > li:before {
    content: "";
    display: inline-block;
    top:0;
    right:0;
    width:15px;
    height:15px;
    background:url('./images/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;

}


/*TABS */

.elementor-widget-n-tabs {
    --n-tabs-title-color: var(--e-global-color-primary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: var(--e-global-color-primary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-active: var(--e-global-color-primary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-background-color: #fff;
    --n-tabs-title-background-color-hover:#fff;
    --n-tabs-title-background-color-active:#fff;
        --n-tabs-icon-color-hover: var(--e-global-color-primary);
    --n-tabs-icon-color-active: var(--e-global-color-primary);
    --n-tabs-icon-size:1.5rem;
        --n-tabs-icon-gap: 10px;
    --n-tabs-title-padding-top: 1rem;
    --n-tabs-title-padding-right: 0;
    --n-tabs-title-padding-bottom:  1rem;
    --n-tabs-title-padding-left: 0;
}
.elementor-widget-n-tabs .e-n-tab-title {
    border-bottom: 1px solid #dedede !important;
}
.elementor-widget-n-tabs .e-n-tab-title:after {
content:"";
    position: absolute;
    left:25%;
    width:0;
    height:4px;
    background:var(--e-global-color-accent);
    bottom:-2px;
        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:hover a:after,
.elementor-widget-n-tabs .e-n-tab-title.e-active:after, 
.elementor-widget-n-tabs .e-n-tab-title.e-active a:after {
    width:50%;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    overflow:visible;
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    font-weight: bold;
}

.elementor-icon-box-title {margin-top:3px;}

.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;}
h1 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
}
h2 {
    font-size: 1.7rem;
}
h3 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1rem;
}
h1,h2,h3 {font-weight: bold;}

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{
    display: inline;
    padding:0 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;
}

.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);}
.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;}


/*SHADOW BOX STYLE */
.shadow-normal.elementor-section,
.shadow-normal > .elementor-element-populated,
.shadow-normal .swiper-slide-inner,
.shadow-normal.e-con{
    -moz-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 12%);
}


.shadow-big.elementor-section,
.shadow-big > .elementor-element-populated,
.shadow-big.e-con,
.shadow-big .swiper-slide-inner{
    box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
}
@media only screen and (min-width:768px ) {
    .shadow-decalage-left.elementor-section:before,
    .shadow-decalage-left.e-con:before,
    .shadow-decalage-right.elementor-section:before,
    .shadow-decalage-right.e-con:before {
        content: "";
        z-index: -1;
        position: absolute;
        width: 110%;
        right: 0;
        top: 0;
        left:auto;
        height: 100%;
        background: #fff;
        -webkit-box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
        box-shadow: 52px 34px 128px rgb(0 0 0 / 12%);
    }

    .shadow-decalage-left.elementor-section:before,
    .shadow-decalage-left.e-con:before {
        right: auto;
        left: 0;
    }
}

.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%;
}

/*--------------------------------------------------------------
# GENERAL 
--------------------------------------------------------------*/
small {font-size:0.8rem;}
.light {font-weight:200;}
.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;
}
button.elementor-button, 
input[type="button"], 
input[type="submit"], 
.elementor-button.elementor-size-md,
.elementor-button.elementor-size-sm,
.elementor-button.elementor-size-xl,
body .elementor-button,
.menu-item.button-header > a,
body .elementor-widget-button .elementor-button,
body .elementor-slides .swiper-slide-inner .elementor-slide-button,
body .elementor-button.elementor-size-lg,
button.elementor-button:focus,
button.elementor-button:active,
body .elementor-cta--skin-classic .elementor-cta__button.elementor-button
 {

    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    color: #fff;
    background-color:var( --e-global-color-accent );
    overflow: hidden;
    position: relative;
    border:none;
    cursor: pointer;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    font-size: 1rem;
    border-radius: 30px;

}
.elementor-button-content-wrapper {
        justify-content: space-between;
}
.menu-desktop>.menu-item.button-header>a {
    line-height: 42px;
    margin-left: 15px;
    color: #fff;
    padding: 0 1.5rem;
    font-weight: bold;
    font-size: 0.9rem;
}
.menu-desktop>.menu-item.button-header>a:hover {
    color:#fff !important;
}
.elementor-button-content-wrapper {
    align-items: center;
}
.elementor-button-icon
 {
    border-radius: 50px;
    width: 38px;
    height: 38px;
    display: flex;
    -webkit-box-shadow: 3px 0px 15px rgb(0 0 0 / 30%);
    box-shadow: 3px 0px 15px rgb(0 0 0 / 30%);
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    margin-top: -0.5rem;
    margin-right: -1rem;
    margin-bottom: -0.5rem;
    background:#fff;
    color:var(--e-global-color-accent);
}

.elementor-button.elementor-size-md .elementor-button-icon {
    width: 52px;
    height: 52px;
    margin-top: -15px;
    margin-right: -30px;
    margin-bottom: -15px;
}

.elementor-form .elementor-button.elementor-size-md .elementor-button-icon {
    margin-right: 10px;
    margin-left:-30px;
}
.elementor-button.elementor-size-lg .elementor-button-icon {
    width: 62px;
    height: 62px;
    margin-top: -20px;
    margin-right: -40px;
    margin-bottom: -20px;
}
.elementor-button .elementor-button-icon.elementor-align-icon-left {
    margin-right: 14px;
    margin-left:-1rem;
}
body .elementor-form .elementor-button>span {
    justify-content: stretch;
}
body .elementor-form .elementor-button .elementor-button-text {
    white-space: normal;
    flex-grow: 1;
}
.elementor-button.elementor-size-md .elementor-button-icon.elementor-align-icon-left {
    margin-left:-30px;
}
.elementor-button.elementor-size-lg .elementor-button-icon.elementor-align-icon-left {
 margin-left:-40px;
}

.elementor-button-info .elementor-button-icon {
     background:var(--e-global-color-accent);
    color:#fff;
}

/*
.elementor-button.variante {
    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 );
}
*/
body .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
button.elementor-button:hover,
a.elementor-button:hover,
body .elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
    box-shadow: 0 10px 50px 0 rgb(0 0 0 / 12%);
}

.elementor-button.variante,
button.elementor-button-info,
button.elementor-button-info:focus,
button.elementor-button-info:active,
.elementor-button-info.elementor-button,
.elementor-element.elementor-button-info .elementor-button {
    background-color:#fff;
    color:var( --e-global-color-primary );
}
.elementor-button.variante:hover,
button.elementor-button-info:hover,
.elementor-button-info.elementor-button:hover,
.elementor-element.elementor-button-info .elementor-button:hover {
    
}
body .menu-item.button-header > a,
body .lined-button,
body .lined-button:visited,
.elementor-element.elementor-button-success .elementor-button,
.elementor-element.elementor-button-success .elementor-button:visited{
    font-weight: bold;
    color: var( --e-global-color-accent );
    background-color:transparent;
    overflow: hidden;
    position: relative;
    border:none;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px var( --e-global-color-accent );
}
body .menu-item.button-header > a:before {
    display: none;
}
body .menu-item.button-header:hover > a,
body .lined-button:hover,body .lined-button:focus,
.elementor-element.elementor-button-success .elementor-button:hover,
.elementor-element.elementor-button-success .elementor-button:focus {
    color:#fff;
    background-color:transparent;
    box-shadow: inset 0 0 10px 50px var( --e-global-color-accent );
}

body .lined-button-blue,
body .lined-button-blue:visited{
    font-weight: bold;
    color: #005f9d;
    background-color:transparent;
    overflow: hidden;
    position: relative;
    border:none;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #005f9d;
}

body .lined-button-blue:hover,body .lined-button-blue:focus {
    color:#fff;
    box-shadow: inset 0 0 10px 50px #005f9d;
}

.elementor-button:after {
    position: absolute;
    content:"";
    background: #fff;
    opacity:0;
    width: 100%;
    height:100%;
    left:0;
    top: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;

}

.elementor-button:hover::after {
    opacity: 0.2;
}

/* GENERALE */
.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 {
    position: relative;
    height: 100%;
    display: block;
    width: auto;
}
.custom-logo-link>div {
    height: 100%;
    width: auto;

}
.custom-logo-link .logo {display:block;}
.custom-logo-link .logo-white {display:none;}

.site-description {
    margin: 0;
    position: absolute;
    top: 27%;
    font-size: 68%;
    color: #fff;
    left: 28%;
    font-weight: bold;
    min-width: 300px;
}
#header:hover .site-description, body.sticky .site-description {
    color: var(--e-global-color-primary);
    font-size: 68%;
    /* opacity: 0; */
}

/*Sticky*/
#header:hover .custom-logo-link .logo-white,
body.sticky .custom-logo-link .logo-white{display:none;}
#header:hover .custom-logo-link .logo,
body.sticky .custom-logo-link .logo {display:block;}
body.sticky #header .nav-wrapper {    
    line-height:60px;
    height:60px;
}
#header:hover,
body.sticky #header{
  background:#fff;
  -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:#000;}
#header:hover .menu-desktop > .menu-item.button-header > a,
body.sticky .menu-desktop > .menu-item.button-header > a {color:var(--e-global-color-primary);}
#header:hover .menu-desktop > .menu-item > a,
#header:hover .menu-right > .menu-item > a,
body.sticky .menu-desktop > .menu-item > a {color: var( --e-global-color-primary );}
body.sticky .header-top {background: var( --e-global-color-primary );color:rgba(0,0,0,0.5);}

#header:hover .menu-icon-toggle span,
#header:hover .icon-toggle:before, 
#header:hover .icon-toggle:after,
body.sticky #header .menu-icon-toggle span,
body.sticky #header .icon-toggle:before, 
body.sticky #header .icon-toggle:after {
    background:var(--e-global-color-primary);
}
#header:hover .menu-right > li > a,
body.sticky #header .menu-right > li > a {color:var( --e-global-color-accent );}
#header:hover .menu-desktop > li > a:before,
body.sticky #header .menu-desktop > li > 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 > 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;}

body:not(.sticky).header-white .menu-icon-toggle span,
body:not(.sticky).header-white .icon-toggle:before, 
body:not(.sticky).header-white .icon-toggle:after,
body:not(.sticky).header-white-marge .menu-icon-toggle span,
body:not(.sticky).header-white-marge .icon-toggle:before, 
body:not(.sticky).header-white-marge .icon-toggle:after  {
    background:#fff;
}

.flex {
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/*-----------------------------------------------------------
# HEADER
-------------------------------------------------------------- */

.header-black-marge #header {background-color: #fff;}
#header {
    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 3rem;
    
}
.header-top {
    background: transparent;
    
    border-bottom:1px solid rgba(150,150,150,0.2);
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.header-top .container {
    margin:auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-top .widget_block {
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   align-items: center;
   -webkit-align-items: center;
   -ms-align-items: center;
}
.header-top p {
    margin:0;
}
#header .nav-wrapper {
    box-shadow:none;
    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: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding: 10px 0;
}
.menu,
.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);
    }
}

.mega-menu .sub-menu {
    left: 0;
    right: 0;
    margin-top: 0;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.menu-desktop > .menu-item > a {
    color: var( --e-global-color-primary );
    padding:0 0.7rem;
    display: block;
    font-size: 0.9rem;
    font-weight:500;
    position: relative;
}

.menu-desktop > .menu-item > a:hover,
.current_page_item > a {
    color: var( --e-global-color-primary );
    font-weight:bold;
}


/* SUBMENU */
.sub-menu > li > a {
    padding: 15px 20px;
    color: var(--e-global-color-text );
    display: block;
    position: relative;
    font-size: 0.9rem;
}
.sub-menu > li > a:after {
    content:"";
    bottom: 1px;
    left:20px;
    width:30%;
    height:1px;
    background: var(--e-global-color-accent);
    display: block;
    position: absolute;
}
.sub-menu > li:last-child > a:after {
    display: none;
}
.sub-menu > li > a:hover {
    color: #fff;
    background: var(--e-global-color-accent);
}
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 {margin-right:10px;}
.menu-right .sub-menu {
    left: auto;
    margin-left: -50px;
}
.menu-right > li > a {
    padding: 0 1rem;
    color: var(--e-global-color-primary);
    font-weight: bold;
}
.menu-right i {
    margin-right: 10px;
    font-size: 1.5rem;
    vertical-align: middle;

}

#nav-desktop>li.current-menu-item>a:before, #nav-desktop>li:hover>a:before {
    width: 100%;
}
#nav-desktop>li 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;
}
/*-----------------------------------------------------------
# MOBILE NAV
-------------------------------------------------------------- */
.menu-mobile {
    display:none;
}

#nav-mobile .menu-item.button-header > a {
    display: inline-block;
    margin: 15px 20px;
}


.menu-icon-toggle {
    display: none;
    width: 60px;
    height: 60px;
    padding:20px 15px;
    position: relative;
    border-radius: 0;
    z-index: 9;
      -webkit-transition: background-color 0.3s 0.3s;
  transition: background-color 0.3s 0.3s;
  border:none;
}
.menu-icon-toggle > div.icon-toggle {
    display: block;
    position: relative;
    height: 100%;
}
.menu-icon-toggle span{
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  border-radius: 1px;
  background-color: var( --e-global-color-primary );
  -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 .icon-toggle:before, .menu-icon-toggle .icon-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  background-color: var( --e-global-color-primary );
  -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 .icon-toggle::before {
  top: 0;
}
.menu-icon-toggle .icon-toggle::after {
  bottom: 0;
}
.triggeractive.menu-icon-toggle span{
  opacity: 0;
}
.triggeractive.menu-icon-toggle {
    background-color: var(--e-global-color-primary);
}
.triggeractive.menu-icon-toggle .icon-toggle:before, .triggeractive.menu-icon-toggle .icon-toggle:after {
  background-color: #fff !important;
  width:100%;
  height: 1px;
}
.triggeractive.menu-icon-toggle .icon-toggle:before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.triggeractive.menu-icon-toggle .icon-toggle:after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.triggeractive.menu-icon-toggle .icon-toggle:before, .triggeractive.menu-icon-toggle .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;
}
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.menu-item > a {
    padding: 15px 20px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    color: #fff;
    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;
    font-size: 16px;
}
.dl-back i {
    display: inline-block;
    margin-right: 10px;
    font-size: 26px;
    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;
    font-size: 14px;
}
.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);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    z-index: 9999;
}
.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: '';
}
#header .elementor-widget-icon-box .elementor-icon-box-description {display:none !important;}

#header .elementor-icon-box-wrapper,
#header .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
    }
    #header .elementor-icon-box-icon,
    #header .elementor-image-box-img {
        display: inline-flex;
    }
    #header .elementor-widget-icon-box,
    #header .elementor-widget-image-box {
        border-bottom: 1px solid var( --e-global-color-64fb509 );
        font-size: 0.9rem;
        margin: 0;
    }
    #header .elementor-position-left .elementor-icon i, 
    #header .elementor-position-left .elementor-icon svg {
        font-size: 30px;
    }
    #header .elementor-image-box-img {
        margin-right: 10px !important;
    }

    #header .elementor-widget-icon-box:last-child,
    #header .elementor-widget-image-box:last-child {border-bottom:none;}

.dl-back i {margin-right:10px;}
/* 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; */
}

.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;
}

button.elementor-button {border:none;}


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

}


@media only screen and (min-width:1600px ) {


}


/* TOGGLE ITEM ELEMENTOR */
body .elementor-toggle-item {
    /* background-color: #FAFAFA; */
    padding: 0.7rem;
    margin-bottom: 0;
    border-bottom: 1px solid #dedede;
}
body .elementor-toggle .elementor-tab-title {
    border-bottom:none;
    color:var(--e-global-color-secondary);
}



#infos {
    position:fixed;
    top:30vh;
    right:0;
    z-index:9;
}
#infos a {
    display: block;
    padding: 5px;
    padding-right: 50px;
    font-size: 2rem;
    line-height: 2rem;
    background: var(--e-global-color-accent);
    color: #fff;
    margin-bottom: 5px;
    border-radius: 15px 0 0 15px;
    transform: translateX(40px);
        transition: all 0.3s ease;
}
#infos a:hover {
    transform: translateX(0px);
}
.tooltip:before {
    content: attr(data-text);
    top: 100%;
    transform: translateX(-50%) translateY(-100%);
    right: 0%;
    /* margin-left: 15px; */
    width: 200px;
    padding: 9px 15px;
    font-weight: 400;
    font-size: 12px;
    background: #fff;
    color: var(--e-global-color-primary);
    border-radius: 10px;
    text-align: center;
    z-index: 5;
    opacity: 0;
    position: absolute;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 20%);
    visibility: hidden;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.tooltip:hover:before {
    opacity: 1;
    visibility: visible;
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/

@media only screen and (max-width:1400px ) {
    .menu-item > a {
        font-size: 0.9rem;
    }
}
@media only screen and (max-width:1300px ) {
    html {
        font-size: 90%; 
    }
    #header {
        padding:0 1rem;
    }

    .menu-desktop > .menu-item {
        margin:0;
    }

} 


@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%; 
    }
    h1 {
        font-size: 2.7rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1rem;
    }
    main {
        padding-top: 60px;
    }
    .site-description {display:none;}
    #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;
    }

    .hide-on-med-and-down {display:none !important;}
    /*Client MEnu Mobile */
    .menu-desktop .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;
    }
    .menu-right .sub-menu {
        right:10px;
    }

   
}

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

    #infos {
        top:auto;
        bottom:5vh;
    }

    .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;
    }


}
