body {
	background-image: -webkit-linear-gradient(top, #516b6a 30%, rgba(81, 107, 106, 0) 100%);
	background-image: linear-gradient(to bottom, #516b6a  0%, rgba(81, 107, 106, 0) 100%);
	background-repeat: repeat-x;
	
}

.site-header{
	padding:20px;
	width:100%;	
	position:relative;
	z-index:4;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#FFFFFF;
	box-shadow:0 1px 0 rgba(0,0,0,.05);
}

/***BAR DES MENU **/
.navbar{
	background:rgba(16,183,153, 0.9);
	margin-bottom:0;
	min-height:inherit;
	position:relative;
	z-index:3;
	-webkit-border-radius:0;
	border-radius:0;
	height:52px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	color:#fff;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	
	border-top:1px #fff solid;
}

.main-navigation > ul > li > a{
	display:block;
	color:#fff;
	line-height:52px;
}

.main-navigation > ul > li:last-child{
	margin-right:0;
}
.main-navigation > ul > li:last-child a{
}
.main-navigation > ul > li > a > i{
	color:#fff;
}
.sticky-header .main-navigation > ul > li > a > i{
	color:#fff;
}

@media only screen and (max-width: 992px) {
	.main-navigation > ul > li > a{
		display:block;
		color:#222;
		line-height:52px;
	}
}

/***********BANNEIRE DU SITE**********************/
.hero-slider{
	box-sizing:border-box;
	position:relative;
	z-index:1;
	width:100%;
	
}

.hero-slider.flexslider ul.slides li{
	width:100%;
	overflow:hidden;
	position:static;
	background-attachment:scroll!important
}

.clas-welcom {
	background-color:#FFF; 
	padding:20px 20px 40px 20px; 
	margin-top:-40px;
}


.listing-header{
	border-bottom:1px solid #0f7722;
	padding-bottom:10px;
}


.galeryPhoto img{
	display:block;
	width:285px;
	height:230px;
}

/**********************************/
.site-footer{
	background:#10b799;
	color:#999;
}


.footer_widget.widget a{
	color:#fff;
}

.site-footer-bottom{
	background:#516b6a;
	padding:20px 0 0px;
	border-top:1px solid rgba(255,255,255);
	font-size:12px;
	color:#FFF;
}


/*****************HEADER PRESENTATION**********************/
.page-header{
	margin:0;
	padding:0;
	border:0;
	min-height:200px;
	top:0px;
	position:relative;
	margin-bottom:0px;
	background-color:#ccc;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align:justify;
  color:#666;
}