







#body-site select,
#body-site button{
    background-color: #b2cb04;
    color: rgb(255, 255, 255);
    position: inherit;
}


#bloc-push-foward > .shopwcase_bloc > .title{
    color: #b2cb04 !important;
}

.row-bandeau{
    background-color: #9eb200;
    
}
section#center-bar{
    background-color: #9eb200;
}


/*
* HEADER
*/
body > #content-header{
    background-color: #b2cb04;
}

#menu_principal.background-theme{
    background-color: #b2cb04 !important;    
}

/*
* Content
*/

#header-article-page{
  background-color: #9eb200;
}

#content > section#center-bar{
  background-color: #9eb200;
    
}

#body-site header .row nav > ul > li:hover{
  background-color: #b2cb04;
    
}


@media only screen and (max-width: 1200px){


            #menu_principal > nav > ul > li {
            background-color: white !important;
        }

        #menu_principal li{
            border-bottom: 1px solid #918e75;
        }
    }



/*
* FORM
*/
form label.mini-title{
    color: #b2cb04 !important;   
}
.select2-container--default .select2-selection--single{
    color: #b2cb04;  
}
.select2-container--default .select2-selection--single span{
    color: #b2cb04 !important;  
}
#body-site form select{
    color: #b2cb04 !important;  
}
#body-site button{
    color : white;
}
/*
* FOOTER
*/

footer > div#footer-newsletter{
    background-color: #9eb200;
}
footer > div#footer-contact{
    background-color: #b2cb04;
}
div#recrutement{
    background-color: #9eb200;
}
footer > div#footer-menu{
    background-color: #7c8a00;
}
div#recrutement{
    background-color: #9eb200;
}

footer > div#footer-copyright > div.content > div.right > span.arrow{
    background-color: #b2cb04;
}

.border-admin{

    border: 3px dotted #b2cb04;

}
a.bouton{
    background-color: #b2cb04;
}
a.bouton:hover{
    background-color: #9eb200;
}
a.bouton2{
    background-color: #b2cb04;
}
a.bouton2:hover{
    background-color: #9eb200;
}


.background-color-colorOne{
    background-color: #b2cb04 !important;
}
.background-color-colorTwo{
    background-color: #9eb200 !important;
}
.background-color-colorFour{
    background-color: #7c8a00 !important;
}
.background-color-ColorThree{
    background-color: #9eb200 !important;
}


.span-titre{
    color: #9eb200;
}
a.button{
    background-color: #7c8a00 !important;
}

footer > #bandeau_energie{
    color: #9eb200;
}


div.content-page > article table thead{
    background-color: #9eb200 !important;
}


.background-gradient-45deg{
    background: #b2cb04;
    background: -webkit-linear-gradient(top right, #b2cb04, #9eb200);
    background: -moz-linear-gradient(top right, #b2cb04, #9eb200);
    background: linear-gradient(to bottom left, #b2cb04, #9eb200);
    background-position: unset !important;
    background-attachment: inherit !important;
}
.background-gradient-top{
    background: #b2cb04;
    background: -webkit-linear-gradient(top, #b2cb04, #9eb200);
    background: -moz-linear-gradient(top, #b2cb04, #9eb200);
    background: linear-gradient(to bottom, #b2cb04, #9eb200);
    background-position: unset !important;
    background-attachment: inherit !important;
}
.background-gradient-right{
    background: #b2cb04;
    background: -webkit-linear-gradient(right, #b2cb04, #9eb200);
    background: -moz-linear-gradient(right, #b2cb04, #9eb200);
    background: linear-gradient(to left, #b2cb04, #9eb200);
    background-position: unset !important;
    background-attachment: inherit !important;
}
