.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
/*====================
    Header start
======================*/
header{
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 30px 0 0 0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  color: #000;
  transition: all 0.4s ease;
  z-index: 100;
}

header.sticky {
  font-size: 24px;
  height: 48px;
  background: #f4f1ed;
  text-align: left;
  padding: 0;
  position: fixed !important;
}

header#sticky { height:50px;}
header.desktop.sticky #first-languages a { color:#000 !important;}
header.desktop.sticky #first-languages a:hover { color:#999 !important;}
header.desktop #first-languages { margin-top:-8px;}
.header_wrap{
	position: relative;
}
.header_top{
	position: relative;
	padding: 0 0px;
	margin: 0 0 20px 0;
}
header #logo_small{
	display: none;
	transition: none;
}
.header_top .header_left{
	position: absolute;
	left: 0;
	top: 17px;
}
.header_top .header_right{
	position: absolute;
	right: 0;
	top: 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
}
.header_top .header_right a, header.sticky .header_top .header_right a{
	color: #fff;
	display: inline-block;
	margin-left: 20px;
	float: left;
}
.header_top .header_right img{
	vertical-align: middle;
	margin-right: 10px;
}
.header_top .header_right a:first-child img{
	margin: 0;
}
.header_top .newListSelected{
	background: none;
	color: #fff;
	float: left;
	margin-right: 40px;
}
.header_top .SSContainerDivWrapper{
	top: 21px !important;
}
.header_top ul.newList{
	background: none;
	border: 0;
}
.header_top ul.newList li{
	border: 0 !important;
}
.header_top ul.newList a, header.sticky .header_top ul.newList a{
	color: #fff !important;
	line-height: 21px;
}
.header_top .newListHover{
	background: none;
}
.header_top .selectedTxt, header.sticky .header_top .selectedTxt{
	color: #fff;
	background: url(../img/white_select_arrow.png) no-repeat right center;
	min-width: 20px;
}
header nav{
	max-width: 1020px;
	margin: 0 auto;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 200;
	line-height: 21px;
}
header nav ul{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
header nav ul li{
	display: table-cell;
	width: 15%;
	text-align: center;
	padding: 12px 10px 15px;
}

#index header nav ul li a:visited {
	color: #fff;
}

#index header.sticky nav ul li a:visited,
header.sticky nav ul li a, 
header.sticky nav ul li a:link, 
header.sticky nav ul li a:visited {
	color: #000;
}
header nav ul li a:hover, header nav ul li a.active, header.sticky nav ul li a:hover, header.sticky nav ul li a.active {
	color: #999 !important;
}
#index header nav ul li a:link {
	color:#fff;
}
#index header.sticky nav ul li a:link, #index header.sticky nav ul li a:visited {
	color:#000
}


#index header nav ul li .sub_menu a:visited, 
#index header nav ul li .sub_menu a:link,
#header.sticky nav ul li .sub_menu a {
	color:#454545;
}

header nav .sub_menu, header.sticky nav .sub_menu{
	position: absolute;
	background: #f4f1ed;
	left: 0;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #bab9b9;
	border-top: 2px solid #f4f1ed;
	text-align: left;
	display: none;
	z-index:999;
}
header nav .sub_menu {
	padding:30px 0;
}
header nav .sub_menu a, header.sticky nav .sub_menu a{
	color: #454545;
}
header nav .sub_menu .sub_menu_wrap{
	max-width: 910px;
	margin: 0 auto;
	padding: 0 20px;
	font-weight:200;
}
header nav .sub_menu > span, header.sticky nav .sub_menu > span {
    border-color: transparent transparent #f4f1ed transparent;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: -7px;
    width: 0;
}
header nav .sub_menu_cols{
	margin: 0 -5%;
}

header nav .sub_menu_cols .sub_menu_col{
	padding: 0 5%;
	float: left;
	width: 39.95%;
	border-left: 1px solid #bab9b9;
}
header nav .sub_menu_cols .sub_menu_col:first-child{
	border: 0;
}
header nav .sub_menu ul{
	margin: 0 -1%;
	display: block;
	width: auto;
}
header nav .sub_menu ul li{
	width: 48%;
	padding: 8px 1%;
	float: left;
	text-align: left;
}
header nav .sub_menu a:hover, header nav .sub_menu a.active, header.sticky nav .sub_menu a:hover, header.sticky nav .sub_menu a.active{
	color: #999;
}
header.sticky .header_top{
	position:absolute; 
	right:5px;
	padding: 1px 0 2px 40px;
	margin: 11px 0 0 0;
	display: inline-block;
	border-left: 1px solid #efeeee;
}

header.sticky .header_top .header_left, header.sticky .header_top .header_right{
	position: relative;
	display: inline-block;
	top: 0;
	float: right;
}
header.sticky #logo{
	display: none;
}
header.sticky #logo_small{
	display: inline-block;
	float: left;
	margin: 11px 0 0 0;
}
header.sticky #currency, header.mobile #currency{
	display: none;
}
header.sticky .header_top .newListSelected{
	margin-right: 20px;
}
/*header.sticky nav{
	float: left;
}*/
header.sticky nav > ul > li{
	padding: 14px 10px;
}
.basket_icon, header.sticky .basket_icon{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 15px;
	height: 19px;
	vertical-align: middle;
	background: url(../img/basket_icon.png) no-repeat;
	margin-right: 12px;
}
.user_icon, header.sticky .user_icon{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 18px;
	height: 19px;
	vertical-align: middle;
	background: url(../img/user_icon.png) no-repeat;
}
#menu_button{
	float: left;
	/*margin: 10px 0 0 28px;
    padding: 9px 10px;*/
    border: 0;
    background: none;
    cursor: pointer;
	vertical-align: middle;
	display: none;
}
#menu_button span{
	display: block;
	width: 29px;
	height: 3px;
	background: #000;
	margin: 6px 0 0 0;	
}
#menu_button span:first-child{
	margin: 0;
}
#menu_button img{
	display: none;
	margin-top: 2px;
}
/*====================
    Header end
======================*/

/*============================================================================
    To be added in the Header style start
=============================================================================*/
header{
	position: relative;
	color: #000;
}
.inner_page .header_top .header_right, .inner_page .header_top .header_right a, .inner_page .header_top .newListSelected, .inner_page .header_top .selectedTxt{
	color: #a3a1a1;
}
.inner_page .header_top ul.newList a{
	color: #000 !important;
}
.inner_page header nav ul li a{
	color: #a3a1a1;
}
.inner_page header nav ul li a:hover, .inner_page header nav ul li a.active{
	color: #000;
}
.inner_page header.sticky nav ul li a:hover, .inner_page header.sticky nav ul li a.active{
	color: #999;
}
.inner_page .header_top .selectedTxt{
	background: url(../img/orange_select_arrow.png) no-repeat right center;
}
.inner_page .user_icon{
	background: url(../img/user_icon_small_grey.png) no-repeat;
}
.inner_page .basket_icon{
	background: url(../img/basket_icon_small_grey.png) no-repeat;
}
.inner_page header nav .sub_menu > span{
	border-color: transparent transparent #f6f6f6;
}
.inner_page .main_content{padding-top: 0;}
/*====================
    To be added in the Header style start
======================*/

.content{
	/*max-width: 1168px;
	padding: 0 150px;*/
	padding:0 35px;
	margin: 0 auto;
}

.sub_menu .sub_menu {display:none!important;}  /* ajouter : affiche les cat�gories mais pas les 2 sous cat�gories dans la barre horizontale : blocktopmenu */


header.mobile{
	position: fixed;
	top:0px;
}

.sticky #languages-block-top .current { margin-top:0 !important;}

@media (max-width: 960px) {
	#languages-block-top {
	    position: absolute;
	    right: 5px;
		top:0px !important;
		left:inherit !important;
	}
	header .header_top {
		margin:0 5px 0 0;
	}
}
@media (max-width: 400px) {
	#logomobile {
		padding-right:15px;
	}
}

