/* =========================
   HERO
========================= */
.hero-pedagogie {
  background-image: url("../../assets/images/hero-peda.jpg");
  background-size: cover; 
  background-position: top;
  background-repeat: no-repeat; 
}


/* =========================
   Sections génériques
========================= */

.pedagogy-intent,
.pedagogy-methods,
.pedagogy-horse,
.pedagogy-evaluation,
.pedagogy-audience {
  padding: 5rem 1rem;
}

/* =========================
   LAYOUT + TEXT
========================= */

.text-image {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

.text-image.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.text-image .text h2 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem;
}

.text-image .intro {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.text-image blockquote {
  margin-top: 2rem;
  font-style: italic;
  color: #6b8f6b;
  border-left: 3px solid #7aa37a;
  padding-left: 1rem;
}


/* =========================
   IMAGES
========================= */
.pedagogy-intent img,
.pedagogy-horse img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}



/* =========================
   PILLIERS
========================= */

.pedagogy-pillars {
  padding: 5rem 1rem;
  background-color: #f9fbf9;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.pillar-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 2.2rem 2rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pillar-card h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}


/* =========================
   METHODES PEDA
========================= */

.pedagogy-methods h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.methods-list {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 1.2rem;
}

.methods-list li {
  margin-bottom: 0.9rem;
  line-height: 1.6;
}

.pedagogy-methods .note {
  margin-top: 2rem;
  text-align: center;
  font-style: italic;
  color: #666;
}


/* =========================
   EVALUATION
========================= */

.pedagogy-evaluation ul {
  max-width: 620px;
  margin: 2rem auto 0;
  padding-left: 1.2rem;
}

.pedagogy-evaluation li {
  margin-bottom: 0.8rem;
}


/* =========================
   AUDIENCE
========================= */

.pedagogy-audience {
  background-color: #f9fbf9;
}

.pedagogy-audience p {
  max-width: 720px;
  margin: 0 auto 1.2rem;
  text-align: center;
}

.pedagogy-audience .note {
  font-style: italic;
  color: #777;
}

/* =========================
   CTA
========================= */

.pedagogy-cta {
  padding: 5rem 1rem 6rem;
  text-align: center;
}

.pedagogy-cta h2 {
  margin-bottom: 2rem;
}

.pedagogy-cta a {
  margin: 0 0.8rem;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .text-image,
  .text-image.reverse {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .pillars-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .pedagogy-hero h1 {
    font-size: 2.1rem;
  }
}
