/* 
Theme Name: artyseo
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child theme
Author: Elementor Team & Ajanco
Author URI: https://elementor.com/
Template: hello-elementor
Text Domain: artyseo
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


main#content a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.m0, .m0 *:last-child{
    margin: 0;
}

i.icon{
    font-size: 150%;
    line-height: 90%;
}

a.elementor-button .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}

.elementor-widget-icon,.elementor-widget-icon  .elementor-icon-wrapper{
    display: flex;
    align-items: center;
}
.link-copy, .link-social-networks{
    cursor: pointer;
}

.elementor-text-editor a{
    text-decoration: underline;
}

.elementor-text-editor ul, .elementor-text-editor ol{
    margin-bottom: 15px;
}

/*Liens rainbow*/

.elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a, a.rainbow, .rainbow a, span.rainbow, .elementor-widget-heading.rainbow h1.elementor-heading-title, .elementor-widget-heading.rainbow h2.elementor-heading-title, .elementor-widget-heading.rainbow h3.elementor-heading-title {
    background: linear-gradient(to right, var(--e-global-color-accent),var( --e-global-color-190e40b),var( --e-global-color-3a7ff5b));
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip:text;
    color:inherit;
    transition: color .2s ease-in-out;
    cursor: pointer;
  }
  .elementor-widget-heading.rainbow h1.elementor-heading-title, .elementor-widget-heading.rainbow h2.elementor-heading-title, .elementor-widget-heading.rainbow h3.elementor-heading-title,  .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a:hover, a.rainbow:hover, .rainbow a:hover{
    color:transparent;
  }
  @keyframes rainbow { 
    0%{background-position:left}
    50%{background-position:right}
    100%{background-position:left}
  }
.elementor-widget-icon-list.rainbow li a{
    padding: 10px 0;
}
.elementor-widget-icon-list.rainbow li a:hover{
    font-weight: 600;
}

/*degrades*/
.bg_degrade{
    background-color: transparent;
}
.bg_degrade.orange{
    background-image: linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-190e40b ) 50%);
}
.bg_degrade.bleu{
    background-image: linear-gradient(180deg, var( --e-global-color-3a7ff5b ) 0%, var( --e-global-color-ba14363 ) 50%);
}

/*boutons*/
a.elementor-button .elementor-button-icon, button[type="submit"] .elementor-button-icon{

    background-color:var(--e-global-color-text);
    width: 40px;
    height: 40px;
    margin: -16px -14px -18px;
    border-radius: 40px; 
    color: var(--e-global-color-39d5bfa);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition:all .2s ease-in-out;
}

a.elementor-button .elementor-button-text, button[type="submit"] .elementor-button-text{
    margin:2px 15px -2px;
}


a.elementor-button:hover .elementor-button-icon, button[type="submit"]:hover .elementor-button-icon{
    background-color:var(--e-global-color-39d5bfa);
    color: var(--e-global-color-text);
    transform: scale(.8);
}



.elementor-widget-button.degrade a.elementor-button {
    
    background: linear-gradient(-90deg, var( --e-global-color-accent) 0%, var(--e-global-color-190e40b) 100%);
    background-repeat: no-repeat;
    border:none;
    color: var(--e-global-color-text);
    transition: all 400ms cubic-bezier(.5,2,.3,.8);
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.elementor-widget-button.degrade a.elementor-button:hover {
    background: linear-gradient(-90deg, var( --e-global-color-ba14363) 0%, var(--e-global-color-3a7ff5b) 100%);
    color: var( --e-global-color-text);
    border:0;
    box-shadow: 0px 0px 30px 5px rgba(255, 204, 2, 0.25);
    transform: scale(1.1);
}

.elementor-widget-button.degrade.bleu a.elementor-button, .listing-actu-btn {
    background: linear-gradient(-90deg, var( --e-global-color-ba14363) 0%, var(--e-global-color-3a7ff5b) 100%);
    
}

.elementor-widget-button.degrade.bleu a.elementor-button:hover {
    background: linear-gradient(-90deg, var( --e-global-color-accent) 0%, var(--e-global-color-190e40b) 100%);
}


button[type="submit"],input[type="submit"]{
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(-90deg, var( --e-global-color-accent) 0%, var(--e-global-color-190e40b) 100%);
    color:var(--e-global-color-text)!important;
    padding: 18px 35px 18px;
    border-radius: 50px;
    border:none!important;
}
button[type="submit"]:hover,input[type="submit"]:hover{
   background: linear-gradient(-90deg, var( --e-global-color-ba14363) 0%, var(--e-global-color-3a7ff5b) 100%);
    color:var(--e-global-color-text)!important;
    border:none!important;
}

/*Hero video accueil*/
body #hero-video.focusin .elementor-background-video-container {
    opacity:0 ;
}

/*Adresse formulaire sim*/
#adresse-form{
    position:relative;
    display: flex;
    width: 100%;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
}
#adresse-form input{
   background-color: transparent;
    border:0;
}
#adresse-form input, #adresse-form input:focus{
   background-color: transparent;
    border:0;
    box-shadow:none;
    accent-color: none;
    border-radius: 100px;
    outline:0;
    padding: 18px 30px 18px 30px
}
#adresse-form #suggestions.frozen{
    display: none;
    flex-direction:column;
    position: absolute;
    top:60px;
    list-style-type: none;
    z-index: 990;
    border-radius: 30px;
    padding: 30px;
}
#adresse-form #suggestions li:hover{
    color:var( --e-global-color-accent);
}

@media (max-width: 767px){
    #adresse-form{
        flex-direction: column;
        border-radius: 25px;
    }
    #adresse-form button[type="submit"]{
        padding: 18px 18px 20px 18px;
    }

}

/*tabs*/
body .elementor-widget-n-tabs .e-n-tabs-heading{
    width: fit-content;
    margin: 0 auto;
    background-color: var(--e-global-color-c352d0a);
    border-radius: 50px;
}
@media(max-width: 767px){
    body .elementor-widget-n-tabs .e-n-tabs-heading{
        background-color:  transparent;
        display: flex;
        flex-direction: column;
        border-radius: 0;
        width: 100%;
        gap: 4px;
    }
    body .elementor-widget-n-tabs .e-n-tabs-heading > button{
        
        width: 100%;
    }
}
/*effet scroll images*/
.elementor-widget-container img{
    transition: all .6s ease-in-out;
}

.elementor-widget-container img.active{
    transform: scale(1.05);
}

/** Header **/
body.scrolling .main-header-content{
    padding:5px 20px;
}
body #menu-header{
    width: 100%;
    min-width: 100%;
    transition: all .4s ease-in-out ;
}
body #menu-header, body .mega-menu, body .frozen{
    background-color: rgba(50, 50, 50, 0.85);
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    backdrop-filter: saturate(300%) blur(10px) brightness(1.5);
    webkit-backdrop-filter: saturate(300%) blur(10px) brightness(1.5);
    will-change: backdrop-filter;
}

 body .mega-menu{
    background-color: rgba(50, 50, 50, 0.90);
}
@media(min-width: 768px){
    body.scrolling #menu-header{
        min-width: 0;
        width: 470px;
    }
}

body .header-left{
    transition: all .4s ease-in-out ;
}
body.scrolling .header-left{
   margin-right: -150px;
}
body .header-right{
    transition: all .2s ease-in-out;
}
@media(max-width:767px){
    
    body.scrolling .header-left{
    margin-right: -150px;
    }
    body.scrolling .header-right{
        width:calc(100% - 50px);
    }
    body #devis-header{
        display: none;
    }
}

@media(min-width:768px){
    body.scrolling #devis-header{
        display: initial;
    }
}

#pro-menu{
    display: none;
}
#pro-menu.open{
    display: initial;
}
#pro-menu.open + #main-menu{
    display: none;
}

.mega-menu-container{
    position: relative;
    transition:all .3s ease-in-out !important;
    height: 42px;
    width:calc(100% - 520px);
}
.mega-menu-container ul.e-n-menu-heading{   
    transition:all .5s ease-in-out .1s; 
    opacity: 1;
    flex-wrap: nowrap;
}

body.scrolling .mega-menu-container ul.e-n-menu-heading{   
    opacity: 0;
}


body.scrolling .mega-menu-container{
    overflow: hidden;
    width: 0;
}

body .elementor-widget-n-menu .e-n-menu-title-container:not(.e-link), body .elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) * {
    cursor:pointer;
}

/*DEVIS FIXE*/
#devis-fixe{
    transition: all .15s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

body #devis-fixe{
    transform: translateX(200px);
}

body.scrolling #devis-fixe{
    transform: translateX(0);
}


#devis-fixe .artyseo-btn .tel-fixe-btn, #devis-fixe .artyseo-btn .devis-fixe-btn{
    transform: translateX(150px);
    cursor: pointer;
}

#devis-fixe .artyseo-btn .tel-fixe-btn:hover, #devis-fixe .artyseo-btn .devis-fixe-btn:hover{
    transform: translateX(0);
}





/*MENU MOBILE*/
:root{
    --artyseo-menu-item-height:45px;
}

@media (max-width:767px){
    :root{
        --artyseo-menu-item-height:40px;
    }
}

/*Menu Burger*/
.menu-burger a{
    font-weight: 500;
  font-size: 20px;
    color:var(--e-global-color-a719ac7);
}
.menu-burger ul{
  list-style-type: none;
  padding: 0;
}
.menu-burger .menu-principal{
    margin-bottom:20px;
    
}
.menu-burger .menu-prestations{
    position: relative;
    display: block;
    flex-direction: column;
    width: 100%;
    transition: all .2s ease-in-out .1s;
    
}
.menu-burger .menu-prestations .enfants-page{ 
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .2s ease-in-out;
}


.menu-burger .menu-prestations .menu-item, .menu-burger .menu-menu-header-2-container .menu-item{
    height:var(--artyseo-menu-item-height);  
    display: flex;
    font-size:20px;
    align-items: center;
    justify-content: space-between;
    transition: all .2s ease-in-out;   
}

.menu-burger .menu-prestations .menu-item a {
    font-size:20px;
}
.menu-prestations > .menu-item > a{
    text-transform: uppercase;
    font-weight: 500;
    font-size:20px;
}

.menu-prestations .menu-top > a{
    text-transform: uppercase;
    font-weight: 500;
    font-size:30px;
}

.menu-burger .menu-principal ul:not(.slide) > li.menu-item{
   border-bottom:1px solid var(--e-global-color-a6529fb);
    transition: all .1s ease-in-out .2s;
}


.menu-burger .menu-prestations .menu-item a, .menu-burger .menu-prestations a{
    height:var(--artyseo-menu-item-height);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap:20px;
    margin:0;
}

.menu-burger .menu-prestations .menu-item a.parent-link{
    justify-content: space-between
}

.menu-burger .menu-prestations a svg{
    width:40px;
    height: auto;
}

.menu-burger .menu-prestations a svg path{
    fill:#fff;
}
.menu-burger .menu-prestations a:hover svg path{
    fill: var(--e-global-color-accent);
}

.menu-burger .menu-prestations .enfants-page{
    transform: translatex(15vw);
    opacity: 0;
    pointer-events: none;
    padding: 0;
}
.menu-burger .menu-prestations .enfants-page.open{
    transform: translatex(0);
    opacity: 1;
    pointer-events: all;
}


.menu-burger .slide > li > a, .menu-burger .slide > li > a + .back  {  
    transform: translatex(-15vw);
    opacity: 0;
    pointer-events: none;
}

.menu-burger .menu-prestations .menu-item.menu-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-burger .menu-prestations .menu-item.menu-top a{
    color: var(--e-global-color-accent);
    width: fit-content;
}

.menu-burger .menu-prestations .back{
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    text-transform: uppercase;
    color:var(--e-global-color-a719ac7);
}

.menu-burger .menu-prestations a, .menu-burger .menu-prestations .parent, .menu-burger .menu-prestations .back{
    font-weight: 500;
    cursor:pointer;
    
}

.menu-burger a:hover,  .menu-burger ul.enfants-page a:hover{
    color: var(--e-global-color-accent) ;
    text-decoration: none;
}

@media (max-width:767px){
    .menu-burger .menu-prestations .menu-item a, .menu-burger .menu-prestations a, .menu-burger .menu-prestations .parent, .menu-burger .menu-prestations .back {
        font-size: 17px;
        line-height: 1.2em;
        font-weight: 700;
    }
    .menu-burger a{
        font-size: 16px;
    }
}


.menu-burger ul.menu li{
 padding: 5px 0;
}
.menu-burger ul.menu li.menu-item-has-children a{
    display: flex;
    gap: 10px;
}
.menu-burger ul.menu li.menu-item-has-children > a.active{
    color:var(--e-global-color-accent);
}
.menu-burger ul.menu li.menu-item-has-children > a:after{
 content:'\e809';
    font-family: "artyseo";
}

.menu-burger ul.menu li.menu-item-has-children > a.active:after{
 transform: rotate(90deg);
}

.menu-burger ul.menu ul.sub-menu{
    display: none;
    padding-left: 30px;
    flex-direction: column;
}
.menu-burger ul.menu li.menu-item-has-children a.active + ul.sub-menu{
    display: flex;
}
@media(min-width: 1024px){
.menu-burger ul.menu ul.sub-menu a{
    font-size: 18px;
}
}

/*Mega Menu */
.mega-menu ul.enfants-page, .mega-menu .menu-mini ul, .liens-footer  ul.enfants-page{
    list-style-type: none;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
}
.mega-menu ul.enfants-page a, .mega-menu .menu-mini ul a, .liens-footer ul.enfants-page a{
    font-weight: 500;
    display: block;
    text-decoration: none;
    color: var( --e-global-color-primary);
    transition: all .2s ease-in-out;
    padding: 8px 0;
}
.mega-menu ul.enfants-page li:not(:last-child), .mega-menu , .mega-menu .menu-mini ul li:not(:last-child), .liens-footer ul.enfants-page li:not(:last-child){
    border-bottom: 1px solid var( --e-global-color-c352d0a);
}

.mega-menu ul.enfants-page ul.children li, .mega-menu .menu-mini ul ul.children li, .liens-footer ul.enfants-page ul.children li{
border-bottom: none;
}


.mega-menu ul.enfants-page a:hover, .mega-menu .menu-mini ul a:hover,  .liens-footer ul.enfants-page a:hover{
    color:rgba(0,0,0,0);
    /*font-weight: 600;*/
}

/** Breadcrumb **/
body .breadcrumb li::after{
    margin: 0 15px;
}

body .breadcrumb li.active{
    border-bottom:1px solid var(--e-global-color-primary);
}


/*Scroll steo*/
body .scroll_steps .scroll_step{
    transition: all .2s ease-in-out;
    background-color:transparent;
    transform: scale(.9);
    cursor: pointer;
}
body .scroll_steps .scroll_step.active{
    background-color: #fff;
    transform: scale(1.1);
}

/*Formulaires*/
body form.elementor-form .elementor-field-type-html{
    margin-bottom:10px !important;
}

body form input[type=file]:not([type="button"]):not([type="submit"]){
    width: 100%;
    padding: 0;
}

input[type=file]::file-selector-button {
  
  margin-right: 20px;
  border: none;
  background: var(--e-global-color-secondary);
    color:var(--e-global-color-primary);
  padding: 20px;
  border-radius: 15px;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.elementor-form h2, .elementor-form h3, .elementor-form h4, .elementor-form h5,.elementor-form .elementor-field-type-html{
    color:var(--e-global-color-text);
    margin: 0;
}

.elementor-field-type-text ,.elementor-field-type-textarea, .elementor-field-type-email, .elementor-field-type-tel {
    position: relative;   
}

.elementor-form .elementor-field-group > label{
    font-weight: 700;
    margin: 15px 0 0;
}
.elementor-form .elementor-field-group.elementor-field-type-select > label{
    
    margin: 5px 0 10px;
}

.elementor-form .elementor-field-type-text > label,.elementor-form .elementor-field-type-textarea > label,.elementor-form .elementor-field-type-email > label, .elementor-form .elementor-field-type-tel > label, .elementor-form .elementor-field-type-date> label, .elementor-form .form-profil .elementor-field-type-profil > label, #adresse-form > label{
   position: absolute;
    font-weight: 400;
    margin: 0;
    top:23px;
    left: 20px;    
    transform-origin: center left;
    transition: all .2s ease-in-out;
    color:var(--e-global-color-secondary);
}

.elementor-form .elementor-field-type-text.focusin > label,.elementor-form .elementor-field-type-textarea.focusin > label, .elementor-form .elementor-field-type-email.focusin > label, .elementor-form .elementor-field-type-tel.focusin > label,.elementor-form .elementor-field-type-date.focusin > label,  .elementor-form .form-profil .elementor-field-type-profil.focusin > label,  #adresse-form.focusin > label{
    transform:scale(.7) translatey(-24px);
    opacity: .8;
}

.elementor-form .elementor-field-group .elementor-select-wrapper select{
    color:var(--e-global-color-text);
}

@media (max-width:767px){
    .elementor-form .elementor-field-type-text > label, .elementor-form .elementor-field-type-textarea > label, .elementor-form .elementor-field-type-email > label, .elementor-form .elementor-field-type-tel > label, .elementor-form .elementor-field-type-date > label,  .elementor-form .form-profil .elementor-field-type-profil > label, #adresse-form > label{
        top:17px;
    }
}

/*Formulaire étapes*/
body form .elementor-field-type-step_fields h2{
    color: var(--e-global-color-primary);
}
body .etape-choix{
    gap:10px;
    margin-top: 15px;
}

body .etape-choix > .choix{
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
}
body .etape-choix > .choix > .choix-texte{
    color: var(--e-global-color-secondary);    
}
body .etape-choix > .choix.selected{
    background-color: var(--e-global-color-accent);
}
body .etape-choix > .choix.selected > .choix-cercle::after {
  background-color: var(--e-global-color-secondary);
}

body .etape-choix > .etape-nav button{
    padding: 18px;
}
body .etape-choix > .etape-nav button.etape-prev{
    border:none;
}
body .etape-choix.colonnes > .choix{
    border-radius: 50px 100px 100px
}


/*BLOG - ACTUS*/

/** categories-list **/
.categories-list{
    width: 100%;
    background: var(--e-global-color-9aae91b);
    border-radius: 50px;
}
.categories-list .categories-boutons{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0;
}
.categories-list .categories-open {
    display: none;
}

.categories-boutons a, .categories-boutons span{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    padding:20px 20px;
    color: var( --e-global-color-primary);
    font-weight: 700;
    transition: all .2s ease-in-out;
}

.categories-boutons a:hover, .categories-boutons span.current{
    background:var( --e-global-color-primary);
    color: var( --e-global-color-secondary);
}

.categories-boutons a.back{
    gap: 10px;
    background-color: var(--e-global-color-accent);
    color:var(--e-global-color-secondary)
}
.categories-boutons a.back:hover{
    background-color: var(--e-global-color-primary);
}
.categories-boutons a.back i{
    transition: all .2s ease-in-out;
}
.categories-boutons a.back:hover i{
    transform: translateX(-10px);
}

@media (max-width: 1023px){
.categories-list{
    border-radius: 10px;
}
.categories-list .categories-boutons{
    flex-direction: column;
}
.categories-list .categories-boutons a, .categories-list .categories-boutons span{
    padding: 8px 10px;
    width: 100%;
    border-radius: 0
}
.categories-boutons a.back{
    gap: 10px;
    background-color: transparent;
    color:var(--e-global-color-accent)
}
.categories-list .categories-open {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
}
.categories-list .categories-open i {
    position: absolute;
    right: 10px;
    transition: all .2s ease-in-out;
}
    .categories-list .categories-open.active i{
        transform: rotate(90deg);
    }
.categories-list .categories-open + .categories-boutons{
    display: none;
}
    
.categories-list .categories-open.active + .categories-boutons{
    display: flex;
}
    
}

/*Single BLOG - ACTUS*/

#contenu-article img{
    width: 100%;
    border-radius: 20px;
}
#contenu-article h2{
    font-size: 36px;
}
#contenu-article h3{
    font-size: 28px;
}
#contenu-article h4{
    font-size: 24px;
}
/*FAQ - LEXIQUE*/
#faq-list{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-filter{
    border-radius: 10px;
    padding: 20px;
    position:sticky;
    top:130px;
    align-self: flex-start;
}

body .faq-filter .h2{
    font-size:20px;
    font-weight: 700;
    padding: 0 0 10px 0;
    color:var(--e-global-color-primary);
}

body .faq-filter form > div{
    display: flex;
    flex-direction: column;
}

body .faq-filter form > div input[type='radio']{
    display: none;
}
body .faq-filter form label:hover{
    text-decoration: underline;
}
body .faq-filter form label.current{
    font-weight: 700;
    text-decoration: underline;
}
body .faq-filter form > div input[type='button'], body .faq-filter form > div label{
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    color:var(--e-global-color-primary);
    text-align: left;
    padding:7px 10px;
    margin: 0;
    cursor: pointer;
    transition: all .2s ease-in-out;
    letter-spacing: 0.5px;
    border:none;
    line-height: 1;
}
body .faq-filter form > div input[type='button']{
    font-weight: 700;
}

body .faq-filter form > div input[type='button']:hover, body .faq-filter form > div input[type='button']:focus, body .faq-filter form > div label:hover{
    background-color: transparent;
    color:  var(--e-global-color-primary);
    border:none;
    outline: 0;
}
.faq-recherche .recherche, .lexique-recherche .recherche {
    display: flex;
    gap:10px;
        
}
.faq-recherche .recherche input[type="button"],.lexique-recherche .recherche input[type="button"]{
    color: var( --e-global-color-secondary );
    background-color: var( --e-global-color-accent );
    border-radius: 5px;
}
.faq-recherche .recherche input[type="button"]:hover,.lexique-recherche .recherche input[type="button"]:hover{
    color: var( --e-global-color-a719ac7 );
    background-color:  var( --e-global-color-secondary );
}


body .faq-recherche form > div.recherche,  body .lexique-recherche form > div.recherche{
    display: flex;
    background-color: transparent;
    flex-direction: row;
    align-items: center;
}

body .faq-recherche .recherche input:not([type="button"]),body .lexique-recherche .recherche input:not([type="button"]){
    box-shadow: none !important;
    border:none !important;
    background:var( --e-global-color-a719ac7 );
    outline: 0;
}

.faq-recherche .recherche input[type="button"],.lexique-recherche .recherche input[type="button"]{
    width: fit-content;
    padding: 10px 20px;
    border:2px solid  var(--e-global-color-accent);
    height: 60px;
    border-radius: 50px;
}

.faq-recherche .recherche input[type="button"]:hover, .lexique-recherche .recherche input[type="button"]:hover,.faq-recherche .recherche input[type="button"]:focus, .lexique-recherche .recherche input[type="button"]:focus{
    border:2px solid var(--e-global-color-secondary);
    background-color:var(--e-global-color-secondary);
}

#faq-list article{
    margin-bottom: 0;
    border-bottom:1px solid var(--e-global-color-secondary);

}

#faq-list article:hover{
    cursor:pointer;
}

#faq-list article > span{
    background-color: var(--e-global-color-a719ac7);
    border-radius: 5px;
    padding: 2px 5px
}

body #faq-list article > h3{
    color:var(--e-global-color-secondary);
    letter-spacing:0;
    font-size: 16px;
    font-weight: 700;
    margin:0;
    text-transform: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    padding:25px 15px;
    border-radius: 10px;
    
}
body #faq-list article > h3 :hover{
    color:var(--e-global-color-primary);
    
}
body #faq-list article.active > h3{
    border-radius:10px 10px 0 0;
    
}
#faq-list article:hover h3{
    color:var( --e-global-color-0e1e19c );
}

body #faq-list article > h3 > div{
    
    display: flex;
    justify-content: start;
    gap: 5px;
}
body #faq-list article > h3 > div > strong{
    font-weight: 700;
}
body #faq-list article > h3 > div > strong span{
    color:var(--e-global-color-accent);
}


#faq-list article h3 i.icon{
    font-size: 32px;
    margin-left: 10px;
    transition: all .2s ease-in-out;    
}


#faq-list article.active h3 i.icon-chevron_right{
    transform:rotate(90deg);
}

#faq-list article > div{
    height: 0;
    overflow: hidden;
    padding: 0 15px;
}

#faq-list article.active > div{
    height: initial;
    padding:0 15px 30px;
    border-radius: 0 0 10px 10px;
    color:var(  --e-global-color-secondary);
}

#faq-list article.active > div a{
    margin-top: 15px;
    display: block;
    transition: all .2s ease-in-out;
    width: fit-content;
    background-color: var(--e-global-color-secondary);
    color:var(  --e-global-color-accent);
    padding: 5px 15px;
    border-radius: 30px;
}
#faq-list article.active > div a:hover{
        background-color: var(  --e-global-color-accent);
    color:var(  --e-global-color-secondary);
}
#faq-list{
    transition: all .25s ease-in-out;
    opacity: 1;
    filter: blur(0);
}
#faq-list.loading, #lexique-list.loading{
    opacity: .3;
    filter: blur(2px);
}


#faq-list .noresults{
    color:var(  --e-global-color-secondary);
}
body h2.faq-filter-titre i.fas{
    display: none;
}

#filtres-faq {
    position: sticky;
  position: -webkit-sticky;
    top:150px;
    z-index:1000
}
@media (max-width:1023px){
    #filtres-faq {
        position: sticky;
      position: -webkit-sticky;
        top:calc(100vh - 100px);
        z-index:1000;
        transition: all .2s ease-in-out;
    }
    body.scrolling #filtres-faq {
        top:calc(100vh - 150px);
    }
    body.post-type-archive-faq > div[data-elementor-type="header"] + div {
        z-index: 1;
    }

    #faq-list{
        grid-template-columns: 1fr;
    }
    body .faq-filter:before{
        content:"Filtrer";
        display: flex;
        justify-content: center;
    }
    body .faq-filter > form{
        
        backdrop-filter: saturate(300%) blur(10px) brightness(1.5);
        background-color: rgba(50, 50, 50, 0.85);
        box-shadow: 0 0 20px rgb(0 0 0 / 40%);
        position:fixed;
        display: flex;
        flex-direction: column;
        top: initial;
        bottom:-450px;
        z-index: 1020;
        width: 100%;
        left: 0;
        border-radius: 15px 15px 0 0;
        padding: 10px 20px 40px;
        box-shadow: 0 0 20px rgba(100,66,61,.25);
        transition: all .4s ease-in-out;
        pointer-events: none;
        opacity: 0;
    }
    body .faq-filter.active > form{
        bottom:-50px;
        opacity: 1;
        pointer-events: all;
    }
    body.scrolling .faq-filter.active > form{
        bottom:-100px;
    }
    .faq-filter{
        z-index: 1000;        
    }
    .faq-filter .h2{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: var(--e-global-color-primary);
    }
    body .faq-filter form > div input[type="button"], body .faq-filter form > div label, body .faq-filter form > div input[type="button"]:hover, body .faq-filter form > div label:hover{
        color: var(--e-global-color-primary);

    }
    .faq-filter .h2:after{
        content:"x";
        font-size: 120%;
        transform: scaleY(.8);
        cursor: pointer;
    }

    body h2.faq-filter-rechercher{
        display: none;
    }
    
    body h2.faq-filter-titre{
        order:1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body h2.faq-filter-titre i.fas{
        font-size: 18px;
        display: initial;
    }
    
    body .faq-filter.active h2.faq-filter-titre i.fas{
        transform: rotate(90deg);
    }
    body div.faq-filter-filtres{
        order:2;
        border-bottom:1px solid var(--e-global-color-secondary);
        padding-bottom: 20px;
        margin-bottom: 10px
    }
    .faq-recherche .recherche, .lexique-recherche .recherche{
        order:3;
        flex-direction: column;
    }
    
    body div.recherche > input:not([type="button"]):not([type="submit"]){
        padding: 10px;
    }

}

/*Lexique*/
.navigation-lexique{
    background-color: var(--e-global-color-secondary);
    padding: 15px;
    position: sticky;
    top:0;
    z-index: 9;
    border-radius:0 0 15px 15px;
    text-align:center;
    transition: all .2s ease-in-out;
    margin: 0 auto;
}
body.admin-bar .navigation-lexique{
    top:20px;
}
body.scrolling:not(.scrolling-down) .navigation-lexique{   
    /*top:100px;*/
    padding: 100px 15px 40px 15px;
    transition: all .2s ease-in-out .2s;
}

#lexique-ancres{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#lexique-ancres div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 30px;
}
#lexique-ancres div > span{
    font-size:10px;
}

#lexique-list{
    width:100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 900px;
    color: var(--e-global-color-primary);
}

body:not(.elementor-editor-active) .lexique-item h2 {
    position: relative;
    font-size: 24px;;
    color: var(--e-global-color-primary);
  }
  body:not(.elementor-editor-active) .lexique-item h2:before {
    content: "";
    display: block;
    height: 170px; 
    margin: -140px 0 0; 
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
  }


#lexique-ancres div a{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.lexique-col{
    display: flex;
    gap:20px;
    margin-top: 20px;
    padding-top: 10px;
}


.lexique-col:not(:first-child){
    border-top:1px solid var(--e-global-color-9aae91b);
}
.lexique-col .lexique-lettre{
    width: 80px;
    text-transform: uppercase;
    color:var(--e-global-color-primary);
    position: relative;
    padding-top: 150px;
    margin-top: -150px
}

.lexique-col .lexique-lettre  > div{
    display: flex;
    width:100%;
    height:80px;
    align-items: start;
    justify-content: start;
    font-size:50px;
    font-weight: 900;
    position: sticky;
    top:250px;
    color:var(--e-global-color-primary);
}
.lexique-items{
    width: calc(100% - 100px)
}




@media (max-width:1023px){
    .navigation-lexique {
        top: 40px;
        text-align: left;
        padding: 40px 10px 5px;
        justify-content: start;
        overflow:  auto hidden;
    }
    #lexique-ancres {
        padding: 0 0 10px;
        width: fit-content;
    }
     #lexique-ancres div{
         width: fit-content;
         flex-wrap: nowrap;
         gap: 5px;
         position: relative;
         left: 0;
    }
    #lexique-ancres div a {
      font-size:20px;
    }
    
}

@media (max-width:767px){
    body.scrolling:not(.scrolling-down) .navigation-lexique, body .navigation-lexique{
        padding:70px 10px 0;
        top:0;
    }
    .lexique-col .lexique-lettre {
        width: 30px;
    }
    .lexique-col .lexique-lettre > div{
        font-size: 35px;
    }
    .lexique-items {
      width: calc(100% - 50px);
    }
}


/*Avis all*/
.avis-tous > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.avis-tous .avis-note{
    font-size: 13px;
    order:1;
    font-weight: 700;
    padding: 5px;
}
.avis-tous .etoiles, .artyseo-review-item .etoiles{
    display: flex;
    gap:1px;
    order:0;
}
.avis-tous .etoiles i, .artyseo-review-item .etoiles i{
    font-size: 20px;
    width: 20px;
    color:#FF5A79;
}
.artyseo-review-item .etoiles i{
    color:var(--e-global-color-accent);
}
.avis-tous .etoiles span, .artyseo-review-item .etoiles span{
    position: relative;
}

.avis-tous .etoiles i.left, .artyseo-review-item .etoiles i.left {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
}
.avis-tous .etoiles i.right , .artyseo-review-item .etoiles i.right {
    position: absolute;
    display: block;
    left: 0;
    z-index: 0;
}
.avis-tous .etoiles i.right,  .etoiles i.empty, .artyseo-review-item .etoiles i.right, .artyseo-review-item .etoiles i.empty {
     color:#000;
}



/**
* Avis loop
*/

.artyseo-review-item {
  border: 1px solid var(--e-global-color-9aae91b);
  
    backdrop-filter: saturate(300%) blur(10px) brightness(1.5);
    background-color: rgba(50, 50, 50, 0.85);
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
  color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
}

.artyseo-review-header {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
}

.artyseo-review-icon {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  position:absolute;
  left: 0;
}
.artyseo-review-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:0;
}
.artyseo-review-pseudo {
  font-size: 16px;
}

.artyseo-reviews-stars{
  float: right;
}
.artyseo-review-date {
  font-size: 10px;
  opacity: 0.5;
}

.artyseo-review-icon {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.artyseo-review-content {
  font-size: 12px;
  margin-bottom: 0;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

body .artyseo-reviews-wrap a.artyseo-review-link {
  font-size: 10px;
}
body .artyseo-reviews-wrap a.artyseo-review-link:hover {
  text-decoration: underline;
  opacity: 0.5;
}



/**
* Styles du slider des avis
*/

.slider-avis{
  width: 100%;
  display: flex;
  justify-content: start;
  gap:40px;
  padding: 0 20px;
}

.artyseo-reviews-wrap .swiper {
height: 200px;
margin: 0 20px;
}

.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.slider-avis .swiper-button-next, .slider-avis .swiper-button-prev {
    width: 50px;
   height: 50px;
    background-color: var(--e-global-color-secondary);
    color:    #fff;
    transition:all .2s ease-in-out;
    transform: scale(1);
}
.artyseo-reviews-wrap .swiper-button-next:hover, .slider-avis .swiper-button-prev:hover {
    
    transform: scale(1.1);
   color: var(--e-global-color-secondary);
     background-color:    #fff;
}


.slider-avis .swiper-button-prev {
left:-20px;
}

.slider-avis .swiper-button-next{
right:-20px;
      
}

/*Menu contenu*/
#menu-contenu{
    width: 100%;
    display: flex;
    justify-content: center;
}

#menu-contenu > div{
    width: fit-content;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 50px;
    padding: 8px;
    gap: 4px;
}
#menu-contenu > div a.button{
    padding: 10px 20px;
    text-align:center;
    font-weight: 700;
    line-height: 1.1em;
    color:var(--e-global-color-primary);
    border-radius: 50px;
    transition: all .2s ease-in-out;
}

#menu-contenu > div a.button:hover{
    color:var(--e-global-color-secondary);
    background-color:var(--e-global-color-accent);
}

#menu-contenu > div a.button.active{
    color:var(--e-global-color-secondary);
    background-color:var(--e-global-color-primary);
}

/*Marquee*/
.marquee{
  overflow: hidden;
  display: flex;
  padding: 10px 0;
}
.marquee-inner> span{ 
    padding: 0 40px;
}
.marquee span{
  white-space: nowrap;
    
}

/*Crisp*/
body .crisp-client .cc-1brb6[data-full-view="true"] .cc-1yy0g .cc-1m2mf{
    transition: all .4s ease-in-out !important;
}

body.scrolling .crisp-client .cc-1brb6[data-full-view="true"] .cc-1yy0g .cc-1m2mf{
    bottom:60px !important;
}

#crisp-chatbox > div > a[role="button"] > span {
   background : linear-gradient(180deg,var( --e-global-color-3a7ff5b) 0%, var(--e-global-color-ba14363) 100%) !important;
}
/** Footer **/

/*Menus footer*/
#menu-mini11, #menu-mini12{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    list-style-type: none;
    padding: 0;
}
#menu-mini11 li, #menu-mini12 li{
    border-bottom: 1px solid var(--e-global-color-9aae91b);
    padding: 12px 0;
}
#menu-mini11 a, #menu-mini12 a{
    color:var(--e-global-color-39d5bfa);
    
}
#menu-mini11 a:hover, #menu-mini12 a:hover{
    color:var(--e-global-color-accent);
}


@media(max-width: 1023px){
    #menu-mini11 li a, #menu-mini13 li a{
        padding: 0 5px;
        font-size: 14px;
    }
}
/*Menu footer bottom*/

ul#menu-mini8{
    list-style-type: none;
    display: flex;
    gap: 30px;
    padding: 0;
}
@media (max-width:767px){
    ul#menu-mini8{
        flex-direction: column;
        gap: 5px;
    }
    ul#menu-mini8 .menu-mini > ul{
        width:100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
        text-align:center;
    }
}
/** TABLEAU DE BORD **/
/* Menu Profil */
@media(max-width: 1023px){
    #menu_profil{
        display: none;
    }
    #menu_profil.open{
        display: initial;
    }
}

/*Meteo*/
.meteo-container{
    color:var(--e-global-color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.meteo-container .meteo-cover{
    font-size: 50px;
}
.meteo-container .meteo-heure-temp{
    display: flex;
    flex-direction: column;
    gap:6px;
    line-height: 1.1rem;
}
.meteo-container .meteo-heure-temp{
    display: flex;
    flex-direction: column;
}

.meteo-container .meteo-heure-temp strong{
    font-size: 28px;
}

/*horaires*/
.horaires{
    font-size: 14px;
}
.horaires .horaire-title{
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 2px;
}
.single-agence .horaires .horaire-title{
    margin:0 0 2px;
}

/*Simulateur*/
#footer-resultats{
    display: none;
}
#footer-resultats.active{
    display: flex;
}

/*Complianz*/
body #cmplz-manage-consent{
    display: none!important;
}

body .cmplz-show-banner{
    text-decoration: underline;
    cursor: pointer;
}

body .cmplz-show-banner:hover{
    color:var(--e-global-color-accent);    
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny, body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences{
    background-color: rgba(255,255,255,.8);
    border:none;    
    font-size:13px;
    text-decoration: underline;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{
    position: absolute;
    color: rgba(255,255,255,.8);
    top:-35px;
    right: 0;
    line-height: 0;
    width: fit-content;
    padding: 5px 15px 3px;
    height: 30px;
    border-radius: 30px;
    background-color:transparent
}

body .cmplz-cookiebanner .cmplz-buttons{
    flex-direction: column;
}


body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover{
    background-color:var(--e-global-color-accent);
    border-color:var(--e-global-color-accent);
}

body.single-lp #cmplz-cookiebanner-container > .cmplz-cookiebanner:before{
    content:"";
    top:0;
    left: 0;
    background-color: rgba(255,255,255,.9);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 0;
}

body.single-lp #cmplz-cookiebanner-container > .cmplz-cookiebanner{
    bottom:45vh;
    right: calc(50vw - 263px);
}
body.single-lp #cmplz-cookiebanner-container > .cmplz-cookiebanner> *{
    z-index: 1;
}

body.single-lp .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny{
    color: #000;
}

/*Verif email*/
.verif-email{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #67e83f;
    color:#000;
    border-radius: 50px;
    padding:16px 20px;
}

/*Yuccan*/

body .yuccan-popup-trigger{
    right: -300px;
}
body.scrolling .yuccan-popup-trigger{
    right: 0;
}
@media(max-width: 768px){
    .yuccan-popup-trigger{
        display:none !important;
    }
}

.yuccan-trigger-content{
    overflow: hidden;
    max-height: 110px;
    justify-content:end !important;
    display: flex !important;
        
}

/*Recaptcha*/
.grecaptcha-badge { visibility: hidden; }