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

#footer .footer_top{
	background-color: #111;
	padding: 2em 0;
}

#footer .footer_top_left{
	text-align: center;
	padding: 1em 2em;
	font-size: 1.2rem;
}

#footer .footer_top_left img{
	width: 100%;
	max-width: 180px;
}

#footer .footer_top_texte{
	color: #fff;
}

#footer .footer_top_middle{
	color: #fff;
	text-align: center;
	padding: 1em 2em;
	display: flex;
	justify-content: center;
}

#footer .footer_top_middle_titre{
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1.5em;
}

#footer .footer_top_tel{
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

#footer .footer_top_middle a{
	color: #fff;
	text-decoration: none;
}

#footer .footer_top_middle a:hover{
	color: #ED6B33;
}

#footer .footer_top_tel svg{
	width: 30px;
	margin-right: 0.5em;
}

#footer .footer_top_email{
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

#footer .footer_top_email svg{
	width: 30px;
	margin-right: 0.5em;
}

#footer .footer_top_adresse{
	text-align: left;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

#footer .footer_top_adresse svg{
	width: 30px;
	margin-right: 0.5em;
}

#footer .footer_top_reseaux{
	text-align: center;
}

#footer .footer_top_reseaux a{
	margin: 0 1em;
}

#footer .footer_top_reseaux a svg{
	width: 50px;
}

#footer .footer_top_reseaux a:hover .st0{
	fill: #F7E2B7;
}

#footer .footer_top_reseaux a:hover .st1{
	fill: #111;
}

#footer .footer_top_insta{
	text-align: center;
	padding: 0 4em;
}

#footer .footer_top_insta a{
	text-decoration: none;
}

#footer .footer_top_insta a svg{
	fill: #ED6B33;
	width: 200px;
}

#footer .footer_top_insta a svg .reseaux_svg_texte{
	fill: #fff;
}

#footer .footer_top_insta a:hover svg{
	fill: #F7E2B7;
	width: 200px;
}

#footer .footer_top_insta a:hover svg .reseaux_svg_texte{
	fill: #111;
}

#footer .footer_album{
	margin-top: 2em;
}

#footer .footer_album_photo{
	padding: 0.2em;
}

#footer .footer_album img{
	width: 100%;
	border: solid 2px #fff;
}

#footer .footer_album_photo{
	
}

@media(min-width: 1200px){

	#footer .footer_top_middle{
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
	}

}

@media(min-width: 992px){

	#footer .footer_top_middle{
		border-right: solid 1px #fff;
	}

}

@media(max-width: 992px){

	#footer .footer_top_middle{
		border-top: solid 1px #fff;
		padding-top: 2em;
	}

	#footer .footer_top_right{
		margin-top: 1em;
		border-top: solid 1px #fff;
		padding-top: 2em;
	}

}




/* FOOTER BOTTOM
/* ****************** */

#footer_bottom{
	text-align: center;
	padding: 1em;
	background-color: #ED6B33;
	color: #fff;
	font-size: 1.1rem;
}

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

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










