/************************** Sous header **************************/
	.title-container{
		width: 100%;
		height: 100px;
		background: #cec2b2;
		padding-left: 60px;
		padding-top: 20px;
	}
	.title-container h1{
		color: #423c38;
	}
/************************** 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;
}
/************************** Container **************************/
	#main{
		background: black;
		width: 100%;
		min-height: 100vh;
		height: 100%;
		margin: 0;
		padding: 60px;
		border-top: 30px solid #403b37;
	}
	#main .col-md-4{
		height: 250px;
	}
/************************** Card **************************/
	.card{
		width: 100%;
		height: 220px;
		border:0px;
		border-radius: 0px;
	}
	.card img{
		width: 100%;
		height: 100%;
		background-size: cover;
	}
	.card-content{
		position: absolute;
		top:0;
		left:0;right: 0;
		bottom: 0;
		overflow: hidden;
	}
	.card-content .card-title{
		height: 60px;
		color: #FFFFFF;
		text-align: center;
		padding: 10px 0px;
		margin: 0;
		border-top: 5px solid #d4af37;
		background: rgba(0, 0, 0, 0.7);
		transform: translateY(-60px);
		transition: 0.5s;
		transition-delay: 0.1s;
	}
	.card-content p{
		color: white;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 0px;
		margin: 0;
		padding: 20px;
		transform: translateY(160px);
		transition: 0.4s;
		overflow: hidden;	
	}
	.card-content:hover .card-title{
		transform: translateY(0px);
		transition: 0.5s;
	} 
	.card-content:hover p{
		height :160px;
		transform: translateY(0px);
		transition: 0.4s;
		transition-delay: 0.1s;
	}

/************************** Formulaire de recherche **************************/
	.arrow{
		font-size: 1.5em;
		color: #f9d646;
		padding: 0px 10px;"
	}
	#categorieSelect{
		background: transparent;
		border:0px;
		color: #ffffff;
		font-size: 1.2em;
		font-style: italic;
		width: auto;
	}
	#type{
		padding-top: 30px;
	}
	.type-title, .categorie-title{
		color: white;
		border-bottom:5px solid #f9d646;
		margin-bottom: 20px;
	}
	.type-content{
		font-size: 1.2em;
		color: white;
		margin: 0;
	}


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

