.elementor-kit-149{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #04060703 0%, #2972F2 100%);}.elementor-kit-149 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:740px;}.e-con{--container-max-width:740px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Polices === */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;600&display=swap');

/* === Palette claire (style manuscrit islamique) === */
:root {
  --bg: #FAF9F4;              /* fond crème doux */
  --bg-section: #FFFFFF;      /* blocs blancs */
  --bg-soft: #F1F5F3;         /* fond légèrement verdâtre pour sections spéciales */

  --text-main: #0F1A1A;       /* quasi noir, lisible */
  --text-muted: #37464D;      /* gris foncé pour paragraphes */
  --text-soft: #64757D;       /* gris pour métadonnées */

  --primary: #0F6B45;         /* vert Ahlul Bayt */
  --primary-dark: #0B4D32;    /* vert foncé (hover) */
  --border-soft: #E2E5DC;     /* bordures très claires */

  --accent-gold: #C8A94C;     /* doré discret pour détails */
}

/* === Palette sombre (nuit dans une mosquée) === */
:root[data-theme="dark"] {
  --bg: #020E0A;
  --bg-section: #051A12;
  --bg-soft: #04140E;

  --text-main: #E7F5EE;
  --text-muted: #C7DAD1;
  --text-soft: #8DA59A;

  --primary: #19A36C;         /* vert émeraude */
  --primary-dark: #0F6B45;
  --border-soft: #123326;

  --accent-gold: #E5C96A;
}

/* === Reset & base === */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text-main);
}

/* === Utilitaires texte arabe / hadiths === */

/* Pour tout texte arabe (ajoute la classe "lv-arabic" sur le widget texte) */
.lv-arabic {
  font-family: "Noto Naskh Arabic", serif;
  font-size: 1.05rem;
  direction: rtl;
  text-align: right;
}

/* Hadith mixte FR + arabe */
.lv-hadith {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* Petit badge doré facultatif */
.lv-badge-gold {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(200, 169, 76, 0.12);
  color: var(--accent-gold);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* === CONTAINERS & SECTIONS === */

.lv-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 16px;
}

.lv-section {
  padding: 40px 0;
}

.lv-section-cards {
  padding-top: 96px;
}

/* === HEADER === */

.lv-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 249, 244, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-soft);
}

:root[data-theme="dark"] .lv-header {
  background: rgba(5, 26, 18, 0.95);
}

.lv-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
}

.lv-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lv-logo-circle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}

.lv-brand-text {
  display: flex;
  flex-direction: column;
}

.lv-site-title {
  font-size: 15px;
  font-weight: 600;
}

.lv-site-subtitle {
  font-size: 12px;
  color: var(--text-soft);
}

.lv-nav {
  display: flex;
  gap: 14px;
  font-size: 14px;
}

.lv-nav a {
  text-decoration: none;
  color: var(--text-muted);
  padding: 4px 8px;
  border-radius: 999px;
}

.lv-nav a:hover {
  color: var(--primary);
  background: rgba(15, 107, 69, 0.08);
}

.lv-theme-toggle {
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
}

/* === TITRES === */

.lv-h2 {
  font-size: 22px;
  margin: 0 0 16px;
}

.lv-h2-small {
  font-size: 18px;
  margin: 0 0 10px;
}

/* === CARTES (Doctrine, Tafsir, Authenticité) === */

.lv-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lv-card {
  background: var(--bg-section);
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  padding: 18px 18px 20px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lv-card-title {
  font-size: 16px;
  margin: 0;
  color: var(--primary-dark);
}

.lv-card-text {
  font-size: 14px;
  margin: 0;
  color: var(--text-muted);
}

.lv-card-link {
  margin-top: auto;
  font-size: 14px;
  text-decoration: none;
  color: var(--primary);
}

.lv-card-link:hover {
  text-decoration: underline;
}

/* === PILLS + ARTICLE À LA UNE === */

.lv-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 18px;
}

.lv-pill {
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: transparent;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  color: var(--text-muted);
}

.lv-pill-active,
.lv-pill:hover {
  background: rgba(15, 107, 69, 0.08);
  color: var(--primary);
  border-color: rgba(15, 107, 69, 0.4);
}

.lv-featured {
  background: var(--bg-section);
  border-radius: 16px;
  border: 1px solid var(--border-soft);
  padding: 18px 18px 20px;
}

.lv-featured-title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-dark);
}

.lv-featured-text {
  margin: 0 0 10px;
  font-size: 14px;
  color: var(--text-muted);
}

.lv-btn-text {
  text-decoration: none;
  font-size: 14px;
  color: var(--primary);
}

/* === NEWS + ARTICLES === */

.lv-section-news {
  background: var(--bg-soft);
}

.lv-news-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.lv-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lv-news-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.lv-news-tag {
  font-size: 11px;
  text-transform: uppercase;
  background: #E3F2EB;
  color: #145D38;
  padding: 3px 7px;
  border-radius: 999px;
  white-space: nowrap;
}

.lv-news-tag-live {
  background: #FEE2E2;
  color: #7F1D1D;
}

:root[data-theme="dark"] .lv-news-tag {
  background: #123326;
  color: #E7F5EE;
}

.lv-news-title {
  font-size: 14px;
  font-weight: 500;
}

.lv-news-meta {
  font-size: 12px;
  color: var(--text-soft);
}

.lv-articles-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lv-articles-list a {
  display: block;
  font-size: 14px;
  color: var(--text-main);
  text-decoration: none;
}

.lv-articles-list a:hover {
  text-decoration: underline;
  color: var(--primary);
}

.lv-article-meta {
  font-size: 11px;
  color: var(--text-soft);
}

/* === SECTION HADITH / CITATION === */

.lv-section-quote {
  background: linear-gradient(to bottom, #FAF9F4, #FFFFFF);
}

:root[data-theme="dark"] .lv-section-quote {
  background: linear-gradient(to bottom, #020E0A, #051A12);
}

.lv-quote {
  margin: 10px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: var(--primary-dark);
}

.lv-quote-source {
  text-align: center;
  font-size: 13px;
  color: var(--text-soft);
}

/* === SECTION PARCOURS === */

.lv-section-steps {
  background: var(--bg-section);
}

.lv-steps-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.lv-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  background: #FFFFFF;
}

.lv-step-number {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  margin-top: 3px;
}

.lv-step-content h3 {
  margin: 0 0 3px;
  font-size: 15px;
}

.lv-step-content p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
}

.lv-btn-primary {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.lv-btn-primary:hover {
  background: var(--primary-dark);
}

/* === SOUTIEN / PAYPAL === */

.lv-section-support {
  background: var(--bg-soft);
}

.lv-support-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lv-support-text {
  margin: 6px 0 0;
  font-size: 14px;
  color: var(--text-muted);
}

.lv-btn-paypal {
  border: none;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  background: #FFC439;
  color: #111827;
  font-weight: 600;
}

.lv-btn-paypal:hover {
  filter: brightness(0.95);
}

/* === A PROPOS + RÉSEAUX === */

.lv-section-about {
  background: var(--bg-section);
}

.lv-about-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 24px;
  align-items: flex-start;
}

.lv-about-text {
  font-size: 14px;
  color: var(--text-muted);
}

.lv-about-subtitle {
  margin: 0 0 10px;
  font-size: 16px;
}

.lv-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lv-social-btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

.lv-social-yt { background: #ff0000; }
.lv-social-tt { background: #000000; }
.lv-social-tg { background: #229ED9; }
.lv-social-dc { background: #5865F2; }

/* === FOOTER === */

.lv-footer {
  border-top: 1px solid var(--border-soft);
  padding: 18px 0;
  background: var(--bg-section);
}

.lv-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: var(--text-soft);
}

/* === RESPONSIVE === */

@media (max-width: 1024px) {
  .lv-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lv-news-layout,
  .lv-about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lv-header-inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .lv-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .lv-cards-grid {
    grid-template-columns: 1fr;
  }
  .lv-section {
    padding: 32px 0;
  }
  .lv-section-cards {
    padding-top: 80px;
  }
  .lv-quote {
    font-size: 24px;
  }
  .lv-support-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */