@media only screen and (max-width: 959px) {
  .slogan {
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 659px) {
  .slogan {
    max-width: 300px !important;
  }
}
.clear-both {
  clear: both;
}
/* Logo Liste */
.logo-liste {
  display: block;
  max-width: 1200px;
  padding: 0;
  margin: auto;
  margin-left: 110px;
}
.logo-liste li {
  float: left;
  width: 20%;
  height: 170px;
  display: table;
  background: #fff;
  margin: 10px;
}
@media only screen and (max-width: 1166px) {
  .logo-liste li {
    width: 25%;
  }
}
@media only screen and (max-width: 935px) {
  .logo-liste li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 659px) {
  .logo-liste li {
    width: 50%;
  }
  .logo-liste img {
    max-width: 150px !important;
  }
}
@media only screen and (max-width: 339px) {
  .logo-liste li {
    width: 100%;
  }
  .logo-liste img {
    max-width: 200px !important;
  }
}
.logo-liste figure {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo-liste img {
  display: block;
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
  padding: 10px;
  margin: auto;
}
/* Partner Liste */
.partner-liste {
  max-width: 1200px;
  margin: auto;
}
.partner-liste li {
  float: left;
  width: 33.33333%;
  height: 150px;
  display: table;
}
@media only screen and (max-width: 959px) {
  .partner-liste img {
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 659px) {
  .partner-liste img {
    max-width: 300px !important;
  }
  .partner-liste li {
    width: 100%;
  }
}
.partner-liste figure {
  display: table-cell;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.partner-liste img {
  max-width: 300px;
  max-height: 150px;
  width: auto;
  height: auto;
  padding: 10px;
  margin: auto;
}