/* Desktop */
/* Petit Desktop */
/* Tablet */
/* mobile */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0;
  min-height: 140px;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.footer-logos .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-logos .line.big-line a {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
.footer-logos .line.big-line a img {
  max-height: 152px;
}
.footer-logos .line.little-line a {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
.footer-logos .line.little-line a img {
  max-height: 35px;
  max-width: 170px;
}
.footer-logos a {
  padding: 1rem;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  display: block;
  text-align: center;
}
.footer-logos a img {
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 45px;
  height: auto;
}

@media (max-width: 1200px) {
  footer {
    min-height: 200px;
    height: auto;
  }
}