
/* Bulletproof CSS3 Dropdown Navigation Menu
 * This snippet of code is freely modifiable and distributable.
 *
 * ----------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto);
 
 
nav .btn-navbar {
	display:yes;
}
nav {
  *zoom: 1;
  margin: 0px auto 0 auto;
  text-align: center;
  z-index:100000;

}

nav:before,
nav:after {
  display: table;
  content: "";
}
nav:after {
  clear: both;
}
nav ul {
	font-size: 0.8em;
	zoom: 1;

	 width: auto;
 	 z-index: 100;
	border-right: 0px solid #333;
	margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
}
nav ul:before,
nav ul:after {
  display: table;
  content: "";
}
nav ul:after {
  clear: both;
}


nav ul li {
  float: left;
  padding: 0 0 10px 0;
  position: relative;
  outline: none;
  line-height: 1em;
  padding: 0 1px 0 0;
  border-left: 1px solid #2373a4;
  list-style: none;

}
menu li a {
  
  padding: 0px 10px;
  font-weight: normal;
}

/* ----reglages police liens menu ---- */
nav ul#menu li a  {
  font-family: 'Roboto', sans-serif;
  font-size:1em;
  font-weight: normal;
  text-transform:uppercase;
  Line-Height: 1;
  

}
ul#menu li a span  {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
/* ---- Fin reglages police liens menu ---- */
nav ul li.hasChildren a span {
  padding: 0px 20px 10px 20px;
  background-image:url(../images/menu_down_arrow.png);
  background-repeat: no-repeat;
  background-position: 99% 8px !important;

  
  
}
nav ul li.hasChildren a:hover span,
nav ul li.hasChildren.hover a span {
  background-position:  99% 11px  !important;

}
/* le delire doit etre ici */
nav ul a {
	 width: inherit;
	 min-width:70px;
  padding: 15px 10px 15px 10px;
  font-weight: normal;
  float: none;
  /* le delire doit etre ici */
  display: block;
  zoom: 1;
}

.orange {
  background: rgba(140,140,140, 0.8);
  text-shadow: 0px 0px 2px rgba(255,255,255,.6);
}
.orange:hover {
  background: rgba(140,140,140, 1);
}
.violet {
  background: rgba(112,112,112, 0.8);
  text-shadow: 0px 0px 2px rgba(255,255,255,.6);
}
.violet:hover {
  background: rgba(112,112,112, 1);
  
}
.vert {
  background: rgba(255,84,30, 0.8);
  text-shadow: 0px 0px 2px rgba(255,255,255,.6);
}
.vert:hover {
  background: rgba(100,100,100, 1);
}
li.vert a:hover {
  color: rgba(86,29,0, 1);
}
.white, .openright {
  background: rgba(200,200,200, 0.8);
}
.white:hover, .openright:hover {
  background: rgba(119,119,119, 0.6);
}

nav ul a:link,
nav ul a:visited {
  color: #ffffff;
  text-decoration: none;
  background-color: #2373a4;
}
nav ul a:hover,
nav ul a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #7faecb;
  outline: none;
}
nav ul a:active {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3) inset;
}
#menu li:hover > ul {
  display: block;

}
#menu li:hover > a {
  color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1) inset;
}
nav li ul {
  display: none;
  margin: 0;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 170px;
  border: none !important;
  padding: 2px;
  background: #ffffff;
  z-index: 1000;
  *zoom: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

}
nav li ul:before,
nav li ul:after {
  display: table;
  content: "";
}
nav li ul:after {
  clear: both;
}
/* taille des childs */
nav li ul a {
  float: none;
  padding:15px 10px 15px 10px ;
}
nav li ul li {
  width: 90%;
  display: block;
  line-height:12px;
  font-size:1em;
  border-top: 1px solid #666;
  border-left: none !important;
  
   
}
nav li ul li.hasChildren a > span {
	overflow:visible;
	background-image:url(../images/submenu_down_arrow.png);
	background-repeat: no-repeat;
  background-position: 97% 13px !important;

  
}
nav li ul li.hasChildren a:hover > span,
nav li ul li.hasChildren.hover > a span {
  background-position: 98% 13px !important;
}
/* ================= Règlage de l'ouverture de la dernière case a droite  ================= */
.rgba nav li.openright > ul  {
  padding: 10px;
  left: -20px;
}
/* ================= Règlage de l'ouverture des autres cases  ================= */
.rgba nav li > ul {
  padding: 5px;
  left: -10px;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
nav li ul li ul {
  display: none;
  left: 150px !important;
  top: -3px;
}
.rgba nav li ul li ul {
  top: -10px;
}
.rgba nav li > ul {
  margin-top: -1px;
}
/* ======================================================================================================
 MEDIA QUERIES
=======================================================================================================*/	

/* ================= 1280 TO Full HD WHIDTH  1280px - 1920px ================= */
@media only screen and (min-width: 1280px)  {
/* ================= Logo and Main menu ================= */
	
.rgba nav li.openright > ul  {
  padding: 10px;
  left: -60px;
}

nav ul {
  font-size: 1em;
}
nav ul a {
	 min-width:120px;
	 padding: 15px 3px 15px 3px;
}

nav li ul li {
  min-width: 120px;
  display: block;
  border-bottom: 1px solid #333;
  border-left: none !important;
}
nav li ul li ul {
  display: none;
  left: 100px !important;
  top: -3px;
  background-color:#F00;
}

}
/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* ================= Logo and Main menu ================= */
	
.rgba nav li.openright > ul  {
  padding: 10px;
  left: -60px;
}

nav ul {
  font-size: 0.9em;
}
nav ul a {
	 min-width:70px;
	 padding: 15px 3px 15px 3px;
}

nav li ul li {
  width: 120px;
  display: block;
  border-bottom: 1px solid #333;
  border-left: none !important;
}
nav li ul li ul {
  display: none;
  left: 100px !important;
  top: -3px;
  background-color:#F00;
}
}
