/**************************************************************
 Plongeurs du Monde (ADMIN)
 Copyright 2015-2018 Develop'it
 
 Version : 1.0.1
 Date    : 11/05/2018
 Fichier : css/MenuHaut.css
**************************************************************/

#MenuHaut {
	position: fixed;
	right: 0;
	left: 0;
	top:60px;
	background:rgba( 240, 240, 240, 1.0);
	border-bottom: 1px solid rgba( 0, 116, 205, 0.5);
	border-bottom: 1px solid rgba( 220, 220, 220, 0.5);
	height:50px;
padding:0;
z-index: 1030;

box-shadow: 0px 3px 4px rgba( 30, 30, 30, 0.2);
/*
	background:rgba( 254, 254, 254, 1.0);
*/
}
#MenuHaut .row {
	height:50px;
}
.top-bar, .top-bar ul {
    padding:0;
    background-color:transparent;
}
#MenuHaut .top-bar-right {
	height:50px;
    background-color:transparent;
}
#MenuHaut .top-bar ul.menu {
	padding:0;
	display:table;
}
#MenuHaut .top-bar ul.menu > li {
	padding: 0px 5px;
}
#MenuHaut .top-bar ul.menu > li span.Separateur {
	border-right: 1px solid rgba( 0, 116, 205, 0.2);
	padding: 0px 5px 0px 5px;
	margin-right: 10px;
}
#MenuHaut .top-bar ul.menu > li:last-child{
/*
	padding-right: 0px;
*/
}
#MenuHaut .top-bar ul.menu > li a {
	text-transform: none;
	font-size:11pt;
	color:rgba( 0, 159, 178, 1);
	color:rgba( 80, 80, 80, 1);
	padding: 3px 10px;
	line-height: 30px;
	margin: 0;
	margin-top:5px;
	border-radius: 3px;
    background-color:transparent;
	border: 1px solid rgba( 0, 116, 205, 0.1);
}
#MenuHaut .top-bar ul.menu > li a img {
	height:24px;
}

#MenuHaut .top-bar ul.menu > li a:hover {
	color:rgba( 0, 116, 205, 1);
	background-color:rgba( 130, 130, 130, 0.1);
}


#MenuHaut .top-bar ul.menu li.current a {
	background: #eee;
	color:#127FA8;
	font-weight:bold;
	border: 1px solid rgba( 0, 116, 205, 0.4);
	background-color:rgba( 20, 120, 180, 0.07);

	/* juste pour Projet Pharm */
	border: 1px solid rgba( 0, 16, 05, 0.4);
	color:#333;
	box-shadow:0 0 2px 2px rgba( 20, 20, 20, 0.2 );
}



#MenuHaut #MenuContenu.SmallSize ul.menu {
	padding:0;
	display:block;
	background-color:#333;
	color:#CCC;
	position:relative;
	width:100%;
	height:auto;
	overflow:scroll;
	z-index:99999;
/*
border:2px solid green;
*/
}
#MenuHaut #MenuContenu.SmallSize ul.menu > li {
	padding: 0px 5px;
	display:block;
	width:100%;
	border-bottom:1px solid rgba( 120, 120, 120, 0.5 );
/*
border:2px solid red;
*/
}
#MenuHaut #MenuContenu.SmallSize ul.menu > li a {
	text-transform: none;
	font-size:12pt;
	color:rgba( 0, 159, 178, 1);
	padding: 5px 10px;
	line-height: 30px;
	margin: 0;
	border-radius: 0;
    background-color:transparent;
}

#MenuHaut #MenuContenu.SmallSize ul.menu > li a:hover {
	color:rgba( 0, 116, 205, 1);
	background-color:#E8E8E8;
}
#MenuHaut #MenuContenu.SmallSize ul.submenu {
/*
*/
	margin-left:2em;
	display:none;
	position:inherit;
	top:0;
	width:100%;
	background-color:#444;
}
#MenuHaut #MenuContenu.SmallSize ul.submenu.js-dropdown-active {
	display:block !important;
}
#MenuHaut #MenuContenu.SmallSize ul.menu > li a:hover ul {
	display:block !important;
}



@media only screen and (max-width:1023px) { /* medium */
	#MenuHaut ul.menu > li {
		padding: 0px 5px !important;
	}
	#MenuHaut .top-bar-right ul.menu > li a {
		max-width:210px !important;
		overflow:hidden !important;
		max-height:60px;
		padding: 5px 7px !important;
	}
	#MenuHaut .top-bar-right ul.menu .is-dropdown-submenu li a {
		max-width:none !important;
	}
	#MenuHaut .Libelle {
		display:none;
	}
}

@media only screen and (max-width:639px) { /* small */
	.title-bar-right {
		height: 100%;
	}
	#MenuHaut {
		top:40px;
		height:40px;
	}

	#MenuHaut ul.menu > li {
		padding: 0px 3px !important;
	}
	#MenuHaut .top-bar-right ul.menu > li a {
		max-width:210px !important;
		overflow:hidden !important;
		max-height:60px;
		padding: 3px 5px !important;
	}
	#MenuHaut .top-bar-right ul.menu .is-dropdown-submenu li a {
		max-width:none !important;
	}
	#MenuHaut .top-bar ul.menu > li a {
		line-height: 20px;
		margin-top: 1px;
	}
	#MenuHaut .top-bar ul.menu > li span.Separateur {
		padding: 0px 0px 0px 0px;
		margin-right: 0px;
	}
}



.nav-custom .navbar-toggle {
	margin-top: 5px;
	background-color:rgba( 0, 116, 205, 1);
	color:rgb( 255, 255, 255 );
}
.nav-custom .navbar-toggle .icon-bar {
    background-color: white;
}

#MenuHaut a#LogoPetit {
	float: left;
	width:148px;
	height:60px;
	margin-top:3px;
	background-image:url(../image/LogoPDM.png);
	margin-left:2em;
	display: none;
	transition: background-color 300ms ease-out;
}

@media screen and (max-width: 1023px) { /* medium */
	#MenuHaut a#LogoPetit {
			margin-left:0.5em;
	}
}


/*************************** navButton ***************************/
a#navBouton {
	font-size:15pt;
	line-height:15pt;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	margin-right: 0.7em;
	margin-top: 2px;
}
#navBouton {
	cursor:pointer;
	display:none;
	color:#333;
	border-radius: 4px;
	padding:5px 15px;
	z-index:99999;
	position:relative;
	right:0.0em;
	top:2px;
}
#navBouton:hover {
	background-color:rgba( 0, 0, 0, 0.1 );
}
#Section_Entete.Fixed #navBouton {
	position:fixed;
	margin-right:0.5em;
	top:1em;
}

@media screen and (max-width: 639px) { /* small */
	#navBouton {
		display:inline-block !important;
	}
}

