/* Variables */
:root {
    --article-max-width: 720px;
    --hero-max-width: 1400px;
    --color-primary: #0056B3;
    --color-text: #1A1A1A;
    --color-text-light: #495057;
    --color-border: #E0E0E0;
    --font-serif: 'Charter', 'Bitstream Charter', 'Sitka Text', 'New York', Cambria, Georgia, serif;
    --font-sans: 'Inter', 'Inter Fallback', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Fonts déclarées dans header.php (self-hosted, font-display: optional) */
/* === [GFOLLOW] Boutons "Suivre info.fr sur Google" - deploye 2026-05-30 === */
.share-btn.share-gfollow {
    background: #E3F2FD;
    border: 1px solid #0056B3;
}
.share-btn.share-gfollow:hover {
    background: #BBDEFB;
    border-color: #003D82;
    transform: scale(1.1);
}
.share-btn.share-gfollow svg {
    width: 20px;
    height: 20px;
}

.gfollow-mid {
    margin: 32px auto;
    max-width: var(--article-max-width, 720px);
    background: linear-gradient(90deg, #F8F9FA 0%, #E8F0FE 100%);
    border: 1px solid #DADCE0;
    border-radius: 8px;
    box-sizing: border-box;
}
.gfollow-mid a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    color: #1A1A1A;
    text-decoration: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.gfollow-mid a:hover {
    background: #E8F0FE;
    text-decoration: none;
}
.gfollow-mid-icon {
    display: inline-flex;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #DADCE0;
}
.gfollow-mid-text { flex: 1; }
.gfollow-mid-arrow {
    color: #1A73E8;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .gfollow-mid a { padding: 12px 14px; font-size: 14px; gap: 10px; }
    .gfollow-mid-icon { width: 28px; height: 28px; }
    .gfollow-mid-icon svg { width: 16px; height: 16px; }
}

.gfollow-end {
    max-width: var(--article-max-width, 720px);
    margin: 40px auto 24px;
    padding: 0 20px;
    box-sizing: border-box;
}
.gfollow-end-wrapper {
    position: relative;
    background: #fff;
    border: 2px solid #1A73E8;
    border-radius: 12px;
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(26, 115, 232, 0.08);
}
.gfollow-end-icon {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #fff;
    border: 2px solid #1A73E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(26, 115, 232, 0.18);
}
.gfollow-end-icon svg {
    width: 32px;
    height: 32px;
}
.gfollow-end-text { max-width: 540px; }
.gfollow-end-text h3 {
    margin: 0 0 4px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.3;
}
.gfollow-end-text p {
    margin: 0;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
}
.gfollow-end-cta,
.gfollow-end-cta:link,
.gfollow-end-cta:visited,
.gfollow-end-cta:hover,
.gfollow-end-cta:active,
.gfollow-end-cta:focus {
    color: #fff !important;
    text-decoration: none !important;
}
.gfollow-end-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #1A73E8;
    border-radius: 8px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.15s ease;
    white-space: nowrap;
}
.gfollow-end-cta:hover {
    background: #1557B0;
}
.gfollow-end-cta svg { flex-shrink: 0; }
@media (max-width: 600px) {
    .gfollow-end { padding: 0 16px; }
    .gfollow-end-wrapper { padding: 56px 16px 20px; }
    .gfollow-end-icon {
        position: absolute;
        left: 50%;
        top: -28px;
        transform: translateX(-50%);
    }
    .gfollow-end-cta { width: 100%; justify-content: center; }
}
/* === [/GFOLLOW] === */
/* === [INFOFR VOTE] Boutons pouces engagement - deploye 2026-05-30 === */
.infofr-vote-box {
    max-width: var(--article-max-width, 720px);
    margin: 32px auto 16px;
    padding: 0 20px;
    box-sizing: border-box;
}
.infofr-vote-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 24px;
    background: #F8F9FA;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    flex-wrap: wrap;
}
.infofr-vote-q {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1A1A1A;
}
.infofr-vote-btns {
    display: flex;
    gap: 12px;
}
.infofr-vote-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #0056B3;
    background: #E3F2FD;
    color: #0056B3;
    cursor: pointer;
    transition: all 0.18s ease;
    padding: 0;
}
.infofr-vote-btn:hover {
    background: #0056B3;
    color: #fff;
    transform: scale(1.1);
}
.infofr-vote-btn svg {
    fill: currentColor;
    pointer-events: none;
}
.infofr-vote-btn:focus-visible {
    outline: 2px solid #0056B3;
    outline-offset: 3px;
}
.infofr-vote-btn.voted:not(.animating) {
    background: #0056B3;
    color: #fff;
    cursor: default;
    transform: none;
}
.infofr-vote-btn.voted.animating {
    background: #0056B3;
    color: #fff;
}
.infofr-vote-btn:disabled:not(.animating) {
    cursor: not-allowed;
    opacity: 0.4;
    transform: none;
}
.infofr-vote-btn:disabled:hover:not(.animating) {
    background: #E3F2FD;
    color: #0056B3;
    transform: none;
}
.infofr-vote-btn.voted:hover:not(.animating) {
    background: #0056B3;
    color: #fff;
    transform: none;
}
.infofr-vote-thanks {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    color: #46B450;
    font-weight: 600;
}
@media (max-width: 600px) {
    .infofr-vote-box { padding: 0 16px; }
    .infofr-vote-wrap { padding: 16px; gap: 12px; }
    .infofr-vote-q { font-size: 14px; flex: 1 1 100%; text-align: center; }
}

/* Animations engagement v2 - plus longues et expressives */
@keyframes infofrVoteBounce {
    0%   { transform: scale(1) rotate(0deg); }
    15%  { transform: scale(1.5) rotate(-8deg); }
    32%  { transform: scale(0.78) rotate(10deg); }
    50%  { transform: scale(1.22) rotate(-5deg); }
    68%  { transform: scale(0.92) rotate(3deg); }
    85%  { transform: scale(1.06) rotate(-1deg); }
    100% { transform: scale(1) rotate(0deg); }
}
@keyframes infofrVoteFloat {
    0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity: 1; }
    15%  { transform: translate(-3px,-20px) scale(1.4) rotate(-12deg); opacity: 1; }
    35%  { transform: translate(6px,-55px) scale(1.8) rotate(10deg); opacity: 1; }
    60%  { transform: translate(-4px,-95px) scale(2.1) rotate(-6deg); opacity: 0.85; }
    80%  { transform: translate(3px,-130px) scale(2.3) rotate(8deg); opacity: 0.45; }
    100% { transform: translate(0,-170px) scale(2.5) rotate(0deg); opacity: 0; }
}
@keyframes infofrVoteFloatLeft {
    0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity: 1; }
    100% { transform: translate(-90px,-130px) scale(1.6) rotate(-35deg); opacity: 0; }
}
@keyframes infofrVoteFloatRight {
    0%   { transform: translate(0,0) scale(1) rotate(0deg); opacity: 1; }
    100% { transform: translate(90px,-130px) scale(1.6) rotate(35deg); opacity: 0; }
}
@keyframes infofrVoteFloatFarLeft {
    0%   { transform: translate(0,0) scale(0.7) rotate(0deg); opacity: 0.9; }
    100% { transform: translate(-130px,-60px) scale(1.3) rotate(-55deg); opacity: 0; }
}
@keyframes infofrVoteFloatFarRight {
    0%   { transform: translate(0,0) scale(0.7) rotate(0deg); opacity: 0.9; }
    100% { transform: translate(130px,-60px) scale(1.3) rotate(55deg); opacity: 0; }
}
@keyframes infofrVoteRipple {
    0%   { width: 0; height: 0; opacity: 0.55; }
    100% { width: 130px; height: 130px; opacity: 0; }
}
@keyframes infofrVoteThanksIn {
    0%   { opacity: 0; transform: translateY(12px) scale(0.7); }
    55%  { opacity: 1; transform: translateY(-3px) scale(1.18); }
    78%  { transform: translateY(0) scale(0.94); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes infofrVoteFadeOut {
    0%   { opacity: 1; filter: grayscale(0%); }
    100% { opacity: 0.32; filter: grayscale(100%); }
}
.infofr-vote-wrap {
    position: relative;
    overflow: visible;
}
.infofr-vote-btn.animating {
    animation: infofrVoteBounce 0.85s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.infofr-vote-btn.fading {
    animation: infofrVoteFadeOut 0.7s ease-out forwards;
}
.infofr-vote-float {
    position: absolute;
    pointer-events: none;
    color: #0056B3;
    animation: infofrVoteFloat 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 10;
    width: 22px;
    height: 22px;
}
.infofr-vote-float svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: block;
}
.infofr-vote-float.down {
    color: #DC3232;
}
.infofr-vote-float.left  { animation: infofrVoteFloatLeft  1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.infofr-vote-float.right { animation: infofrVoteFloatRight 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.infofr-vote-float.far-left  { animation: infofrVoteFloatFarLeft  1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.infofr-vote-float.far-right { animation: infofrVoteFloatFarRight 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

/* Ripple effect au clic */
.infofr-vote-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 86, 179, 0.55);
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 5;
    animation: infofrVoteRipple 0.7s ease-out forwards;
}
.infofr-vote-ripple.down {
    background: rgba(220, 50, 50, 0.55);
}
.infofr-vote-thanks {
    animation: infofrVoteThanksIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}
.infofr-vote-thanks[hidden] {
    display: none;
}
/* Reduce motion : desactiver les animations pour accessibilite */
@media (prefers-reduced-motion: reduce) {
    .infofr-vote-btn.animating,
    .infofr-vote-float,
    .infofr-vote-thanks,
    .infofr-vote-btn.fading {
        animation: none !important;
    }
}
/* === [/INFOFR VOTE] === */
/* === [INFOFR NEWSLETTER END] Bloc inscription fin article - deploye 2026-05-30 === */
.infofr-newsletter-end {
    max-width: var(--article-max-width, 720px);
    margin: 24px auto 32px;
    padding: 0 20px;
    box-sizing: border-box;
}
.infofr-nl-wrap {
    position: relative;
    background: #F4FAF6;
    border: 2px solid #22A55F;
    border-radius: 12px;
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(34, 165, 95, 0.08);
}
.infofr-nl-icon {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #fff;
    border: 2px solid #22A55F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(34, 165, 95, 0.18);
}
.infofr-nl-icon svg {
    width: 30px;
    height: 30px;
}
.infofr-nl-text { max-width: 540px; }
.infofr-nl-text h3 {
    margin: 0 0 4px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.3;
}
.infofr-nl-text p {
    margin: 0;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
}
.infofr-nl-form {
    display: flex;
    gap: 8px;
    margin: 0;
    width: 100%;
    max-width: 380px;
}
.infofr-nl-input {
    text-align: center;
    flex: 1;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid #C8E6CF;
    border-radius: 8px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #1A1A1A;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.infofr-nl-input:focus {
    outline: none;
    border-color: #22A55F;
    box-shadow: 0 0 0 3px rgba(34, 165, 95, 0.18);
}
.infofr-nl-input::placeholder { color: #6C8675; }
.infofr-nl-btn {
    flex-shrink: 0;
    padding: 12px 18px;
    background: #15803D;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
    white-space: nowrap;
}
.infofr-nl-btn:hover { background: #126E34; }
.infofr-nl-btn:active { transform: scale(0.96); }
.infofr-nl-btn:disabled { background: #C8E6CF; cursor: not-allowed; }
.infofr-nl-msg {
    max-width: var(--article-max-width, 720px);
    margin: 8px auto 0;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 6px;
    animation: nlMsgIn 0.3s ease-out;
}
.infofr-nl-msg.success {
    background: #DCF5E5;
    color: #0B5C30;
    border: 1px solid #22A55F;
}
.infofr-nl-msg.error {
    background: #FDE5E5;
    color: #8C1D18;
    border: 1px solid #DC3232;
}
@keyframes nlMsgIn {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
    .infofr-newsletter-end { padding: 0 16px; margin-top: 48px; }
    .infofr-nl-wrap { padding: 56px 16px 20px; }
    .infofr-nl-icon {
        position: absolute;
        left: 50%;
        top: -28px;
        transform: translateX(-50%);
    }
    .infofr-nl-form { flex-direction: column; }
    .infofr-nl-input, .infofr-nl-btn { width: 100%; }
}
/* === [/INFOFR NEWSLETTER END] === */




/* Layout général */
.article-full {
    background: #FFFFFF;
}

/* Header article */
.article-header {
    padding: 40px 0 20px;
}

.article-header-wrapper {
    /* Plus de centrage - dans le flux content-wrapper */
}

/* Breadcrumb VISIBLE */
.article-breadcrumb {
    margin-bottom: 12px;
}
.article-breadcrumb ol {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    font-size: 13px;
    font-family: var(--font-sans);
}
.article-breadcrumb li {
    display: flex;
    align-items: center;
}
.article-breadcrumb li:not(:last-child)::after {
    content: "›";
    margin: 0 8px;
    color: #9ca3af;
    font-weight: 300;
}
.article-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}
.article-breadcrumb a:hover {
    color: var(--color-primary);
}

/* Titre */
.article-titles {
    margin-bottom: 20px;
}
.article-title {
    font-family: var(--font-serif);
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

/* Sous-titre avec barre bleue gauche */
.article-subtitle-box {
    border-left: 4px solid var(--color-primary);
    padding-left: 18px;
    margin-bottom: 25px;
}
.article-subtitle {
    font-size: 20px;
    line-height: 1.5;
    color: var(--color-text-light);
    font-weight: 400;
    margin: 0;
    font-family: var(--font-sans);
}

/* Ligne auteur : avatar + nom à gauche, icônes sociales à droite */
.article-author-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 12px;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.author-avatar-link {
    flex-shrink: 0;
    display: block;
}
.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid var(--color-primary);
    box-shadow: 0 2px 8px rgba(0, 86, 179, 0.15);
    object-fit: cover;
    display: block;
}
.author-text {
    display: flex;
    align-items: center;
    gap: 8px;
}
.author-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-text);
    text-decoration: none;
}
.author-name:hover {
    color: var(--color-primary);
}
.author-profile-link {
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s;
}
.author-profile-link:hover {
    color: var(--color-primary);
}

/* Icônes sociales — cercle noir, fond sombre au repos / crème au hover */
.author-social-icons {
    display: flex;
    gap: 8px;
}
.social-icon-big {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    color: #fff;
    transition: all 0.2s;
}
.social-icon-big:hover {
    background: #f5f0e8;
    border-color: #1a1a1a;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.social-icon-big svg {
    fill: #fff;
}
.social-icon-big:hover svg {
    fill: #1a1a1a;
}

/* Ligne meta — une seule ligne propre */
.article-meta-line {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-family: var(--font-sans);
    font-size: 14px;
    color: #6b7280;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 10px; /* Réduit l'espace avant la photo */
}
.article-meta-line .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.meta-fc-score { color: #28a745; font-weight: 600; }
.meta-fc-score svg { stroke: #28a745 !important; }
.article-meta-line .meta-item svg {
    flex-shrink: 0;
    color: #9ca3af;
}
.article-meta-updated {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-sans);
    margin-top: 6px;
    padding-left: 2px;
}
.article-meta-updated svg {
    color: var(--color-primary);
    flex-shrink: 0;
}

/* (Old header styles removed — now handled by article-author-line, article-meta-line, article-subtitle-box above) */

/* Boutons de partage flottants */
.share-buttons.floating {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 100;
}

.share-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #0056B3;
    background: #E3F2FD;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s, background 0.3s;
    position: relative;
}

.share-copy-main {
    width: 50px;
    height: 50px;
    background: #0056B3;
    border: 2px solid #003D82;
    box-shadow: 0 2px 10px rgba(0,86,179,0.3);
}

.share-copy-main svg {
    fill: white !important;
}

.share-separator {
    height: 1px;
    background: #CCC;
    width: 30px;
    margin: 8px auto;
    align-self: center;
}

.share-btn:hover {
    transform: scale(1.1);
    background: #0056B3;
}

.share-btn svg {
    fill: #003D82;
}

.share-btn:hover svg {
    fill: white;
}

.link-tooltip {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.share-copy-main:hover .link-tooltip {
    opacity: 1;
}

/* Hero image */
.article-hero {
    margin: 0 0 20px 0;
}

.hero-image-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .hero-image {
        height: auto;
    }
}

/* Hero caption - ESPACE RÉDUIT */
.hero-caption {
    padding: 12px 16px;
    background: #F8F9FA;
    font-size: 13px;
    color: #495057;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 0 0 8px 8px;
    margin-top: -8px;
    margin-bottom: 20px; /* Réduit l'espace en-dessous */
}

.caption-text {
    font-weight: 500;
    color: #1A1A1A;
}

.image-credit {
    font-size: 12px;
    font-style: italic;
    color: #5A6C7D;
}

.image-credit::before {
    content: "© ";
    font-style: normal;
}

.credit-line { display: flex; align-items: baseline; flex-wrap: wrap; }
.image-credit-nudge {
    display: inline;
    padding: 0;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    color: #0072b8;
    background: none;
    border: 0;
    cursor: pointer;
}
.image-credit-nudge::before { content: "·"; margin: 0 7px; color: #aab4bd; font-weight: 400; }
.image-credit-nudge:hover { text-decoration: underline; }
.image-credit-nudge .nudge-cam { font-size: 18px; vertical-align: -3px; }

/* Zoom button overlay */
.hero-image-container {
    position: relative;
    cursor: zoom-in;
    border-radius: 8px;
    overflow: hidden;
}

.hero-image-container .hero-image {
    cursor: inherit;
}

.zoom-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #0056B3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0.7;
    pointer-events: none;
}

.hero-image-container:hover .zoom-btn {
    opacity: 1;
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 12px rgba(0, 86, 179, 0.25);
}

@media (max-width: 768px) {
    .zoom-btn {
        width: 36px;
        height: 36px;
        bottom: 10px;
        right: 10px;
        border-radius: 8px;
        opacity: 0.85;
    }
}

/* Lightbox infographie */
.infographie-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);
    z-index: 99999;
    cursor: zoom-out;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.infographie-lightbox.active {
    display: flex;
}

.infographie-lightbox img {
    max-width: 95%;
    max-height: 95vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 36px;
    font-weight: 300;
    cursor: pointer;
    z-index: 100000;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.lightbox-close:hover {
    opacity: 1;
}

/* Content wrapper */
.article-content-wrapper {
    max-width: var(--article-max-width);
    padding: 0 20px;
    flex: 1;
    min-width: 0;
}

/* Layout article + sidebar */
.article-layout {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    gap: 40px;
    padding: 0 20px;
    
}

/* Sidebar pub */
.article-sidebar {
    width: 340px;
    flex-shrink: 0;
    display: none; /* Mobile: hidden */
    align-self: stretch;
}

.sidebar-ad-sticky {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}


.ad-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #767676;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Pub in-article (mobile surtout) */
.ad-in-article {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

/* Pub fin d'article */
.ad-end-article {
    max-width: var(--article-max-width);
    margin: 40px auto;
    padding: 0 20px;
}

/* Desktop : afficher sidebar */
@media (min-width: 1100px) {
    .article-sidebar {
        display: block;
    }
    
    /* Sur desktop, masquer la pub in-article (on a la sidebar) */
    .ad-in-article {
        display: none;
    }
}

/* Tablette : pas de sidebar, layout simple */
@media (max-width: 1099px) {
    .article-layout {
        display: block;
        max-width: var(--article-max-width);
        margin: 0 auto;
    }
    
    .article-content-wrapper {
        max-width: none;
    }
    
    .article-sidebar {
        display: none;
    }
}

/* Chapô - ESPACE RÉDUIT */
.article-chapo {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 20px; /* Réduit de 30px à 20px */
    padding-bottom: 15px; /* Réduit de 20px à 15px */
    border-bottom: 1px solid var(--color-border);
}

/* ===== BLOC "LES ENJEUX" — fond bleu nuit, barres colorées ===== */
.enjeux-box {
    background: linear-gradient(135deg, #e8eef6 0%, #dce5f0 100%);
    border: 1px solid #b8c9dc;
    border-radius: 14px;
    padding: 28px 30px;
    margin: 20px 0 25px;
    box-shadow: 0 2px 8px rgba(0,56,120,0.06);
}
.enjeux-header {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0056B3;
    margin-bottom: 22px;
    text-align: center;
}
.enjeux-item {
    display: flex;
    gap: 16px;
    align-items: center;
}
.enjeux-bar {
    width: 4px;
    min-height: 40px;
    border-radius: 2px;
    flex-shrink: 0;
}
.enjeux-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
}
.enjeux-icon svg {
    width: 38px;
    height: 38px;
    display: block;
    color: #0056B3 !important;
    fill: #0056B3;
    stroke: #0056B3;
}
/* Fill icons : override explicit fill except none */
.enjeux-icon svg [fill]:not([fill="none"]):not([fill="currentColor"]) {
    fill: #0056B3 !important;
}
/* Stroke icons : override explicit stroke except none */
.enjeux-icon svg [stroke]:not([stroke="none"]):not([stroke="currentColor"]) {
    stroke: #0056B3 !important;
}
.enjeux-content {
    flex: 1;
}
.enjeux-title {
    font-family: var(--font-sans);
    font-size: 17px;
    font-weight: 700;
    color: #1a2a3a;
    margin-bottom: 4px;
}
.enjeux-text {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #3a4a5c;
    line-height: 1.5;
}
.enjeux-separator {
    height: 1px;
    background: #b8c9dc;
    margin: 16px 0;
}

/* Points clés — "L'essentiel" */
.key-points-box {
    background: #F8F9FA;
    border-left: 4px solid var(--color-primary);
    padding: 20px 25px;
    margin: 0 0 25px;
    border-radius: 0 10px 10px 0;
}
.key-points-title {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: var(--color-primary);
}
.key-points-list {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
}
.key-points-list li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: var(--font-sans);
    font-size: 15px;
    color: #1a1a1a;
}
.key-points-list li:last-child { margin-bottom: 0; }
.kp-fact {
    color: #1a1a1a;
}
.kp-source {
    color: #9ca3af;
    font-size: 13px;
    font-style: italic;
}

/* Responsive enjeux + points clés */
@media (max-width: 768px) {
    .enjeux-box { padding: 18px 14px; margin: 15px 0 20px; }
    .enjeux-title { font-size: 15px; }
    .enjeux-text { font-size: 14px; }
    .enjeux-item { gap: 12px; }
    .key-points-box { padding: 16px 14px; }
    .key-points-list li { font-size: 15px; margin-bottom: 10px; }
    .kp-source { font-size: 12px; }
}

/* Corps de l'article */
.article-body {
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 1.7;
    color: var(--color-text);
    margin: 30px 0; /* Réduit de 40px à 30px */
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.article-body p {
    margin-bottom: 24px;
}

/* Listes : espace après la liste + lisibilité mobile */
.article-body ul,
.article-body ol {
    margin: 0 0 26px;
    padding-left: 26px;
}
.article-body li {
    margin-bottom: 10px;
    line-height: 1.65;
}
.article-body li:last-child {
    margin-bottom: 0;
}
.article-body li > ul,
.article-body li > ol {
    margin: 10px 0 0;
}
@media (max-width: 600px) {
    .article-body ul,
    .article-body ol {
        padding-left: 22px;
    }
    .article-body li {
        line-height: 1.6;
        margin-bottom: 9px;
    }
}

/* Liens accessibles — soulignés et contrastés */
.article-body a {
    color: #004494;
    text-decoration: underline;
    text-decoration-color: rgba(0,68,148,0.35);
    text-underline-offset: 2px;
}
.article-body a:hover {
    text-decoration-color: #004494;
}

/* Lettrine */
.article-body p.has-drop-cap:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding-right: 8px;
    padding-top: 4px;
    font-weight: 700;
    color: var(--color-primary);
}

.article-body h2 {
    font-family: var(--font-sans);
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: var(--color-text);
}

.article-body h3 {
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.article-body blockquote:not(.twitter-tweet) {
    border-left: 4px solid var(--color-primary);
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
    color: #495057;
}

/* Tweet embed — pleine largeur article */
.article-body .tweet-embed-wrapper {
    margin: 30px 0;
    max-width: 100%;
}

/* Tweet collé après un H2 — ajouter de l'espace */
.article-body h2 + .tweet-embed-wrapper,
.article-body h2 + div > .tweet-embed-wrapper {
    margin-top: 25px;
}

/* Placeholder avant chargement Twitter SDK */
.article-body .tweet-embed-wrapper blockquote.twitter-tweet:not(.twitter-tweet-rendered) {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

/* Forcer le tweet rendu à prendre toute la largeur */
.article-body .tweet-embed-wrapper .twitter-tweet,
.article-body .tweet-embed-wrapper .twitter-tweet-rendered,
.article-body .tweet-embed-wrapper iframe {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
/* Override Twitter widget inline styles */
.article-body .tweet-embed-wrapper > div,
.article-body .tweet-embed-wrapper > div > div {
    max-width: 100% !important;
}

/* Reset blockquote styling inside tweet wrapper */
.article-body .tweet-embed-wrapper blockquote {
    border-left: none !important;
    padding-left: 0 !important;
    font-style: normal !important;
    color: inherit !important;
    margin: 0 !important;
}

/* Sources */
.article-sources {
    padding: 25px;
    background: #F8F9FA;
    border-radius: 8px;
    margin: 40px 0;
}

.article-sources h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.sources-list {
    margin: 0;
    padding-left: 20px;
}

.sources-list li {
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.sources-list li a {
    color: #004494;
    word-break: break-all;
}

/* Tags visibles cliquables */
.article-tags-block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
}
.tags-label {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-light);
    margin-right: 4px;
}
.tag-pill {
    display: inline-block;
    padding: 5px 14px;
    background: #E3F2FD;
    color: var(--color-primary);
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
}
.tag-pill:hover {
    background: var(--color-primary);
    color: #fff;
}

/* CLS FIX — Réserver l'espace pour les pubs AdSense */
.ad-in-article {
    min-height: 280px;
}
.ad-end-article {
    min-height: 250px;
}
.article-sidebar .sidebar-ad-sticky {
    min-height: 0;
}

/* CLS FIX — Réserver l'espace pour les embeds sociaux */
.tweet-embed-wrapper {
    min-height: 0;
}
blockquote.instagram-media {
    min-height: 480px;
}
blockquote.tiktok-embed {
    min-height: 580px;
}

/* Zone Spoiler — Cliquer pour révéler */
.spoiler-box {
    margin: 30px 0;
    border: 2px dashed #DC3545;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF5F5;
}
.spoiler-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s;
    gap: 12px;
}
.spoiler-header:hover { background: #FFECEC; }
.spoiler-title {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 16px;
    color: #DC3545;
    display: flex;
    align-items: center;
    gap: 8px;
}
.spoiler-badge {
    display: inline-block;
    padding: 3px 10px;
    background: #DC3545;
    color: white;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
}
.spoiler-toggle-text {
    font-size: 13px;
    color: #999;
    font-family: var(--font-sans);
    white-space: nowrap;
}
.spoiler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
}
.spoiler-box.revealed .spoiler-content {
    max-height: 800px;
    padding: 0 20px 20px;
}
.spoiler-box.revealed { border-style: solid; background: #FFFAFA; }
.spoiler-box.revealed .spoiler-toggle-text { display: none; }
.spoiler-content p { font-family: var(--font-serif); font-size: 20px; line-height: 1.8; }
@media (max-width: 768px) {
    .spoiler-content p { font-size: 16px; }
    .spoiler-header { padding: 14px 16px; }
}

/* Lire aussi — Liens internes */
.read-also {
    margin: 25px 0;
    padding: 14px 20px;
    background: linear-gradient(135deg, #E3F2FD 0%, #F0F8FF 100%);
    border-left: 4px solid var(--color-primary);
    border-radius: 0 8px 8px 0;
    font-family: var(--font-sans);
    font-size: 15px;
    font-style: italic;
    color: #333;
}
.read-also a {
    color: var(--color-primary);
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    transition: color 0.2s;
}
.read-also a:hover {
    color: #003D82;
    text-decoration: underline;
}

/* Zone spoiler — Dépliable */
.spoiler-zone {
    margin: 25px 0;
    border: 2px dashed #ffc107;
    border-radius: 10px;
    overflow: hidden;
    background: #FFFDF0;
}
.spoiler-zone summary {
    padding: 14px 20px;
    background: linear-gradient(135deg, #FFF8E1 0%, #FFFDE7 100%);
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    color: #795548;
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    list-style: none;
    transition: background 0.2s;
}
.spoiler-zone summary::-webkit-details-marker { display: none; }
.spoiler-zone summary::after {
    content: '▶';
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s;
    color: #9e9e9e;
}
.spoiler-zone[open] summary::after {
    transform: rotate(90deg);
}
.spoiler-zone summary:hover {
    background: #FFF3CD;
}
.spoiler-zone .spoiler-content,
.spoiler-zone > *:not(summary) {
    padding: 20px;
    animation: spoilerReveal 0.3s ease;
}
@keyframes spoilerReveal {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.spoiler-zone > p,
.spoiler-zone > div {
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 1.8;
    color: var(--color-text);
}
@media (max-width: 768px) {
    .spoiler-zone { margin: 20px 0; border-radius: 8px; }
    .spoiler-zone summary { padding: 12px 16px; font-size: 14px; }
    .spoiler-zone .spoiler-content,
    .spoiler-zone > *:not(summary) { padding: 15px; }
    .spoiler-zone > p,
    .spoiler-zone > div { font-size: 16px; }
    .read-also { margin: 20px 0; padding: 12px 16px; font-size: 14px; }
    .video-embed-wrapper { margin: 20px 0; }
    .video-embed-wrapper p { font-size: 12px; }
}

/* Embed vidéo responsive */
.video-embed-wrapper {
    margin: 30px 0;
}
/* Fallback lien YouTube — affiché si l'iframe est bloquée */
.video-embed-fallback {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    text-decoration: none;
    color: #0f172a;
    transition: background 0.2s, border-color 0.2s;
}
.video-embed-fallback:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
.video-embed-fallback .vef-thumb {
    width: 120px;
    height: 68px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.video-embed-fallback .vef-play {
    width: 36px;
    height: 36px;
    background: #ff0000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.video-embed-fallback .vef-play svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}
.video-embed-fallback .vef-text {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}
.video-embed-fallback .vef-source {
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
}

/* Instagram embed — pleine largeur */
.article-body blockquote.instagram-media {
    margin: 30px auto !important;
    max-width: 100% !important;
    width: 100% !important;
    border: none !important;
}
.article-body iframe[src*="instagram.com"] {
    width: 100% !important;
    max-width: 100% !important;
}

/* TikTok embed */
.article-body blockquote.tiktok-embed {
    margin: 30px auto !important;
    max-width: 605px;
}
.video-embed-wrapper iframe {
    border-radius: 8px;
}


/* ============================================== */
/* COMPOSANTS ÉDITORIAUX — BIBLIOTHÈQUE COMPLÈTE  */
/* ============================================== */

/* ===== 1. FICHE TECHNIQUE FILM/SÉRIE ===== */
.infofr-fiche-technique {
    margin: 25px 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
}
.infofr-fiche-technique .ft-header {
    background: linear-gradient(135deg, #2a3a52 0%, #34495e 100%);
    color: #fff;
    padding: 16px 20px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.infofr-fiche-technique .ft-body {
    padding: 0;
}
.infofr-fiche-technique .ft-row {
    display: flex;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-family: var(--font-sans);
    font-size: 14px;
}
.infofr-fiche-technique .ft-row:last-child { border-bottom: none; }
.infofr-fiche-technique .ft-label {
    width: 140px;
    flex-shrink: 0;
    font-weight: 600;
    color: #555;
}
.infofr-fiche-technique .ft-value {
    flex: 1;
    color: #1a1a1a;
}
.infofr-fiche-technique .ft-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffd700;
    color: #1a1a1a;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 15px;
}

/* ===== 2. BAROMÈTRE CRITIQUE ===== */
.infofr-barometre {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.infofr-barometre .baro-title {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}
.infofr-barometre .baro-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-family: var(--font-sans);
    font-size: 13px;
}
.infofr-barometre .baro-media {
    width: 130px;
    flex-shrink: 0;
    font-weight: 500;
    color: #333;
    text-align: right;
}
.infofr-barometre .baro-bar-bg {
    flex: 1;
    height: 22px;
    background: #e9ecef;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
}
.infofr-barometre .baro-bar-fill {
    height: 100%;
    border-radius: 11px;
    transition: width 1s ease;
}
.infofr-barometre .baro-note {
    width: 45px;
    flex-shrink: 0;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}
.infofr-barometre .baro-moyenne {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 2px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-sans);
}
.infofr-barometre .baro-moyenne-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
}
.infofr-barometre .baro-moyenne-value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}
.baro-color-bad { background: linear-gradient(90deg, #dc3545, #e85d6a); color: #dc3545; }
.baro-color-mid { background: linear-gradient(90deg, #fd7e14, #ffb347); color: #fd7e14; }
.baro-color-good { background: linear-gradient(90deg, #28a745, #5cb85c); color: #28a745; }
.baro-color-great { background: linear-gradient(90deg, #0056B3, #17a2b8); color: #0056B3; }

/* ===== 3. BLOC CHIFFRE CLÉ ===== */
.infofr-chiffre-cle {
    margin: 50px 0;
    padding: 48px 30px;
    min-height: 220px;
    background-color: #003d82;
    background-image: linear-gradient(135deg, #0056B3 0%, #003d82 100%);
    border-radius: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.infofr-chiffre-cle::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 20, 50, 0.45);
    z-index: 1;
    border-radius: inherit;
}
.infofr-chiffre-cle .cc-number {
    display: block;
    font-family: var(--font-sans);
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.infofr-chiffre-cle .cc-label {
    display: block;
    font-family: var(--font-sans);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.92;
    max-width: 520px;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.infofr-chiffre-cle .cc-source {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}
.infofr-chiffre-cle a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.5);
    transition: text-decoration-color 0.2s;
}
.infofr-chiffre-cle a:hover {
    text-decoration-color: #fff;
}
.infofr-chiffre-cle.cc-red { background: linear-gradient(135deg, #dc3545, #a71d2a); }
.infofr-chiffre-cle.cc-green { background: linear-gradient(135deg, #28a745, #1e7e34); }
.infofr-chiffre-cle.cc-orange { background: linear-gradient(135deg, #fd7e14, #e8590c); }
.infofr-chiffre-cle.cc-dark { background: linear-gradient(135deg, #2a3a52, #34495e); }

/* ===== 4. CHRONOLOGIE INTERACTIVE ===== */
.infofr-chronologie {
    margin: 30px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.infofr-chronologie .chrono-title {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}
.infofr-chronologie .chrono-list {
    position: relative;
    padding-left: 28px;
}
.infofr-chronologie .chrono-list::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #0056B3, #28a745);
    border-radius: 2px;
}
.infofr-chronologie .chrono-item {
    position: relative;
    margin-bottom: 18px;
    font-family: var(--font-sans);
}
.infofr-chronologie .chrono-item::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #0056B3;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.infofr-chronologie .chrono-date {
    font-size: 12px;
    font-weight: 700;
    color: #0056B3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.infofr-chronologie .chrono-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-top: 2px;
}

/* ===== 5. COMPARATEUR — Style Gemini ===== */
.infofr-comparateur {
    margin: 30px 0;
    background: #eef0f4;
    border-radius: 14px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.infofr-comparateur .comp-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.infofr-comparateur .comp-header-cell {
    padding: 14px 18px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 10px;
}
.infofr-comparateur .comp-header-cell.comp-before {
    background: #f5a89a;
    color: #5a1a0a;
}
.infofr-comparateur .comp-header-cell.comp-before::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: -3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235a1a0a'%3E%3Cpath d='M18 11v2h4v-2h-4zm-2 6.61c.96.71 2.21 1.65 3.2 2.39.4-.53.8-1.07 1.2-1.6-.99-.74-2.24-1.68-3.2-2.4-.4.54-.8 1.08-1.2 1.61zM20.4 5.6c-.4-.53-.8-1.07-1.2-1.6-.99.74-2.24 1.68-3.2 2.4.4.53.8 1.07 1.2 1.6.96-.72 2.21-1.65 3.2-2.4zM4 9c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2h1l5 3V6L5 9H4zm11.5 3c0-1.33-.58-2.53-1.5-3.35v6.69c.92-.81 1.5-2.01 1.5-3.34z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.infofr-comparateur .comp-header-cell.comp-after {
    background: #a8e6cf;
    color: #1a6b4a;
}
.infofr-comparateur .comp-header-cell.comp-after::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: -3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231a6b4a'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.infofr-comparateur .comp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
.infofr-comparateur .comp-cell {
    padding: 14px 18px;
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.55;
    color: #4a4a4a;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.infofr-comparateur a {
    color: #0d7c66;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(13,124,102,0.35);
}
.infofr-comparateur a:hover {
    text-decoration-color: #0d7c66;
}

/* ===== 6. BLOC RÉSULTAT DE VOTE ===== */
.infofr-vote {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.infofr-vote .vote-title {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}
.infofr-vote .vote-bar-container {
    height: 36px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}
.infofr-vote .vote-bar-pour { background: #28a745; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; font-family: var(--font-sans); min-width: 40px; }
.infofr-vote .vote-bar-contre { background: #dc3545; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; font-family: var(--font-sans); min-width: 40px; }
.infofr-vote .vote-bar-abstention { background: #adb5bd; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; font-size: 12px; font-family: var(--font-sans); }
.infofr-vote .vote-legend {
    display: flex;
    gap: 20px;
    font-family: var(--font-sans);
    font-size: 13px;
    color: #555;
    flex-wrap: wrap;
}
.infofr-vote .vote-legend span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
}
.infofr-vote .vote-pour::before { background: #28a745; }
.infofr-vote .vote-contre::before { background: #dc3545; }
.infofr-vote .vote-abs::before { background: #adb5bd; }

/* ===== 7. CITATION CONTRADICTOIRE ===== */
/* ===== 7. CITATION CONTRADICTOIRE — Style magazine Gemini ===== */
.infofr-contradiction {
    margin: 30px 0;
    position: relative;
    min-height: 550px;
}
.infofr-contradiction .contra-side {
    padding: 32px 28px 26px;
    font-family: var(--font-sans);
    position: absolute;
    width: 75%;
    min-height: 180px;
}
/* Côté gauche — doré, en haut à gauche */
.infofr-contradiction .contra-side.contra-left {
    background: linear-gradient(145deg, #d4a66a 0%, #c49258 100%);
    border-radius: 14px;
    z-index: 2;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.15);
    top: 0;
    left: 0;
    padding-top: 22px;
    padding-bottom: 40px;
}
/* Côté droit — bleu marine, en bas à droite, chevauche le doré */
.infofr-contradiction .contra-side.contra-right {
    background: linear-gradient(145deg, #1e3a5f 0%, #162d4a 100%);
    border-radius: 14px;
    z-index: 3;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: -4px 4px 20px rgba(0,0,0,0.15);
    bottom: 0;
    right: 0;
    padding-top: 22px;
}
/* Photo — à cheval sur le bord de la carte */
.infofr-contradiction .contra-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.35), 0 0 0 1.5px rgba(0,0,0,0.2);
    z-index: 10;
    background: #ddd;
}
.infofr-contradiction .contra-side.contra-left .contra-photo {
    right: -80px;
    top: 42%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
}
.infofr-contradiction .contra-side.contra-right .contra-photo {
    left: -80px;
    top: 58%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
}
/* Quand ya une photo, réserver l'espace */
.infofr-contradiction .contra-side.contra-left:has(.contra-photo) {
    padding-right: 70px;
}
.infofr-contradiction .contra-side.contra-right:has(.contra-photo) {
    padding-left: 70px;
}
/* Guillemet décoratif */
.infofr-contradiction .contra-quote {
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 20px;
    position: relative;
    padding-left: 0;
}
.infofr-contradiction .contra-quote::before {
    content: '\AB';
    display: block;
    font-size: 64px;
    font-weight: 900;
    line-height: 0.5;
    margin-bottom: 14px;
    font-style: normal;
    letter-spacing: 0;
}
.infofr-contradiction .contra-quote::after {
    content: ' \BB';
    font-size: 32px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0;
    vertical-align: -2px;
}
.infofr-contradiction .contra-side.contra-left .contra-quote {
    color: #fff;
}
.infofr-contradiction .contra-side.contra-left .contra-quote::before {
    color: rgba(255,255,255,0.4);
}
.infofr-contradiction .contra-side.contra-left .contra-quote::after {
    color: rgba(255,255,255,0.4);
}
.infofr-contradiction .contra-side.contra-right .contra-quote {
    color: #e8edf3;
}
.infofr-contradiction .contra-side.contra-right .contra-quote::before {
    color: rgba(255,255,255,0.2);
}
.infofr-contradiction .contra-side.contra-right .contra-quote::after {
    color: rgba(255,255,255,0.2);
}
/* Auteur et date */
.infofr-contradiction .contra-author {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}
.infofr-contradiction .contra-date {
    font-size: 13px;
    font-style: italic;
    margin-top: 4px;
}
.infofr-contradiction .contra-side.contra-left .contra-date {
    color: rgba(255,255,255,0.6);
}
.infofr-contradiction .contra-side.contra-right .contra-date {
    color: rgba(255,255,255,0.45);
}
.infofr-contradiction .contra-vs {
    display: none;
}
.infofr-contradiction a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.4);
}
.infofr-contradiction a:hover {
    text-decoration-color: #fff;
}

/* ===== 8. STATUT JUDICIAIRE ===== */
.infofr-statut-judiciaire {
    margin: 25px 0;
    padding: 20px;
    background: #fafafa;
    border-left: 4px solid #6c757d;
    border-radius: 0 8px 8px 0;
}
.infofr-statut-judiciaire .sj-title {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.infofr-statut-judiciaire .sj-row {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
    font-family: var(--font-sans);
    font-size: 14px;
}
.infofr-statut-judiciaire .sj-label {
    font-weight: 600;
    color: #555;
    min-width: 100px;
}
.infofr-statut-judiciaire .sj-value { color: #1a1a1a; }
.infofr-statut-judiciaire .sj-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.sj-status-encours { background: #fff3cd; color: #856404; }
.sj-status-condamne { background: #f8d7da; color: #721c24; }
.sj-status-relaxe { background: #d4edda; color: #155724; }
.sj-status-appel { background: #d1ecf1; color: #0c5460; }

/* ===== 9. BLOC "CE QUE ÇA CHANGE POUR VOUS" ===== */
.infofr-impact {
    margin: 30px 0;
    padding: 22px 25px;
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
    border-left: 4px solid #28a745;
    border-radius: 0 10px 10px 0;
}
.infofr-impact .impact-title {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.infofr-impact .impact-text {
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
.infofr-impact .impact-text strong { color: #1a1a1a; }
.infofr-impact .impact-action {
    margin-top: 12px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.7);
    border-radius: 6px;
    font-family: var(--font-sans);
    font-size: 13px;
    color: #2e7d32;
}
.infofr-impact .impact-action a { color: #0056B3; font-weight: 600; }

/* ===== 10. BLOC SCORE SPORTIF ===== */
.infofr-score {
    margin: 25px 0;
    padding: 20px;
    background: linear-gradient(135deg, #2a3a52 0%, #34495e 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.infofr-score .score-competition {
    font-family: var(--font-sans);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 15px;
}
.infofr-score .score-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.infofr-score .score-team {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 600;
    min-width: 100px;
}
.infofr-score .score-team.team-left { text-align: right; }
.infofr-score .score-team.team-right { text-align: left; }
.infofr-score .score-result {
    font-family: var(--font-sans);
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 3px;
    background: rgba(255,255,255,0.1);
    padding: 8px 18px;
    border-radius: 8px;
}
.infofr-score .score-details {
    margin-top: 12px;
    font-family: var(--font-sans);
    font-size: 13px;
    opacity: 0.8;
}

/* ===== 11. STATS DE MATCH ===== */
.infofr-stats-match {
    margin: 25px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.infofr-stats-match .stats-title {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #1a1a1a;
}
.infofr-stats-match .stats-row {
    display: grid;
    grid-template-columns: 60px 1fr 80px 1fr 60px;
    align-items: center;
    margin-bottom: 8px;
    font-family: var(--font-sans);
    font-size: 14px;
}
.infofr-stats-match .stats-val-left { text-align: right; font-weight: 700; color: #0056B3; }
.infofr-stats-match .stats-val-right { text-align: left; font-weight: 700; color: #dc3545; }
.infofr-stats-match .stats-label { text-align: center; font-size: 12px; color: #666; text-transform: uppercase; }
.infofr-stats-match .stats-bar {
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}
.infofr-stats-match .stats-bar-left { background: #0056B3; border-radius: 4px 0 0 4px; }
.infofr-stats-match .stats-bar-right { background: #dc3545; border-radius: 0 4px 4px 0; }

/* ===== 12. ÉTAT DES LIEUX (positions / acteurs) — classement éditorial 2026-06-16 ===== */
.infofr-etat-lieux {
    margin: 40px 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    counter-reset: elrank;
}
.infofr-etat-lieux .el-title {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #141414;
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 2px solid #141414;
}
.infofr-etat-lieux .el-position {
    counter-increment: elrank;
    position: relative;
    padding: 22px 0 22px 62px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ececec;
    border-radius: 0;
    background: none;
    font-family: var(--font-sans);
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}
.infofr-etat-lieux .el-position:last-child { border-bottom: 0; }
.infofr-etat-lieux .el-position::before {
    content: counter(elrank, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 21px;
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #0056B3;
    letter-spacing: -1px;
}
.infofr-etat-lieux .el-actor {
    font-family: var(--font-sans);
    font-size: 16.5px;
    font-weight: 700;
    color: #141414;
    line-height: 1.25;
    letter-spacing: -.01em;
}
.infofr-etat-lieux .el-stance {
    font-family: var(--font-serif);
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* ===== 13. BLOC MISE À JOUR ===== */
.infofr-maj {
    margin: 20px 0;
    padding: 14px 20px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 0 8px 8px 0;
    font-family: var(--font-sans);
    font-size: 14px;
    color: #664d03;
}
.infofr-maj strong { color: #533f03; }
.infofr-maj a { color: #0056B3; font-weight: 600; }

/* ===== BLOCS MISE À JOUR / CORRECTION ===== */
.article-updates {
    margin: 0 0 25px 0;
}
.update-note {
    padding: 14px 20px;
    background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%);
    border-left: 4px solid #0056B3;
    border-radius: 0 8px 8px 0;
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.update-note strong {
    color: #003d82;
}
.update-note a {
    color: #0056B3;
    font-weight: 600;
}
.correction-note {
    padding: 14px 20px;
    background: linear-gradient(135deg, #fff3cd 0%, #fffde7 100%);
    border-left: 4px solid #ffc107;
    border-radius: 0 8px 8px 0;
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 1.6;
    color: #664d03;
    margin-bottom: 8px;
}
.correction-note strong {
    color: #533f03;
}
@media (max-width: 768px) {
    .update-note, .correction-note {
        padding: 12px 16px;
        font-size: 13px;
    }
}

/* ===== 14. MINI-GRAPHIQUE (Chart.js léger) ===== */
.infofr-chart {
    margin: 25px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.infofr-chart .chart-title {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
.infofr-chart canvas {
    width: 100% !important;
    max-height: 250px;
}
.infofr-chart .chart-source {
    font-family: var(--font-sans);
    font-size: 11px;
    color: #999;
    text-align: right;
    margin-top: 5px;
}

/* ===== 15. BLOC FACT-CHECK (vérification rumeur vs réalité) ===== */
.infofr-factcheck {
    margin: 30px 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
}
.infofr-factcheck.has-sketch {
    background: #ffffff;
}
.infofr-factcheck.has-sketch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--fc-sketch);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 110px auto;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}
.infofr-factcheck.has-sketch .fc-header,
.infofr-factcheck.has-sketch .fc-row {
    position: relative;
    z-index: 1;
}
.infofr-factcheck .fc-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 14px 20px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.infofr-factcheck .fc-row {
    display: flex;
    flex-direction: column;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    gap: 14px;
}
.infofr-factcheck .fc-row:last-child { border-bottom: none; }
.infofr-factcheck .fc-icon {
    display: none;
}
.infofr-factcheck .fc-icon svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    fill: #64748b;
    flex-shrink: 0;
}
/* Catch-all : tout SVG dans le factcheck est contraint */
.infofr-factcheck svg {
    max-width: 42px !important;
    max-height: 42px !important;
}
.infofr-factcheck .fc-row svg {
    width: 22px !important;
    height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    flex-shrink: 0;
}
.infofr-factcheck .fc-claim {
    width: 100%;
}
.infofr-factcheck .fc-claim-title {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.infofr-factcheck .fc-claim-value {
    font-family: var(--font-serif, Georgia, serif);
    font-size: 16px;
    color: #0f172a;
    background: #f8fafc;
    padding: 12px 16px;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
    display: block;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
}
.infofr-factcheck .fc-verdict {
    width: 100%;
    padding: 14px 16px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
.infofr-factcheck .fc-truth {
    font-family: var(--font-sans);
    font-size: 14px;
    color: #334155;
    margin-bottom: 10px;
    line-height: 1.6;
}
.infofr-factcheck .fc-badge {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
}
.fc-badge.confirmed { background: #dcfce7; color: #166534; }
.fc-badge.unverified { background: #fef3c7; color: #92400e; }
.fc-badge.false { background: #fee2e2; color: #991b1b; }
.fc-badge.inflated { background: #fff7ed; color: #9a3412; }
.fc-badge.partial { background: #e0f2fe; color: #075985; }

/* ===== 15b. INFOGRAPHIE COMPOSANTS (images Gemini) ===== */
.infofr-factcheck-infographie {
    margin: 30px 0;
    position: relative;
}
.infofr-factcheck-infographie figure {
    margin: 0;
    cursor: zoom-in;
}
.infofr-factcheck-infographie img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s;
}
.infofr-factcheck-infographie img:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Figcaption infographie/chronologie — meme style que la photo a la une */
.infofr-factcheck-infographie figure,
.infofr-chrono-infographie figure {
    margin: 0;
}
.infofr-factcheck-infographie img,
.infofr-chrono-infographie img {
    border-radius: 12px 12px 0 0 !important;
}
.infofr-factcheck-infographie figcaption,
.infofr-chrono-infographie figcaption {
    padding: 12px 16px;
    background: #F8F9FA;
    font-size: 13px;
    color: #1A1A1A;
    font-weight: 500;
    border-radius: 0 0 12px 12px;
    margin-top: -4px;
    line-height: 1.5;
    font-family: var(--font-sans);
    font-style: normal;
}
.infofr-factcheck-infographie figcaption::before,
.infofr-chrono-infographie figcaption::before {
    content: "Infographie — ";
    font-weight: 700;
    color: #0056B3;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .infofr-factcheck-infographie img,
    .infofr-chrono-infographie img {
        border-radius: 8px 8px 0 0 !important;
    }
    .infofr-factcheck-infographie figcaption,
    .infofr-chrono-infographie figcaption {
        border-radius: 0 0 8px 8px;
        font-size: 12px;
        padding: 10px 14px;
    }
}
@media (max-width: 768px) {
    .infofr-factcheck-infographie {
        margin: 20px 0;
    }
    .infofr-factcheck-infographie img {
        border-radius: 8px;
    }
}

/* ===== RESPONSIVE COMPOSANTS ===== */
@media (max-width: 768px) {
    /* FACT-CHECK — Grid : icône+titre en haut, verdict pleine largeur dessous */
    .infofr-factcheck .fc-row {
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-template-rows: auto auto;
        gap: 6px 10px;
        padding: 14px 16px;
    }
    .infofr-factcheck .fc-icon {
        grid-row: 1; grid-column: 1;
        width: 32px; height: 32px; min-width: 32px; max-width: 32px;
        min-height: 32px; max-height: 32px;
        border-radius: 8px; font-size: 20px;
        align-self: center;
    }
    .infofr-factcheck .fc-icon svg { width: 18px !important; height: 18px !important; }
    .infofr-factcheck .fc-claim {
        grid-row: 1; grid-column: 2;
        align-self: center;
    }
    .infofr-factcheck .fc-claim-title { font-size: 14px; margin-bottom: 2px; }
    .infofr-factcheck .fc-claim-value { font-size: 12px; }
    .infofr-factcheck .fc-verdict {
        grid-row: 2; grid-column: 1 / -1;
        text-align: left;
        padding-left: 42px; /* Aligné sous le titre (32px icon + 10px gap) */
    }
    .infofr-factcheck .fc-truth { font-size: 13px; line-height: 1.5; }
    .infofr-factcheck .fc-badge { font-size: 10px; }
    .infofr-factcheck .fc-header { font-size: 11px; padding: 10px 16px; }
    .infofr-factcheck { border-radius: 12px; }
    .infofr-fiche-technique .ft-row { flex-direction: column; gap: 2px; }
    .infofr-fiche-technique .ft-label { width: auto; }
    .infofr-barometre .baro-row { flex-wrap: wrap; }
    .infofr-barometre .baro-media { width: 100%; text-align: left; font-size: 12px; }
    .infofr-barometre .baro-moyenne-value { font-size: 22px; }
    .infofr-chiffre-cle { padding: 36px 20px; min-height: 180px; }
    .infofr-chiffre-cle .cc-number { font-size: 2.6rem; }
    .infofr-chiffre-cle .cc-label { font-size: 0.95rem; }
    .infofr-chronologie .chrono-list { padding-left: 28px; }
    .infofr-comparateur { padding: 4px; gap: 4px; border-radius: 12px; }
    .infofr-comparateur .comp-header,
    .infofr-comparateur .comp-row { grid-template-columns: 1fr 1fr; gap: 4px; }
    .infofr-comparateur .comp-header-cell { border-radius: 8px; font-size: 11px; padding: 10px 10px; }
    .infofr-comparateur .comp-cell { border-radius: 8px; font-size: 13px; padding: 10px 12px; line-height: 1.45; }
    .infofr-contradiction { min-height: auto !important; display: flex; flex-direction: column; gap: 50px; }
    .infofr-contradiction .contra-side { position: relative !important; width: 100% !important; border-radius: 14px !important; padding-top: 50px !important; }
    .infofr-contradiction .contra-side.contra-left { box-shadow: 0 4px 15px rgba(0,0,0,0.12); }
    .infofr-contradiction .contra-side.contra-right { box-shadow: 0 4px 15px rgba(0,0,0,0.12); }
    .infofr-contradiction .contra-photo { position: absolute !important; float: none !important; left: 50% !important; right: auto !important; top: -40px !important; transform: translateX(-50%) !important; width: 80px !important; height: 80px !important; margin: 0 !important; }
    .infofr-contradiction .contra-side:has(.contra-photo) { padding-right: 28px !important; padding-left: 28px !important; }
    .infofr-contradiction .contra-quote { font-size: 18px; }
    .infofr-contradiction .contra-quote::before { font-size: 40px; }
    .infofr-score .score-team { min-width: 70px; font-size: 14px; }
    .infofr-score .score-result { font-size: 28px; padding: 6px 14px; }
    .infofr-stats-match .stats-row { grid-template-columns: 45px 1fr 60px 1fr 45px; font-size: 12px; }
    /* ÉTAT DES LIEUX — numéro à gauche, nom puis description */
    .infofr-etat-lieux .el-position {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 20px 0 20px 50px;
    }
    .infofr-etat-lieux .el-position::before {
        font-size: 26px;
        top: 19px;
    }
    .infofr-etat-lieux .el-actor {
        font-size: 16px;
    }
    .infofr-etat-lieux .el-stance {
        font-size: 15px;
        line-height: 1.58;
    }
    .infofr-etat-lieux .el-title {
        font-size: 12px;
        padding: 0 0 12px;
    }
}


/* Bio auteur */
.author-bio-box {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: #F8F9FA;
    border-radius: 8px;
    margin: 50px 0;
}

.author-bio-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 4px solid var(--color-primary);
    box-shadow: 0 3px 12px rgba(0, 86, 179, 0.2);
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.author-bio-avatar:hover {
    transform: scale(1.05);
}

.author-bio-content {
    flex: 1;
}

.author-bio-name {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.author-bio-name a {
    color: var(--color-text);
    text-decoration: none;
}

.author-bio-text {
    color: #495057;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.author-bio-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.author-social-link,
.author-articles-link {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 14px;
}

/* Articles liés */
.related-articles {
    background: #F8F9FA;
    padding: 50px 20px;
    margin-top: 60px;
}

.related-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.related-section {
    margin-bottom: 50px;
}

.related-section:last-child {
    margin-bottom: 0;
}

.related-title {
    font-size: 24px;
    margin: 0 0 25px 0;
    color: var(--color-text);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.related-article {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.related-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.related-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.related-content {
    padding: 20px;
}

.related-article-title {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.related-article-title a {
    color: var(--color-text);
    text-decoration: none;
}

.related-article-title a:hover {
    color: var(--color-primary);
}

.related-date {
    font-size: 14px;
    color: var(--color-text-light);
}

/* Zone de partage de lien */
.share-link-section {
    background: #F8F9FA;
    padding: 40px 20px;
    margin: 50px 0;
    border-radius: 10px;
}

.share-link-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.share-link-wrapper h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: var(--color-text);
}

.share-link-wrapper p {
    color: var(--color-text-light);
    margin: 0 0 25px 0;
}

.share-link-box {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    background: white;
    padding: 5px;
    border-radius: 8px;
    border: 2px solid var(--color-primary);
}

.share-link-input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: var(--color-text);
}

.share-link-copy-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--color-primary);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    white-space: nowrap;
}

.share-link-copy-btn:hover {
    background: #003D82;
    transform: scale(1.05);
}

.share-link-copy-btn.copied {
    background: #28A745;
}

.share-link-copy-btn svg {
    fill: white;
}

.share-quick-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.share-quick-buttons span {
    color: var(--color-text-light);
    font-size: 14px;
}

.quick-share {
    padding: 8px 16px;
    background: white;
    border: 1px solid #DDD;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.quick-share:hover {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
}

/* Screen reader only */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* ==================== */
/* RESPONSIVE - MOBILE  */
/* ==================== */
@media (max-width: 1400px) {
    .share-buttons.floating {
        left: 20px;
    }
}

@media (max-width: 1200px) {
    .share-buttons.floating {
        display: none;
    }
}

@media (max-width: 768px) {
    /* MARGES RÉDUITES — exploiter la largeur de l'écran */
    .article-layout {
        padding: 0 12px;
    }
    .article-content-wrapper {
        padding: 0 0; 
    }
    
    .article-header {
        padding: 20px 0 15px;
    }
    
    .article-title {
        font-size: 28px;
    }
    
    .article-subtitle {
        font-size: 17px;
    }
    
    .article-subtitle-box {
        margin-bottom: 20px;
        padding-left: 14px;
    }
    
    /* Author line mobile */
    .article-author-line {
        flex-wrap: wrap;
        gap: 12px;
    }
    
    .author-social-icons {
        gap: 8px;
    }
    .social-icon-big {
        width: 36px;
        height: 36px;
    }
    .social-icon-big svg {
        width: 16px;
        height: 16px;
    }
    
    /* Meta line mobile */
    .article-meta-line {
        gap: 12px;
        font-size: 13px;
    }
    
    /* Breadcrumb mobile */
    .article-breadcrumb ol { font-size: 12px; }
    
    /* Chapô et image mobile - ESPACES RÉDUITS */
    .hero-caption {
        margin-bottom: 15px;
    }
    
    .article-chapo {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .article-body {
        font-size: 18px;
        margin: 20px 0;
    }
    
    /* BIO AUTEUR MOBILE */
    .author-bio-box {
        flex-direction: column;
        padding: 16px;
        align-items: flex-start;
    }
    
    .author-bio-avatar {
        margin: 0 auto 20px auto;
    }
    
    .author-bio-content {
        text-align: left;
    }
    
    .author-bio-text {
        text-align: left;
    }
    
    .related-grid {
        grid-template-columns: 1fr;
    }
    
    /* Sources réduites */
    .article-sources {
        padding: 20px 14px;
    }
    
    .hero-image {
        border-radius: 4px;
    }
    
    .hero-image-container {
        border-radius: 4px;
    }
    
    .hero-caption {
        border-radius: 0 0 4px 4px;
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    /* Marges encore plus serrées sur petit écran */
    .article-layout {
        padding: 0 10px;
    }
    
    .article-title {
        font-size: 24px;
    }
    
    .article-subtitle {
        font-size: 16px;
    }
    
    .share-link-box {
        flex-direction: column;
    }
    
    .share-link-copy-btn {
        width: 100%;
        justify-content: center;
    }
}

.reading-progress-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.08);
    z-index: 995;
}
.reading-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #0056B3, #17a2b8);
    transition: width 0.15s ease-out;
    border-radius: 0 2px 2px 0;
}
@media (max-width: 1024px) {
    .reading-progress-bar { display: block; }
}

/* Bouton partage mobile — bas droite */
.mobile-share-btn {
    display: none;
    position: fixed;
    bottom: 28px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #0056B3;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 990;
    box-shadow: 0 4px 15px rgba(0,86,179,0.4);
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(20px);
}
.mobile-share-btn.visible {
    opacity: 1;
    transform: translateY(0);
}
.mobile-share-btn:active {
    transform: scale(0.92);
    box-shadow: 0 2px 8px rgba(0,86,179,0.3);
}
.mobile-share-btn svg {
    display: block;
}
/* Toast confirmation */
.mobile-share-toast {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #1a1a1a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: var(--font-sans, -apple-system, sans-serif);
    font-size: 14px;
    font-weight: 500;
    z-index: 991;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    animation: toastIn 0.3s ease;
}
@keyframes toastIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Visible uniquement mobile/tablette */
@media (max-width: 1024px) {
    .mobile-share-btn { display: flex; }
}