/* ============================================================
   BANDEAU D'EN-TÊTE DE PAGE
   Conseil Régie Maraîchère Municipale — régieconseil.fr
   ============================================================ */

.banner-page {
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.banner-page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tablette */
@media (max-width: 1024px) {
  .banner-page {
    height: 260px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .banner-page {
    height: 200px;
  }
}
