/* ****************** */
/* COORD
/* ****************** */

#coord{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}

#coord .coord_content{
	padding: 4em 1em;
	position: relative;
	z-index: 1;
}

#coord .coord_titre h1{
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.8rem;
	text-align: center;
	display: inline-block;
	position: relative;
}

#coord .coord_titre h1::after{
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background-color: #ffcd00;
	margin: 10px auto 0;
}

#coord .coord_texte{
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	margin: 0.8em 0;
	display: inline-block;
	text-align: center;
}

#coord .coord_texte svg{
	width: 30px;
	fill: #fff;
	margin: 0 10px;
}

#coord .coord_texte a{
	color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 400;
}

#coord .coord_tel{
	text-align: center;
	margin: 2em 0 0;
}

#coord .coord_tel .coord_texte{
	margin: 0 1em;
}

#coord .coord_email{
	text-align: center;
}

#coord .coord_texte .coord_left{
	margin-right: 1em;
}

#coord .coord_texte .coord_right{
	margin-left: 1em;
}




/* ****************** */
/* CONTACT
/* ****************** */

#contact{
	padding: 3em 2em;
}

#contact .contact_titre{
	text-align: center;
}

#contact .contact_titre h1{
	color: #111;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.8rem;
	text-align: center;
	display: inline-block;
	position: relative;
}

#contact .contact_titre h1::after{
	content: "";
	display: block;
	width: 60px;
	height: 5px;
	background-color: #ffcd00;
	margin: 10px auto 0;
}

#contact .contact_titre h2{
	font-weight: 400;
	font-size: 1.4rem;
}

#contact .contact_texte{
	text-align: center;
	font-size: 1.2rem;
	text-align: center;
}

#contact .contact_tel{
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 4em 0;
}

#contact .contact_tel_content{
	text-align: center;
	display: flex;
	align-items: center;
}

#contact .contact_tel svg{
	width: 30px;
	fill: #f47745;
	margin-right: 0.3em;
}

#contact .contact_tel a{
	text-decoration: none;
	font-size: 2.2rem;
	font-weight: 600;
	color: #f47745;
	margin-left: 0.3em;
}

#contact .contact_form{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 4em;
}

#contact .contact_form .row{
	max-width: 1000px;
}

#contact .contact_form .contact_form_champs{
	padding: 0.5em;
}

#contact .contact_form .contact_form_champs input{
	width: 100%;
	padding: 0.7em;
	border-radius: 5px;
	border: solid 1px #999;
	font-size: 1.1rem;
	background-color: #eee;
}

#contact .contact_form .contact_form_champs input::placeholder{
	color: #666;
	font-family: "Open Sans", sans-serif;
}

#contact .contact_form .contact_form_champs select{
	width: 100%;
	padding: 0.7em;
	border-radius: 5px;
	border: solid 1px #999;
	font-size: 1.1rem;
	background-color: #eee;
	color: #333;
}

#contact .contact_form .contact_form_champs textarea{
	width: 100%;
	padding: 0.7em;
	border-radius: 5px;
	border: solid 1px #999;
	font-size: 1.1rem;
	background-color: #eee;
}

#contact .contact_form .contact_form_champs textarea::placeholder{
	color: #666;
	font-family: "Open Sans", sans-serif;
}

#contact .contact_form .contact_form_btn{
	text-align: center;
	width: 100%;
}

#contact .contact_form .contact_form_btn input{
	color: #000;
	background-color: #ffcd00;
	text-decoration: none;
	padding: 10px 50px;
	border-radius: 5px;
	border: none;
	font-size: 1.2rem;
	margin-top: 1em;
}

#contact .contact_form .contact_form_btn input:hover{
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

#contact .contact_success{
	margin-bottom: 2em;
	font-size: 1.3rem;
	color: #93c01f;
}

#contact .contact_error{
	margin-bottom: 2em;
	font-size: 1.3rem;
	color: #bd1220;
}




/***********************/
/*   BOTTOM
/**********************/

#bottom{
	padding: 3em;
	background-color: #222;
}

#bottom .bottom_logo{
	text-align: center;
	margin-bottom: 2em;
} 

#bottom .bottom_logo object{
	width: 100%;
	max-width: 200px;
}

#bottom .bottom_nav{
	text-align: center;
}

#bottom .bottom_nav ul{
	list-style-type: none;
	padding: 0;
}

#bottom .bottom_nav ul li{
	margin: 1.5em 0 0;
}

#bottom .bottom_nav ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0.5em 2em;
}

#bottom .bottom_nav ul li a:hover{
	background-color: #ffcd00;
	color: #000;
}

@media(min-width: 768px){

	#bottom .bottom_nav ul li{
		display: inline-block;
	}

}



/***********************/
/*   FOOTER
/**********************/

#footer{
	background-color: #ffcd00;
	color: #111;
	text-align: center;
	padding: 1em;
}

#footer a{
	text-decoration: none;
	color: #111;
}

#footer a:hover{
	text-decoration: underline;
}