
/****** DÉBUT DES MODIFS  ***************/
/****** Pour modifier la couleur du bandeau + titre (étape) + bonton (envoyer)***********/
/****** changer uniquement les "chiffres et lettres" devant le dièse (#)  *************/

/******Numero de telephe:email couleurs**********/

.head-contact-info li {
    color: #000000;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    margin-right: 26px;
    padding: 0;
}

/****** entête du site web (bandeau)**********/
.header-top-area, .sidebar-widget-tab > .active a, .pagetitle-separator-box {
    background: none repeat scroll 0 0 #e57830;
}

/******* titre (étape1,2,3) du formulaire ********/
.titre-form-step {
    background-color: #e57830;
    letter-spacing: 2px;
}

/**** Changer la couleur (texte+fond) du bouton "commencer ici" (texte -> color  + fond du bouton -> background-color)  *****/
.main-button {
    color: #000000;
    background-color: #e57830;
}

/**** Changer la couleur (texte+fond) du bouton "commencer ici"  lorsque l'on passe le curseur dessus *****/
.main-button:hover {
    color: #000000;
    background-color: #e57830 !important;
}

/******  Bonton "envoyer"   *****/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    color: #fff;
    background-color: #e57830;
}

/****** /Couleur pour les services  *****/
 .service-area {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e57830;
 }
.service-area:hover {
	background: #ffffff;
    border: 1px solid #e57830;
 }

/************* FIN DES MODIFS **********/



.gform_wrapper h3.gform_title {
    font-weight: 300;
    font-size: 3em;
}
.navbar-inverse {
background-color: rgba(254, 254, 254, 1);
}
.navbar .navbar-nav > li > a {  
    color: #696868 !important;
    background-color: #ffffff !important;
}
.navbar .navbar-nav > li > a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}
.navbar .navbar-nav > li:hover {
    background-color: #ffffff !important;
}
.navbar .navbar-nav > li:active {
    background-color: #ffffff !important;
}
.navbar .navbar-nav > .active > a {
    background-color: transparent !important;
}
.navbar .navbar-nav > .active > a {
    color: #000000 !important;
    background-color: #ffffff !important;
}
.navbar .navbar-nav > .active > a:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}
.navbar .navbar-nav > .active > a:focus {
    color: #000000 !important;
   background-color: #ffffff !important;
}

div.elementor-section-wrap section {
      background-color: #3b4656;
    margin-top: 7%;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label{
    color: white;
    font-size: 18px;
}