footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer h4 {
  font-size: 1.2rem;
}
footer div.partenaires,
footer .reseaux-sociaux {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer div.partenaires img,
footer .reseaux-sociaux img {
  width: 10rem;
  margin: 2rem 3rem;
}
footer div.partenaires i,
footer .reseaux-sociaux i {
  font-size: 1.75rem;
  margin: 0.5rem 1rem;
  color: black;
  transition: 0.25s ease-in-out;
}
footer div.partenaires i:hover,
footer .reseaux-sociaux i:hover {
  color: orangered;
}
footer .back-to-up {
  position: fixed;
  background-color: rgb(214, 214, 214);
  padding: 1.2rem;
  border-radius: 75px;
  bottom: -75px;
  right: 5px;
  width: 35px;
  height: 35px;
  transition: 0.25s ease-in-out;
}
footer .back-to-up a {
  transform: rotate(135deg);
  position: absolute;
  top: 25%;
  left: 25%;
  font-size: 2.25rem;
  color: black;
}
footer .back-to-up a:hover i {
  color: orangered;
}
footer .back-to-up-actif {
  bottom: 10px !important;
}/*# sourceMappingURL=footer.css.map */