/** DESKTOP **/

.content{

}
.pourquoi-content{
	margin-bottom: 40px;

}
.diplome-certification{
	margin-bottom: 40px;

}
.diplome-certification-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-bottom: 80px;
	margin-top: 80px;
}
.logos-ref {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	margin-bottom: 80px;
	margin-top: 80px;
}
	
.logos-ref img {
	margin: 0 30px;
}
.content-txt {
	width: 100%;
	height: auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
.bloc-3 {
	display: grid;
	grid-template-columns: repeat(3, 3fr);
	position: relative;
	grid-gap: 50px;
	margin-top: 30px;
}

.bloc-3 > div {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-content: top;
	justify-content: top;
	height: 100%;
}
.bloc-3 img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.bloc-3 p {

}
.accroche-content {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
	