/* Footer copyContainer - Fix pour les liens des mentions légales */
#Footer .copyContainer {
  text-align: center;
  padding: 20px;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
}

#Footer .copyContainer p {
  margin: 0;
}

#Footer .copyContainer a {
  color: white !important;
  text-decoration: none;
  transition: color 0.3s;
}

#Footer .copyContainer a:visited {
  color: white !important;
}

#Footer .copyContainer a:hover {
  color: #ffed00 !important;
  text-decoration: underline;
}
