#zoneCompteurs{
	min-height:100px;
	width:100%;
	background-color:#1869a7;
	padding-top:30px;
	padding-bottom:30px;
}

#zoneCompteurs_content{
	width: 972px;
	min-height: 100px;
	margin:auto;
	color:#FFFFFF;
}

p.zoneCompteurs_titre{
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 30px;
}

.zoneCompteurs_zoneElements{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.zoneCompteurs_element{
	text-align:center;
	width:240px;
}

.zoneCompteurs_element > img{
	width:70px;
	margin-bottom: 2px;
}

.zoneCompteurs_element > p:nth-of-type(1){
	font-weight:bold;
	font-size:32px;
	display: block !important;
}

.zoneCompteurs_element > p:nth-of-type(2){
	font-weight:bold;
	font-size:22px;
}

.zoneCompteurs_element > p:nth-of-type(3){
	font-size:14px;
}