/* 
    PAGE D'ACCUEIL ET LAYOUT
*/

.slide-title.color{
	/*text-shadow: 2px 2px 8px #333;*/
}

/*agrandissement du logo */
.navbar {
    min-height: 100px;
}
.logo img {
    height: 90px;
}
.navbar-nav {
    margin-top: 26px;
}
/*agrandissement du logo */

/*
* couleur logo
* bleu : #ff7000
* bleu-foncée : #6d0d0f
*/

/* Footer */
.footer-logo {
    margin-bottom: 18px;
    max-width: 350px;
}
/* Footer */

/* 
    PAGE D'ACCUEIL ET LAYOUT
*/

/*agrandissement du logo cf mail du 15/05/2017 11:01*/
.navbar {
    min-height: 100px;
}
.logo img {
    height: 90px;
}
.navbar-nav {
    margin-top: 26px;
}
/*agrandissement du logo cf mail du 15/05/2017 11:01*/

/*header*/
.header {
    background: #fffff !important;
    border: 1px solid #999;
}
.logo{
    color: #6d0d0f;
}
.header-top {
    height: 25px;
    overflow: hidden;
    background: linear-gradient(to right, #f6d01400, #f6d01400) no-repeat top, linear-gradient(to right, #f6d01400,#247f2f,#f6d01400) no-repeat bottom #f6d01400;
    background-size: 100% 1px;
}

/*menu*/
.navbar-nav  li, .navbar-nav  li.active a {
    /*color: #247f2f !important;*/
    text-decoration: none;
    background-color: transparent !important;
}
.navbar-nav > li, .navbar-nav  {
    /*color: #fbc427!important;*/
    text-decoration: none;
    background-color: transparent !important;
}
.dropdown.open > a{
    color: #fbc427!important;
}
.dropdown-menu > li > a:hover {
    color: #247f2f !important;
}
.navbar-nav li.active{
    color: #247f2f !important;
}
.dropdown-menu{
    background: #fff;     
}
.navbar-nav  li  a {
   color: #000 !important;
}

/*slider*/
.tparrows {
    background: #247f2f!important;
}
.tparrows:hover {
    background: #247f2f!important;
}
.bg-color {
    /*background: #2477c3;  */
	background-image: linear-gradient(#36BF46, #247f2f);
}
.slide-title.color{
    color: #32B341!important;
	text-shadow: 2px 2px 2px #333;
}
.call-to-action h3 {
    color: #fff !important;
}
.slide-border:after {
    background: #fbc427!important;
}
.slide-description{
    font-size:30px !important;
    
	text-shadow: 2px 2px 8px #333; 	
}

/*selection realisation*/
.title span {
    color: #247f2f!important;
}
.title{
    color: #000 !important;
}
.title:after {
    background: #fbc427!important;
}
.portfolio-nav li.active, .portfolio-nav li:hover {
    color: #247f2f!important;
    background: #fbc427 !important;
}
.portfolio-nav a {
    color: #247f2f;
}
.portfolio .portfolio-item .portfolio-overley .content h3{
    font-size: 20px !important;
}
.portfolio .portfolio-item .portfolio-overley .content h3 a {
    color: #fbc427!important;
}
.portfolio .portfolio-item .portfolio-overley .content h3 a:hover {
    color: #247f2f !important;/*color: #2477c3 !important;*/
}
.portfolio .portfolio-item .portfolio-overley .content .portfolio-tags {
    color: #fff !important;
}
.portfolio .portfolio-item .portfolio-overley {
    background: rgba(0, 0, 0, 0.81);
}

/* Réalisation liste */
.portfolio .portfolio-item.col-3 {
    padding: 10px;
}
/* Réalisation liste */

/* Réalisation liste */
.portfolio .portfolio-item.col-3 {
    margin: 1%;
    width: 31%;
    border: 5px solid #fff;
	padding: 0;
}
@media screen and (max-width: 752px) {
	.portfolio .portfolio-item.col-3 {
		margin: 1%;
		width: 100%;
		border: 0;
		padding: 0;
	}
	.portfolio .portfolio-item.col-3 .portfolio-overley {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}


/* Réalisation liste */

/*partenaires*/
.feedback-text {
    border-left: 2px solid #6d0d0f !important;
}
/*certifications*/
.client-box li:hover {
    border: 1px solid #6d0d0f !important;
}

/*footer*/
.footer{
    /*background: #222 !important;*/
    background-image: linear-gradient(#5E5E5E, #222);
}
.f-title{
    color: #fff !important;
}
.f-title:after {
    background: #fbc427!important;
}

/*fleche retour haut*/
.back-to-top {
    background: #f1a304 !important;
}
.f-address p i {
    color: #fbc427!important;
}

/*    PAGE ETABLISSEMENT */
.page-head h2 {
    color: #f1a304;
}
.t-pad80 .container .row .col-md-8 h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #f1a304;
}
.content-area .entry-content h3, .entreprise-content h3, .t-pad80 .container .row .col-md-8 h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a7c0c;
}

/*    PAGE METIERS */
.widget_categories ul li a:hover {
    color: #f1a304;
}
.dropdown-menu{
   color: #2477c3 !important;	
}

/*    REALISATIONS */
.pagination .active a {
   background: #000;
   color: #fff;
}
.pagination li a:hover{
   background: #000;
}
.pagination li a{
   color: #000;
}

/*    REALISATION */
.content-area .entry-header h2 {
    border-bottom: 1px solid #ff7000;
    color: #2477c3;
}
.btn-primary {
    background: #247f2f;
}
/*    CONTACT  */

/*
 * MENU PRESTATIONS SUR DEUX COLONNES
 */
 .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
}
 @media only screen and (min-width: 768px) {
	.dropdown {
		position: inherit!important;
	}
	.dropdown-menu {
		left: 0;
		max-height: 80vh;
		column-count: 3;
		width: 100%;
	}
	.dropdown-menu > li {
		font-size: 13px;
		font-family: 'Open Sans', sans-serif;
		border-bottom: 1px solid #555;
		padding: 5px;
	}
	.dropdown-menu>li>a {
		white-space: inherit;
	}
	}
  /*
  * MENU PRESTATIONS SUR DEUX COLONNES
  */