/* =Menu
-------------------------------------------------------------- */

#access {
	background: #498fbb; /* Show a solid color for older browsers */
	/*box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access ul {
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	/*width: 148px;*/
	border-right: 1px solid #46a3dc;
}
#access li:last-child {
	border-right: none;
}

#access a {
	color: #fff;
	display: block;
	line-height: 3.333em;
	padding: 0 1em;
	text-decoration: none;
	/*text-align: center;*/
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 300px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #1b66a0;
}
#access li:hover > a,
#access a:focus {
	background: #1b66a0; /* Show a solid color for older browsers */
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	background: #1b66a0;
	color: white;
}

#access li.menu_colonne {
	width: 600px;
}

#access li.menu_colonne ul {
	margin-left: -200px;
	width: 600px;
	background-color: #f9f9f9;
	float: left;
	display: block;
	left: 0;
}

#access li.menu_colonne li {
	width: 190px;
	padding: 0px;
	margin: 0px;
}

#access li.menu_colonne a {
	text-align: left;
	width: 192px;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

/* Menu Mobile */
@media screen and (max-width: 979px) {
	.menu-top-container {
		height: 0;
		overflow: hidden;
	}

	.menu-top-container.open {
		height: initial;
	}

	#access li,
	#access ul ul {
		float: none;
		border-right: none;
	}
	#access ul ul a {
		width: 100%;
	}
	.open-menu-mobile {
		text-align: right;
		margin-right: 10px;
		background: transparent !important;
	}
	.icon-menu {
		font-size: 18px;
		margin-top: 0 !important;
	}
	.menu-top-container .menu-item-has-children > ul {
		position: initial !important;
		display: block !important;
		height: 0;
		width: 100% !important;
		box-shadow: none !important;
		overflow: hidden;
	}
	.menu-top-container .menu-item-has-children.open > ul {
		height: initial;
	}
}
@media screen and (min-width: 980px) {
	.open-menu-mobile {
		display: none !important;
	}
}
