/* ============================================================
   🖼️ FIGURES : éviter qu'elles cassent la mise en page
   ============================================================ */

figure,
figure[data-wf-figure] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Images toujours responsive */
figure img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   🧹 NETTOYAGE : neutraliser l'ancien système vidéo
   (si jamais des restes apparaissent dans d'anciens articles)
   ============================================================ */

.video-responsive,
.video-responsive * {
    all: unset !important;
}

.video-responsive {
    display: block !important;
    width: 100% !important;
    margin: 1rem 0 !important;
}

/* ============================================================
   🎛️ AUTRES STYLES GÉNÉRAUX DU SITE (si tu veux en ajouter)
   ============================================================ */

/* Ajoute ici tes styles globaux si nécessaire */
