/* =Header
-------------------------------------------------------------- */

.site-header {
	position: relative;
	margin: 0 auto 0 auto;
	padding-bottom: 36px;

}
.header-content{
	padding: 30px 0px 0 0px;
}

.header-logo{
	margin-bottom: 20px;
	text-align: center;
}
.header-logo a{
	display: inline-block;
	position: relative;
}

.header-logo img{
	position: relative;
	_z-index: 1;
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
	image-rendering: auto; /* mode par défaut ("flou") */
}


/* social */
.header-social{
	position: absolute;
	right: 42px;
	top: 37px;
}
.fixed .header-social{
	display: none;
}
.social-icons a{
	display: inline-block;
}
.social-icons img{
	width: 32px;
	margin: 0 0 0 4px;
}
.social-icons a:first-of-type img{
  margin-left: 0;
}

.menu-wrapper {

   position: relative;
   font-weight: 900;

}
ul.nav-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;

	display: flex;

	font-size: 19px;
}

ul.nav-menu > li{
	flex: 1 1 auto;
	color: #111;
	text-align: center;
}


ul.nav-menu > li:hover > a,
ul.nav-menu > li.current-menu-item > a,
ul.nav-menu ul li:hover > a,
ul.nav-menu ul li.current-menu-item > a
{
	color: #ff4a00;
}

ul.nav-menu li a{
	display: inline-block;
	color: inherit;
	text-decoration: none;
	position: relative;
	line-height: 32px;
	height: 32px;
}
ul.nav-menu > li a span{
	color: #ff4a00;
}

ul.nav-menu > li.menu-item-has-children:hover > a:after{
	content: '';
	display: block;
	background-color: #ff4a00;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
.sub-menu-wrap{
  display: none;
}

.nav-menu-submenu{ /* detached container of sub-menus' duplicated html */
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	padding-bottom: 20px; /* marge de manoeuvre pour éviter de perdre le focus */
}
.nav-menu-submenu li .sub-menu-wrap{
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 100%;
	padding-bottom: 6px;
	z-index: 1;
}
.nav-menu-submenu .sub-menu{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;

	background-color: white;
	text-align: center;
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	text-transform: none;

	font-size: 16px;
}
.nav-menu-submenu .sub-menu li{
	display: inline-block;
	padding: 0 8px;
}
.nav-menu-submenu .sub-menu li a{
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	font-weight: bold;
}


/* fixed */
.header-sticky-height{
	display: none;
}
.site-header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: white;
	box-shadow: 0 2px 2px rgba(0,0,0, 0.2);
	padding-bottom: 6px;
	display: none;
}
.admin-bar .site-header.fixed{
	top: 32px;
}


.site-header.fixed .header-content{
	padding: 9px 0 0 0;
}

.fixed .header-logo{
	position: absolute;
}
.fixed .header-logo img{
	width: 107px;
}


.fixed .menu-wrapper{
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	padding: 0 50px 0 150px;
}
.fixed ul.nav-menu{
	font-size: 18px;
}

.fixed .menu-wrapper-submenu{
	position: fixed;
	top: 41px;
	width: auto;
	left: 0;
	right: 0;
}
.admin-bar .fixed .menu-wrapper-submenu{
	top: 73px;
}




/* Derniere minute
--------------------------------------------------------------- */
.home .derniere_minute{
	background-color: #ff4a00;
	color: white;
	font-weight: 500;

	line-height: 35px;
	font-size: 16px;

	letter-spacing: 0.5px;
	position: relative;
	margin-bottom: 15px;
}
.derniere_minute,
.derniere_minute .bg,
.derniere_minute .bg .lib,
.derniere_minute .breve{
	height: 36px;
}

.home .derniere_minute a{
	color: white;
	text-decoration: none;
}

.home .bg{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.home .derniere_minute .bg div{
	float: left;
	position: relative;
}
.home .derniere_minute .bg .lib{
	text-transform: uppercase;
	background-color: #ff4a00;
	padding-left: 10px;
	padding-right: 20px;
	font-weight: bold;
}
.home .derniere_minute .bg div.sep1{
	border-left: 2px solid #fff;
	height: 62px;
	transform:rotate(22deg);
	-webkit-transform:rotate(22deg); /* Opera, Chrome, and Safari */
	padding: 0;
	margin-top: -10px;
	width: 72px;

	margin-left: -10px;
	background-color: #ff4a00;
}
.home .derniere_minute .bg div.sep2{
	border-left: 2px solid #fff;
	height: 62px;
	transform:rotate(22deg);
	-webkit-transform:rotate(22deg); /* Opera, Chrome, and Safari */
	padding: 0;
	margin-top: -10px;
	width: 15px;

	margin-left: -10px;
	background-color: #ff4a00;
}

.home .derniere_minute .breve{
	position: relative;
	margin-left: 100px;
	line-height: 35px;
	overflow: hidden;
}
.home .derniere_minute .div1{
	position: absolute;
	top: 0px;
	left: 0px;
}
.home .derniere_minute .div2{
	position: absolute;
	top: -36px;
	left: 0px;
}
.home .derniere_minute .breve .titre{
	margin-left: 20px;

}


a.annonce{
	text-shadow: 0 0 2px #000;
	text-align: center;
	font-size: 21px;
	color: white;
	padding: 3px 0 10px;
	font-weight: 500;
	display: block;
	text-decoration: none;
}


.header-banniere{
	text-align: center;
	padding: 0;
	margin-top: -27px;
	margin-bottom: 20px;
}
.header-banniere a{
	display: block;
	margin: 0;
}