.contenu {
	min-height: 500px;
	margin: auto;
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	content-visibility: auto;
	justify-content:center;
	align-items:center;
	background-color: white;
}
.contenu h1 {
	width:100%;
	text-align: center;
	margin:25px 0px 40px 0px;
	padding-left:5%;
	padding-right:5%;
}
.contenu h1 span {
	color:#57bd47;
}
.contenu p {
	padding-left:5%;
	padding-right:5%;
}
.produits {
	margin-top:35px;
	max-width:1200px;
	background-color:white;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom:50px;
}
.produits .box {
	margin-top:35px;
}
.produits img {
	max-height: 274px;
}
.txt {
	width:100%;
	font-size: 0.80em;
	display: block;
/*	background-color:#e7e7e7;*/
	text-align:center;
	min-height: 40px;
	padding: 15px;
	word-wrap:normal;
	white-space:nowrap;
}