/* =Header
----------------------------------------------- */

.header-top{
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #000;
	position: relative;
	z-index: 1;
}
.header-top-content{
	max-width: 1020px;
	margin: 0 auto;
}
.top-menu{
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	list-style: none;
}
.top-menu {
	margin: 0;
	padding: 0;
}
.top-menu li{
	margin: 0 30px;
	padding: 0;
}
.top-menu li:last-child {
	margin-right: 0;
}
.top-menu a{
	font-size: 14px;
	display: block;
	color: white;
	text-decoration: none;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.site-header {
	position: relative;
}

.page-template-template-retail .site-header,
.page-template-template-retail-1 .site-header,
.single-blogretail .site-header {
	min-height: 200px;
    background-color: #f52b73;
}

.header-center{
	border-bottom: 2px solid black;
	position: relative;
	background-color: white;
}
.header-center-content{
	width: 1020px;
	margin: auto;
	position: relative;
	padding-left: 34px;

	padding-bottom: 16px;
	padding-top: 12px;
}
h1#site-title{
	margin: 0;
	display: inline-block;
}
h1#site-title a {
	display: block;
	margin-bottom: 0;
}
h1#site-title img{
	width: 256px;
	display: block;
}
.header-links{
	position: absolute;
	top: 21px;
	top: 33px;
	right: 0;
}
.header-links > a{
	float: left;
	display: block;
	min-width: 66px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
}
.header-links > a.icon img{
	height: 34px;
	width: auto;
}
.header-links > a.icon span{
	display: block;
	margin-top: 4px;
	font-size: 15px;
	transform: scaleX(0.9);
	font-family:"Proxima Nova W08 Reg";
	color: black;
}
.header-links > a.num4ever img {
	height:  60px;
	margin-right:  20px;
}

.abonnez-vous{
	text-transform: uppercase;
	color: white;
	background-color: #00ace2;
	font-family: 'bree';
	font-weight: bold;
	height: 55px;
	line-height: 55px;;
	font-size: 19px;
	padding: 0 15px;
	margin-right: 30px;
}
.abonnez-vous span{
	line-height: 1.25;
	display: inline-block;
	vertical-align: middle;
}

#current_user{
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 5;

	display: none;
}

/* Recherche
----------------------------------------------------*/
.header-search{
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
	background-color: white;
	position: relative;
	display: none;
}
.header-search form{
	border: 1px solid #d4d4d4;
	width: 298px;
	display: inline-block;
	padding-right: 10px;
}
.home .header-search form{
	top: 25px;
}
.header-search label{
	display: inline-block;
}
.header-search form span{
	display: none;
}
.search-field{
	width: 244px;
	padding: 0;
	border: none;
	padding: 11px 10px 10px 10px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: transparent;
}
input[type="submit"].search-submit{
	vertical-align: middle;
	border: none;
	background-image: url(images/searchform_submit.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999px;
	overflow: hidden;
	width: 20px;
	height: 19px;
	background-color: white;
}

/* Menu
----------------------------------------------------*/

.menu-toggle{
	display: none;
}

.header-nav {
	background-color: transparent;
}

.header-menu{
	width: 1020px;
	margin: auto;
}

.header-menu ul.menu{
	color: #fff;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-family:"Proxima Nova W08 Reg";
	display: flex;
}

.header-menu ul.menu > li {
	border-left: 2px solid #fff;
	text-align: center;
	position: relative;
	font-family:"Proxima Nova W08 Bd";
	font-size: 14px;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	background-color: #00ace2;
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-menu ul.menu > li.mobile {
	display: none;
}

.header-menu ul.menu > li.lnep {
	background-color: #fff32a;
	color: black;
}

.header-menu ul.menu > li.plus-alliancy {
	background-color: #dd005b;
}

.header-menu ul.menu > li.it-metiers {
	background-color: #fff32b;
}

.header-menu ul.menu > li.it-metiers a,
.header-menu ul.menu > li.it-metiers a:hover,
.header-menu ul.menu > li.it-metiers a:focus {
	color: #000;
}

.menu-item-11851{
	border-left: 0 !important;
}

.header-menu ul a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 5px;
	line-height: 14px;
}

.header-menu ul {
	display: none;
	position: absolute;
	top: 0px;
	left: -2px;
	z-index: 200;
	text-align: left;
	width: 210px;
	margin: 0;
	padding: 0;
	background-color: white;
}

.header-menu ul ul.sub-menu {
	top: 52px;
	border: 2px solid #00ace2;
}

.header-menu ul ul.sub-menu li{
	display: block;
	color: #555;
	font-size: 14px;
	font-weight: normal;
}

.header-menu ul ul.sub-menu li a{
	padding: 5px 10px;
}

.header-menu ul ul.sub-menu li:last-child{
	border-bottom: none;
}

.header-menu .lnep {
	flex: 0 1 auto  !important;

}
.header-menu .lnep a {
	padding: 0 10px;
}

.header-nav-id{
	background-image: linear-gradient(to bottom, rgba(230, 230, 230, 1) 25%,
								rgba(230, 230, 230, .9) 66%,
								rgba(230, 230, 230, .8) 100%);
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
	width: 1020px;
	margin: auto;
}
.header-nav-id-content{
	padding: 10px 20px 0 20px;
	height: 160px;
}
.header-id-mesage{
	line-height: 1.27;
	font-size: 15px;
	font-family:"Proxima Nova W08 Reg";
}
.header-id-mesage strong:first-of-type{
	color: #00ace2;
	font-size: 1.1em;
	font-family: 'breeregular';
}
.header-id-mesage strong:not(:first-of-type){
	font-family:"Proxima Nova W08 Reg";
}
.header-nav-id-content .bouton{
	background-color: #00ace2;
	color: white;
	text-decoration: none;
	font-size: 20px;
	display: block;
	padding: 8px 20px;
	position: absolute;
	font-weight: 600;
	right: 60px;
	bottom: 3px;
	transform: translateY(-50%);
	font-family: 'breeregular';
}