/*
 * Partenaires
 */
#partenaires {
  width: 1123px;
  margin: auto;
}
@media only screen and (max-width: 1123px) {
  #partenaires {
    width: 100%;
  }
}
#partenaires ._content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -30px -130px;
}
@media only screen and (max-width: 1123px) {
  #partenaires ._content {
    justify-content: center;
    margin-bottom: 50px;
  }
}
#partenaires ._content > div {
  margin: 0 30px 130px;
  max-height: 170px;
}
@media only screen and (max-width: 1123px) {
  #partenaires ._content > div {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=partenaires.css.map */