/**************
 DO NOT EDIT
**************/

/* Footer 1 */

#footer.footer1 .footer_cell1
{
	float:left;
	width:30%;
	text-align:center;
}

#footer.footer1 .footer_cell2
{
	float:left;
	width:23.33%;
	text-align:center;
}

#footer.footer1 .footer_cell2 #footer_menu
{
	display:inline-block;	
}

#footer.footer1 .footer_cell3
{
	float:left;
	width:23.33%;
	text-align:center;
}

#footer.footer1 .footer_cell3 #footer_menu
{
	display:inline-block;	
}

#footer.footer1 .footer_cell4
{
	float:left;
	width:23.33%;
	text-align:right;
}

#footer.footer1 .social_ico_circle
{
	border-radius:0 !important;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	position:relative;
}

#footer.footer1 #footer_menu
{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}

#footer.footer1 #footer_menu > li
{
	display:block;
	vertical-align:top;
	margin:0;
	font-weight:400;
	//text-transform:uppercase;
	text-align:left;
	margin-bottom:10px;
}
#footer.footer1 #footer_menu > li.type_accueil
{
	display:none;
}

#footer.footer1 #footer_menu > li > ul
{
	list-style:none;
	margin:0;
	padding:0;
	font-weight:400;
	margin-top:10px;
}

#footer.footer1 #footer_menu > li > ul > li
{
	margin-left:5px;
}

#footer.footer1 #footer_menu > li > ul > li:before
{
	font-family:'FontAwesome';
	content:"\f111";
	vertical-align:middle;
	margin-right:5px;
}

#footer.footer1 .footer_social > li
{
	padding:0px 5px;
}

#footer.footer1 .footer_social > li:last-child
{
	padding-right:0;
}
#footer.footer1 .footer_social > li:first-child
{
	padding-left:0;
}

#footer.footer1 .footer_info
{
	padding:0;
	margin:0;
}

#footer.footer1 .footer_info > div
{
	padding-bottom:10px;
}

#footer_content
{
	width:100%;
	max-width:1200px;
	margin:auto;
	clear:both;
	display:table;
	margin-bottom:50px;
}

#footer
{
	width:100%;
	padding-top:50px;
	font-weight:400;
}

/* Fin Footer 1 */


@media (max-width:768px)
{

	
	
	#footer.footer1 .footer_cell1,
	#footer.footer1 .footer_cell2,
	#footer.footer1 .footer_cell3,
	#footer.footer1 .footer_cell4
	{
		width:50%;
		text-align:center;
	}
	
	#footer.footer1 .footer_cell3
	{
		clear:both;
	}
	
	#footer.footer1 .footer_cell3,
	#footer.footer1 .footer_cell4
	{
		margin-top:30px;	
	}
}

@media screen and (max-width: 656px) 
{
	#footer.footer1 .footer_cell1,
	#footer.footer1 .footer_cell2,
	#footer.footer1 .footer_cell3,
	#footer.footer1 .footer_cell4
	{
		width:100%;
		text-align:center;
	}
}