.ban {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.ban-pge {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Structure de page avec footer en bas */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Contenu principal qui pousse le footer */
.page-wrapper {
  flex: 1;
}