/************************** Sous header **************************/
	.title-container{
		width: 100%;
		height: 100px;
		background: #cec2b2;
		padding-left: 60px;
		padding-top: 20px;
	}
	.title-container h1{
		color: #423c38;
		text-align: center;
	}
/************************** IMAGE AVANT ET APRES TITRE DE SECTION **************************/
.before-img{
	width: 50px;
	height: auto;
	background-size: cover;
	margin-right: 50px;
}
.after-img{
	width: 50px;
	height: auto;
	background-size: cover;
	margin-left: 50px;
}