.demoMode_prod .layout_normal #entete {
  background-color: red;
}
.layout_normal {
  box-sizing: border-box;
  min-height: 100%;
  padding: 0 0 100px;
  position: relative;
}
.layout_normal #entete {
  display: flex;
  align-items: center;
  background-color: white;
}
.layout_normal #entete #logo {
  flex: 0 0 10em;
  display: block;
  max-height: 330px;
  max-width: 120px;
  height: auto;
  width: auto;
  padding: 0.25em 0 0 0;
}
.layout_normal #entete [name=mainNav] {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0;
  list-style-type: none;
  line-height: 2em;
}
.layout_normal #entete [name=mainNav] li {
  flex: 0 1 12em;
  padding: 0 1em;
  white-space: nowrap;
}
.layout_normal #entete [name=mainNav] li:hover {
  cursor: pointer;
}
.layout_normal #entete #user {
  flex: 0 0 10em;
  text-align: left;
}
.layout_normal #contenu {
  margin-left: auto;
  margin-right: auto;
}
.layout_normal footer {
  bottom: 0;
  height: 0px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: white;
}
.layout_normal footer .copyright {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
