.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-2cdf1bf1 *//* =========================================================
   AFROLOGY — PAGE AFROLOGIE / À PROPOS PREMIUM
   ========================================================= */

/* Base */

.afp-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.afp-section {
  padding: 90px 0;
}

.afp-section-soft {
  background: #f7f3ea;
}

.afp-eyebrow {
  color: #b68a3a;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.afp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.afp-btn-primary {
  background: #173b2f;
  color: #ffffff !important;
  border: 1px solid #173b2f;
}

.afp-btn-primary:hover {
  background: #0f2a21;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.afp-btn-secondary,
.afp-btn-ghost {
  background: #ffffff;
  color: #173b2f !important;
  border: 1px solid rgba(23, 59, 47, 0.22);
}

.afp-btn-secondary:hover,
.afp-btn-ghost:hover {
  background: #f7f3ea;
  color: #173b2f !important;
  transform: translateY(-2px);
}

/* Hero avec image */

.afp-about-hero {
  background: #f7f3ea;
  padding: 110px 0 90px;
}

.afp-about-hero-with-image {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(247, 243, 234, 0.98) 0%,
      rgba(247, 243, 234, 0.96) 38%,
      rgba(247, 243, 234, 0.78) 62%,
      rgba(247, 243, 234, 0.35) 100%
    ),
    url("https://www.afrology.com/wp-content/uploads/2026/06/afrology-zalikha-reunion-redaction.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.afp-about-hero-with-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(182, 138, 58, 0.14),
      transparent 38%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(247, 243, 234, 0.18)
    );
  pointer-events: none;
}

.afp-about-hero-with-image .afp-container {
  position: relative;
  z-index: 2;
}

.afp-about-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 54px;
  align-items: center;
}

.afp-about-hero h1 {
  max-width: 980px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 16px 0 28px;
  color: #111111;
}

.afp-about-hero p {
  max-width: 780px;
  font-size: 21px;
  line-height: 1.7;
  color: #4a4a4a;
}

.afp-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

/* Carte logo du hero */

/* =========================================================
   Hero Afrologie — version élégante brun fumé translucide
   ========================================================= */

.afp-about-hero-card {
  background: rgba(63, 41, 27, 0.42);
  color: #4b2f1d;
  padding: 38px;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(45, 28, 18, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 248, 240, 0.18);
}

.afp-about-hero-card img {
  width: 145px !important;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 22px;
}

.afp-about-hero-card p {
  color: #4a2f21;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  font-weight: 600;
}

.afp-about-hero-card strong,
.afp-about-hero-card h2,
.afp-about-hero-card h3,
.afp-about-hero-card .afp-eyebrow {
  color: #3b2418;
}

/* Option : si tu ajoutes du texte secondaire plus tard */
.afp-about-hero-card small,
.afp-about-hero-card .afp-note {
  color: rgba(59, 36, 24, 0.78);
}

/* Mobile */
@media (max-width: 680px) {
  .afp-about-hero-card {
    padding: 28px;
    background: rgba(63, 41, 27, 0.34);
  }

  .afp-about-hero-card img {
    width: 110px !important;
  }

  .afp-about-hero-card p {
    font-size: 16px;
  }
}

/* Mission / Vision */

.afp-about-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.afp-about-panel {
  background: #ffffff;
  border-radius: 34px;
  padding: 48px;
  box-shadow: 0 20px 55px rgba(17, 17, 17, 0.07);
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.afp-about-panel h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #111111;
  margin: 14px 0 24px;
}

.afp-about-panel p {
  font-size: 18px;
  line-height: 1.75;
  color: #4a4a4a;
}

.afp-about-panel-dark {
  background: #173b2f;
  color: #ffffff;
}

.afp-about-panel-dark h2 {
  color: #ffffff;
}

.afp-about-panel-dark p {
  color: rgba(255, 255, 255, 0.78);
}

/* Introductions de sections */

.afp-section-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 42px;
}

.afp-section-intro h2 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.035em;
  margin: 10px 0 0;
  color: #111111;
}

.afp-section-intro p {
  font-size: 18px;
  line-height: 1.7;
  color: #4a4a4a;
}

/* Ligne éditoriale */

.afp-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.afp-principle-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px;
  border: 1px solid rgba(17, 17, 17, 0.07);
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.05);
}

.afp-principle-card span {
  display: inline-block;
  color: #b68a3a;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.afp-principle-card h3 {
  font-size: 23px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #111111;
}

.afp-principle-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0;
}

/* Domaines d’analyse */

.afp-analysis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.afp-analysis-card {
  padding: 34px;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 20px 50px rgba(17, 17, 17, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.afp-analysis-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.10);
}

.afp-analysis-card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #111111;
}

.afp-analysis-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.afp-analysis-card a,
.afp-project-card a {
  color: #173b2f;
  font-weight: 800;
  text-decoration: none;
}

.afp-analysis-card a:hover,
.afp-project-card a:hover {
  color: #b68a3a;
}

/* Section méthode */

.afp-section-dark {
  background: #111111;
  color: #ffffff;
}

.afp-section-dark .afp-eyebrow {
  color: #b68a3a;
}

.afp-section-intro-dark h2,
.afp-section-dark h2,
.afp-section-dark h3 {
  color: #ffffff;
}

.afp-section-intro-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.afp-method-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.afp-method-timeline article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 26px;
  padding: 28px;
}

.afp-method-timeline span {
  display: inline-block;
  color: #b68a3a;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.afp-method-timeline h3 {
  font-size: 22px;
  margin: 0 0 12px;
}

.afp-method-timeline p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  font-size: 15px;
  margin: 0;
}

/* Projets */

.afp-projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.afp-project-card {
  background: #f7f3ea;
  border-radius: 30px;
  padding: 34px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.afp-project-card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #111111;
}

.afp-project-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #4a4a4a;
  margin-bottom: 20px;
}

/* Comment contribuer */

.afp-contribute-section {
  background: #f7f3ea;
}

.afp-contribute-panel {
  background: #173b2f;
  border-radius: 38px;
  padding: 56px;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.15);
}

.afp-contribute-panel h2 {
  color: #ffffff;
  max-width: 850px;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 14px 0 24px;
}

.afp-contribute-panel > div > p {
  max-width: 850px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.75;
}

.afp-contribute-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 42px 0;
}

.afp-contribute-list div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 26px;
}

.afp-contribute-list h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0 0 12px;
}

.afp-contribute-list p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.afp-contribute-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Responsive */

@media (max-width: 1100px) {
  .afp-principles-grid,
  .afp-projects-grid,
  .afp-contribute-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .afp-method-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .afp-about-hero {
    padding: 80px 0 65px;
  }

  .afp-about-hero-with-image {
    background:
      linear-gradient(
        180deg,
        rgba(247, 243, 234, 0.98) 0%,
        rgba(247, 243, 234, 0.94) 55%,
        rgba(247, 243, 234, 0.80) 100%
      ),
      url("https://www.afrology.com/wp-content/uploads/2026/06/afrology-zalikha-reunion-redaction.webp");
    background-size: cover;
    background-position: center;
  }

  .afp-about-hero-grid,
  .afp-about-two-col,
  .afp-analysis-grid,
  .afp-section-intro {
    grid-template-columns: 1fr;
  }

  .afp-section-intro {
    gap: 22px;
  }

  .afp-about-hero-card {
    padding: 32px;
  }
}

@media (max-width: 680px) {
  .afp-container {
    width: min(100% - 28px, 1180px);
  }

  .afp-section {
    padding: 64px 0;
  }

  .afp-about-hero h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .afp-about-hero p {
    font-size: 18px;
  }

  .afp-about-hero-card img {
    width: 110px !important;
  }

  .afp-about-panel,
  .afp-contribute-panel {
    padding: 32px;
  }

  .afp-principles-grid,
  .afp-projects-grid,
  .afp-contribute-list,
  .afp-method-timeline {
    grid-template-columns: 1fr;
  }

  .afp-section-intro h2,
  .afp-about-panel h2,
  .afp-contribute-panel h2 {
    letter-spacing: -0.035em;
  }

  .afp-hero-actions,
  .afp-contribute-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .afp-btn {
    width: 100%;
    text-align: center;
  }
}
```/* End custom CSS */