.nav.principal {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-container {
	z-index: 1998;
}

.nav>li.mega-dropdown {
	position: static !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-left : 3px;
	padding-right : 3px;
}

.dropdown-menu > li > a:hover {
	background-color: transparent;
	background-image: none;
}

.nav>li.mega-dropdown:hover .mega-dropdown-menu {
	display: block;
}

.nav>li>a {
	padding: 0;
}

.dropdown-menu > li  ul  li {
	list-style: none;
	font-weight: normal;
	white-space: normal;
	line-height: 1;
	margin-bottom: 10px;
}

.dropdown-menu > li  ul  li > a {
	color: black;
	font-size: 14px;
}

.nav>li.mega-dropdown>a {
	color: #887068;
}

.nav>li.mega-dropdown:hover>a {
	color: white;
}

.nav>li.mega-dropdown>a:hover {
	background-color: transparent;
	color: white;
}

.nav>li.deconnexion {
	height: 100%;
	display: flex; 
	align-items : center;
	justify-content: flex-end;
	align-items: center;
}

.nav>li.deconnexion a:hover {
	background-color: transparent;
}

.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	display: none;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #e4e4e4;
	border-bottom: 5px solid;
	cursor: default;
	border-top: none;
}

.mega-dropdown-menu .dropdown-header {
	position: relative;
	padding: 5px 30px;
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
}


.mega-dropdown-menu .dropdown-title div {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mega-dropdown-menu .dropdown-title {
	margin-bottom: 0;
}

.mega-dropdown-menu .dropdown-header:before {
	content: "";
	border-top: 10px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 55px;
	z-index: 1;
}

.mega-dropdown-menu .menuLogo {
	display: flex; 
	align-items : center;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

.mega-dropdown-menu .menuLogo img {
	width: 150px;
	height: auto;
}
