#menu_haut > ul > li > .titre {
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #C88870;
  color: #444;
  color: #013856;
  transition: background 0.1s,color 0.2s;
}

#menu_haut {
  left: 50%;
  transform: translate(-50%,0);
  transition: none;
  font-family: 'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
#menu_haut {
  position: absolute;
  /*bottom: 0;*/
  /*left: 88px;*/
 /* font-family: titraille,sans;
  font-size: 85%;
  transition: left 0.2s;*/
  display: block;
}
#menu_haut > ul {
  margin: 0;
  padding: 0;
  display: table;
}

.dropdown-menu{
	font-size: 1.2rem;
	font-family: 'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

.navbar > ul > li > .titre {
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  /*color: #C88870;
  color: #444;
  color: #013856;*/
  color: #fff;
  transition: background 0.1s,color 0.2;
  font-family: 'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
  
}
.nav-item{
	 display: block;
  /*padding: 3px 10px;*/
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  /*color: #C88870;
  color: #444;
  color: #013856;*/
  color: #fff;
  transition: background 0.1s,color 0.2;
	font-family: 'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	
}
.navbar {
    background-color: #4883B0;
    font-family: 'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-dark .navbar-nav .nav-link {
	font-family: 'Ubuntu',"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;}
    