.temoignage .icone{
	width: 75px;
	height: 75px;
	top : -40px;
	left: 50%;
	margin-left: -32.5px;
	background-color: #f2f2f2;
}
.temoignage{
	padding-top: 40px;
}
.temoignages h2 {
    font-size: 5rem;
    line-height: 5rem;
}
@media(min-width:992px){
	.temoignages h2{
	    margin-bottom: 10rem;
	}
}
@media(min-width:768px){
	.temoignages{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	
}
@media(min-width:768px) and (max-width:992px){
	.temoignages h2{
	    margin-bottom: 10rem;
	}
}
@media(min-width:576px) and (max-width:768px){

	.temoignages h2{
	    margin-bottom: 10rem;
	}
}
@media (max-width:768px){

}