.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-1b51cbf1 *//* =========================================================
   AFROLOGY — PAGE AFROGORA PREMIUM
   CSS COMPLET
   À coller dans : Apparence > Personnaliser > CSS additionnel
   ou dans le CSS personnalisé Elementor de la page Afrogora
========================================================= */

:root {
  --afg-black: #111111;
  --afg-text: #2b2b2b;
  --afg-muted: #5f5a55;

  --afg-cream: #f7f3ea;
  --afg-cream-soft: #fffaf0;
  --afg-white: #ffffff;

  --afg-brown: #7a4a24;
  --afg-brown-soft: #8a5528;
  --afg-brown-dark: #563017;

  --afg-gold: #b68a3a;
  --afg-gold-soft: #e6c878;

  --afg-green: #173b2f;

  --afg-border: rgba(122, 74, 36, 0.16);
  --afg-border-strong: rgba(122, 74, 36, 0.30);

  --afg-shadow-soft: 0 14px 38px rgba(122, 74, 36, 0.08);
  --afg-shadow: 0 24px 70px rgba(17, 17, 17, 0.12);

  --afg-font-sans: "Source Sans 3", Inter, Arial, sans-serif;
  --afg-font-title: "Lora", Georgia, "Times New Roman", serif;
}

/* =========================================================
   BASE
========================================================= */

.afg-page,
.afg-page * {
  box-sizing: border-box;
}

.afg-page {
  background: var(--afg-cream);
  color: var(--afg-text);
  overflow: hidden;
}

.afg-page img {
  max-width: 100%;
  height: auto;
}

.afg-page a {
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.afg-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.afg-section {
  padding: 58px 0;
}

/* =========================================================
   EYEBROW
========================================================= */

.afg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--afg-brown);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-family: var(--afg-font-sans);
  font-weight: 900;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.afg-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--afg-gold);
  border-radius: 999px;
  flex: 0 0 auto;
}

/* =========================================================
   BOUTONS
========================================================= */

.afg-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: var(--afg-font-sans);
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  border: 1px solid transparent;
  cursor: pointer;
}

.afg-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(122, 74, 36, 0.18);
}

.afg-btn-primary {
  background: var(--afg-brown);
  color: #ffffff !important;
}

.afg-btn-primary:hover,
.afg-btn-primary:focus {
  background: var(--afg-brown-dark);
  color: #ffffff !important;
}

.afg-btn-secondary {
  background: rgba(255, 255, 255, 0.84);
  color: var(--afg-green) !important;
  border-color: rgba(23, 59, 47, 0.24);
}

.afg-btn-secondary:hover,
.afg-btn-secondary:focus {
  background: #ffffff;
  color: var(--afg-green) !important;
  border-color: rgba(23, 59, 47, 0.38);
}

/* =========================================================
   HERO AFROGORA
========================================================= */

.afg-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 20%, rgba(182, 138, 58, 0.18), transparent 34%),
    linear-gradient(135deg, #fffaf0 0%, #f7f3ea 48%, #efe3cf 100%);
  border-bottom: 1px solid rgba(122, 74, 36, 0.12);
}

.afg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(122, 74, 36, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 74, 36, 0.026) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.32;
  pointer-events: none;
}

.afg-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 42px;
  align-items: center;
  padding: 64px 0;
}

.afg-hero-content h1 {
  margin: 0 0 20px;
  max-width: 650px;
  font-family: var(--afg-font-title);
  font-size: clamp(42px, 4.4vw, 68px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: var(--afg-black);
}

.afg-hero-content h1 span {
  color: var(--afg-brown);
}

.afg-hero-content p {
  max-width: 610px;
  margin: 0;
  font-family: var(--afg-font-sans);
  font-size: 17.5px;
  line-height: 1.65;
  color: var(--afg-muted);
}

.afg-hero-content p strong {
  color: var(--afg-brown-dark);
}

.afg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.afg-hero-visual {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(122, 74, 36, 0.20);
  box-shadow: var(--afg-shadow);
  background: #eadfce;
}

.afg-hero-visual::before {
  content: "Afrogora";
  position: absolute;
  left: 22px;
  top: 22px;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(32, 17, 12, 0.72);
  color: #fffaf0;
  font-family: var(--afg-font-sans);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}

.afg-hero-visual img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}

/* =========================================================
   INTRO MANIFESTE
========================================================= */

.afg-intro-section {
  background: #fffdf8;
  padding-top: 48px;
  padding-bottom: 48px;
}

.afg-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--afg-border);
  box-shadow: var(--afg-shadow-soft);
}

.afg-intro-card h2 {
  margin: 0;
  font-family: var(--afg-font-title);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--afg-black);
}

.afg-intro-card p {
  margin: 0;
  font-family: var(--afg-font-sans);
  font-size: 17px;
  line-height: 1.68;
  color: var(--afg-muted);
}

/* =========================================================
   TITRES DE SECTION
========================================================= */

.afg-section-heading {
  margin-bottom: 30px;
}

.afg-centered-heading {
  display: flex;
  justify-content: center;
  text-align: center;
}

.afg-section-heading h2 {
  max-width: 830px;
  margin: 0 auto;
  font-family: var(--afg-font-title);
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--afg-black);
}

.afg-section-heading p {
  max-width: 720px;
  margin: 14px auto 0;
  font-family: var(--afg-font-sans);
  font-size: 17px;
  line-height: 1.62;
  color: var(--afg-muted);
}

/* =========================================================
   FORMATS AFROGORA
========================================================= */

.afg-formats-section {
  background: var(--afg-cream);
}

.afg-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.afg-format-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--afg-border);
  box-shadow: var(--afg-shadow-soft);
}

.afg-format-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: rgba(182, 138, 58, 0.10);
  pointer-events: none;
}

.afg-format-featured {
  background:
    linear-gradient(150deg, rgba(122, 74, 36, 0.96), rgba(86, 48, 23, 0.96));
  color: #fffaf0;
}

.afg-format-featured h3,
.afg-format-featured p,
.afg-format-featured .afg-card-link,
.afg-format-featured .afg-format-number {
  color: #fffaf0 !important;
}

.afg-format-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(182, 138, 58, 0.16);
  color: var(--afg-brown);
  font-family: var(--afg-font-sans);
  font-weight: 900;
}

.afg-format-featured .afg-format-number {
  background: rgba(255, 255, 255, 0.16);
}

.afg-format-card h3 {
  margin: 0 0 12px;
  font-family: var(--afg-font-title);
  font-size: 32px;
  line-height: 1.05;
  color: var(--afg-black);
}

.afg-format-card p {
  margin: 0;
  font-family: var(--afg-font-sans);
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--afg-muted);
}

.afg-card-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--afg-brown) !important;
  font-family: var(--afg-font-sans);
  font-weight: 900;
  text-decoration: none !important;
}

.afg-card-link:hover {
  color: var(--afg-brown-dark) !important;
}

.afg-format-featured .afg-card-link:hover {
  color: #ffffff !important;
}

.afg-pill {
  display: inline-flex;
  margin-top: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(122, 74, 36, 0.10);
  color: var(--afg-brown);
  font-family: var(--afg-font-sans);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* =========================================================
   IMAGE LARGE / CITATION
========================================================= */

.afg-wide-visual-section {
  background: #fffdf8;
  padding: 58px 0;
}

.afg-wide-visual {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(122, 74, 36, 0.20);
  box-shadow: var(--afg-shadow);
  background: #20110c;
}

.afg-wide-visual img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  opacity: 0.90;
}

.afg-wide-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(32, 17, 12, 0.78) 0%,
      rgba(32, 17, 12, 0.44) 42%,
      rgba(32, 17, 12, 0.10) 100%
    );
  pointer-events: none;
}

.afg-wide-caption {
  position: absolute;
  left: 36px;
  bottom: 34px;
  z-index: 2;
  max-width: 560px;
  color: #fffaf0;
}

.afg-wide-caption span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--afg-gold-soft);
  font-family: var(--afg-font-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.afg-wide-caption h2 {
  margin: 0 0 12px;
  font-family: var(--afg-font-title);
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.afg-wide-caption p {
  margin: 0;
  font-family: var(--afg-font-sans);
  font-size: 17px;
  line-height: 1.62;
  color: rgba(255, 250, 240, 0.90);
}

/* =========================================================
   POURQUOI AFROGORA
========================================================= */

.afg-why-section {
  background: var(--afg-cream);
}

.afg-why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: start;
}

.afg-why-intro h2 {
  margin: 0 0 16px;
  font-family: var(--afg-font-title);
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--afg-black);
}

.afg-why-intro p {
  margin: 0;
  font-family: var(--afg-font-sans);
  font-size: 17px;
  line-height: 1.68;
  color: var(--afg-muted);
}

.afg-why-items {
  display: grid;
  gap: 14px;
}

.afg-why-items article {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--afg-border);
  box-shadow: var(--afg-shadow-soft);
}

.afg-why-items h3 {
  margin: 0 0 8px;
  font-family: var(--afg-font-title);
  font-size: 27px;
  color: var(--afg-brown);
}

.afg-why-items p {
  margin: 0;
  font-family: var(--afg-font-sans);
  color: var(--afg-muted);
  line-height: 1.6;
}

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

.afg-cta-section {
  background: #fffdf8;
  padding-bottom: 72px;
}

.afg-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 20%, rgba(182, 138, 58, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 240, 0.98));
  border: 1px solid var(--afg-border);
  box-shadow: var(--afg-shadow-soft);
}

.afg-cta-card h2 {
  margin: 0 0 12px;
  font-family: var(--afg-font-title);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--afg-black);
}

.afg-cta-card p {
  max-width: 760px;
  margin: 0;
  font-family: var(--afg-font-sans);
  font-size: 17px;
  line-height: 1.62;
  color: var(--afg-muted);
}

.afg-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 230px;
}

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

@media (max-width: 1024px) {
  .afg-hero-grid,
  .afg-intro-card,
  .afg-why-grid,
  .afg-cta-card {
    grid-template-columns: 1fr;
  }

  .afg-hero-grid {
    padding: 52px 0;
  }

  .afg-hero-visual img {
    height: 400px;
  }

  .afg-format-grid {
    grid-template-columns: 1fr;
  }

  .afg-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

@media (max-width: 720px) {
  .afg-container {
    width: min(100% - 32px, 1180px);
  }

  .afg-section {
    padding: 44px 0;
  }

  .afg-hero-grid {
    gap: 28px;
    padding: 44px 0;
  }

  .afg-hero-content h1 {
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1.06;
  }

  .afg-hero-content p,
  .afg-intro-card p,
  .afg-section-heading p,
  .afg-why-intro p,
  .afg-cta-card p {
    font-size: 16px;
  }

  .afg-hero-actions,
  .afg-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .afg-btn {
    width: 100%;
  }

  .afg-hero-visual,
  .afg-wide-visual {
    border-radius: 24px;
  }

  .afg-hero-visual img {
    height: 290px;
  }

  .afg-intro-card,
  .afg-format-card,
  .afg-cta-card {
    padding: 22px;
    border-radius: 24px;
  }

  .afg-wide-visual {
    min-height: 390px;
  }

  .afg-wide-visual img {
    height: 440px;
  }

  .afg-wide-visual::after {
    background:
      linear-gradient(
        0deg,
        rgba(32, 17, 12, 0.82) 0%,
        rgba(32, 17, 12, 0.38) 58%,
        rgba(32, 17, 12, 0.10) 100%
      );
  }

  .afg-wide-caption {
    left: 22px;
    right: 22px;
    bottom: 24px;
    max-width: none;
  }

  .afg-wide-caption h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .afg-wide-caption p {
    font-size: 15.5px;
  }
}

/* =========================================================
   TRÈS PETITS ÉCRANS
========================================================= */

@media (max-width: 420px) {
  .afg-container {
    width: min(100% - 24px, 1180px);
  }

  .afg-hero-content h1 {
    font-size: 34px;
  }

  .afg-hero-visual img {
    height: 255px;
  }

  .afg-wide-caption {
    left: 18px;
    right: 18px;
    bottom: 20px;
  }
}
```css
/* =========================================================
   CORRECTIF LISIBILITÉ — BLOC IMAGE LARGE AFROGORA
   À ajouter tout à la fin du CSS
========================================================= */

/* Voile plus lisible côté texte, mais image préservée à droite */
.afg-page .afg-wide-visual::after {
  background:
    linear-gradient(
      90deg,
      rgba(32, 17, 12, 0.88) 0%,
      rgba(32, 17, 12, 0.74) 34%,
      rgba(32, 17, 12, 0.42) 58%,
      rgba(32, 17, 12, 0.12) 100%
    ) !important;
}

/* Cartouche discret derrière le texte */
.afg-page .afg-wide-caption {
  max-width: 610px !important;
  padding: 26px 28px 28px;
  border-radius: 24px;
  background: rgba(32, 17, 12, 0.48);
  border: 1px solid rgba(255, 250, 240, 0.16);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(3px);
}

/* Mot AFROGORA */
.afg-page .afg-wide-caption span {
  color: #e6c878 !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.38);
}

/* Titre : on force la lisibilité contre les styles JNews/Elementor */
.afg-page .afg-wide-caption h2 {
  color: #fffaf0 !important;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

/* Texte secondaire */
.afg-page .afg-wide-caption p {
  color: rgba(255, 250, 240, 0.94) !important;
  text-shadow: 0 2px 9px rgba(0, 0, 0, 0.42);
}

/* Mobile : cartouche plus léger */
@media (max-width: 720px) {
  .afg-page .afg-wide-caption {
    padding: 20px;
    border-radius: 20px;
    background: rgba(32, 17, 12, 0.58);
  }

  .afg-page .afg-wide-caption h2 {
    font-size: clamp(29px, 8vw, 40px) !important;
  }
}
```/* End custom CSS */