/*
 Theme Name: Geoparcs France – Child
 Description: Styles généraux du thème enfant (lourd déplacé vers layout.css & cards.css)
*/

/* ---------------------------------------
   Hero "boxed" (optionnel, non plein écran)
   Utilise cette classe à la place de .hero
   quand tu ne veux pas de bord-à-bord.
-----------------------------------------*/
.hero--boxed {
  padding-block: 3rem 2rem;
  border-bottom: 1px solid #e6e9e5;
  background: #fff;
}

.hero--boxed h1 {
  margin: 0 0 .5rem 0;
  font-weight: 800;
}

.hero--boxed p {
  margin: 0;
  font-size: 1.125rem;
  color: #4b5563;
}

/* Média dans le hero "boxed" */
.hero--boxed .hero-media {
  margin-top: 1.25rem;
  border-radius: 12px;
  overflow: hidden;
}
