/* -------------------------------------------------------- */
/* footer.css – Styles du footer                             */
/* -------------------------------------------------------- */

footer {
  background-color: #111;
  color: #eee;
  text-align: center;
  padding: 10px 0;
}