/* ===== PAGE À PROPOS ===== */

/* HERO */
.ap-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  overflow: hidden;
  background: #3a7fa3;
}

.ap-hero-img {
  position: absolute;
  inset: 0;
  background-image: url('../images/labyrinthe-fond.png');
  background-repeat: repeat;
  background-size: 600px;
  background-position: center;
  opacity: 0.06;
}

.ap-hero-overlay {
  display: none;
}

.ap-hero-content {
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px 20px;
  width: 100%;
}

.ap-hero-label {
  font-family: 'Luckiest Guy', cursive;
  color: #eba946;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.ap-hero h1 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(60px, 10vw, 120px);
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}

.ap-hero-sub {
  font-size: clamp(17px, 1.5vw, 22px);
  color: rgba(255,255,255,0.88);
}

/* SECTIONS */
.ap-section {
  padding: 80px 20px;
}

.ap-section:nth-child(odd) {
  background: #fffdf8;
}

.ap-section:nth-child(even) {
  background: #f5efe0;
}

.ap-container {
  max-width: 1100px;
  margin: 0 auto;
}

.ap-section h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(28px, 3.5vw, 52px);
  color: #2e7d32;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.1;
}

.ap-section p {
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.75;
  color: #444;
  margin-bottom: 16px;
}

.ap-phrase-cle {
  font-size: clamp(19px, 1.5vw, 24px) !important;
  color: #2c2418 !important;
  font-style: italic;
  margin-top: 10px;
}

/* INTRO */
.ap-intro-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ap-intro-text {
  flex: 1;
}

.ap-intro-img {
  flex: 0 0 380px;
}

.ap-intro-img img {
  width: 100%;
  display: block;
}

/* HISTOIRE */
.ap-histoire {
  background: #1a3c1a !important;
}

.ap-histoire h2 {
  color: #eba946 !important;
}

.ap-histoire p {
  color: rgba(255,255,255,0.85) !important;
}

.ap-histoire-inner {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.ap-histoire-deco {
  font-size: 80px;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 8px;
}

.ap-histoire-text blockquote {
  background: rgba(235,169,70,0.15);
  border-left: 4px solid #eba946;
  padding: 20px 28px;
  border-radius: 0 12px 12px 0;
  margin: 20px 0;
  font-size: clamp(19px, 1.6vw, 26px) !important;
  font-style: italic;
  color: #eba946 !important;
  line-height: 1.5;
}

/* EXPÉRIENCE */
.ap-exp-intro {
  max-width: 700px;
}

.ap-exp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.ap-exp-item {
  background: #fff;
  border-top: 5px solid;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ap-exp-emoji {
  font-size: 44px;
}

.ap-exp-item p {
  font-size: clamp(16px, 1.2vw, 18px) !important;
  color: #333 !important;
  margin: 0;
  line-height: 1.5;
}

/* ÉVOLUE */
.ap-evolue-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ap-evolue-text {
  flex: 1;
}

.ap-evolue-img {
  flex: 0 0 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.ap-evolue-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* PARTAGER */
.ap-partager-card {
  background: #eba946;
  color: white;
  border-radius: 24px;
  padding: 60px 70px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.ap-partager-card h2 {
  color: white !important;
  margin-bottom: 20px;
}

.ap-partager-card p {
  color: rgba(255,255,255,0.92) !important;
  font-size: clamp(18px, 1.5vw, 22px) !important;
}

.ap-partager-card .ap-phrase-cle {
  color: white !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: bold;
}

/* PRENDRE LE TEMPS */
.ap-temps-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

.ap-temps-img {
  flex: 0 0 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.ap-temps-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.ap-temps-text {
  flex: 1;
}

/* CONCLUSION */
.ap-conclusion {
  background: #2e7d32 !important;
  text-align: center;
  padding: 100px 20px !important;
}

.ap-conclusion-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.ap-conclusion-inner::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 180px;
  color: rgba(255,255,255,0.12);
  position: absolute;
  top: -60px;
  left: -10px;
  line-height: 1;
}

.ap-conclusion-inner p {
  color: rgba(255,255,255,0.92) !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  font-style: italic;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.ap-conclusion-suite {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(32px, 4vw, 58px) !important;
  color: #eba946 !important;
  font-style: normal !important;
  letter-spacing: 1px;
  margin-top: 30px !important;
  display: block;
  line-height: 1.1;
}

/* CTA */
.ap-cta {
  background: #eba946;
  text-align: center;
  padding: 80px 20px;
}

.ap-cta-phrase {
  font-size: clamp(16px, 1.3vw, 20px);
  color: rgba(255,255,255,0.88);
  font-style: italic;
  margin-bottom: 16px;
}

.ap-cta h2 {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(36px, 5vw, 70px);
  color: white;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.ap-cta-btn {
  background: #1a3c1a;
  color: white !important;
  font-size: 20px;
  padding: 18px 40px;
  border-radius: 14px;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {

  .ap-hero {
    margin-top: 96px;
    height: 340px;
  }

  .ap-section {
    padding: 50px 16px;
  }

  .ap-intro-inner,
  .ap-evolue-inner,
  .ap-temps-inner {
    flex-direction: column;
    gap: 30px;
  }

  .ap-intro-img,
  .ap-evolue-img,
  .ap-temps-img {
    flex: none;
    width: 100%;
  }

  .ap-evolue-img img,
  .ap-temps-img img {
    height: 220px;
  }

  .ap-histoire-inner {
    flex-direction: column;
    gap: 20px;
  }

  .ap-histoire-deco {
    font-size: 50px;
  }

  .ap-exp-grid {
    grid-template-columns: 1fr;
  }

  .ap-partager-card {
    padding: 36px 24px;
  }

  .ap-cta {
    padding: 50px 16px;
  }
}
