.footer-coordonnees {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  color: #ff6600;
  text-align: center;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.footer-coordonnees a {
  color: #ff6600;
  text-decoration: none;
}
