/* Fondatrice + description */
.fondatrice {
  max-width: 800px;
  margin: 25px auto;
  padding: 0 20px;
  display: flex;
  gap: 24px;
  align-items: stretch;
  border-width: 6px;
  border-color: #f2ede6;
  border: 15px;
}

.fondatrice img {
  width: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.fondatrice .description {
  flex: 1;
  line-height: 1.6;
}

section {
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

section:last-child {
  border-bottom: none;
}

/* ---------- MOBILE : 768 px ---------- */
@media (max-width: 768px) {

  /* --- HEADER --- */
  header {
    flex-direction: column;
    padding: 12px 15px;
  }
  .yblogo { height: 80px; }
  nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  /* --- CONTENEUR --- */
  .container { padding: 0 15px; }

/* -- Fondatrice : image au-dessus du texte -- */
.fondatrice {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.fondatrice img {
  margin: 0 auto 12px;
}

/* -- Hero-overlay : texte plus petit pour tout afficher -- */
.hero-overlay {
  width: 70%;
  max-width: 300px;
  padding: 12px 16px;
}
.hero-overlay h1 {
  font-size: 1.2rem;
}
.hero-overlay p {
  font-size: 0.8rem;
}

  /* --- VIDÉO & CARTE --- */
  #map-tunisie iframe,
  #video-tunisie video {
    height: 250px;
  }
}