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

#contact{
	padding: 4em 1em;
}

#contact .contact_coord_bloc{
	text-align: center;
	margin-top: 3em;
}

#contact .contact_coord_bloc svg{
	width: 100%;
	max-width: 50px;
	color: #b76d37;
}

#contact .contact_coord_text{
	margin-top: 1em;
}

#contact .contact_coord_text a{
	text-decoration: none;
	color: #222;
	font-size: 2rem;
}



/*********************/
/*  ATELIERS
/*********************/

#ateliers{
	background-color: #eee;
	padding: 4em 1em;
}

#ateliers .ateliers_coord_bloc{
	text-align: center;
	margin-top: 3em;
}

#ateliers .ateliers_coord_nom{
	text-transform: uppercase;
	font-size: 1.5rem;
	color: #b76d37;
	font-weight: 500;
}

#ateliers .ateliers_coord_adresse{
	font-size: 1.3rem;
	color: #333;
	font-weight: 400;
}

#ateliers .ateliers_coord_horaire{
	font-size: 1.5rem;
	color: #333;
	font-weight: 600;
	margin-top: 0.5em;
}

#ateliers .ateliers_coord_infos{
	font-size: 1.4rem;
	color: #b76d37;
	font-weight: 500;
	font-style: italic;
}

#ateliers .ateliers_coord_map{
	margin-top: 2em;
	padding: 0 2em;
}



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

#footer{
	padding: 0;
}

#footer_top{
	background-color: #222;
	color: #fff;
	padding: 0;
	text-align: center;
	padding: 2em 1em;
}

#footer_top .footer_facebook{
	text-align: center;
	display: inline-block;
}

#footer_top .footer_logo object{
	width: 100%;
	max-width: 300px;
}

#footer_top .footer_texte{
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 0.5em 0;
}

#footer_top .footer_facebook a{
	width: 55px;
	height: 55px;
	border: solid 1px #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.9em 0.3em;
}

#footer_top .footer_facebook a svg{
	fill: #fff;
	width: 15px;
}

#footer_top .footer_facebook a:hover{
	background-color: #fff;
}

#footer_top .footer_facebook a:hover svg{
	fill:  #333;
}

#footer_bottom{
	text-align: center;
	color: #fff;
	padding: 1em;
}

#footer_bottom a{
	color: #fff;
	text-decoration: none;
}

#footer_bottom a:hover{
	color: #333;
}
