/* Accueil : seul le fond change. Tous les panneaux existants restent intacts. */
html,
body {
  background-color: #d8ff73 !important;
  background-image: none !important;
}

.prairie-page {
  background: transparent !important;
}

.prairie-page .prairie-backdrop {
  background-color: #d8ff73 !important;
  background-image: url("/assets/home-prairie-fond-final-v8.png") !important;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* Supprime uniquement les anciens calques de décor ajoutés derrière les panneaux. */
.prairie-page .prairie-backdrop::before,
.prairie-page .prairie-backdrop::after,
.prairie-page::before,
.prairie-page::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

@media (max-width: 700px) {
  .prairie-page .prairie-backdrop {
    background-position: center bottom !important;
    background-size: cover !important;
  }
}
