/* Zone spécifique à FEUR uniquement */
.feur-wrapper {
  height: calc(100vh - 80px); /* enlève environ la hauteur de la navbar */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* FEUR gigantesque */
h1.feur {
  font-size: clamp(6rem, 35vw, 40rem);
  line-height: 0.9;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

/* À propos discret en bas */
a.vrai {
  position: absolute;
  bottom: 10px;
  font-size: 8px;
  color: #888;
  text-decoration: none;
}

a.vrai:hover {
  text-decoration: underline;
}
