#map iframe {
	border:1px solid #b69540;
}

#page {
	background: none;
	padding: 0;
}

#page a {
	color:#b69540;
}
#page a:hover {
	color:#b69540;
}

h1 {
	margin-bottom: 50px;
}

#map_info {
	background: url('../../img/fond_page.jpg') no-repeat center center;
	background-size: cover;
	margin: 0;
}

#map_info .contenu {
	padding: 35px 15px 70px 15px;
}

#map_info .adresse {
	background-color: rgba(255,255,255,0.7);
}

#bandeau {
	height: 100px;
	background: url('../../img/grape-fond-blanc.jpg') no-repeat center center;
	background-size: cover;
}

#formulaire {
	padding: 40px 0;
	/* background: url('../../img/grape-fond-blanc.jpg') no-repeat center center;
	background-size: cover; */
	margin: 0;
}

#mentions {
	padding: 25px 15px;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {


}

@media screen and (max-width: 991px) {


}

@media screen and (max-width: 767px) {
	iframe {
		height: 350px;
	}

	#map_info .adresse {
		margin-top: 30px;
	}

}

@media screen and (max-width: 575px) {
	iframe {
		height: 280px;
	}
}