
/* GENERAL */
body {
	padding: 0 0 65px 0;
	overflow-x: hidden; 
}
/* HEADER */

header {
	text-align: center;
}

#menu_button { display: block;  }

#menu {
	display: none;
	position: absolute;
	top: 82px;
	width: 90%;
	right: -90%;
	height: 100vh;
	left: auto;
	
	background-color: #FFF;
	border-left: solid 3px #CCC;
	border-bottom: solid 3px #CCC;
	border-radius: 0 0 0 12px;
	
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out; 
}

#menu li{
	display: block;
	border-bottom: dotted 1px #ccc;
}

#menu a {
  width: 90%;
}

#menu .sous_menu{
	display: none;
	width: 100%;
	border-radius: 0;
}

#menu li:hover .sous_menu { display: none;}
#par_secteur:hover #sous_menu_secteur 	{ display: none;}
#par_metier:hover #sous_menu_metier		{ display: none;}

#menu .sous_menu a{
	color: #fff;
}


#search_and_lang {
	display: none;
}

#main_logo {
	position: relative;
	top: 5px; left: 0; right:0; bottom:0;
	margin-right: 80px;
}

/* FOOTER */

footer {
	height: 65px;
}

#footer_table {
	border: none;	
}

#footer_table >li{
	display: block;
	height: auto;
	border: none;	
	width: 100%;
	padding: 10px 0;
}

#footer_table .last_li{
	display: none;
}

#footer_table .first_li{
	display: none;
}

#social_logos {
	margin: 0;
}

