/*
 Theme Name:   Omnicité
 Theme URI:    https://novelar.fr
 Description:  Thème Omnicité
 Author:       Jérôme
 Author URI:   https://novelar.fr
 Template:     hello-elementor
 Version:      1.0.2
*/

html, body {
    overflow-x: hidden;
    font-size: 16px;
}
dd {margin-left:0;}
.site-main, div.product, main, #main-content {
    margin-top: 80px;
}
a {
    color: #9B9B9B;
}
.cn-button.bootstrap {
    color: initial;
    background: #fff;
    border-radius: 30px;
}
/*ANCHOR PREVENT FIXED HEADER */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 80px; /* fixed header height*/
  margin: -80px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}
.elementor-button.elementor-size-md {
    font-size: 1em;
}
/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
small {font-size:0.4em;}
.light {font-weight:200;}

.dialog-message {font-size:1em;}


b, strong {
    font-weight: 600;
}

::placeholder {
color:#9B9B9B;
font-size: 0.9em;
}
blockquote {
    padding: 30px;
    position: relative;
    border: 0;
    font-size:1.3em;
}

.icone-omnicite img {
    width: 70px;
    padding: 40px 0;
    position: relative;
}
.icone-omnicite:before {
    background: rgb(1,111,238);
    background: linear-gradient(0deg, rgba(1,111,238,1) 0%, rgba(60,210,220,1) 100%);
    position:absolute;
    content:"";
    width:30px;
    height:100%;
    transform:rotate(25deg);
    transform-origin: center center;
    transform-style: preserve-3D;
    z-index: 0;
    border-radius: 25px;
    margin-left:-25px;
}
blockquote:before {
    background-image: url(./images/blockquote-left.png);
    left: 0;
    top: 0;
}
blockquote:after {
    background-image: url(./images/blockquote-right.png);
    right: 0;
    bottom: 0;
}
blockquote:before, blockquote:after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size:contain;
    position: absolute;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea, body.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text, body.woocommerce form .form-row input.input-text, body.woocommerce form .form-row textarea {
    border-radius: 5px;
    background: #fff;
    color: var( --e-global-color-primary );
    font-weight: 300;
    line-height: 1.5 !important;
    padding: 15px;
    border: 1px solid #dedede;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus,
.woocommerce form .form-row .input-text:focus, .woocommerce-page form .form-row .input-text:focus {
     box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}


.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.elementor-field-subgroup .elementor-field-option label {display:inline;}
input[type="checkbox"] {
    position: relative;
    width: 1em;
    height: 1em;
    padding:0;
    border: 1px solid #dedede;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block !important;
    appearance: none;
    outline: 0;
    cursor: pointer;
    display:inline-block;
    vertical-align: middle;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: -0.1em;
    left: 0.2em;
    width: 0.5em;
    height: 0.9em;
    border-style: solid;
    border-color: #dedede;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type="checkbox"]:checked {
    color: var( --e-global-color-primary );
    border-color: #fff;
    background: #fff;
}
input[type="checkbox"]:checked::before {
      opacity: 1;
      color:var( --e-global-color-primary );
          border-color: var( --e-global-color-primary );
}

input[type="checkbox"]:checked + span {
    color:var( --e-global-color-primary );
}

input[type="checkbox"]:checked ~ label::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width:1300px ) {

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

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

    html, body { font-size:11px;}
    .site-main, div.product, main {
        margin-top: 60px;
    }
    blockquote {
      padding: 2em 1em;
      position: relative;
      border: 0;
  }
  blockquote:before, blockquote:after {
      width: 20px;
      height: 20px;
  }

}

.height-100vh,
.height-100vh .elementor-widget-container,
.height-100vh iframe {
    min-height:100vh;
}
/*--------------------------------------------------------------
# Boutons
--------------------------------------------------------------*/

.mec-load-more-button, .mec-booking-shortcode button[type=button], .mec-booking-shortcode button[type=submit], .mec-booking-shortcode button[type=submit], .mec-mb-button, .mec-calendar-events-side .mec-modal-booking-button, .mec-event-container-classic .mec-modal-booking-button, .mec-event-grid-minimal .mec-modal-booking-button, .mec-event-list-minimal .mec-modal-booking-button, .mec-timetable-t2-col .mec-modal-booking-button {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
    background: #016fee !important;
    color: #fff !important;
    border-radius: 50px;
    position: relative;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 2.7;
    font-size: 1em;
    padding: 0 20px;
    height: auto;
}

.mec-load-more-loading {
    line-height: 1.5;
    max-height: 40px;
}
.mec-load-more-button:hover {
    background: #016fee;
}
.mec-booking-shortcode .mec-ticket-name {
    color:var( --e-global-color-accent );
}
.mec-booking-shortcode .mec-event-ticket-name, .mec-booking-shortcode .mec-event-ticket-price, .mec-booking-shortcode .mec-ticket-variation-name, .mec-booking-shortcode .mec-ticket-variation-price, .mec-booking-shortcode label {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#B8AAB9;
    padding: 10px 0;
}
.mec-booking-shortcode input::placeholder,
.mec-booking-shortcode textarea::placeholder {
  color: #B8AAB9;
}
.mec-booking-shortcode input[type="checkbox"] {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    float: left;
}
.mec-booking-shortcode .nice-select, .mec-booking-shortcode input {
    float: none;
    border: 1px solid #B8AAB9!important;
    }
.mec-booking-shortcode .mec-ticket-name {
    font-size: 1.5em;
    color: #016fee;
    line-height: 1.2;
}
.mec-calendar-events-side .mec-modal-booking-button {
    margin-top: 10px;
    display: inline-block;
    line-height: 1.5;
}
@media only screen and (max-width: 479px) {
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month, .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    top: 16px;
    font-size: 0;
    padding: 4px;
    text-align: center;
    line-height: 1.5;
    min-width: 33px;
}
}

.elementor-widget-button .elementor-button,#nav-desktop > .button-header > a {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    /* font-weight: var( --e-global-typography-accent-font-weight ); */
    background-color: var( --e-global-color-accent );
    border-radius: 50px;
    padding-left: 55px;
    position: relative;
    font-weight: 400;
    border: none;
}
.elementor-widget-button .elementor-button:hover .elementor-button-text,
#nav-desktop > .button-header > a:hover .elementor-button-text{
    color:var( --e-global-color-accent );
    position:relative;
}
.elementor-widget-button .elementor-button-content-wrapper:before,
#nav-desktop > .button-header > a > span:before{
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    content: "";
    height: 34px;
    width: 34px;
    border-radius: 20px;
    transition: width .3s;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 12px;
    background-image: url(./images/right.svg);
    background-color: #fff;
    z-index:0;
}
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper:before,
#nav-desktop > .button-header > a:hover > span:before {
    width: calc(100% - 12px);
}

.elementor-element.elementor-button-info .elementor-button {
    background: #fff;
    color:var( --e-global-color-accent );
}
.elementor-button-info .elementor-button:hover .elementor-button-text {
    color:#fff;
}
.elementor-element.elementor-button-info .elementor-button-content-wrapper:before {
    background-color: var( --e-global-color-accent );
    background-image: url(./images/right-white.svg);
}
.elementor-button-info .elementor-button i {color:#f15a24;}
/*--------------------------------------------------------------
# MEC CALENDAR
--------------------------------------------------------------*/
.mec-calendar {
    border:none;
}
body .featherlight .featherlight-content {
    overflow-y: auto !important;
    overflow-x: hidden;
    background: #fff;
    border-radius: 15px;
}
.mec-events-meta-group-booking-shortcode .mec-error {
    background-color: #ffbaba;
}


.mec-search-form,.mec-event-footer {display:none;}
.mec-box-calendar.mec-calendar .mec-calendar-side {
    box-shadow: none;
    box-shadow: 0px 0px 50px 0px rgb(4 0 48 / 16%);
    padding: 6% 6%;
    border-radius: 15px;
}
.mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    border-radius: 10px;
    padding: 10px;
}
.mec-calendar {box-shadow: none;}
.mec-calendar .mec-event-article {
    padding: 20px;
}
.mec-calendar-side .mec-calendar-table {
    min-height:auto;
}
.mec-calendar .mec-calendar-topsec,
.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header {
    width: 100%;
}
.mec-calendar .mec-calendar-side {
    width: 100% !important;
    display: block;
    padding: 30px;
}
.mec-calendar .mec-calendar-events-side {
    width: 100%;
    display: none;
}
.mec-calendar .mec-calendar-header {
    width: auto;
}
.mec-calendar dl {
    width: 100%;
}
.mec-book-ticket-container > div {
    margin-bottom: 0px;
}
.mec-event-list-classic .mec-event-title,
.mec-calendar .mec-event-article .mec-event-title,
.mec-event-list-minimal .mec-event-title a {
    margin: 10px 0 12px;
    font-weight: 500;
    text-transform: initial;
    color: var(--e-global-color-primary);
}
.mec-event-list-classic .mec-event-title a {
    color: var(--e-global-color-primary);
}
.mec-event-list-classic .mec-event-date span {
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--e-global-color-secondary);
}
.mec-month-divider {
    display:none;
}
body .mec-wrap.colorskin-custom .mec-color {
    color: var(--e-global-color-secondary);
}
body .mec-wrap.colorskin-custom .mec-bg-color {
    background:#fff;
    color:var(--e-global-color-primary);
}

.mec-event-list-minimal a.mec-detail-button {
    display:none;
}

.mec-event-list-minimal a.mec-detail-button {
    border-radius: 25px;
    background-color: var(--e-global-color-accent);
    color:#fff;
    padding: 5px 20px;
    text-transform: inherit;
    letter-spacing: 0;
}
.mec-wrap.mec-sm959 .mec-calendar:not(.mec-event-calendar-classic):not(.mec-calendar-weekly) .mec-calendar-header {
    margin-top:0 !important;
        padding-top:0 !important;
}
.mec-calendar-events-sec {
    display:none !important;
}
.featherlight {
    background: rgba(0, 0, 0, 0.3);
}
#g-recaptcha > div {
    margin:auto;
}
.mec-event-list-minimal .mec-modal-booking-button {
    margin: 0 4px 0 84px;
    position: absolute !important;
    right: -30%;
    top: 50%;
    margin-top: -20px;
}
.mec-calendar-events-side .mec-modal-booking-button:before, .mec-event-container-classic .mec-modal-booking-button:before, .mec-event-grid-minimal .mec-modal-booking-button:before, .mec-event-list-minimal .mec-modal-booking-button:before {
    display:none;
}
.mec-links-details {text-align: right;}
.mec-event-social-icon {
    display: inline-block;
    width:50px;
    height:50px;
    line-height: 50px;
    border:2px solid #fff;
    border-radius:50%;
    margin:10px;
    list-style: none;
    padding:0;
    text-align: center;
}
.mec-event-social-icon a {

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

}

@media only screen and (max-width: 479px) {
    .mec-event-list-minimal .mec-event-date span {
        padding-right: 5px;
        padding-right: 0;
        font-weight: initial;
        margin-right: 0;
    }
    body .mec-wrap .mec-event-date {
        background: #fff;
        color: var(--e-global-color-primary);
        display: inline;
        width: auto;
        margin: 0;
    }

    .mec-event-list-minimal .mec-time-details {
        display: inline-block;
        color: var(--e-global-color-primary);
    }
    .mec-event-list-minimal .mec-event-date {
        padding: 0;
    }
    .mec-wrap {
        font-size: 1em;
    }
    .mec-event-list-minimal .mec-event-detail, .mec-event-list-minimal .mec-time-details {
        font-size: 1em;
        font-weight: inherit;
    }
    .mec-event-list-minimal .mec-time-details:before {
        content:"|";
        position:relative;
        display:inline-block;
            padding: 0 5px 0 3px;
    }
}


/*BOOKING PAGE */
.mec-booking {
    text-align:center;
}
.mec-event-ticket-name,
.mec-ticket-name {
    font-size:1.2em;
    font-weight: 400;
    color: var( --e-global-color-secondary );
}
.mec-book-tickets-container {padding:0;}
.mec-book-ticket-container > div {
    text-align: left;
    margin: 2%;
}
.mec-book-ticket-container > .col-md-6 {
    text-align: left;
    width: 46%;
    float: left;
    margin: 2%;
}
.mec-booking-shortcode .nice-select, .mec-booking-shortcode input {
    float: none;
    border: 1px solid #B8AAB9!important;
    margin-bottom: 0;
}
.mec-booking-shortcode .mec-book-reg-field-mec_email {
    margin-right:2%;
}
.mec-book-ticket-container label {
    padding:10px 0;
}
.mec-booking-form-container button {display:inline-block;}

.mec-wrap .button,
.mec-booking button {
    border:none;
}
.mec-booking-modal {
    background:#fff;
    border-radius: 10px;
}
.mec-booking-shortcode button[type=button], .mec-booking-shortcode button[type=submit] {
    height: 45px;
}
.mec-book-form-btn-wrap {
    margin:20px auto;
}
.mec-event-cost, .mec-event-more-info, .mec-event-website, .mec-events-meta-date, .mec-single-event-additional-organizers, .mec-single-event-category, .mec-single-event-date, .mec-single-event-label, .mec-single-event-location, .mec-single-event-organizer, .mec-single-event-time {
    background: none;
    padding: 0;
    margin-bottom: 0;
    vertical-align: baseline;
    position: relative;
}

.mec-single-event-time h3,.mec-single-event-location h3 {
    color:var( --e-global-color-primary );
}
.mec-event-meta i, .mec-event-meta h3 {display: none;}
.mec-event-ticket-name,.mec-ticket-available-spots  > p {
    /*display:none;*/
}
.mec-book-ticket-container {list-style: none;}
.mec-event-ticket-available {
    margin-bottom: 20px;
    display:none;
}

.mec-events-meta-group-booking-shortcode {background:#fff;}
.mec-booking-shortcode .mec-book-reg-field-mec_email {
    width: 45%;
    display: inline-block;
}
.mec-events-meta-group-booking-shortcode h4 {
    color: #10216a;
    font-weight: bold;
    font-size:1.5em;
}.mec-booking-modal {
    background: #fff;
    font-size: 14px;
}
.mec-events-meta-group-booking.mec-events-meta-group-booking-shortcode {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    min-height: 100%;
}

.mec-book-reg-field-agreement label {
    text-transform:inherit !important;
    letter-spacing: 0 !important;
    line-height: 1.2;
}
.mec-next-previous-events {
    height: 100%;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mec-next-previous-events li a {
    border:none;
    border-radius: 25px;
}
.mec-next-previous-events li a:hover {
    background:#fefefe;
}
.lity-container, .mec-wrap, .mec-wrap div:not([class^=elementor-]),
.mec-calendar .mec-calendar-table-head dt {
    font-size:1em;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
@media only screen and (max-width: 767px) {
    .mec-event-list-minimal .btn-wrapper {
        display:none;
    }
    .mec-event-list-minimal .mec-event-article {
        padding:20px 0;
    }
    .mec-event-list-minimal .mec-modal-booking-button {
        margin: 0 auto;
        position: relative !important;
        right: initial;
        top: initial;
        margin-top: 10px;
        display: inline-block;
        margin-left: 60px;
    }
    .mec-event-meta {
        text-align: center;
    }
    .mec-calendar .mec-calendar-table-head dt {
        font-weight: 400;
    }
}
@media only screen and (max-width: 479px) {
    .mec-event-list-minimal .mec-modal-booking-button {
        margin-left:auto;
    }

}
/*--------------------------------------------------------------
# ELEMENTOR
--------------------------------------------------------------*/
.hover-grow .elementor-share-btn{
        -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.hover-grow .elementor-share-btn:hover {
    transform:scale(0.92);
    -webkit-transform:scale(0.92);
    -o-transform:scale(0.92);
}
.elementor-share-btn, .elementor-share-btn__icon, .elementor-share-btn__text {
    -webkit-transition-duration: initial;
    -o-transition-duration: initial;
    transition-duration: initial;
}
.single-post h2 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    line-height: var( --e-global-typography-secondary-line-height );
}
.single-post h3 {
    font-family: "Playfair Display", Sans-serif;
    text-transform: none;
    line-height: 1.5em;
}


.elementor-text-editor  ul {
  margin-bottom: 0.7em;
  padding:0;
}
.elementor-text-editor  ul > li {
    margin-left: 0em;
    list-style-type: none;
    margin-top: 0.7em;
}
.elementor-text-editor 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;
}

.elementor-text-editor b {
  color:var( --e-global-color-primary );
}
.elementor-widget-call-to-action .elementor-cta__description {
    text-align: justify;
}
.elementor-popup-modal .dialog-close-button {
    border: 1px solid #808181;
    padding: 5px;
}



/*-----------------------------------------------------------
# HEADER
-------------------------------------------------------------- */
.elementor-editor-active #header {display:none;}
.elementor-editor-active main {margin:0;}
#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    /* top: 0; */
    left: 0;
    border-bottom: 1px solid #f7f7f7;
}
#nav-desktop > .menu-item.button-header > a {
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    padding: 0px 20px 0px 45px;
    color:#fff;
}
#nav-desktop > .button-header > a > span:before {
    top: 5px;
    left: 5px;
    height: 30px;
    width: 30px;
}
#nav-desktop > .menu-item.button-header > a:before {display:none;}
#header .nav-wrapper {
    box-shadow:none;
    line-height: 80px;
    height:80px;
      -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;
    padding: 0 2em;
    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;
    background:#fff;
}
#header .nav-wrapper img{display:block;}
#header .custom-logo-link {
    max-width: 190px;
    display: block;
    float: left;
    -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;
}

#nav-desktop {
      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: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  list-style: none;
  text-align:center;
}
#nav-desktop, #nav-desktop ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*ALL NIV */

#nav-desktop a {
    display:block;
    color:var( --e-global-color-text );

}


/* NIV 1 */
#nav-desktop li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
#nav-desktop > li a {
    position: relative;
    padding: 0 10px;
    display: block;
    font-weight: 400;
    max-height: 80px;
    text-overflow: ellipsis;
    font-size: var( --e-global-typography-text-font-size );
    white-space: nowrap;
    overflow: hidden;
}

#nav-desktop > li.menu-item-has-children > a:after {
    content: "";
    margin: 0px 0px 0px 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    width: 10px;
    height: 6px;
    right: 0;
    background: url(./images/down.svg);
    background-size: cover;
}

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

#nav-desktop > li.current_page_item > a:before,
#nav-desktop > li > a:hover::before {width:100%;}

#nav-desktop > li.current_page_item > a {
    color:var( --e-global-color-accent );
}

/* NIV 2 horizontal */
#nav-desktop > li {
    z-index:999;
    font-family:'Apercu Pro', Roboto, Sans-serif;
}
#nav-desktop .sub-menu {
    position: absolute;
    left: 0;
    min-width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    background: #fff;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
#nav-desktop .menu-item:hover .sub-menu {
  opacity:1;
  visibility: visible;
}
#nav-desktop .sub-menu li {
  width:100%;
  line-height: 1;
    clear: both;
}
#nav-desktop .sub-menu li a {
    padding:20px 20px;
    border-bottom: 1px solid #fefefe;

}
#nav-desktop .sub-menu li:last-child a {
    border-bottom:none;
}
#nav-desktop .sub-menu > li > a:hover {
  background: #2979ff;
  color:#fff;
}
#nav-desktop > li > ul > li > ul > li {
    display:block;
    text-align:left;
    padding: 0
}
#nav-desktop > li > ul > li > ul > li > a {font-style: italic;}
/*sticky */
#header.sticky .nav-wrapper {line-height: 60px;height:60px;}
#header.sticky .custom-logo-link {max-width:150px;}




#menu-background:after {
    content:"";
    background:rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    top:0;
    z-index:0;
    pointer-events: none;
    height: 100%;
    width:100%;

}
#menu-background {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity:0;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity  .3s ease;
}

#menu-background .background-item {
    opacity:0;
    width:100%;
    height:100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
#menu-background.show, #menu-background .background-item.show {
    opacity: 1;
        -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
#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;
}



/* WPML */
.wpml-ls-legacy-dropdown {
    width: 60px;
}
.search-form {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
/*-----------------------------------------------------------
# MOBILE NAV
-------------------------------------------------------------- */
.menu-mobile {
    display:none;
}

.menu-icon-toggle {
    display: block;
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 9;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  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: 3px;
  position: absolute;
  border-radius: 5px;
  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;
  width:80%;
  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;
    list-style: none;
}
.menu a {
    position: relative;
    text-decoration: none;
    color: #fff;
}
.menu > li > a {
    display: inline-block;
    font-size: 1.5em;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.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;
    color: #fff;
    line-height: 2em;
    /* FONT-WEIGHT: 100; */
    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-item-has-children:before {
    display: block;
    content: "+";
    position: absolute;
    right: 5px;
    top: -5px;
    color: #fff;
    font-size: 2em;
}

.menu-mobile .button-header > a {
    background:#fff;
    color:var( --e-global-color-accent );
    padding:0 20px;
    border-radius: 25px;
}




@media only screen and (max-width:1300px ) {
    #header .custom-logo-link {
        max-width: 220px;
    }
    #header .nav-wrapper {    padding: 0 1em;}
    #nav-desktop > li a {padding:0 5px;}
}

@media only screen and (max-width:950px ) {
    .menu-mobile  {display:block;}
    #header .nav-wrapper,#header.sticky .nav-wrapper  {
        line-height: 60px;
        height: 60px;
    }

    .hide-on-med-and-down {display:none !important;}
    #header .custom-logo-link,
    #header.sticky .custom-logo-link {
        max-width: 120px;
    }
}
@media only screen and (max-width:360px ) {
    #header .custom-logo-link {
        max-width: 110px;
    }
}


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

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@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%;
    }
    html, body {
        font-size: 14px;
    }
}


@media only screen and (max-width:767px ) {
    .slider-home .swiper-slide-contents {
        padding:10% 10%;
    }
    .hide-on-mobile {display:none;}

    small {
        font-size: 0.7em;
    }

  blockquote:before, blockquote:after {
      width: 20px;
      height: 20px;
      background-size: 20px;
  }
  blockquote p {
      font-size: 1em;
      line-height: 1.5em;
      font-weight: 300;
      display:inline;
      text-align:center;
  }
  blockquote {
      padding: 20px 5px;
      position: relative;
      border: 0;
  }
}
