@charset "utf-8";
/* CSS Document */

/* MENU HAUT*/

.menuHaut2
{
  height: 25px;
  font-family: "Titillium Bold", "Open Sans Condensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align:left;
  float:left;
   padding-left:4px;
   padding-top:5px;
}

/***********************/
/* Menu Haut Principal */
/***********************/
#menuHaut1 ul,
#menuHaut1 li,
#menuHaut1 span,
#menuHaut1 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menuHaut1 {
  width: 1250px;
  margin: auto;
  margin-top:0px;
  /*float: right;*/
}
@media (max-width: 1280px) { #menuHaut1 { width: 1005px;} }

#menuHaut1:after,
#menuHaut1 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menuHaut1 a {
  color: #fff;
  display: block;
    font-family: "Manrope", sans-serif;
    
  text-align: center;
  text-decoration: none;
  padding-top:4px;
  padding-left:20px;
  padding-right:20px;
  /*width:116px; */
  width:auto;
  
  height:46px;
  margin-left:16px;
  margin-right:15px;
 
  /*background-color: #ff0000ff */
}

@media (max-width: 1280px) { #menuHaut1 a { padding-left:14px; padding-right:14px;margin-left:10px;margin-right:8px;} }

.menuHaut1SpanVerticalAlign
{
	/* ajouté par eCss pour aligner verticalement */
    display: table-cell;	
	vertical-align: middle;
	text-align: center;
	height:44px;
	/*width:116px;*/
	width:auto;
}



#menuHaut1 ul {
  list-style: none;
}
#menuHaut1 > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#menuHaut1.align-center {
  text-align: center;
}
#menuHaut1.align-center > ul > li {
  float: none;
}
#menuHaut1.align-center ul ul {
  text-align: left;
}
#menuHaut1.align-right > ul {
  float: right;
}
#menuHaut1.align-right ul ul {
  text-align: right;
}
#menuHaut1 > ul > li > a {
    font-size: 15px;
    font-weight: normal;
}
@media (max-width: 1280px) { #menuHaut1 > ul > li > a { font-size: 14px; } }
	
#menuHaut1 > ul > li:hover:after {
	
  /*supprimÃ© ecss */	
  /*
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #aa131f;
  margin-left: -11px;
*/  

}
#menuHaut1 > ul > li:first-child > a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#menuHaut1.align-right > ul > li:first-child > a,
#menuHaut1.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#menuHaut1.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#menuHaut1 > ul > li.active > a {
  /*color:#ef2026;*/
  color:#83C2AF;
}
#menuHaut1 > ul > li:hover > a {
  color:#83C2AF; 
  /*
    border-bottom:#83C2AF solid 2px;  
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;*/

}

#menuHaut1 .has-sub {
  z-index: 999;
}
#menuHaut1 .has-sub:hover > ul {
  display: block;
}
#menuHaut1 .has-sub ul {
  display: none;
  position: absolute;
  width: 330px;
  top: 100%;
  left: -102px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: translateZ(0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
@media (max-width: 1150px) {#menuHaut1 .has-sub ul {left: -140px;} }
@media (max-width: 1060px) {#menuHaut1 .has-sub ul {left: -140px;} }


#menuHaut1.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#menuHaut1 .has-sub ul li {
  margin-bottom: -1px;
  
}
#menuHaut1 .has-sub ul li a {
  background: #fff;
  font-family: "Titillium Regular", "Open Sans Condensed", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
  filter: none;
  display: block;
  color: #212633;
  height:50px;
  width:300px;
  padding-top: 0px;
  padding-left:15px;
  padding-right:15px;
}

#menuHaut1 .has-sub ul li:hover a {
  background: #f9f9f9;
}
#menuHaut1 ul ul li:hover > a {
  color: #212633;
}
#menuHaut1 .has-sub .has-sub:hover > ul {
  display: block;
}
#menuHaut1 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menuHaut1.align-right .has-sub .has-sub ul,
#menuHaut1.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#menuHaut1 .has-sub .has-sub ul li a {
  background: #e61e25;
  border-bottom: 1px dotted #fff;
}
#menuHaut1 .has-sub .has-sub ul li a:hover {
  background: #e61e25;
}
#menuHaut1 ul ul li.last > a,
#menuHaut1 ul ul li:last-child > a,
#menuHaut1 ul ul ul li.last > a,
#menuHaut1 ul ul ul li:last-child > a,
#menuHaut1 .has-sub ul li:last-child > a,
#menuHaut1 .has-sub ul li.last > a {
  border-bottom: 0;
}