/* NOTRE EXPERTISE */
#expertise_intro { padding: 30px }
#expertise_certification_container {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
#certification_container h2 {
	color: white;
	font-weight: 600;
	margin: 5px;
}
#certification_container {
	color: white;
	height: 80%;
	margin-top: 30px;
	padding: 30px;
}
#banner_confiance_img { margin-top: -19px }

@media all and (min-width: 980px) {
	/* NOTRE EXPERTISE */
	#expertise_certification_container {
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		width: 85%;
		margin: auto;
	}
	#banner_confiance_img { margin-top: -40px }
}
	