#header {
  height: 26em;
}

.homepage #header {
  height: 26em;
}

body, input, textarea, select {
  font-family: 'Ubuntu', sans-serif;
}


/* Intro */
#intro .style1 {
    font-size: 1em;
}

/* Bandeau Logos */

#partenaires {
  overflow:auto;
  padding-top: 1em;
  padding-bottom: 6em;
  text-align: center;
}

.wrapperperso {
  padding: 1em 0 1em 0;
}

.wrapperperso.style4 {
  background: #fff;
}

#containerlogos {
  display: inline-flex; /* or inline-flex */
  flex-flow: row wrap; /* is default: columns along the main-axis (row) and no wrapping to next lines */
  justify-content: center;
  align-items: flex-start; /* top */
}

#containerlogos > div {
  /* margin etc here, but nothing layoutish  */
  margin: 0 0 0 0;
  margin-bottom: 0;
  margin-top: 0.5em;
}

#containerlogos p {
  /* margin etc here, but nothing layoutish  */
  margin: 0 0 0 0;
}

.floated_logo {
 float: left;
  margin-top: 0;
 /* width: 161px;
 height: 75px; */
 margin: 0 0 0 0;
 padding: 0 1em 0 1em;
}

.break {
  flex-basis: 100%;
  height: 0px;
  margin: 10px 0 0 0;
}

/* Nav */
#nav > ul > li > a, #nav > ul > li > span {
  color: #483e37ff;
  color: rgba(72, 62, 55, 1);
}

#nav > ul > li:hover > a {
  color: #cccccc;
}

#nav > ul > li.active > a, #nav > ul > li.active > span {
  color: #cccccc;
}
