.elementor-902569 .elementor-element.elementor-element-1c6fb948{--display:flex;}/* Start custom CSS for html, class: .elementor-element-36a02b4c *//* =========================================================
   AFROLOGY — AFROVIEWS / TEMPLATE ARTICLE INTERVIEW
   CSS CORRIGÉ & DURCI POUR WORDPRESS / JNEWS / ELEMENTOR
   Version : 1.1
   Usage : CSS personnalisé Elementor ou CSS additionnel WordPress
========================================================= */

:root {
  --afi-black: var(--afh-black, #111111);
  --afi-text: var(--afh-text, #2b2b2b);
  --afi-muted: var(--afh-muted, #5f5a55);
  --afi-cream: var(--afh-cream, #f7f3ea);
  --afi-cream-soft: #fffdf8;
  --afi-white: #ffffff;

  --afi-brown: var(--afh-brown, #7a4a24);
  --afi-brown-dark: var(--afh-brown-dark, #563017);
  --afi-gold: var(--afh-gold, #b68a3a);
  --afi-green: var(--afh-green, #173b2f);

  --afi-border: rgba(122, 74, 36, 0.14);
  --afi-shadow-soft: 0 16px 44px rgba(17, 17, 17, 0.055);
  --afi-shadow-strong: 0 28px 82px rgba(17, 17, 17, 0.16);

  --afi-font-sans: var(--afh-font-sans, "Source Sans 3", Inter, Arial, sans-serif);
  --afi-font-title: var(--afh-font-title, "Lora", Georgia, "Times New Roman", serif);
}

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

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

.afi-page {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--afi-cream-soft);
  color: var(--afi-text);
  font-family: var(--afi-font-sans);
}

.afi-page .afp-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.afi-page h1,
.afi-page h2,
.afi-page h3 {
  margin-top: 0;
  font-family: var(--afi-font-title);
  color: var(--afi-black);
  letter-spacing: -0.035em;
}

.afi-page p {
  margin-top: 0;
  color: var(--afi-muted);
  line-height: 1.68;
}

.afi-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.afi-page figure,
.afi-page blockquote {
  margin: 0;
}

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

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

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

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

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

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

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

.afi-page .afp-btn-primary {
  background: var(--afi-brown);
  border-color: var(--afi-brown);
  color: #ffffff !important;
}

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

.afi-page .afp-btn-secondary,
.afi-page .afp-btn-ghost {
  background: rgba(255, 255, 255, 0.80);
  border-color: rgba(122, 74, 36, 0.28);
  color: var(--afi-brown) !important;
}

.afi-page .afp-btn-secondary:hover,
.afi-page .afp-btn-secondary:focus,
.afi-page .afp-btn-ghost:hover,
.afi-page .afp-btn-ghost:focus {
  background: rgba(122, 74, 36, 0.08);
  color: var(--afi-brown-dark) !important;
}

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

.afi-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 58px 0 66px;
  background:
    linear-gradient(
      90deg,
      rgba(247, 243, 234, 0.96) 0%,
      rgba(247, 243, 234, 0.84) 42%,
      rgba(247, 243, 234, 0.42) 100%
    ),
    radial-gradient(circle at 78% 24%, rgba(182, 138, 58, 0.26), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f7f3ea 100%);
  border-bottom: 1px solid rgba(122, 74, 36, 0.10);
}

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

.afi-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(285px, 0.42fr) minmax(410px, 0.98fr);
  column-gap: 0;
  align-items: center;
}

.afi-hero-content {
  position: relative;
  z-index: 5;
  max-width: 730px;
  padding-right: 24px;
}

.afi-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(42px, 5.2vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.afi-hero-lead {
  margin: 0;
  max-width: 680px;
  font-size: 18px;
}

.afi-hero-lead strong {
  color: var(--afi-brown);
}

/* Méta : fonctionne avec span. Si WordPress transforme le contenu en texte brut,
   le conteneur reste propre, mais les badges exigent idéalement des <span>. */
.afi-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.afi-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(122, 74, 36, 0.14);
  color: #4b2f1d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.afi-hero-actions {
  position: relative;
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.afi-hero-visual {
  position: relative;
  z-index: 1;
  min-height: 505px;
  margin-left: -26px;
}

.afi-main-portrait {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: #efe8dc;
  box-shadow: var(--afi-shadow-strong);
}

.afi-main-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% 42%;
  transform: scale(1.055);
  transform-origin: center top;
}

.afi-journalist-card,
.afi-journalist-card-bridge {
  position: relative;
  z-index: 8;
  width: 350px;
  max-width: 350px;
  min-height: 142px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  justify-self: center;
  align-self: end;
  margin: 0 -78px 112px 0;
  padding: 12px 14px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 82% 12%, rgba(182, 138, 58, 0.20), transparent 34%),
    linear-gradient(135deg, rgba(17, 17, 17, 0.88), rgba(86, 48, 23, 0.84));
  border: 1px solid rgba(182, 138, 58, 0.28);
  box-shadow:
    0 22px 54px rgba(17, 17, 17, 0.20),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0.96;
  transform: translateX(22px) translateY(-10px);
}

.afi-journalist-card::before,
.afi-journalist-card-bridge::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  pointer-events: none;
}

.afi-journalist-card img,
.afi-journalist-card-bridge img {
  width: 118px;
  height: 118px;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.afi-journalist-card figcaption,
.afi-journalist-card-bridge figcaption {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11.6px;
  line-height: 1.34;
}

.afi-journalist-card strong,
.afi-journalist-card-bridge strong {
  color: var(--afi-gold);
  font-weight: 900;
}

/* =========================================================
   SECTIONS COMMUNES
========================================================= */

.afi-page .afp-section {
  padding: 64px 0;
}

.afi-intro-section,
.afi-interview-section,
.afi-final-cta-section {
  background: var(--afi-cream-soft);
}

.afi-key-section,
.afi-gallery-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(182, 138, 58, 0.08), transparent 26%),
    linear-gradient(180deg, #fffdf8 0%, #f7f3ea 100%);
}

.afi-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.afi-section-intro h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.08;
}

.afi-section-intro > p {
  margin: 0;
  font-size: 17px;
}

.afi-two-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.afi-profile-panel {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(122, 74, 36, 0.12);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(17, 17, 17, 0.06);
}

.afi-profile-panel img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
}

.afi-profile-panel h3 {
  margin: 6px 0 10px;
  font-size: 32px;
  line-height: 1.1;
}

.afi-profile-panel p {
  margin: 0;
  font-size: 15.8px;
}

.afi-profile-panel-dark {
  background:
    radial-gradient(circle at 85% 12%, rgba(182, 138, 58, 0.20), transparent 32%),
    linear-gradient(135deg, #111111 0%, #173b2f 100%);
}

.afi-profile-panel-dark h3 {
  color: #ffffff;
}

.afi-profile-panel-dark p {
  color: rgba(255, 255, 255, 0.74);
}

.afi-small-label {
  color: var(--afi-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.afi-key-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.afi-key-grid article {
  padding: 28px;
  border: 1px solid rgba(122, 74, 36, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--afi-shadow-soft);
}

.afi-key-grid span,
.afi-qa-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--afi-gold);
  font-family: var(--afi-font-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.afi-key-grid h3 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.12;
}

.afi-key-grid p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.62;
}

/* =========================================================
   CITATION
========================================================= */

.afi-quote-band {
  padding: 72px 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(182, 138, 58, 0.18), transparent 30%),
    linear-gradient(135deg, #0d1110 0%, #173b2f 100%);
  color: #ffffff;
}

.afi-quote-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 40px;
  align-items: center;
}

.afi-quote-photo {
  width: 100%;
  max-width: 520px;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.25);
}

.afi-quote-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.afi-quote-band blockquote {
  margin: 0;
}

.afi-quote-band blockquote p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.90) !important;
  font-family: var(--afi-font-title);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.afi-quote-band cite {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 900px) {
  .afi-quote-band blockquote p {
    font-size: clamp(23px, 5vw, 34px);
    line-height: 1.22;
    letter-spacing: -0.018em;
  }

  .afi-quote-band cite {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .afi-quote-band {
    padding: 48px 0;
  }

  .afi-quote-band blockquote p {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .afi-quote-band cite {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

/* =========================================================
   INTERVIEW INTÉGRAL
========================================================= */

.afi-question-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.afi-question-nav a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(122, 74, 36, 0.16);
  color: var(--afi-brown) !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}

.afi-question-nav a:hover {
  background: var(--afi-brown);
  color: #ffffff !important;
}

.afi-qa-list {
  display: grid;
  gap: 24px;
}

.afi-qa-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  padding: 34px;
  border: 1px solid rgba(122, 74, 36, 0.12);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--afi-shadow-soft);
  scroll-margin-top: 120px;
}

.afi-qa-number {
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(182, 138, 58, 0.13);
  margin: 0;
}

.afi-qa-content h3 {
  margin: 0 0 18px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.12;
}

.afi-qa-content p {
  margin: 0 0 15px;
  font-size: 16.8px;
  line-height: 1.72;
}

.afi-qa-content p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   GALERIE
========================================================= */

.afi-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.afi-gallery-grid figure {
  margin: 0;
  height: 320px;
  overflow: hidden;
  border: 1px solid rgba(122, 74, 36, 0.12);
  border-radius: 28px;
  background: #efe8dc;
  box-shadow: 0 16px 44px rgba(17, 17, 17, 0.06);
}

.afi-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}

.afi-gallery-grid figure:hover img {
  transform: scale(1.03);
}

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

.afi-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 12%, rgba(182, 138, 58, 0.20), transparent 32%),
    linear-gradient(135deg, #111111 0%, #173b2f 100%);
  box-shadow: 0 22px 64px rgba(17, 17, 17, 0.11);
}

.afi-final-panel h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
}

.afi-final-panel p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.afi-final-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* =========================================================
   CORRECTIFS WORDPRESS / JNEWS
========================================================= */

/* Empêche certains thèmes de rajouter une marge parasite sur le premier/dernier enfant */
.afi-page section > .afp-container > :first-child {
  margin-top: 0;
}

.afi-page section > .afp-container > :last-child {
  margin-bottom: 0;
}

/* Évite que les liens héritent de couleurs JNews dans les cartes sombres */
.afi-profile-panel-dark a,
.afi-final-panel a,
.afi-quote-band a {
  color: inherit;
}

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

@media (max-width: 1100px) {
  .afi-hero {
    padding: 52px 0 58px;
  }

  .afi-hero-grid,
  .afi-section-intro,
  .afi-quote-grid,
  .afi-final-panel {
    grid-template-columns: 1fr;
  }

  .afi-hero-grid {
    gap: 24px;
  }

  .afi-hero-content {
    padding-right: 0;
  }

  .afi-journalist-card,
  .afi-journalist-card-bridge {
    width: min(350px, 78vw);
    max-width: 350px;
    grid-template-columns: 112px minmax(0, 1fr);
    justify-self: start;
    margin: -8px 0 -46px 26px;
    transform: none;
  }

  .afi-journalist-card img,
  .afi-journalist-card-bridge img {
    width: 112px;
    height: 112px;
  }

  .afi-hero-visual {
    min-height: 500px;
    margin-left: 0;
  }

  .afi-main-portrait img {
    object-position: center top;
    transform: scale(1.045);
  }

  .afi-two-panels,
  .afi-key-grid,
  .afi-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .afi-final-actions {
    justify-content: flex-start;
  }
}

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

  .afi-hero,
  .afi-page .afp-section,
  .afi-quote-band {
    padding: 48px 0;
  }

  .afi-hero {
    padding: 42px 0 48px;
  }

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

  .afi-hero-lead,
  .afi-section-intro > p,
  .afi-qa-content p,
  .afi-final-panel p {
    font-size: 16px;
    line-height: 1.62;
  }

  .afi-hero-actions,
  .afi-final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .afi-page .afp-btn {
    width: 100%;
  }

  .afi-journalist-card,
  .afi-journalist-card-bridge {
    width: min(340px, 92vw);
    max-width: 340px;
    min-height: 118px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    justify-self: center;
    margin: -4px 0 -34px;
    padding: 10px;
    border-radius: 21px;
    transform: none;
  }

  .afi-journalist-card img,
  .afi-journalist-card-bridge img {
    width: 92px;
    height: 92px;
    border-radius: 15px;
  }

  .afi-journalist-card figcaption,
  .afi-journalist-card-bridge figcaption {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .afi-hero-visual {
    min-height: 450px;
  }

  .afi-main-portrait {
    border-radius: 26px;
  }

  .afi-main-portrait img {
    object-position: center top;
    transform: scale(1.035);
  }

  .afi-two-panels,
  .afi-key-grid,
  .afi-gallery-grid {
    grid-template-columns: 1fr;
  }

  .afi-profile-panel,
  .afi-qa-card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .afi-profile-panel img {
    width: 100%;
    height: 300px;
  }

  .afi-quote-photo {
    max-width: 100%;
    height: 300px;
  }

  .afi-quote-band blockquote p {
    font-size: clamp(29px, 8.5vw, 40px);
  }

  .afi-qa-number {
    width: 48px;
    height: 48px;
  }

  .afi-gallery-grid figure {
    height: 340px;
  }

  .afi-final-panel {
    padding: 28px 22px;
    border-radius: 24px;
  }
}

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

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

  .afi-hero-visual {
    min-height: 390px;
  }

  .afi-gallery-grid figure {
    height: 300px;
  }
}/* End custom CSS */