/*
 Theme Name: Theme enfant DIVI
 Theme URI: https://www.peal-solutions.com/
 Description: Theme enfant pour site Web DIVI
 Author: Webwikan
 Author URI: ttps://www.peal-solutions.com/
 Template: Divi
 Version: 1.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles below */

/***CENTRER DU CONTENU VERTICALEMENT***/
.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;
/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}

/*****aligner les boutons en bas*****/
  
        /* buttons fixed to the bottom */
            .bottom-buttons .et_pb_column {
                padding-bottom:30px;}
            .bottom-buttons .et_pb_button_module_wrapper {
                position: absolute;top:20;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;}

/*BOUTONS EN LIGNE*/
.boutons-en-ligne .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 1%;}
.boutons-en-ligne {text-align: center!important;}

/********FIN GESTION DES BOUTONS*********/

/*********************SCROOLBAR***************/
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,1); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color:#b8a74f;
}
/***fin scrollbar***/

/****menu deroulant**/
.et-db #et-boc .et-l .nav li li{padding:0px 10px!important;}
.et-db #et-boc .et-l .et-menu li li a{padding:6px 10px!important;}
.et-menu li li a{width:180px!important;}
.nav li ul{width:200px!important;}
.sub-menu li a{text-align:left!important;font-size:14px!important;}
