/* adlib menu */

/* toolbar bug */
body .wrapper-container {
	margin-top: 70px;
}
body.toolbar-fixed .toolbar {
	position: fixed !important;
    top: 0 !important;
	width: 100%;
	z-index: 60;
	background-color: #0f0f0f !important;
}
body.toolbar-fixed .wrapper-container {
	padding-top: 80px;
}
body.toolbar-fixed header {
	top: 80px;
}

/*header.navigation-top,*/
header {
    background: none;
    height: 75px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
	z-index: 50;
	border: #f5b335 solid 0px;
}
.nav-up {
    top: -75px;
}

.wrapper-navigation {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 70px;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: #ddd solid 1px;
}
div.navigation-left {
	float: left;
	height: 70px;
	width: 50%;
	border: #999 solid 0px;
}
div.navigation-right {
	float: right;
	height: 70px;
	border: #999 solid 0px;
}

/* menu header */
nav#block-menu-principal-header {
	/*float: left;*/
	height: 70px;
	margin: 0 0 0 30px;
	background: none;
	border: #000 solid 0px;
}

nav#block-menu-principal-header ul.level-menu-1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	float: left;
    display: flex;
    align-items: center;
  	justify-content: center;
	/*position: relative !important; -> pas de relative pour pouvoir centrer le ul absolute qui suit */
	border: #ff0000 solid 0px;
}

nav#block-menu-principal-header ul li {
	list-style: none;
	text-transform: uppercase;
    text-align: center;
	/*float: left;*/
	display: inline-block;
	margin: 0 25px 0 0;
	position: relative;
    max-width: 100px;
	/*position: relative !important; -> pas de relative pour pouvoir centrer le ul absolute qui suit */
	border: #83d0f5 solid 0px;
}

nav#block-menu-principal-header ul li a {
	color: #000;
	text-decoration: none;
}

.wrapper-navigation nav#block-menu-principal-header ul li.item-id-61,
.wrapper-navigation nav#block-menu-principal-header ul li.item-id-62 {
	line-height: 15px !important;
}

nav#block-menu-principal-header ul li span:hover,
nav#block-menu-principal-header ul li.active-trail span,
nav#block-menu-principal-header ul li li a:hover,
nav#block-menu-principal-header ul li.active-trail li.active-trail a {
	font-weight: 500;
	padding: 5px 10px 5px 10px;
	background: #c5c6ce;
}
nav#block-menu-principal-header ul li li li a:hover,
nav#block-menu-principal-header ul li.active-trail li.active-trail li a {
	font-weight: 300;
	padding: 0 0 0 0;
	background: none;
}

nav#block-menu-principal-header ul li.item-id-1 a {
	display: block;
	width: 55px;
	height: 60px;
	max-height: 60px;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0 0 0 70px;
	background: url(../../logo.svg) no-repeat center left;
	border: #999 solid 0px;
}
nav#block-menu-principal-header ul.level-menu-1 li ul {
    /*display: block;*/
}
nav#block-menu-principal-header ul.level-menu-1 li ul {
	display: none;
	z-index: 100;
	margin-top: -5px;
	height: auto;
	background: #fff;
	box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.2);
    padding: 20px 0 30px 0;
    position: absolute;
	width: 120px;
    float: left;
    /*width: 80%;
	right: 10%;
	left: 10%;*/
}
nav#block-menu-principal-header ul > li {
	float: left;
}
nav#block-menu-principal-header ul ul li {
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	display: block;
	float: left;
	clear: both;
	text-align: left;
	/*text-transform: none;*/
	width: 120px;
	margin: 5px 15px 5px 15px;
	background: #fff;
	border: #ff0000 solid 0px;
}
nav#block-menu-principal-header ul.level-menu-1 li:hover ul {
	display: block;
}

nav#block-menu-principal-header ul li ul ul {
	display: block;
	z-index: 110;
	margin-top: 5px;
	height: auto;
	background: #fff;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
    padding: 0;
    position: relative;
    width: 250px;
	right: 10px;
	left: 105px;
	border: #000 solid 0px;
}
nav#block-menu-principal-header ul ul ul li {
	font-size: 12px;
	line-height: 16px;
	font-weight: 200 !important;
	display: block;
	float: left;
	clear: both;
	text-align: left;
	width: auto;
	margin: 5px 0px 2px 15px;
	background: #fff;
	border: #ff0000 solid 0px;
}
nav#block-menu-principal-header ul li ul,
nav#block-menu-principal-header ul li:hover ul {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}

/* menu bullet */
ul.menu-bullet-home {
	position: fixed;
	right: 0;
	z-index: 50;
	top: 50%;
  	transform: translateY(-50%);
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: #000 solid 0px;
}
ul.menu-bullet-home li {
	list-style: none;
	margin: 7px 25px 7px 0;
	padding: 0 0 0 0;
	border: #fff solid 0px;
}
ul.menu-bullet-home li a {
	display: block;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	border: #ff0000 solid 0px;
}
ul.menu-bullet-home li a span {
	font-size: 12px;
	line-height: 15px;
	display: none;
	text-align: right;
	position: absolute;
	text-transform: uppercase;
	width: 250px;
	height: 10px;
	right: 40px;
	background: none;
	border: #ff0000 solid 0px;
}
ul.menu-bullet-home li a:hover {
	width: 15px;
	height: 15px;
}
ul.menu-bullet-home li a:hover span {
	display: block;
}
ul.menu-bullet-home li a.home-screen-01:hover {
	background: #d35400;
}
ul.menu-bullet-home li a.home-screen-02:hover {
	background: #ddd;
}
ul.menu-bullet-home li a.home-screen-03:hover {
	background: #ec69a4;
}
ul.menu-bullet-home li a.home-screen-04:hover {
	background: #9b59b6;
}
ul.menu-bullet-home li a.home-screen-05:hover {
	background: #3498db;
}
ul.menu-bullet-home li a.home-screen-06:hover {
	background: #009a93;
}

/* footer */
nav#block-block-menu-footer {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 60px;
	height: 60px;
	float: left;
	display: inline-block;
	text-align: left;
	border: #ff0000 solid 0px;
}
nav#block-block-menu-footer ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	/*position: relative !important; -> pas de relative pour pouvoir centrer le ul absolute qui suit */
	border: #ddd solid 0px;
}
nav#block-block-menu-footer ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 60px;
	height: 60px;
	float: left;
	/*position: relative !important; -> pas de relative pour pouvoir centrer le ul absolute qui suit */
	border: #83d0f5 solid 0px;
}
nav#block-block-menu-footer ul li:first-child a {
	display: block;
	width: 55px;
	height: 60px;
	max-height: 60px;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0 0 0 70px;
	background: url(../../images/adlib-logo-footer.svg) no-repeat center left;
	border: #ff0000 solid 0px;
}
nav#block-block-menu-footer ul li ul li:first-child a {
	display: inline;
	width: auto;
	height: auto;
	max-height: auto;
	overflow: visible;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: #ff0000 solid 0px;
}
nav#block-block-menu-footer ul li.expanded {
	display: block;
	width: auto;
	height: auto;
	margin: 10px 0 0 50px;
	padding: 0 0 0 0;
	background: none;
	border: #666 solid 0px;
}
nav#block-block-menu-footer ul li.expanded span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
	border: #ff0000 solid 0px;
}
nav#block-block-menu-footer ul li.expanded li {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	background: none;
	border: #444 solid 0px;
}
nav#block-block-menu-footer ul li.expanded li a {
	color: #fff;
	display: block;
	clear: both;
	width: auto;
	height: auto;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}
nav#block-block-menu-footer ul li.expanded li:hover a {
	color: #999;
}

/* cart */
#block-cart {
	display: inline-block;
	position: relative;
	margin: 0 5px 0 15px;
	padding: 0 0 0 0;
	height: 70px;
	border: #666 solid 0px;
}
#block-cart .cart-block--summary__icon {
	display: none;
}
#block-cart a {
	color: #000;
	line-height: 70px;
	text-decoration: none;
}
#block-cart .cart-block--summary__count {
	display: block;
	float: left;
	max-height: 70px;
	width: 15px;
	overflow: hidden;
	padding-left: 30px;
	border: #ff0000 solid 0px;
}
#block-cart .cart-block--summary__count:before {
  	color: #000;
  	font-family: "adlib-pictos";
  	font-size: 22px;
	width: 30px;
	position: absolute;
  	content: "\f128";
	margin-left: -27px;
  	padding: 0 0 0 0;
	border: #000 solid 0px;
}
#block-cart .cart-block--contents {
	top: 70px;
	width: 400px;
	border:#ddd solid 1px;
}

/* menu right item */
#block-menuright {
	display: inline-block;
	border: #000 solid 0px;
}
#block-menuright ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#block-menuright ul li {
	line-height: 70px;
	/*height: 70px;*/
	width: 30px;
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
	border: #ff0000 solid 0px;
}
#block-menuright ul li:before {
	color: #000;
  	font-family: "adlib-pictos";
  	font-size: 22px;
	width: 25px;
	position: absolute;
	margin-top: -37px;
	margin-left: 0px;
  	padding: 0 0 0 0;
	border: #000 solid 0px;
}
#block-menuright ul li.item-id-6:before {
  	content: "\f103";
}
#block-menuright ul li.item-id-7:before {
  	content: "\f12f";
}

/* lang */
#block-selecteurdelangue {
	display: inline-block;
	margin: 0 30px 0 0;
}
#block-selecteurdelangue ul {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#block-selecteurdelangue ul li {
	line-height: 70px;
	width: 30px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
	border: #ff0000 solid 0px;
}
#block-selecteurdelangue ul li:after {
	color: #000;
  	font-family: "adlib-pictos";
	content: "\f14c";
  	font-size: 15px;
	width: 25px;
	position: absolute;
	margin-top: 3px;
	margin-left: 0px;
  	padding: 0 0 0 0;
	border: #000 solid 0px;
}
#block-selecteurdelangue ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
#block-selecteurdelangue ul li:nth-child(2) {
	display: none;
}

/* footer */
#block-menufooter {
	float: right;
	/*width: 70%;*/
	border:#ff0000 solid 0px;
}
#block-menufooter ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:#000 solid 0px;
}
#block-menufooter ul li {
	font-family: 'Petita-Medium', Arial, sans-serif;
	font-size: 13px;
	line-height: 25px;
	float: left;
	list-style: none;
	margin: 0 0 20px 80px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	border:#999 solid 0px;
}
#block-menufooter ul li li {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 5px 0;
	float: none;
	clear: both;
	text-transform: none;
}
#block-menufooter ul li li a {
	color: #737e8a;
	text-decoration: none;
}
#block-menufooter ul li li a:hover {
	color: #000;
}

/* connexion user */
#block-connexionutilisateur {
	display: none;
}

/* search */
#block-formulairederecherche {
	display: none;
}

