h1, h2, h3, h4, h5, h6{
	font-family:'Athelas';
}

/************************** 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;
}
/************************** SECTION 1 **************************/
	#section1{
		position: relative;
		width: 100%;
		height: 500px;
		background: #403b37;
		border-top: 30px solid #403B37;
		overflow: hidden;
	}
	#bg-presentation{
		width: 100%;
		height: auto;
		background-size: cover;
		margin-top: -250px;
	}
	#slogan{
		position: absolute;
		z-index: 10;
		color: white;
		bottom:20%;right: 10%;
	}
	#subsection1{
		width: 100%;
		height: auto;
		background: #403b37;
		color: #c9c2b2;
		text-align: center;
		padding: 30px 60px;
		border-top: 5px solid #ffffff;
	}
	.overlay{
		position: absolute;
		top:0%;
		left:0;
		right:0;
		bottom:0;
		background: rgba(0, 0, 0, 0.3);
	}

/************************** SECTION 2 **************************/
	#section2{
		position: relative;
		width: 100%;
		height: auto;
		background: #c9c2b2;
		color: #403b37;
		border-top: 5px solid #ffffff;
	}
	#section2 .left-h2{
		position: absolute;
		display: block;
		z-index: 1;
		top: 5%;
		left:10%;
		bottom:0;
		color: #b3a79b;
		font-size: 7em;
	}
	#section2 p {
		position: relative;
		display: block;
		z-index: 2;
		padding: 30px 200px;
		padding-top: 60px;
		padding-left: 30%;
		margin: 0;
	}

/************************** SECTION 3 **************************/
	#section3{
		position: relative;
		width: 100%;
		height: auto;
		background: #403b37;
		color: #c9c2b2;
		margin: 0;padding: 0;
		border-top: 5px solid #ffffff;
	}
	#section3 .right-h2{
		position: absolute;
		display: block;
		z-index: 1;
		top: 5%;
		right:10%;
		bottom:0;
		color: #b3a79b;
		font-size: 7em;
	}
	#section3 p {
		position: relative;
		display: block;
		z-index: 2;
		padding: 30px 200px;
		padding-top: 60px;
		padding-right: 30%;
		margin: 0;
	}

/************************** SECTION 4 **************************/
	#section4{
		position: relative;
		width: 100%;
		height: auto;
		background: #c9c2b2;
		color: #403b37;
		border-top: 5px solid #ffffff;
	}
	#section4 .left-h2{
		position: absolute;
		display: block;
		z-index: 1;
		top: 5%;
		left:10%;
		bottom:0;
		color: #b3a79b;
		font-size: 7em;
	}
	#section4 p {
		position: relative;
		display: block;
		z-index: 2;
		padding: 30px 200px;
		padding-top: 60px;
		padding-left: 30%;
		margin: 0;
	}

/************************** SECTION 5 **************************/
	#section5{
		position: relative;
		width: 100%;
		height: auto;
		background: #403b37;
		color: #c9c2b2;
		margin: 0;padding: 0;
		border-top: 5px solid #ffffff;
	}
	#section5 .right-h2{
		position: absolute;
		display: block;
		z-index: 1;
		top: 5%;
		right:10%;
		bottom:0;
		color: #b3a79b;
		font-size: 7em;
	}
	#section5 p {
		position: relative;
		display: block;
		z-index: 2;
		padding: 30px 200px;
		padding-top: 60px;
		padding-right: 30%;
		margin: 0;
	}

/************************** SECTION 6 **************************/
	#section6{
		position: relative;
		width: 100%;
		height: auto;
		background: #c9c2b2;
		color: #403b37;
		border-top: 5px solid #ffffff;
	}
	#section6 .left-h2{
		position: absolute;
		display: block;
		z-index: 1;
		top: 5%;
		left:10%;
		bottom:0;
		color: #b3a79b;
		font-size: 7em;
	}
	#section6 p {
		position: relative;
		display: block;
		z-index: 2;
		padding: 30px 200px;
		padding-top: 60px;
		padding-left: 30%;
		margin: 0;
	}



/************************ SECTION 5 - NOUS TROUVER *************************** */
.section7 .title{
	text-align: center;
	padding: 25px 0px;
	border-bottom: 5px solid #FFFFFF;
	background: #413b38;
	margin-bottom: 0px!important;
}
#postal-container{
	background: #cec2b2;
	width: 100%;
	height: auto;
	padding: 50px;
}
/*#postal-bg{
	background: url('http://buhard-antiquites.com/wp-content/themes/buhard-antiquites/img/postcard.png')no-repeat;
}*/
#postal-bg h3{
	text-align: center;
	margin-top: 30px;
	color: #413B38;
}

