/* UTF-8 à jamais */
div.contact{
	background-color:#fff;
}
#contact_contenu{
	margin:0 auto;
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;
	-webkit-flex-flow:row nowrap;flex-flow:row nowrap;
}
div#bloc_formulaire,
div#bloc_coordonnees{
	-webkit-box-flex:1;-webkit-flex:1;flex:1;
}
div#bloc_coordonnees{
	padding-left:70px;
}
div#bloc_coordonnees p{
	color:#1e1e1e;
	font-size:1.14em;
	line-height:28px;
	margin:50px 0 35px 0;
}
div#bloc_coordonnees span{
	font-family:'Poppins',sans-serif;
	font-weight:600;
	color:#1e1e1e;
	font-size:1.71em;
	line-height:1em;
	display:block;
	padding-bottom:15px;
	margin-bottom:20px;
	position:relative;
}
div#bloc_coordonnees span svg{
	position:absolute;
	bottom:0;
	left:0;
}
#formulaire_contact_form{
	margin-top:40px;
}
#formulaire_contact_form label{
	float:left;
	clear:left;
	color:#1e1e1e;
	font-size:1.07em;
	height:35px;
	line-height:35px;
}
#formulaire_contact_form input.text{
	float:left;
	clear:left;
	width:417px;
	height:35px;
	line-height:35px;
	color:#1e1e1e;
	padding:0 5px;
	border:0;
	background-color:#f1f1f1;
}
#formulaire_contact_form textarea{
	float:left;
	clear:left;
	padding:5px;
	border:0;
	background-color:#f1f1f1;
	width:417px;
	height:151px;
	color:#1e1e1e;
}
#formulaire_contact_form input.submit{
	float:left;
	clear:left;
	border:0;
	width:163px;
	height:43px;
	margin-top:25px;
	border:1px solid #;
	border-radius:4px;
	color:#;
	font-family:'Poppins',sans-serif;
	font-weight:400;
	font-size:1.07em;
	background:none;
	margin-bottom:15px;
}
#situation_geographique{
	margin-top:40px;
	background:url('deco/contact-carte.png') center right no-repeat #272727;
	background-size:auto cover;
	height:598px;
}
#situation_geographique div{
	width:calc(100% - 782px);
	height:598px;
	background:url('deco/carte-coordonnees.png') top center no-repeat;
}