.footer {
  padding: 2rem 2rem 2rem 2rem;
  box-sizing: border-box;
  background-color: black;
  width: 100%;
  height: 180px;
  display: flex;
}
.footer .left-footer {
  width: 33%;
  height: 100%;
}
.footer .left-footer > img {
  width: auto;
  height: 100%;
}
.footer .mid-footer {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .mid-footer .mentions-legales > a {
  color: inherit;
  text-decoration: none;
  color: white;
  font-family: Heebo;
  font-weight: 500;
}
.footer .right-footer {
  width: 33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .right-footer .btn-devis {
  text-align: center;
  margin-bottom: 15px;
  color: white;
  background-color: #ef7d00;
  border-radius: 8px;
  padding: 10px;
}
.footer .right-footer .btn-devis > a {
  color: inherit;
  text-decoration: inherit;
}
.footer .right-footer .sponsors {
  color: white;
}
.footer .right-footer .sponsors > ul {
  position: relative;
  list-style: none;
}
.footer .right-footer .sponsors > ul > li {
  position: relative;
  display: inline-block;
  font-size: x-large;
  margin-left: 10px;
}
.footer .right-footer .sponsors > ul > li > a {
  color: inherit;
  text-decoration: inherit;
}

@media screen and (min-width: 200px) and (max-width: 720px) {
  .footer {
    font-size: 1.7rem;
  }

  .left-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .left-footer img {
    width: 100% !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=footer.css.map */
