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

/* MENU HAUT*/

.menuHaut2
{
  height: 25px;
  font-family: "Poppins", "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: 1030px;*/
  margin: auto;
  margin-top:0px;
  float: right;
}

#menuHaut1:after,
#menuHaut1 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menuHaut1 a {
  color: #3D3D3D;
  display: block;
  font-family: "Poppins", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  padding-top:29px;
  padding-left:15px;
  padding-right:15px;
  width:96px;
  height:79px;
}
.menuHaut1SpanVerticalAlign
{
	/* ajouté par eCss pour aligner verticalement */
    display: table-cell;	
	vertical-align: middle;
	text-align: center;
	height:50px;
	width:96px;
}

@media (max-width: 1450px) {#menuHaut1 a {padding-left:10px;padding-right:10px;}}
@media (max-width: 1380px) {#menuHaut1 a {padding-left:5px;padding-right:5px;}}

#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: 14px;
  font-weight: normal;
}
#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:#EB001A;
}
#menuHaut1 > ul > li:hover > a {
  color:#3D3D3D; 
    /*ajouté ecss si ligne au dessus*/
  border-bottom:#EB001A 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: 235px;
  top: 100%;
  left: 0;
  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;
}
#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: "Poppins", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
  filter: none;
  display: block;
  color: #333;
  height:50px;
  width:205px;
  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: #333;
}
#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: #DB3942;
  border-bottom: 1px dotted #fff;
}
#menuHaut1 .has-sub .has-sub ul li a:hover {
  background: #DB3942;
}
#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;
}

/*********************/
/* Menu Haut Login   */
/*********************/
#menuHautLogin ul,
#menuHautLogin li,
#menuHautLogin span,
#menuHautLogin a {
  margin: 0;
  padding: 0;
  position: relative;
}
#menuHautLogin {
  /*width: 1030px;*/
  margin: auto;
  margin-top:0px;
  float: right;
}

#menuHautLogin:after,
#menuHautLogin ul:after {
  content: '';
  display: block;
  clear: both;
}
#menuHautLogin a {
  color: #fff;
  display: block;
  font-family: "Poppins", "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  padding-top:29px;
  padding-left:15px;
  padding-right:15px;
  width:96px;
  height:79px;
}
.menuHautLoginSpanVerticalAlign
{
	/* ajouté par eCss pour aligner verticalement */
    display: table-cell;	
	vertical-align: middle;
	text-align: center;
	height:50px;
	width:96px;
}


#menuHautLogin ul {
  list-style: none;
}
#menuHautLogin > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
}
#menuHautLogin.align-center {
  text-align: center;
}
#menuHautLogin.align-center > ul > li {
  float: none;
}
#menuHautLogin.align-center ul ul {
  text-align: left;
}
#menuHautLogin.align-right > ul {
  float: right;
}
#menuHautLogin.align-right ul ul {
  text-align: right;
}
#menuHautLogin > ul > li > a {
  font-size: 14px;
  font-weight: normal;
}

#menuHautLogin > 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;
*/  

}
#menuHautLogin > 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;
}
#menuHautLogin.align-right > ul > li:first-child > a,
#menuHautLogin.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#menuHautLogin.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;
}
#menuHautLogin > ul > li.active > a {
  color:#fff;
}
#menuHautLogin > ul > li:hover > a {
  color:#fff; 
    /*pas de ligne ajouté ecss */
  /*border-bottom:#EB001A solid 2px;  */
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;

}

#menuHautLogin .has-sub {
  z-index: 999;
}
#menuHautLogin .has-sub:hover > ul {
  display: block;
}
#menuHautLogin .has-sub ul {
  display: none;
  position: absolute;
  width: 235px;
  top: 100%;
  left: -132px;
  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;
  border-top:#EB001A solid 2px;  
}
#menuHautLogin.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#menuHautLogin .has-sub ul li {
  margin-bottom: -1px;
  
}
#menuHautLogin .has-sub ul li a {
  background: #fff;
  font-family: "Poppins", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
  filter: none;
  display: block;
  color: #333;
  height:50px;
  width:205px;
  padding-top: 0px;
  padding-left:15px;
  padding-right:15px;
}

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

