.fdf-main {
  min-height: 50vh;
}

.fdf-page-carte-full .fdf-main,
.fdf-page-carte-full #main-content {
  height: calc(100vh - var(--fdf-header-height));
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.fdf-page-carte-full .fdf-footer {
  display: none;
}

#fdf-map {
  width: 100%;
  height: 100%;
}

.fdf-alert-banner {
  background: #fff3cd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.875rem;
}

.fdf-alert-banner--meteo { background: #fff3cd; }
.fdf-alert-banner--exclusif { background: #f8d7da; }
.fdf-alert-banner--info { background: #cff4fc; }

.fdf-alert-banner__link {
  color: inherit;
  text-decoration: none;
}

.fdf-alert-banner__link:hover {
  text-decoration: underline;
}

.fdf-home-empty {
  padding: 2rem 1.5rem;
  text-align: center;
  color: var(--fdf-muted, #666);
}
