/* MENU HAUT */

#menuHaut {
  display: flex;
  flex-grow: 1;
  justify-content:space-between;
  flex-wrap: wrap;
}
#menuHaut a, #menuHaut strong.active {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 18px;
}
#menuHaut strong.active{
  font-family: 'ddin bold', sans-serif;
}
#menuHaut a:not(.last), #menuHaut strong.active:not(.last) {
  border-right: 1px solid #fff;
}
#header .mod_customnav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
/*  align-items: flex-start;*/
}

/*#navPrincipal li:not(.last),#navSecond li:not(.last), li.active:not(.last) {
}*/

#navLogo {
  width : 120px;
  height : 120px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}
/*#navLogo img {
  -webkit-filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
  filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}*/
