.nested-container {
  border: 0px solid black;
  display: flex;
}

.menu-bar-container {
  border: 0px solid black;
  display: flex;
  min-width: 640px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.menu-bar-item a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
  background-color: #000;
  display: block;
  padding: 4px 12px;
  text-align: center;
  text-decoration: none;
}

.turngrey {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffffff;
  background-color: #808080; 
  display: block;
  padding: 4px 12px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.menu-bar-item a:hover {color: red;}
.menu-bar-item a:active {color: #ffffff;  text-decoration: none;}

.prix-banner {
  width: 468px;
  height: 60px;
  border: 0;
  float: right;
}

.navdate {
  text-align: right;
  white-space: nowrap;
}



