:root {  
  --color-primary-muted: color-mix(in srgb, var(--color-primary), transparent 95%)!important;
  --color-border-subtle: color-mix(in srgb, var(--color-primary-dark), transparent 30%);
  --shadow-standard: 0 10px 30px color-mix(in srgb, var(--color-primary-dark), transparent 94%);
  
  --transition-standard: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --margin-block: 30px auto;
}
.single figcaption, .single caption {
text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0.5em;
        color: inherit;
}
.table-of-contents ol ol{padding-top:10px;}
/* ==========================================================================
   2. ADN COMMUN DES CARTES (TOUS LES BLOCS)
   ========================================================================== */
.tldr-hybrid, .tldr-paragraph, .tldr-list, .pro-tip-author, .myth-busting-author, 
.direct-answer, .instant-answer, .case-study-block, .block-spc, .actionable-list, 
.key-takeaways,  .decision-tree, .myth-busting, .success-box, .warning{
  position: relative;
  background-color: #3c383852 !important;
  padding: 40px 30px !important;
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: var(--transition-standard);
  color: inherit;
  text-align: justify;
  font-size: 16px;
}
.instant-answer, .decision-tree{    padding: 40px 30px 20px 30px!important;}
/* Signature : Barre orange en BAS au survol */
[class*="tldr-"]::after, [class*="-block"]::after, [class*="-author"]::after, 
.direct-answer::after, .actionable-list::after, .case-study-block::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
  z-index: 10;
}
[class*="tldr-"]:hover::after, [class*="-block"]:hover::after, 
[class*="-author"]:hover::after, .direct-answer:hover::after, 
.actionable-list:hover::after, .case-study-block:hover::after {
  width: 100%;
}
.direct-answer{    padding: 40px 30px 40px 30px !important;}
/* ==========================================================================
   3. TYPOGRAPHIE ET LÉGENDES
   ========================================================================== */
 .tldr-title, .actionable-list h3, .faq-block h2, 
.key-takeaways p:first-child, .direct-answer-label, .instant-answer .question {
  font-size: 23px !important;
  font-weight: 600 !important;
  color: var(--color-primary-dark) !important;
  border-left: 10px solid var(--color-primary) !important;
  padding-left: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  line-height: 1.2 !important;
  text-align: left;
}
.direct-answer-label{    display: block;  width: 100%;}

[class*="tldr-"] p, [class*="-author"] p, .case-study-block p, .actionable-list p, 
.info-box p, blockquote p, .decision-tree p, [class*="tldr-"] li{
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: inherit !important;
}

/* Marker orange par défaut pour les listes classiques du site */
li::marker { color: var(--color-primary) !important; }

/* ==========================================================================
   4. DESIGN DES LISTES : TLDR & TAKEAWAYS (Puces Interactives)
   ========================================================================== */
.tldr-list ul, .tldr-hybrid ul, .key-takeaways ul { 
  list-style: none !important; padding-left: 0 !important; margin-bottom: 0 !important;
}

.tldr-list li, .tldr-hybrid li {
  position: relative; padding: 5px 15px 5px 45px !important; margin-bottom: 12px !important; 
  transition: var(--transition-standard);
}

/* La puce rectangulaire signature - FIXÉE EN HAUT */
.tldr-list li::after, .tldr-hybrid li::after {
  content: ''; position: absolute; left: 15px; top: 10px; 
  width: 8px; height: 22px; background-color: var(--color-primary); 
  border-radius: 2px; transition: all 0.3s ease-out; /* Transition pour l'effet survol */
}

/* EFFET SURVOL : La puce s'allonge et devient sombre */
.tldr-list li:hover::after, .tldr-hybrid li:hover::after {
  background-color: var(--color-primary-dark); 
  height: 30px; 
  transform: rotate(5deg);
}

/* ==========================================================================
   5. DESIGN PRO TIP & MYTH BUSTING (STRUCTURES)
   ========================================================================== */
.pro-tip-author{  padding: 40px 50px 30px !important;}
.pro-tip-author strong, .myth-busting-author p:first-of-type strong {
  display: inline-block; color: var(--color-primary-dark); font-size: 1.15em;
  margin-top: 20px; margin-bottom: 25px; padding: 8px 18px; border-left: 5px solid var(--color-primary);
  background: var(--color-primary-muted); border-radius: 4px; text-align: left;
}

/* Recommandations (Hybrid & Myth) */
.tldr-hybrid p em, .myth-busting-author div[itemprop="reviewBody"] p:last-of-type {
  display: block !important; margin-top: 25px !important; padding: 15px 20px !important;
  background: #f9f9f90f; border-left: 4px solid var(--color-primary) !important;
  font-style: italic !important; border-radius: 0 4px 4px 0 !important; color: var(--color-primary-dark) !important;
}

/* Badge Ampoule Pro Tip */
.pro-tip-author::before {
  content: ""; position: absolute; top: 0; left: 0; background-color: var(--color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.87-3.13-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1zM9 19h6v1H9v-1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 24px;
  width: 50px; height: 50px; border-radius: 0 0 15px 0; box-shadow: 2px 2px 10px var(--color-primary-muted); z-index: 2;
}
.myth-busting-author div[itemprop="reviewBody"] p:first-child strong {    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    color: inherit;}
/* ==========================================================================
   6. ACTIONABLE LIST (Puces numérotées)
   ========================================================================== */
.actionable-list { counter-reset: list-step !important; }
.actionable-list ol { list-style: none !important; padding: 0 !important; }
.actionable-list li { position: relative; padding-left: 55px !important; padding-bottom: 10px !important; margin-bottom: 18px !important; transition: var(--transition-standard); }
.actionable-list li::before {
    counter-increment: list-step; content: counter(list-step);
    position: absolute; left: 0; top: 14px; transform: translateY(-50%);
    width: 30px; height: 30px; border-radius: 4px;
    background-color: color-mix(in srgb, var(--color-primary), black 60%);
    color: #fff; display: flex; justify-content: center; align-items: center; font-weight: 700;
}

/* ==========================================================================
   7. BARRES LATÉRALES (SIGNATURE)
   ========================================================================= */
.tldr-hybrid, .tldr-list, .tldr-paragraph { padding: 30px 35px 25px 40px !important; }
.myth-busting-author { padding: 30px 35px 25px 55px !important; }
.tldr-hybrid::before, .tldr-paragraph::before, .tldr-list::before, .myth-busting-author::before {
  content: ''; position: absolute; left: 20px; top: 30px; width: 4px; height: calc(100% - 60px);
  background-color: var(--color-primary-muted); border-radius: 2px; transition: all 0.4s ease-out;
}
.tldr-hybrid:hover::before, .tldr-list:hover::before, .myth-busting-author:hover::before , .tldr-paragraph:hover::before{ 
  background-color: var(--color-primary); width: 6px; 
}

/* ==========================================================================
   SECTION 2 : AJOUTS SPÉCIFIQUES (LIST-CHECK, LIST-STEPS, CHECKLIST)
   ========================================================================== */

/* --- 1. DESIGN DES CADRES (Containers) --- */
.list-check, .list-steps, .checklist {
  position: relative;
  background-color: #3c383852 !important;
  padding: 40px 30px !important;
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: var(--transition-standard);
  color: inherit;
  text-align: justify;
  font-size: 16px;
}

/* Signature Visuelle : Barre orange animée en bas */
.list-check::after, .list-steps::after, .checklist::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
  z-index: 10;
}
.list-check:hover::after, .list-steps:hover::after, .checklist:hover::after {
  width: 100%;
}

/* --- 2. DESIGN DES TITRES (h3) --- */
.list-check h3, .list-steps h3, .checklist h3 {
  font-size: 23px !important;
  font-weight: 600 !important;
  color: var(--color-primary-dark) !important;
  border-left: 10px solid var(--color-primary) !important;
  padding-left: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important; 
  line-height: 1.2 !important;
  text-align: left;
}

/* --- 3. STYLE DES ÉLÉMENTS (li) --- */
.list-check ul, .checklist ul, .list-steps ol { 
  list-style: none !important; 
  padding-left: 0 !important; 
  margin-bottom: 0 !important; 
}

.list-check li, .checklist li, .list-steps li { 
  position: relative; 
  padding: 5px 15px 5px 45px !important; 
  margin-bottom: 12px !important; 
  transition: var(--transition-standard);
}

/* --- 4. DESIGN DES PUCES / ICÔNES --- */

/* list-check : Anneau orange moderne */
.list-check li::before {
  content: ""; position: absolute; left: 15px; top: 10px;
  width: 14px; height: 14px; border: 3px solid var(--color-primary);
  background-color: transparent; border-radius: 50%; transition: all 0.3s ease;
}
.list-check li:hover::before { 
  background-color: var(--color-primary); 
  transform: scale(1.2); 
}

/* list-steps : Badge numéroté orange */
.list-steps ol { counter-reset: step-counter; }
.list-steps li::before {
  counter-increment: step-counter; content: counter(step-counter);
  position: absolute; left: 10px; top: 8px;
  width: 26px; height: 26px; background-color: var(--color-primary);
  color: #fff; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: all 0.3s ease;
}
.list-steps li:hover::before { background-color: var(--color-primary-dark); }
.list-steps li strong { display: block; margin-bottom: 5px; color: var(--color-primary-dark); }

/* checklist : Coche SVG orange */
.checklist li::before {
 content: '✔';position: absolute; left: 12px; top: 5px;
  width: 22px; height: 22px; transition: all 0.3s ease;
    color: var(--color-primary);
}
.checklist li:hover::before { transform: scale(1.15); }

/* Sécurité suppression markers par défaut */
.list-check li::marker, .list-steps li::marker, .checklist li::marker {
  content: "" !important;
}
/* ==========================================================================
   SECTION 3 : BLOCS D'ALERTE (SUCCÈS ET WARNING)
   ========================================================================== */

/* --- 1. BLOC SUCCÈS (VERT) --- */
.success-box {
  background-color: #bedfc8!important; 
  border-left: 6px solid #27ae60 !important;
  border-color: color-mix(in srgb, #27ae60, transparent 80%);
  padding: 30px 40px 20px 30px !important; /* Padding ajusté pour l'équilibre */
}

/* On change la couleur de la barre de survol en bas pour le vert */
.success-box::after {
  background-color: #27ae60 !important;
}

.success-box strong {
  color: #27ae60;
  font-weight: 700;
}

/* --- 2. BLOC WARNING (ORANGÉ) --- */
.warning {
  background-color: var(--color-primary-muted) !important; /* Fond orangé clair */
  border-left: 6px solid var(--color-primary) !important;
  border-color: var(--color-border-subtle);
  padding: 30px 40px 30px 30px !important;
}

/* Mise en valeur du texte "Attention :" */
.warning p:first-of-type strong {
  color: var(--color-primary-dark);
  font-size: 1.1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* Ajout d'une icône triangle devant "Attention :" */
.warning p:first-of-type strong::before {
  content: "⚠️";
  font-size: 1.2em;
}

/* Style de la liste interne du bloc Warning */
.warning ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 20px !important;
  border-top: 1px dashed var(--color-primary);
  padding-top: 20px;
}

.warning li {
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 10px !important;
  text-align: left;
}

/* Icône d'alerte devant les points de la liste */
.warning li::before {
  content: "❗";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: 900;
}

.warning li strong {
  color: var(--color-primary-dark);
}

/* --- SÉCURITÉ SYMÉTRIE --- */
.success-box p:last-child, .warning p:last-child, .warning ul:last-child {
  margin-bottom: 0 !important;
}
/* ==========================================================================
   SECTION 4 : ÉTUDE DE CAS (DESIGN INSPIRED BY PRO-TIP)
   ========================================================================== */

.case-study-block { 
  border-top: 6px solid var(--color-primary-dark) !important; 
  padding: 60px 50px 20px !important; /* Padding haut augmenté pour le badge */
}

/* Badge Icône (Format Document/Rapport) */
.case-study-block::before {
  content: "";
  position: absolute; top: 0; left: 0;
  background-color: var(--color-primary);
  /* Icône de document SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 0 0 15px 0;
  box-shadow: 2px 2px 10px var(--color-primary-muted);
  z-index: 2;
}

/* Mise en valeur du titre de l'étude de cas (Style identique à l'avis auteur) */
.case-study-block-title {
    display: inline-block !important;
    color: var(--color-primary-dark) !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 8px 18px !important;
    border-left: 5px solid var(--color-primary) !important;
    background: #000000ed !important;
    border-radius: 4px !important;
    text-align: left !important;
}

/* Ajustement du texte sous le titre */
.case-study-block div[itemprop="text"] p {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* ==========================================================================
   SECTION 6 : CITATIONS ET TÉMOIGNAGES (BLOCKQUOTE)
   ========================================================================== */

/* --- 1. DESIGN COMMUN DES BLOCKQUOTES --- */
blockquote {
  position: relative;
  background-color: #3c383852  !important;
  padding: 50px 60px 40px 80px !important; /* Plus d'espace à gauche pour le guillemet */
  border: 1px solid var(--color-border-subtle) !important;
  overflow: hidden;
    border-radius: 8px;
}

/* Guillemet géant en fond */
blockquote::before {
  content: '“';
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 8em;
  color: var(--color-primary);
  opacity: 0.15;
  font-family: serif;
  line-height: 1;
  pointer-events: none;
  transition: var(--transition-standard);
}

blockquote:hover::before {
  opacity: 0.25;
  transform: translateY(-5px) rotate(-5deg);
}

/* Style du texte de la citation */
.citation-content, 
.temoignage-content {
  font-style: italic;
  font-size: 1.1em !important;
  color: inherit;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* --- 2. STYLE SPÉCIFIQUE AU TÉMOIGNAGE (REVIEW) --- */

/* Bloc Auteur (cite) */
blockquote cite {
  display: block;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid var(--color-border-subtle);
  font-style: normal;
  font-size: 0.9em;
  color: var(--color-text-standard);
}

/* Nom de l'auteur */
blockquote cite span[itemprop="name"] {
  font-weight: 700;
  color: var(--color-primary-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Lien et informations client */
blockquote cite a {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

blockquote cite a:hover {
  text-decoration: underline;
  color: var(--color-primary-dark);
}

/* --- 3. DÉCORATION SUPPLÉMENTAIRE --- */
blockquote[itemtype*="Review"] {
  border-right: 4px solid var(--color-primary-muted) !important;
}

blockquote[itemtype*="Comment"] {
  border-left: 6px solid var(--color-primary) !important;
}
/* ==========================================================================
   SECTION 7 : TABLEAU DE DONNÉES (FULL GRID DESIGN)
   ========================================================================== */

.table-data {
  width: 100%;
  border-collapse: collapse; /* Pour que les bordures se joignent parfaitement */
  margin: var(--margin-block);
  background-color:#3c383852 ;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-standard);
  position: relative;
}



/* --- EN-TÊTE (THEAD) --- */
.table-data thead {
  background-color: #1b1b1b!important;
}

.table-data th {
  /* Texte plus foncé/contrasté pour l'en-tête */
  color: #fff !important; 
  font-size: 16px;
  font-weight: 700;
  padding: 18px 20px;
  text-align: left;
  letter-spacing: 1px;
  /* Bordures de la grille */
  border: 1px solid color-mix(in srgb, var(--color-primary-dark), black 20%);
}

/* --- CELLULES (TD) --- */
.table-data td {
  padding: 18px 20px;
  /* Bordures visibles sur tous les côtés */
  border: 1px solid var(--color-border-subtle);
  font-size: 16px;
  color: inherit;
  vertical-align: middle;
}

/* --- INTERACTIVITÉ --- */

/* Effet zèbre pour la lecture */
.table-data tbody tr:nth-child(even) {
  background-color: color-mix(in srgb, var(--color-primary), transparent 96%);
}

.table-data tbody tr {
  transition: background-color 0.3s ease;
}

/* Survol de ligne */
.table-data tbody tr:hover {
  background-color: var(--color-primary-muted) !important;
}
/* ==========================================================================
   SECTION 8 : CONSEIL PRO ET CHIFFRE CLÉ (KEY STATS)
   ========================================================================== */

/* --- 1. CONSEIL PRO (PRO-TIP SIMPLE) --- */
.pro-tip {
 margin: var(--margin-block);
  background-color: var(--color-primary-muted) !important; /* Fond orange léger */
  border: 1px solid var(--color-border-subtle) !important;
  border-left: 6px solid var(--color-primary) !important;
  padding:30px 45px 15px 25px !important;
 border-radius: 8px;
}

/* Mise en valeur du texte "Conseil pro :" */
.pro-tip p strong:first-of-type {
  color: var(--color-primary-dark) !important;
  font-size: 1.1em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Ajout d'une petite icône ampoule devant "Conseil pro :" */
.pro-tip p strong:first-of-type::before {
  content: "";
  width: 20px; height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b25800'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.87-3.13-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1zM9 19h6v1H9v-1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ==========================================================================
   SECTION 8 : CHIFFRE CLÉ (DESIGN HORIZONTAL ET CADRE PREMIUM)
   ========================================================================== */

.key-stat {
  position: relative;
  display: flex !important;
  flex-direction: row !important; /* Aligné horizontalement */
  align-items: center !important;
  gap: 20px !important;
  
  /* Cadre identique aux autres blocs */
  background-color: #3c383852  !important;
  padding: 25px 50px !important; /* Hauteur ajustée pour le format ligne */
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block); /* Marges identiques */
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: var(--transition-standard);
}

/* Le chiffre (Value) */
.key-stat .value {
  font-size: 20px !important; /* Taille demandée : 20px */
  font-weight: 800 !important;
  color: var(--color-primary) !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  white-space: nowrap;
}

/* Le texte (Label) */
.key-stat .label {
  font-size: 16px !important;
  line-height: 1.6;
  color: inherit;
  margin: 0 !important;
  text-align: left !important;
}

/* Signature : Barre orange en BAS au survol */
.key-stat::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}

.key-stat:hover::after {
  width: 100%;
}

/* Optionnel : petite mise en relief du bloc au survol */
.key-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--color-primary-dark), transparent 90%);
}
/* ==========================================================================
   SECTION 9 : TIMELINE ET LEXIQUE
   ========================================================================== */

/* --- 1. TIMELINE (CHRONOLOGIE) --- */
.timeline {
  position: relative;
  background-color: #3c383852  !important;
  /* Plus d'espace à gauche pour la ligne verticale */
  padding: 40px 50px 0 75px !important; 
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: var(--transition-standard);
  list-style: none !important;
}

/* La ligne verticale de la timeline */
.timeline::before {
  content: '';
  position: absolute;
  left: 35px;
  top: 45px;
  height: calc(100% - 90px);
  width: 2px;
  background-color: #ffffff30;
}

.timeline li {
  position: relative;
  margin-bottom: 30px !important;
  text-align: left !important;
}

/* Le point (Bulbe) de la timeline */
.timeline li::before {
  content: '' !important;
  position: absolute;
  left: -46px; /* Positionnement précis sur la ligne */
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline li:hover::before {
  background-color: var(--color-primary);
  transform: scale(1.3);
  box-shadow: 0 0 10px var(--color-primary-muted);
}

/* Style du temps (J+0, J+15) */
.timeline time {
  font-weight: 800;
  color: var(--color-primary-dark);
  font-size: 0.9em;
  background: var(--color-primary-muted);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 10px;
}

/* --- 2. LEXIQUE (DÉFINITION) --- */
.lexique {
  position: relative;
  background-color: #3c383852  !important;
  padding: 40px 30px 25px 30px !important;
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: var(--transition-standard);
  text-align: justify;
}

/* Terme à définir (DT) - Style aligné sur les titres H3 */
.lexique dt {
  font-size: 23px !important;
  font-weight: 600 !important;
  color: var(--color-primary-dark) !important;
  border-left: 10px solid var(--color-primary) !important;
  padding-left: 20px !important;
  margin-bottom: 20px !important;
  line-height: 1.2 !important;
  text-align: left;
}

/* Le terme en lui-même (ROI, etc.) */
.lexique dt dfn {
  font-style: normal;
  color: var(--color-primary);
}

/* Description (DD) */
.lexique dd {
  margin-left: 0 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: inherit;
}

/* Signature : Barre orange en BAS au survol pour les deux */
.timeline::after, .lexique::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}

.timeline:hover::after, .lexique:hover::after {
  width: 100%;
}
/* ==========================================================================
   SECTION 10 : DECISION TREE ET MYTH BUSTING SIMPLE
   ========================================================================== */

/* --- 1. DECISION TREE (ARBRE DE DÉCISION) --- */

/* Titre du bloc (Respect des 23px / 600 / Bordure 10px) */
.decision-tree p:first-of-type strong {
  display: block !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  color: var(--color-primary-dark) !important;
  border-left: 10px solid var(--color-primary) !important;
  padding-left: 20px !important;
  margin-bottom: 30px !important;
  line-height: 1.2 !important;
  text-align: left;
}

.decision-tree ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-top: 20px !important;
}

.decision-tree li {
  background-color:#1b1b1b;
  border-left: 4px solid var(--color-primary);
  padding: 20px 25px !important;
  margin-bottom: 15px !important;
  border-radius: 0 8px 8px 0;
  transition: var(--transition-standard);
}

.decision-tree li:hover {  transform: translateX(5px);}

.decision-tree li strong {
  color: var(--color-primary-dark);
  display: block;
  margin-bottom: 5px;
}

/* ==========================================================================
   SECTION 10 (PROPOSITION C) : MYTH BUSTING "VÉRIFIÉ"
   ========================================================================== */

.myth-busting {
  padding: 30px 35px 25px 65px !important; /* Format Hybrid */
}

/* Barre latérale (Signature Hybrid) */
.myth-busting::before {
  content: ''; position: absolute; left: 20px; top: 30px;
  width: 4px; height: calc(100% - 60px);
  background-color: var(--color-primary-muted); border-radius: 2px; transition: all 0.4s ease-out;
}
.myth-busting:hover::before { background-color: var(--color-primary); width: 6px; }

/* Masquer Rating technique Schema.org */
.myth-busting div[itemprop="reviewRating"] { display: none; }

/* 1. L'Affirmation (Le Mythe) */
.myth-busting p:first-of-type {
  margin-bottom: 25px !important;
  color: inherit;
  font-style: italic;
  padding-right: 40px; /* Espace pour l'icône de doute si besoin */
}

.myth-busting p:first-of-type strong {
  color: var(--color-primary-dark);
  font-weight: 700;
}

/* 2. La Réponse (La Vérité - Cadre "Vérifié") */
.myth-busting div[itemprop="reviewBody"] {
  border: 1px solid var(--color-border-subtle);
  border-radius: 6px;
  padding: 25px !important;
  position: relative;
  overflow: hidden;
}



.myth-busting div[itemprop="reviewBody"] p {
  margin: 0 !important;
}

.myth-busting div[itemprop="reviewBody"] p strong {
  color: var(--color-primary-dark);
  font-size: 1.1em;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 4px;
}

/* ==========================================================================
   SECTION 11 : ANALOGIE ET AVANT/APRÈS
   ========================================================================== */

/* --- 1. ANALOGIE (Style Flex avec icône) --- */
.analogy {
  display: flex !important;
  gap: 25px;
  align-items: center;
  background-color: #3c383852  !important;
  border: 1px solid var(--color-border-subtle) !important;
  padding: 20px 30px !important; /* Padding corrigé */
  margin: var(--margin-block); /* Marge centralisée */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow-standard);
  transition: var(--transition-standard);
}

/* Icône illustrative à gauche */
.analogy::before {
  content: "";
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background-color: var(--color-primary-muted);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b25800'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.87-3.13-7-7-7zm0 2c2.76 0 5 2.24 5 5 0 1.63-.8 3.16-2.15 4.1l-.85.6V16h-4v-2.3l-.85-.6C7.8 12.16 7 10.63 7 9c0-2.76 2.24-5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  transition: var(--transition-standard);
}

.analogy p {
  margin: 0 !important;
  text-align:justify!important; 
}

.analogy p strong {
  color: var(--color-primary-dark);
  font-style: normal;
  margin-right: 5px;
}


.before-after {
  position: relative;
  margin: var(--margin-block); 
}

.before-after .reviewBody {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Face to Face */
  gap: 20px;
}

.before-after p {
  position: relative;
  padding: 25px 25px 25px 55px !important;
  border-radius: 10px;
  margin: 0 !important;
  border: 1px solid var(--color-border-subtle);
  font-size: 15px !important;
  transition: var(--transition-standard);
}

/* Icônes de statut */
.before-after p::before {
  content: "";
  position: absolute; left: 18px; top: 25px;
  width: 24px; height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* LE "AVANT" */
.before-after p:first-of-type {
  background-color: #1b1b1b;
  border-left: 4px solid color-mix(in srgb, var(--color-primary-dark), transparent 70%);
    margin-bottom: 1rem !important;
}
.before-after p:first-of-type::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b25800' opacity='0.5'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z'/%3E%3C/svg%3E");
}

/* LE "APRÈS" */
.before-after p:last-of-type {
  background-color: var(--color-primary-muted);
  border-left: 4px solid var(--color-primary);
}
.before-after p:last-of-type::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff7e00'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
}

.before-after p strong {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
    color: var(--color-primary-dark);
}

/* Signature : Barre orange en bas au survol pour les deux */
.analogy::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}
.analogy:hover::after { width: 100%; }

/* Responsive mobile */
@media (max-width: 768px) {
  .before-after .reviewBody { grid-template-columns: 1fr; }
  .analogy { padding: 20px !important; }
}
/* ==========================================================================
   SECTION 12 : INFO BOX (LIMITES & PRÉCAUTIONS)
   ========================================================================== */

.info-box {
  background-color: var(--color-primary-muted) !important; /* Fond orange très léger */
  border: 1px dashed var(--color-primary) !important; /* Bordure pointillée style note/avertissement */
  padding: 40px 30px !important;
box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
}

/* Titres internes (Limites et précautions / Risques à anticiper) */
.info-box p strong:first-child {
  display: block;
  color: var(--color-primary-dark) !important;
  font-size: 1.15em;
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid color-mix(in srgb, var(--color-primary), transparent 70%);
  padding-bottom: 5px;
  width: fit-content;
}

/* Style des listes à l'intérieur de l'info-box */
.info-box ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 25px !important;
}

.info-box li {
  position: relative;
  padding-left: 25px !important;
  margin-bottom: 10px !important;
  font-size: 15px !important; /* Un peu plus petit pour le côté "notes" */
  text-align: left !important;
}

/* Puces personnalisées (petits traits orange) */
.info-box li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--color-primary);
  font-weight: bold;
}

/* Style du paragraphe final en italique (Note de conseil) */
.info-box p em {
  display: block;
  font-size: 14px;
  color: var(--color-primary-dark);
  opacity: 0.8;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--color-border-subtle);
  line-height: 1.5;
}




/* ==========================================================================
   SECTION 13 : NAVIGATION ET FAQ (RÉPONSES VISIBLES)
   ========================================================================== */

/* --- 1. ADN COMMUN (SOMMAIRE, DISCLAIMER, FAQ, FINAL) --- */
.table-of-contents, .faq-block {
  position: relative;
  background-color: #3c383852  !important;
  padding: 40px 30px !important;
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  transition: var(--transition-standard);
  color: inherit;
  text-align: justify;
}

/* Barre orange en BAS au survol */
.table-of-contents::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}
.table-of-contents:hover::after {
  width: 100%;
}

/* ==========================================================================
   SECTION 13 : FAQ (DESIGN STATIQUE - RÉPONSES VISIBLES)
   ========================================================================== */


.faq-item {
  border-bottom: 1px solid var(--color-border-subtle);
  padding: 30px 0;
  display: block !important;
}

.faq-item:last-of-type {
  border-bottom: none;
}

/* --- LA QUESTION (Toujours visible) --- */
.faq-item summary {
  display: block !important; 
  cursor: default !important; /* Pas de clic nécessaire */
  list-style: none;
  font-weight: 700;
  color: var(--color-primary-dark);
  padding: 0 0 15px 35px !important; 
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  outline: none;
}

.faq-item summary::-webkit-details-marker { display: none; }

/* Le marqueur "Q." orange */
.faq-item summary::before {
  content: "Q.";
  position: absolute; left: 0; top: 0;
  color: var(--color-primary);
  font-weight: 900;
  font-size: 1.1em;
}

/* On supprime les icônes +/- */
.faq-item summary::after {
  display: none !important;
}

/* --- LA RÉPONSE (Cadre acceptedAnswer toujours visible) --- */
.faq-item .acceptedAnswer, 
.faq-item div[itemprop="acceptedAnswer"] {
  display: block !important; /* Force la visibilité immédiate */
  max-height: none !important;
  overflow: visible !important;
  margin-top: 10px;
}

.faq-item p[itemprop="text"] {
  margin: 0 !important;
  padding: 20px 25px !important;
  font-size: 16px;
  line-height: 1.7;
  color: inherit;
  /* Design du cadre selon votre image */
  background-color:#f9f9f90f !important; 
  border-left: 5px solid var(--color-primary) !important;
  border-radius: 0 8px 8px 0;
  text-align: justify; /* Texte justifié comme demandé */
}

.faq-block::after{display:none;}
.faq-block {  padding: 40px 30px 20px !important;}


.table-of-contents h2 { text-align: left; margin-bottom: 30px !important; }
.table-of-contents ol { list-style: none !important; padding-left: 0 !important; counter-reset: toc-counter; }
.table-of-contents li { counter-increment: toc-counter; position: relative; padding-left: 35px !important; margin-bottom: 12px !important; text-align: left; }
.table-of-contents li::before { content: counter(toc-counter) "."; position: absolute; left: 0; color: var(--color-primary); font-weight: 800; }
.table-of-contents a { text-decoration: none; color: inherit; }
.table-of-contents a:hover { color: var(--color-primary); text-decoration: underline; }


/* ==========================================================================
   SECTION : PROS-CONS (DESIGN SCHEMA.ORG OPTIMISÉ)
   ========================================================================== */

/* 1. Le Conteneur Extérieur (Invisible) */
.pros-cons {
  display: flex !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: var(--margin-block);
  text-align: left !important;
}

/* 2. Le Wrapper Schema.org (Le Moteur de la Grille) */
.pros-cons div[itemprop="review"] {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important; /* Force les deux colonnes face à face */
  width: 100%;
  gap: 25px;
}

/* 3. Les Colonnes (Les Cartes Individuelles) */
.pros-column, .cons-column {
  position: relative;
  background-color: #3c383852  !important;
  padding: 40px 35px !important;
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  box-shadow: var(--shadow-standard);
  transition: var(--transition-standard);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* 4. Titres des Colonnes (h3) */
.pros-column h3, .cons-column h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: var(--color-primary-dark) !important;
  margin-bottom: 30px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: none !important; /* On retire la bordure 10px héritée pour ce bloc */
  padding-left: 0 !important;
}

/* Icônes circulaires des titres */
.pros-column h3::before {
  content: "✓";
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  background-color: var(--color-primary);
  color: #fff; border-radius: 50%; font-size: 14px; flex-shrink: 0;
}

.cons-column h3::before {
  content: "✕";
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  background-color: var(--color-primary-muted);
  color: var(--color-primary);
  border-radius: 50%; font-size: 14px; flex-shrink: 0;
}

/* 5. Listes Internes (Puces carrées orange) */
.pros-column ul, .cons-column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pros-column li, .cons-column li {
  position: relative;
  padding-left: 25px !important;
  margin-bottom: 15px !important;
  font-size: 16px !important;
  line-height: 1.6;
  text-align: left !important;
}

.pros-column li::before, .cons-column li::before {
  content: "";
  position: absolute; left: 0; top: 10px;
  width: 6px; height: 6px;
  background-color: var(--color-primary);
  border-radius: 1px;
}


.pros-column::after, .cons-column::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}
.pros-column:hover::after, .cons-column:hover::after {
  width: 100%;
}


@media (max-width: 960px) {
  .pros-cons div[itemprop="review"] { grid-template-columns: 1fr !important;}
.myth-busting p:first-of-type {   padding-right: 0;}
.myth-busting div[itemprop="reviewBody"]::after, .tldr-hybrid::before, .tldr-paragraph::before, .tldr-list::before, .myth-busting-author::before,.myth-busting::before{display:none;}
.myth-busting {  padding: 25px 35px 25px 45px !important;}
.tldr-hybrid, .tldr-paragraph, .tldr-list, .pro-tip-author, .myth-busting-author, .direct-answer, .instant-answer, .case-study-block, .block-spc, .actionable-list, .key-takeaways, .decision-tree, .myth-busting, .success-box, .warning {  padding: 40px 20px !important;}
.pro-tip-author,.case-study-block { padding: 55px 20px 30px !important;}
}
/* ==========================================================================
   SECTION 14 : FINAL THOUGHT (DESIGN ÉPURÉ & FOND LÉGER)
   ========================================================================== */

.final-thought {
  /* On utilise 96% de transparence pour un fond extrêmement doux */
  background-color: color-mix(in srgb, var(--color-primary), transparent 96%) !important;
  border: 1px solid var(--color-border-subtle) !important;
  border-left: 10px solid var(--color-primary) !important; /* Bordure forte pour marquer l'étape */
  padding: 40px 30px !important;
  position: relative;
  overflow: hidden;
    margin: var(--margin-block);
}

.final-thought::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -10px;
    width: 80px;
    height: 80px;
    
    /* On définit la couleur ici (Utilise votre variable) */
    background-color: var(--color-primary); 
    
    /* On utilise l'icône comme un masque */
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;

    /* Augmenter l'opacité pour le mode sombre (0.15 ou 0.2 est idéal sur noir) */
    opacity: 0.15; 
    pointer-events: none;
}

/* Titre interne (La prochaine étape pour vous :) */
.final-thought p strong:first-child {
  display: block;
  font-size: 1.25em !important;
  color: var(--color-primary-dark);
  margin-bottom: 20px;
  border-left: none !important; /* On annule la bordure h3 standard ici */
  padding-left: 0 !important;
  line-height: 1.3;
}

.final-thought p {
  margin-bottom: 0 !important;
  color: inherit;
  font-style: italic; /* Donne un aspect "conseil final" */
  position: relative;
  z-index: 1;
}


/* Signature : La barre orange en bas (Héritée de votre base) */
.final-thought::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}

.final-thought:hover::after {
  width: 100%;
}
/* ==========================================================================
   SECTION 15 : BLOCK-SPC (SPECIAL CONTENT)
   ========================================================================== */

.block-spc {
  /* On utilise un fond très doux et une bordure gauche pour le focus */
  background-color: color-mix(in srgb, var(--color-primary), transparent 96%) !important;
  border-left: 6px solid var(--color-primary) !important;
  padding: 30px 40px !important;
  font-style: italic; /* Donne un aspect "note de transition" */
}

/* Style spécifique pour les liens à l'intérieur du bloc spécial */
.block-spc a {
  color: var(--color-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 5px;
  transition: all 0.3s ease;
}

.block-spc a:hover { color: var(--color-primary);}

/* Animation au survol du bloc (Signature barre orange en bas) */
.block-spc::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}

.block-spc:hover::after {
  width: 100%;
}


.key-takeaways p[itemprop="name"] {
  font-size: 23px !important;
  font-weight: 600 !important;
  color: var(--color-primary-dark) !important;
  border-left: 10px solid var(--color-primary) !important;
  padding-left: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  line-height: 1.2 !important;
  text-align: left;
}

.key-takeaways ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.key-takeaways li {
  position: relative;
  padding: 12px 20px 12px 50px !important; /* Espace pour la puce */
  margin-bottom: 15px !important;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
  z-index: 1;
}

/* LA PUCE GRAPHIQUE : Rectangle vertical orange */
.key-takeaways li::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 18px; /* Aligné avec la première ligne */
  width: 6px;
  height: 20px;
  background-color: var(--color-primary);
  border-radius: 3px;
  transition: all 0.3s ease;
}



.key-takeaways li:hover {
  transform: translateX(10px);
}



.key-takeaways li:hover::after {
  height: 30px;
  background-color: var(--color-primary-dark);
  box-shadow: 0 0 10px var(--color-primary-muted);
}

.key-takeaways li:last-child {
  margin-bottom: 0 !important;
}
/* ==========================================================================
   SECTION 17 (PROPOSITION B) : YMYL DISCLAIMER (STYLE NOTE OFFICIELLE)
   ========================================================================== */

.ymyl-disclaimer {
  background-color: color-mix(in srgb, var(--color-primary), transparent 96%) !important;
  border: 1px solid var(--color-border-subtle) !important;
  border-left: 10px solid var(--color-primary) !important;
  padding: 40px 30px !important;
  position: relative;
  overflow: hidden;
 margin: var(--margin-block);
border-radius: 8px;
}


.ymyl-disclaimer p:first-of-type strong {
  display: block;
  font-size: 23px !important;
  color: var(--color-primary-dark);
  margin-bottom: 15px;
}

/* Style du texte de conseil */
.ymyl-disclaimer p:last-of-type {
  margin-bottom: 0 !important;
  font-style: italic; /* Aspect "conseil d'expert" */
  color: inherit;
  position: relative;
  z-index: 1;
}

/* Interactivité au survol */
.ymyl-disclaimer:hover {
  background-color: #ffffff !important;
  border-left-color: var(--color-primary-dark) !important;
  box-shadow: 0 15px 40px color-mix(in srgb, var(--color-primary-dark), transparent 94%);
}
/* ==========================================================================
   SECTION 18 : BLOC AUTEUR (AUTHOR-BLOCK SIGNATURE)
   ========================================================================== */

.author-block {
  display: flex !important;
  align-items: center;
  gap: 30px;
  background-color: #3c383852  !important;
  padding: 40px 50px !important;
  box-shadow: var(--shadow-standard);
  margin: var(--margin-block);
  border-radius: 8px;
  border: 1px solid var(--color-border-subtle);
  border-top: 4px solid var(--color-primary-dark) !important; /* Bordure supérieure pour l'autorité */
  position: relative;
  overflow: hidden;
  transition: var(--transition-standard);
}

/* --- L'AVATAR --- */
.author-block .avatar {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%; /* Format circulaire */
  background-size: cover;
  background-position: center;
  border: 4px solid var(--color-primary-muted);
  box-shadow: 0 4px 15px color-mix(in srgb, var(--color-primary-dark), transparent 90%);
  transition: var(--transition-standard);
}

/* --- LE TEXTE --- */
.author-block .author-text {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: inherit;
  text-align: justify;
}

/* Le lien du nom de l'auteur */
.author-block .author-text a {
  color: var(--color-primary-dark) !important;
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.3s ease;
  padding-bottom: 2px;
}

.author-block .author-text a:hover {
  background-size: 100% 2px;
  color: var(--color-primary) !important;
}

/* --- INTERACTIVITÉ --- */

/* Signature : Barre orange animée en bas au survol */
.author-block::after {
  content: '';
  position: absolute; bottom: 0; left: 0; width: 0; height: 5px;
  background-color: var(--color-primary);
  transition: width 0.7s var(--transition-standard);
}

.author-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--color-primary-dark), transparent 94%);
}

.author-block:hover::after {
  width: 100%;
}

.author-block:hover .avatar {
  border-color: var(--color-primary);
  transform: scale(1.05);
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 600px) {
  .author-block {
    flex-direction: column !important; /* Empilé sur mobile */
    text-align: center !important;
    padding: 40px 30px !important;
  }
  
  .author-block .author-text {
    text-align: center !important;
  }
  
  .author-block .avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}
/* ==========================================================================
   SECTION 19 : DATES (PUBLICATION ET MODIFICATION)
   ========================================================================== */

.dt-published, 
.dt-modified {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 14px !important; /* Plus petit pour les méta-données */
  font-weight: 500;
  color: color-mix(in srgb, var(--color-primary-dark), transparent 30%);
  margin-right: 25px;
  margin-bottom: 15px;
  transition: var(--transition-standard);
  padding: 5px 10px;
  border-radius: 4px;
}

/* --- ICÔNES SVG --- */

/* Icône Calendrier pour la publication */
.dt-published::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-primary);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM5 8V6h14v2H5z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM5 8V6h14v2H5z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}

/* Icône Mise à jour pour la modification */
.dt-modified::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color-primary);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0s-3.51-9.17 0-12.65 9.21-3.48 12.72 0L21 3v7.12z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 10.12h-6.78l2.74-2.82c-2.73-2.7-7.15-2.8-9.88-.1-2.73 2.71-2.73 7.08 0 9.79s7.15 2.71 9.88 0C18.32 15.65 19 14.08 19 12.1h2c0 1.98-.88 4.55-2.64 6.29-3.51 3.48-9.21 3.48-12.72 0s-3.51-9.17 0-12.65 9.21-3.48 12.72 0L21 3v7.12z'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}

/* Interactivité */
.dt-published:hover, 
.dt-modified:hover {
  color: var(--color-primary);
  background-color: var(--color-primary-muted);
}

/* Alignement automatique si les deux sont l'un au dessus de l'autre */
@media (max-width: 480px) {
  .dt-published, .dt-modified {
    display: flex !important;
    margin-right: 0;
  }
}