/* ══════════════════════════════════════════════════
   ZOOM RQ3i SINGLE — template indépendant
   Préfixe : .zsingle — zéro collision possible
   ══════════════════════════════════════════════════ */

/* Masquer titres Consultio */
body:has(.zsingle) .page-title-holder,
body:has(.zsingle) .entry-header { display: none !important; }

.zsingle {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1a1f2e;
}

/* Conteneur centré */
.zsingle__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

/* ── HERO ───────────────────────────────────────── */
.zsingle__hero {
    background: #1b3c86;
    padding: 2.5rem 0 3rem;
}
.zsingle__retour {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    margin-bottom: 1.25rem;
}
.zsingle__retour:hover { color: #85c06c; }
.zsingle__hero-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.zsingle__badge {
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #85c06c;
    background: rgba(133,192,108,0.12);
    padding: 3px 9px;
    border-radius: 4px;
}
.zsingle__hero-meta span:not(.zsingle__badge):not(.zsingle__sep) {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.55);
}
.zsingle__sep {
    color: rgba(255,255,255,0.2);
    font-size: 0.75rem;
}
.zsingle__titre {
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.15;
    max-width: 820px;
}

/* ── CORPS ──────────────────────────────────────── */
.zsingle__corps {
    background: #fff;
    padding: 3rem 0;
}
.zsingle__grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 2.5rem;
    align-items: start;
}

/* Vidéo 16/9 */
.zsingle__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}
.zsingle__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* À propos */
.zsingle__apropos {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #f3f4f6;
}
.zsingle__apropos-titre {
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #85c06c;
    margin: 0 0 1rem;
}
.zsingle__apropos-texte {
    font-size: 0.92rem;
    color: #374151;
    line-height: 1.75;
}
.zsingle__apropos-texte p { margin: 0 0 0.75rem; }

/* Sidebar */
.zsingle__sidebar {
    position: sticky;
    top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.zsingle__sidebar-bloc {
    background: #f7f8fc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
}
.zsingle__sidebar-label {
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin: 0 0 1rem;
}

/* Auteur */
.zsingle__auteur {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.6rem;
    padding-top: 0.25rem;
}
.zsingle__auteur + .zsingle__auteur {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}
.zsingle__auteur-photo {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.zsingle__auteur-initiales {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #1b3c86;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
}
.zsingle__auteur-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.zsingle__auteur-info strong {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1f2e;
}
.zsingle__auteur-info span {
    font-size: 0.75rem;
    color: #9ca3af;
    font-style: italic;
    line-height: 1.4;
}
.zsingle__auteur-lien {
    font-size: 0.72rem;
    font-weight: 700;
    color: #1b3c86;
    text-decoration: none;
    margin-top: 0.2rem;
}
.zsingle__auteur-lien:hover { color: #85c06c; }

/* Bouton YouTube */
.zsingle__yt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #374151;
    text-decoration: none;
    transition: all 0.15s;
}
.zsingle__yt-btn:hover {
    border-color: #1b3c86;
    color: #1b3c86;
}

/* ── AUTRES ZOOMS ───────────────────────────────── */
.zsingle__autres {
    background: #f7f8fc;
    padding: 3rem 0;
    border-top: 1px solid #e5e7eb;
}
.zsingle__autres-titre {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1f2e;
    margin: 0 0 1.5rem;
}
.zsingle__autres-grille {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.zsingle__autres-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.15s;
}
.zsingle__autres-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.zsingle__autres-img {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000;
}
.zsingle__autres-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.zsingle__autres-card:hover .zsingle__autres-img img { opacity: 1; }
.zsingle__autres-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.25);
}
.zsingle__autres-body {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.zsingle__autres-num {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #85c06c;
}
.zsingle__autres-nom {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a1f2e;
    line-height: 1.3;
    margin: 0;
}
.zsingle__autres-footer {
    margin-top: 1.5rem;
    text-align: center;
}
.zsingle__voir-tout {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1b3c86;
    text-decoration: none;
    padding: 10px 22px;
    border: 1px solid #c7d5f0;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.15s;
}
.zsingle__voir-tout:hover {
    background: #1b3c86;
    color: #fff;
    border-color: #1b3c86;
}

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 900px) {
    .zsingle__grid {
        grid-template-columns: 1fr;
    }
    .zsingle__sidebar {
        position: static;
        order: -1;
    }
    .zsingle__autres-grille {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .zsingle__wrap { padding-left: 1rem; padding-right: 1rem; }
    .zsingle__hero { padding: 2rem 0 2.5rem; }
    .zsingle__autres-grille { grid-template-columns: 1fr; }
}
