.UI__footer {
  background-color: #2c2b2b;
  color: white;
}
@media (min-width: 1024px) {
  .UI__footer {
    padding: 90px 0 70px;
  }
}
@media (max-width: 1023px) {
  .UI__footer {
    padding: 30px 0;
  }
}
.UI__footer .menu {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .UI__footer .menu .link {
    margin: 0 8px;
  }
}
@media (max-width: 1023px) {
  .UI__footer .menu .link {
    margin: 0 5px;
  }
}
.UI__footer .menu .picto {
  filter: invert(1);
}
@media (min-width: 1024px) {
  .UI__footer .menu .picto {
    width: 30px;
  }
}
@media (max-width: 1023px) {
  .UI__footer .menu .picto {
    width: 20px;
  }
}
