/*
Theme Name: ODPCGQ
Description: Thème enfant de Hello elementor. 
Author: Adaracom
Author URI: https://adaracom.fr
Template: hello-elementor
Version: 1.0
*/


#site-header {
  transition: all ease-in-out 300ms;
}
#site-header.header-full-width{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding-bottom: 0;
    padding-top: 0;
}

#site-header .site-logo a img {
  transition: all ease-in-out 300ms;
}

#site-header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#site-header.scrolled .site-logo a img {
  width: 120px;
  margin-top:10px;
}
#site-header .header-inner{
    flex-wrap: nowrap;
}
#site-header .site-navigation-dropdown ul.menu{
    background: var(--e-global-color-84f9d70);
    padding:10px 0;
}
#site-header .site-navigation-dropdown ul.menu li a{
    background: var(--e-global-color-84f9d70);
    box-shadow: none;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
}
#site-header .site-navigation ul.menu li a{
    padding: 8px 0 !important;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
    transition: all ease-in-out 300ms;
}
#site-header .site-navigation ul.menu li a:hover{
    border-bottom: 2px solid var(--e-global-color-text);
}

@media only screen and (min-width: 981px){
    #site-header.scrolled .site-logo a img {
      width: 200px;
    }
}



#titre-accueil i{
    color:var(--e-global-color-text);;
}
.bouton-fleche-bas a{
    padding: 20px 25px 22px!important;
}

.bouton-fleche-bas a:after{  
    content:"";
    background-color:var(--e-global-color-text);
    width:40px;
    height: 40px;
    border-radius: 20px;
    background-image:url('images/fleche-bas.svg');
    background-position: center;
    background-size:13px 20px;
    background-repeat:no-repeat;
    border:1px solid #fff;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: 300ms ease-in-out all;
}

.bouton-fleche-bas a:hover:after{
    bottom:-32px;
}

.bouton-fleche-droite a .elementor-button-text:after{  
    content:"";
    width:20px;
    height: 14px;
    background-image:url('images/fleche-droite.svg');
    background-position: center;
    background-size:100%;
    background-repeat:no-repeat;
    display: inline-block;
    transition: 300ms ease-in-out all;
    margin-left:10px;
}
.bouton-fleche-droite a:hover .elementor-button-text:after{
    margin-left:20px;
}

#bulle-1:before{
    content:""!important;
    width:38px;
    height: 31px;
    background-position: center;
    background-size:100%;
    background-repeat:no-repeat;
    display: block;
    position: absolute;
    border-radius: 0;
    background-image:url('images/bulle-pointe-haut.svg');
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
#bulle-2:after{
    content:""!important;
    width:38px;
    height: 31px;
    background-position: center;
    background-size:100%;
    background-repeat:no-repeat;
    display: block;
    position: absolute;
    border-radius: 0;
    background-image:url('images/bulle-pointe-gauche.svg');
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
#bulle-3:after{
    content:""!important;
    width:38px;
    height: 31px;
    background-position: center;
    background-size:100%;
    background-repeat:no-repeat;
    display: block;
    position: absolute;
    border-radius: 0;
    background-image:url('images/bulle-pointe-droite.svg');
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.check-vert ul,
.liste-puce.fleche-noire ul{
    padding:0;
}
.check-vert li{
    list-style: none;
    padding-bottom: 18px;
    padding-left:40px;
    position: relative;
}
.check-vert li:before{
    content:""!important;
    width:24px;
    height: 18px;
    background:url('images/check-vert.svg') center no-repeat;
    background-size:100%;
    display: block;
    position:absolute;
    left:0;
    top:5px;
}
.liste-puce.fleche-noire li{
    list-style: none;
    padding-left:20px;
    position: relative;
}
.liste-puce.fleche-noire li:before{
    content:""!important;
    width:7px;
    height: 11px;
    background:url('images/puce-fleche-noire.svg') center no-repeat;
    background-size:100%;
    display: block;
    position:absolute;
    left:0;
    top:7px;
}