﻿/*
 Theme Name: Theme enfant DIVI
 Theme URI: https://www.peal-solutions.com/
 Description: Theme enfant
 Author: PEAL SOLUTIONS
 Author URI: https://peal-solutions.com
 Template: Divi
 Version: 1.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles below */

/***forcer la couleur des liens du menu**/
.black a{color:black!important;}

/***centrer 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;
}

/* Bouton appel à l'action */
.btn-appel-action a {
background-color: #00ddb8;
border-radius: 5px;
padding:10px 10px !important;
color: white!important;height:40PX!important;margin-top:20px;
}

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

/*****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;}