/* #Page Styles
================================================== */

.pageEntete {
	background:url(../img/entetes/entete_iforet.jpg) top center #2e8804 no-repeat;
	min-height:370px;
	margin-bottom:0;
}
.pageEntete h1.titrePage {
	margin:40px 0;
}


.sEquipement {
	padding:40px 0;
	background-color:#565656;
	color:#fff;
}
.sEquipement h2 {
	color:#fff;
	margin:0 0 40px 0;
	text-align:center;
	font-size:2.285714285714286em; /* 32/14 */
	line-height:1.2;
	font-weight:400;
}



.lesEquipements {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	
	list-style:none;
	padding:0;
	margin:0 auto;
}
.lesEquipements li {
	margin:0 0 0 0;
	width:25%;
	text-align:center;
}

.lesEquipements .icone {
	display:block;
	border-radius:50%;
	margin:0 auto 10px auto;
	background-color:#cecece;
	transition:background-color ease 0.2s;
}
.lesEquipements li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	font-size:16px;
}
.lesEquipements li a:hover,
.lesEquipements li a:focus {
	text-decoration:underline;
	outline:0;
}
.lesEquipements a:hover .icone,
.lesEquipements a:focus .icone {
	background-color:#fff;
}


.sPartenaires {
	padding:45px 0 0 0;
}


.lesPartenaires {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	
	list-style:none;
	padding:30px 0 0 0;
	margin:0 0 20px 0;
}
.lesPartenaires li {
	margin:0 0 45px 0;
	/*width:33.33333333%;*/
	width:25%;
	text-align:center;
}

.lesPartenaires li img,
.lesPartenaires li img {
	max-width:100%;
}


@media only screen and (max-width: 1079px) {
	.pageEntete {
		background-image:url(../img/entetes/entete_iforet_medium.jpg);
	}
}

@media only screen and (max-width: 767px) {
	.pageEntete {
		min-height:1px;
	}
	.lesPartenaires li {
		width:50%;
	}
	
	.lesEquipements {
		max-width:580px;
	}
	.lesEquipements li {
		width:50%;
		margin-bottom:15px;
	}
}


@media only screen and (max-width: 599px) {
	.pageEntete .titrePage img {
		max-width:250px;
	}
	
	.lesPartenaires li {
		width:100%;
	}
}

@media only screen and (max-width: 479px) {
	.lesEquipements li {
		width:100%;
	}
	.lesEquipements li:last-child {
		margin-bottom:0;
	}
}


@media only screen and (min-width: 1670px) {
	
}