/* ============================================================
   SAPERE V6.2 - TOTAL LOOK INTER
   Doctrine : 100% Inter (Swiss Style) + Noir/Bleu
   ============================================================ */

/* 1. TYPOGRAPHIE FLUIDE & BASE */
html {
  font-size: clamp(18px, 1.5vw, 20px);
  scroll-behavior: smooth;
}

body {
  color: #111827; /* Noir Anthracite */
  font-family: "Inter", system-ui, sans-serif; /* INTER PARTOUT */
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

/* 2. NEUTRALISATION (RESET) */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  text-transform: none !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

/* 3. TITRES */
h1, .elementor-heading-title.h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800; /* Extra Bold */
  letter-spacing: -0.04em; /* Très serré */
  color: #000000;
  margin-bottom: 1.5rem;
}

/* H2 : La Signature (Barre Noire) */
.elementor-widget-html .article-content h2,
.article-content h2,
h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.5vw, 2.2rem);
  color: #000000;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
  border-left: 6px solid #000000 !important; /* Barre Noire */
  line-height: 1.2;
}

/* H3 : Secondaire (Barre Bleue) */
.elementor-widget-html .article-content h3,
.article-content h3,
h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  color: #1f2937;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #2563EB !important; /* Bleu Sapere */
}

/* 4. CONTENU ARTICLE SPÉCIFIQUE (.article-content) */
/* On remplace Kanit par INTER ici aussi */
.article-content {
  font-family: "Inter", sans-serif !important;
}

.article-content p {
  font-size: 1.15rem !important; /* ~22px visuel */
  line-height: 1.7 !important;
  color: #374151 !important;
  margin-bottom: 1.5rem !important;
  text-align: left !important;
  font-weight: 300; /* Inter Light/Regular pour le corps est très élégant */
}

.article-content strong {
  color: #000000 !important;
  font-weight: 700 !important; /* Gras bien marqué */
}

/* Citations */
.article-content blockquote {
  border-left: 4px solid #2563EB;
  background-color: #F9FAFB;
  padding: 2rem;
  font-style: italic;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 2rem 0;
}

/* 5. ÉLÉMENTS D'INTERFACE */
.ast-taxonomy-list a,
.entry-meta .cat-links a,
.post-categories a {
  background: #111827 !important;
  color: #FFFFFF !important;
  border-radius: 2px !important; /* Angles quasi droits */
  padding: 4px 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 0.75rem !important;
  border: none !important;
  font-family: "Inter", sans-serif;
}

.ast-taxonomy-list a:hover,
.post-categories a:hover {
  background: #2563EB !important;
  transform: translateY(-1px);
}

/* 6. NETTOYAGE LARGEURS */
div.article-content,
.elementor-widget-html div.article-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}