/* Les Marges */

.martop {
	margin-top: 20px;
}

.marge-top {
	margin-top: 70px;
}
.lepadtab {
	padding-left: 10px;
}
/* ================================ Carousel ================================ */
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

/* ================================ banière ================================ */

.baniere {
	height: 200px;
	background-image:url(../images/ban-green.png);
	background-size: cover;
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF ;
}

/* ================================ BOX_COULEUR ================================ */

.vert{
	background-color: #008902;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	min-height: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
}
.vert img {
	height: 100px;
}
.verte{
	background-color: #008902;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	min-height: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
}
.contour{
	border: solid 1px #F1F1F1;
	background-color: #F7F7F7;
	margin-bottom: 10px;
}

.marbuton {
	background-color: #008902;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #F2F2F2;
	text-align: center;
	margin-top: 30px;
}

.hausse{
	color: #FF0000;
}

.baisse{
	color: #008902;
}

.rouge{
	background-color:#FF0000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	min-height: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0;
}
.rouge img {
	height: 100px;
}
.leh {
	color: #008902;
	margin-bottom: 10px;
}
.leh h4 {
	color: #008902 !important;
}
/* ================================ article ================================ */
.header-post {
	background-image: url(../images/banner5.jpg);
	background-size: cover;
	height: 300px;
}

.header-post2 {
	/*background-image:url(../images/denrees.jpg);*/
	background-size: cover;
	height: 180px;
}

.titre-post {
	padding-top: 10%;
	color: #FFFFFF;
	float: right
}

/* ================================ le vert ================================ */

.conect {
	background-color: #008902;
	color: #FFFFFF;
}

.conect a {
	color: #fff !important;
}
/* ================================ FOTTER ================================ */

.tank{
	padding-bottom: 15px;
	padding-top: 25px;
}
/* ================================ button ================================ */
.detail-buton {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid rgba(0,137,2,1.00);
	text-align:center;
	width: 100px;
	float: right;
}

.detail-buton:hover {
	background-color:rgba(0,137,2,1.00);
	color: rgba(238,238,238,1.00);
}