/* =============================================================
# Fichier     : footer.css
# Chemin      : 3x0c3t.com/css/footer.css
# Auteur      : 3x0c3t
# Version     : 1.1
# Date        : 20250619-10:45
# Description : Styles spécifiques au footer
#               Responsive Mobile First + Desktop + TV
============================================================== */

footer {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
  z-index: 1000;
}

footer a {
  color: #ddd;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
