#map iframe {
	border : 1px solid #B7111E;
	width  : 100%;
}

#page {

	padding    : 45px 0;
}
#page section{
	margin : 0;
}
#page a{
	font-weight : bold;
	color : #CCCC;
}

#page h2{
	text-transform : uppercase;
	font-family : "Montserrat", sans-serif;
	font-size : 20pt;
}
#page h2.contact-title{
	font-size: inherit;
	padding-bottom: 0;
	text-transform : none;
	font-family: "Manrope", sans-serif;
}


#page h2:before{
	display : none;
}

#page a:hover {
	color : #B7111E;
}

h1 {
	margin-bottom : 50px;
}
#map_info .adresse {
	background-color : rgba(255, 255, 255, 0.7);
}

#formulaire{
	height : 100%;
	display : flex;
	align-items: flex-start;
}
#formulaire .fond_noir{
	padding : 25px;
}
#formulaire form{
	margin : 0;
}

/* --------------------------------------------------------------- */
/*
/* CGV, MENTIONS LEGALES
/*
/* --------------------------------------------------------------- */

#mentions,
#cgv {
	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;
	}
	.captcha-container{
		width : 0px;
	}
	.g-recaptcha{
		transform: scale(0.8);
	}
}