


/* ===========================
   ABOUT PAGE — Article premium
   (sans cartes partout)
   Compatible main.css
   =========================== */

.about-hero {
  padding: 80px 0 56px 0;
  background: var(--background-color);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.about-hero h1 {
  font-family: var(--heading-font);
  font-weight: 820;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.about-hero .lead {
  max-width: 860px;
  margin: 0;
  line-height: 1.75;
  font-size: 1.06rem;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
}

.about-hero-divider {
  width: 72px;
  height: 2px;
  margin-top: 18px;
  background: var(--accent-color);
  opacity: 0.9;
}

/* Article */
.about-article {
  max-width: 860px;
  margin: 0 auto;
}

.about-article h2 {
  font-family: var(--heading-font);
  font-weight: 780;
  letter-spacing: -0.01em;
  margin-top: 46px;
  margin-bottom: 14px;
}

.about-article h3 {
  font-family: var(--heading-font);
  font-weight: 780;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}

.about-article p {
  line-height: 1.9;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  margin-bottom: 16px;
}

/* Chapeau (intro) */
.about-lede {
  font-size: 1.08rem;
  line-height: 1.95;
  color: color-mix(in srgb, var(--default-color), transparent 8%);
  margin-bottom: 26px;
}

/* Quote / extrait */
.about-quote {
  margin: 22px 0 34px 0;
  padding: 18px 0 18px 18px;
  border-left: 4px solid color-mix(in srgb, var(--accent-color), transparent 35%);
}

.about-quote p {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 720;
  letter-spacing: -0.01em;
  color: var(--default-color);
  line-height: 1.6;
}

/* Callout (encadré sobre) */
.about-callout {
  margin: 28px 0 10px 0;
  padding: 22px 22px;
  border: 1px solid #E7ECF3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.05);
}

.about-callout ul {
  margin: 0;
  padding-left: 18px;
}

.about-callout li {
  margin-bottom: 10px;
  line-height: 1.75;
  color: #4B5563;
}

.about-callout li:last-child {
  margin-bottom: 0;
}

/* Valeurs (liste simple premium) */
.about-values {
  list-style: none;
  padding-left: 0;
  margin-top: 14px;
  margin-bottom: 0;
}

.about-values li {
  padding: 10px 0;
  border-bottom: 1px solid #EEF2F7;
  color: #4B5563;
  line-height: 1.75;
}

.about-values li:last-child {
  border-bottom: 0;
}

.about-values strong {
  color: var(--default-color);
  font-weight: 760;
}

/* CTA final */
.about-strip {
  margin-top: 44px;
  background: #ffffff;
  border: 1px solid #E7ECF3;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.about-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.about-strip-text p {
  margin: 0;
  color: #4B5563;
  max-width: 560px;
  line-height: 1.75;
}

.about-strip-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .about-hero {
    padding: 72px 0 52px 0;
  }

  .about-strip-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-strip-actions {
    width: 100%;
  }

  .about-strip-actions .btn {
    width: 100%;
  }
}

/* ---------- Justification du texte (article institutionnel) ---------- */

/* Corps du texte uniquement */
.about-article p,
.about-callout li {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

/* On garde les titres, listes et CTA non justifiés */
.about-article h1,
.about-article h2,
.about-article h3,
.about-article ul,
.about-article blockquote,
.about-strip,
.about-hero,
.about-hero p {
  text-align: left;
}

/* Sur mobile, on enlève la justification (meilleure lisibilité) */
@media (max-width: 768px) {
  .about-article p,
  .about-callout li {
    text-align: left;
  }
}


.about-values-intro {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 14%);
}

.about-values-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.about-values-list li {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: #4B5563;
}

.about-values-list strong {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 760;
  color: var(--default-color);
}

.about-cta {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #E7EAF0; /* plein, pas dashed */
}
