/******************
 *
 *
 *
 *	header
 *
 *
 *
 ********************/
#header {
	border-top: 5px solid #F3974A;
	margin: auto;
	position: relative;
	z-index: 3;
	width: 940px;
	max-width: 100%;
}
#header-print {
	display: none;
}
/******************
 *	LOGO
 ********************/
#header .main-title {
	width: 175px;
	height: 156px;
	position: absolute;
	top: -5px;
	left: 10px;
}
#header .main-title a, #header .main-title span {
	background: transparent url(../img/visu/logo.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#header .main-title a span {
	opacity: 0;
	background-position: 0 bottom;
}
#header .main-title a:hover span {
	opacity: 1;
}
/******************
 *	NAV
 ********************/
#header nav {
	float: left;
	width: 750px;
	height: auto;
	margin: 25px 0 25px 175px;
}
#header nav li {
	display: block;
	float: left;
	height: 40px;
	margin: 0 0 0 10px;
	position: relative;
}
#header nav li:first-child {
	display: block;
	float: left;
	margin: 0;
}
#header nav li a {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 10px 10px;
	border-radius: 5px;
	font-family: Caudex, Georgia, serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	color: #59494F;
}
#header nav li.current-menu-item a, #header nav li.current-menu-item a:hover,
#header nav li.current-menu-ancestor a, #header nav li.current-menu-ancestor a:hover {
	background-color: #F2964A;
	color: #FFFFFF;
}
#header nav li.hover a {
	padding-bottom: 20px;
	border-radius: 5px 5px 0 0;
}
#header nav li.hover .sub-menu a {
	padding-bottom: 10px;
}
#header nav .sub-menu {
	position: absolute;
	top: -1px;
	left: 0;
	width: 300px;
	overflow: hidden;
	display: none;
}
#header nav .sub-menu li {
	float: none;
	margin: 0;
	padding: 0;
	text-indent: -15px;
	height: auto;
}
#header nav .sub-menu li a {
	display: block;
	border-radius: 0;
	font-weight: normal;
	padding: 5px 20px;
}
#header nav .sub-menu li a:before {
	content: "\203A";
	padding: 0 5px;
}
#header nav li:hover > a {
	color: #E47315;
}
#header nav .sub-menu li:first-child a {
	border-radius: 0 5px 0 0;
}
#header nav .sub-menu li:last-child a {
	border-radius: 0 0 5px 5px;
	padding-bottom: 20px;
}
#header nav .sub-menu li a:hover {
	color: #E47315;
}


/*///////////////////////////////////////
//
//
// SWITCH MOBILE MENU
//
//
///////////////////////////////////////*/
#switch-mobile-menu {
	background-color: transparent;
	cursor: pointer;
	display: none;
	pointer-events: auto;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 1000;
	width: 25px;
	height: 20px;
}
#switch-mobile-menu .part {
	background: #000000;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 4px;
}
#switch-mobile-menu .part-1 {
	top: 0;
}
#switch-mobile-menu .part-2 {
	top: 8px;
}
#switch-mobile-menu .part-3 {
	top: 16px;
}

#switch-mobile-menu:hover .icon {
	fill: #E47315;
}
#menu-navigation-principale:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}


#wpadminbar {
	position: fixed ! important;
	top: auto;
	bottom: 0;
}
#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
	bottom: 32px;
}
body.admin-bar {
	padding-bottom: 32px;
}
@media screen and (max-width: 782px) {
	#wpadminbar .menupop .ab-sub-wrapper,
	#wpadminbar .shortlink-input {
		bottom: 46px;
	}
	body.admin-bar {
		padding-bottom: 46px;
	}
}