/* ===============================
   Styles personnalisés Bataille Royale
   =============================== */

/* Bannière recadrée au centre */
.banner-container {
  height: 28svh;
  max-height: 640px;
  min-height: 160px;
}
@media (min-width: 640px) {
  .banner-container { height: 36svh; }
}
@media (min-width: 768px) {
  .banner-container { height: 45svh; }
}
@media (min-width: 1024px) {
  .banner-container { height: 60svh; }
}

/* Image en fond */
.banner-image {
  width: 100%;
  height: 100%;
  background-image: url('img/banner.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
