
/* *********************************************************************************** */
/* 	Denis GOUJON de BEAUVIVIER
/*	Studio FRBIZNET-iQRterra
/*	Septembre 2016
/*	menuTopbar.css // 6607
/*
/* 	Version : 1.01
/*	Author : Denis GOUJON de BEAUVIVIER
/*	
/* *********************************************************************************** */
/* ss _menu_start : rgba(255,221,153,0.15)
ss _menu_end : rgba(255,170,0,0.8) */

.container-fluid{display:block; z-index:5000; position:relative; width:100%;}/*height:6em; padding-bottom:2.5emtop:0em;*/
.navbar { background-color:rgba(20,20,77,0.85);height:6.5em; padding:0.5em 1em;display:block;}
.navbar-trap {width:100%;height:100%;}

span#navbar-header {
	/*width:100px;  largeur du bloc */
	/* padding:10px; aération interne du bloc */
	/*border:1px solid #fff;*/
	vertical-align:middle;
	display:inline-block;
	line-height:1.2; /* on rétablit le line-height */
	text-align:left; /* ... et l'alignement du texte */ 
	display:inline; /* correctif inline-block pour IE*/ 
	cursor:pointer;
}

span#navbar-header {float:left; margin:0.5em;height:5.5em;}
span#navbar-header img { height:110%;}



#tabs_menus {background:none;border:none;}

li {list-style-type:none;}
#nav_left{float:left;}
#nav_right{float:right;}
#nav_left,#nav_right{margin:0 1.75em 0 0.5em;font-size:110%;}
#nav_right > li{float:right;}
#nav_left > li,#nav_right > li{margin: 0 1em;}
#nav_left > li > a,#nav_right > li > a{color:rgba(255,255,255,0.8);text-decoration:none;}
#nav_left > li > a:hover,#nav_right > li > a:hover{color:rgba(255,170,0,1);text-decoration:none;}

/* Menus picto*/
.navTopBar li { 
	float: left;
	margin:0 1em;
	padding: 2.85em 0 0;
	position: relative;
	line-height: 0;
	cursor:pointer;
}

.navTopBar a {
	float: left;
	height: 25px;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	//font: bold 12px/25px Lato, Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}

.navTopBar li a span{
	font: 300 1.2em/1.4em Lato, Arial, Helvetica;
	padding-left:1em;
}

.navTopBar li:hover > a {
	color:rgba(255,170,0,1);
	padding-top:0.5em;
}
	
*html .navTopBar li a:hover{/* IE6 */ 
	color:rgba(255,170,0,1);
	padding-top:0.5em;
}



/* onglets */
#menuTopBar li:hover > #menDer {
	display: block!important;
	//left:0 !important;
}

#menuTopBar li ul {
	list-style: none;
	margin: 2em 0 0 -2.65em;//1.5em 0 0 -2.375em;
	padding: 0;
	display: none;
	position: absolute;
	top: 3.5em;
	left: 0;
	z-index: 5000;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 0 2px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.5);
	box-shadow: 0 0 2px rgba(255,255,255,0.5);
	-moz-border-radius: 5px;
	border-radius: 5px;
	//border: 1px solid #999;
}

#menuTopBar li ul ul {
	top: 0;
	left: 150px;
}

#menuTopBar li ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menuTopBar li ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menuTopBar li ul a {
	padding: 10px;
	height: 10px;
	width: 15em;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	cursor:pointer;
}

*html #menuTopBar li ul a{ /* IE6 */ 
	height: 10px;
}

*:first-child+html #menuTopBar li ul a {/* IE7 */
	height: 10px;
}

#menuTopBar li ul a:hover {
	color:rgba(255,255,255,0.9);
	background: #0186ba;
	background: -moz-linear-gradient(rgba(255,221,153,0.15),rgba(255,170,0,0.8));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,221,153,0.15)), to(rgba(255,170,0,0.8)));
	background: -webkit-linear-gradient(rgba(255,221,153,0.15),rgba(255,170,0,0.8));
	background: -o-linear-gradient(rgba(255,221,153,0.15),rgba(255,170,0,0.8));
	background: -ms-linear-gradient(rgba(255,221,153,0.15),rgba(255,170,0,0.8));
	background: linear-gradient(rgba(255,221,153,0.15),rgba(255,170,0,0.8));
}

#menuTopBar li ul li:first-child > a {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#menuTopBar li ul li:first-child > a:after {
	content: "";
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}

#menuTopBar li ul ul li:first-child a:after {
	left: -8px;
	top: 12px;
	width: 0;
	height: 0;
	border-left: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 8px solid #444;
}

#menuTopBar li ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}

#menuTopBar li ul ul li:first-child a:hover:after {
	border-right-color: rgba(255,221,153,0.15);
	border-bottom-color: transparent;
}

#menuTopBar li ul li:last-child > a {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#menuTopBar:after  {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#hr_clos  {
	margin:0;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
	-webkit-margin-start:0em;
	-webkit-margin-end:0em;
	border-style:inset;
	border-width:0.15em;
	border-color:rgba(255,255,255,0.15);
}

* html #menuTopBar { zoom: 1; } /* IE6 */
	
*:first-child+html #menuTopBar { zoom: 1; } /* IE7 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */

@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

