/* =====================================================
   CSS OPTIMISÉ ACTEUR.STUDIO - V2.2
   Norme 16px + Optimisé pour performance + Articles Vahina
   28 décembre 2025
   ===================================================== */

/* ===== POLICES WEB - font-display: swap ===== */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/satisfy/v17/rP2Hp2ywxg089UriCZ2IHTWEBlwu8Q.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== NORME 2024-2025 : TAILLES DE POLICE 16PX ===== */

html {
  font-size: 16px;
}

body, p, div, span, li, td, th, label, input, textarea, select, button {
  font-size: 16px !important;
  line-height: 1.7;
}

/* Titres - Échelle harmonieuse */
h1 { font-size: 2.5em !important; }      /* 40px */
h2 { font-size: 2em !important; }        /* 32px */
h3 { font-size: 1.5em !important; }      /* 24px */
h4 { font-size: 1.25em !important; }     /* 20px */
h5 { font-size: 1.125em !important; }    /* 18px */
h6 { font-size: 1em !important; }        /* 16px */

/* Petits textes (métadonnées, légendes) */
small, .small-text, .wp-caption-text {
  font-size: 14px !important;
}

/* ===== VARIABLES & BASE ===== */
:root {
  --violet-principal: #6B3FA0;
  --violet-clair: #E8E0F0;
  --violet-fonce: #4A2875;
  --vert-fonce: #28a745;
  --vert-clair: rgba(40, 167, 69, 0.08);
  --jaune-clair: rgba(255, 193, 7, 0.08);
  --jaune-border: #ffc107;
  --jaune-titre: #f57c00;
  --rouge-belzebuth: #C62828;
  --rose-belzebuth: #FFE0E0;
  --gris-texte: #333333;
  --gris-clair: #F5F5F5;
}

body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ===== COMPOSANTS PARTAGÉS ===== */
/* Utilisés par plusieurs sections - évite duplication */
.philiboss-parle,
.reponse-philiboss,
.vahina-box,
.intervention-belzebuth,
.lecon-box,
.video-section,
.exercice-item,
.download-section,
.points-cles,
.livre-cover-box,
.livre-aventures-box {
  border-radius: 15px;
  margin: 20px 0;
}

/* Box avec bordure gauche */
.philiboss-parle,
.vahina-box,
.exercice-item {
  border-left: 5px solid var(--violet-principal);
  padding: 20px 25px;
}

/* Titres principaux */
.vahina-box h3,
.intervention-belzebuth h3,
.points-cles h3,
.livre-aventures-box h2 {
  margin-bottom: 1rem;
}

/* ===== TRIO PÉDAGOGIQUE ===== */

/* Philiboss */
.philiboss-parle {
  background: #f8f4fc;
  border-radius: 0 15px 15px 0;
}

.philiboss-parle .speaker {
  color: var(--violet-principal);
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.philiboss-parle .didascalie {
  font-style: italic;
  color: #666;
  font-size: 0.95em;
  margin-bottom: 10px;
}

.reponse-philiboss {
  background: var(--violet-clair);
  padding: 15px 20px;
  margin: 15px 0;
}

.reponse-philiboss .speaker {
  color: var(--violet-principal);
  font-weight: bold;
  margin-bottom: 8px;
}

/* Vahina */
.vahina-box {
  padding: 2rem;
  margin: 2.5rem 0;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.vahina-box.observation {
  background: linear-gradient(135deg, var(--vert-clair) 0%, rgba(25, 135, 84, 0.08) 100%);
  border-left-color: var(--vert-fonce);
}

.vahina-box.observation h3 {
  color: var(--vert-fonce);
}

.vahina-box.question {
  background: linear-gradient(135deg, var(--jaune-clair) 0%, rgba(255, 152, 0, 0.08) 100%);
  border-left-color: var(--jaune-border);
}

.vahina-box.question h3 {
  color: var(--jaune-titre);
}

.vahina-box .vocalise {
  color: var(--vert-fonce);
  font-weight: bold;
  font-style: italic;
}

/* Belzébuth */
.intervention-belzebuth {
  background: linear-gradient(135deg, var(--rose-belzebuth) 0%, #ffcccc 100%);
  border: 3px solid var(--rouge-belzebuth);
  padding: 25px;
  margin: 2.5rem 0;
  position: relative;
  box-shadow: 0 5px 20px rgba(198, 40, 40, 0.2);
}

.intervention-belzebuth h3 {
  color: var(--rouge-belzebuth);
}

.intervention-belzebuth .onomatopee {
  color: var(--rouge-belzebuth);
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 10px;
}

.intervention-belzebuth .content {
  color: var(--gris-texte);
  line-height: 1.7;
}

.badge-mini-belzebuth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--rose-belzebuth);
  padding: 4px 12px 4px 4px;
  border-radius: 20px;
  font-size: 0.875em;
  font-weight: bold;
  color: var(--rouge-belzebuth);
  margin-left: 10px;
  vertical-align: middle;
}

.badge-mini-belzebuth .belzebuth-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid var(--rouge-belzebuth);
  object-fit: cover;
  background: white;
}

/* Leçon Box */
.lecon-box {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
  color: white;
  padding: 25px;
  margin: 30px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.lecon-box .icon {
  font-size: 2em;
  margin-bottom: 10px;
}

.lecon-box p {
  font-size: 1.15em;
  color: white;
}

/* Analyse Vahina */
.vahina-analysis {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
  color: white;
  padding: 3rem;
  border-radius: 15px;
  margin: 3rem 0;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.vahina-analysis h3 {
  color: white;
  font-size: 1.75em;
  margin-bottom: 1.5rem;
}

.vahina-analysis h4 {
  color: #ffd700;
  font-size: 1.3em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.vahina-analysis p,
.vahina-analysis li {
  color: white;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.vahina-analysis ul {
  margin-left: 20px;
}

.vahina-analysis li {
  margin-bottom: 8px;
}

/* ===== VIDEO & EXERCICES ===== */

.transcription {
  background: var(--gris-clair);
  border-radius: 10px;
  padding: 25px;
  margin-top: 20px;
}

.transcription h3 {
  color: var(--violet-principal);
  margin-bottom: 15px;
}

.video-section {
  background: white;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.video-section h2 {
  color: var(--violet-principal);
  margin-bottom: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.exercice-item {
  background: white;
  border-radius: 0 10px 10px 0;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.exercice-item h4 {
  color: var(--violet-principal);
  margin-bottom: 10px;
}

.download-section {
  background: linear-gradient(135deg, var(--vert-fonce) 0%, #2E7D32 100%);
  padding: 30px;
  text-align: center;
  color: white;
  margin: 40px 0;
}

.download-section h3,
.download-section p {
  color: white;
  margin-bottom: 15px;
}

.download-btn {
  display: inline-block;
  background: white;
  color: var(--vert-fonce);
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Points Clés */
.points-cles {
  background: white;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.points-cles h3 {
  color: var(--violet-principal);
  margin-bottom: 20px;
}

.points-cles ul {
  list-style: none;
  padding-left: 0;
}

.points-cles li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.points-cles li:last-child {
  border-bottom: none;
}

.points-cles .icon {
  color: var(--violet-principal);
  font-size: 1.3em;
}

/* ===== SIGNATURE & HERO ===== */

.signature {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}

.signature .trio {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.signature .member {
  text-align: center;
}

.signature .member .emoji {
  font-size: 2.5em;
  margin-bottom: 8px;
}

.signature .member .name {
  font-weight: bold;
  color: var(--gris-texte);
  font-size: 1.1em;
}

.signature .member .role {
  font-size: 0.9em;
  color: #888;
}

.hero {
  background: linear-gradient(135deg, var(--violet-principal) 0%, var(--violet-fonce) 100%);
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.hero h1 {
  margin-bottom: 10px;
  color: white;
}

.hero .subtitle {
  font-size: 1.3em;
  opacity: 0.9;
  margin-bottom: 20px;
}

.hero .citation {
  font-style: italic;
  font-size: 1.1em;
  opacity: 0.85;
}

.vahina-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.95em;
  font-weight: 600;
  margin-top: 20px;
}

/* ===== PAGE DU LIVRE ===== */

.livre-header {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--violet-principal) 0%, #8B5FC5 100%);
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 8px 32px rgba(107, 63, 160, 0.3);
  color: #ffffff;
}

.livre-header h1 {
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.livre-header .livre-subtitle {
  color: #ffd700;
  font-size: 1.4em;
  font-style: italic;
  margin-top: 15px;
}

.livre-header .livre-author {
  color: var(--violet-clair);
  font-size: 1.1em;
  margin-top: 20px;
}

.livre-motto {
  text-align: center;
  font-size: 1.75em;
  color: var(--violet-principal);
  font-style: italic;
  margin: 40px 0;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.livre-cover-box {
  text-align: center;
  margin: 30px 0;
  padding: 30px;
  background: #ffffff;
  border: 3px solid var(--violet-principal);
  box-shadow: 0 4px 16px rgba(107, 63, 160, 0.15);
}

.livre-cover-box .livre-info {
  font-size: 1.3em;
  color: var(--violet-principal);
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.livre-aventures-box {
  background: #ffffff;
  border: 3px solid #ffd700;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.livre-aventures-box h2 {
  color: var(--violet-principal);
  text-align: center;
}

.livre-aventures-box .intro-text {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555;
}

.livre-aventures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.livre-stage {
  background: #f8f9fa;
  border: 2px solid var(--violet-principal);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.livre-stage:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(107, 63, 160, 0.2);
}

.livre-stage-number {
  color: #ffd700;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.livre-stage-title {
  color: var(--violet-principal);
  font-size: 1.1em;
  margin-top: 10px;
  font-weight: 600;
}

.livre-conclusion-text {
  text-align: center;
  margin-top: 30px;
  color: #666;
  font-style: italic;
}

/* Boutons CTA Livre */
.livre-cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #1a1a1a;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.25em;
  font-weight: bold;
  margin: 30px auto;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
}

.livre-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(255, 215, 0, 0.5);
  text-decoration: none;
  color: #1a1a1a;
}

.livre-cta-button.violet {
  background: linear-gradient(135deg, var(--violet-principal) 0%, #8B5FC5 100%);
  color: #ffffff;
}

.livre-cta-button.violet:hover {
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(107, 63, 160, 0.5);
}

.dialogue-speaker {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: var(--gris-texte);
}

.dialogue-speaker .speaker-icon {
  margin-right: 10px;
  font-size: 1.4em;
}

.livre-footer {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background: var(--violet-clair);
  border-radius: 15px;
  color: #555555;
}

.livre-footer p {
  margin: 10px 0;
}

.livre-footer strong {
  color: var(--violet-principal);
  font-size: 1.2em;
}

/* =====================================================
   CSS SPÉCIFIQUE ARTICLES VAHINA VIRAUX
   Pour les articles HTML "2400 vues"
   ===================================================== */

.article-container {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    max-width: 800px;
    margin: 0 auto;
}

.article-container h1 {
    color: #667eea;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.article-container .subtitle {
    text-align: center;
    color: #718096;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.dialogue-box {
    background: #f7fafc;
    border-left: 5px solid #667eea;
    padding: 20px;
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.dialogue-box.philiboss {
    border-left-color: #667eea;
    background: linear-gradient(to right, #edf2f7, white);
}

.dialogue-box.vahina {
    border-left-color: #48bb78;
    background: linear-gradient(to right, #f0fff4, white);
}

.dialogue-box.belzebuth {
    border-left-color: #f56565;
    background: linear-gradient(to right, #fff5f5, white);
}

/* Belle-Zébuth - NOUVEAU */
.dialogue.bellezebuth {
    color: #7b1fa2;
    font-style: italic;
    padding-left: 20px;
    border-left: 3px solid #7b1fa2;
}

.dialogue-box .speaker {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dialogue-box .emoji {
    font-size: 1.5em;
}

.video-container {
    margin: 30px 0;
    text-align: center;
    background: #1a202c;
    padding: 20px;
    border-radius: 15px;
}

.video-container iframe {
    border-radius: 10px;
    max-width: 100%;
}

.stats-box {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.stats-box h2 {
    margin: 0;
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.stats-box p {
    margin: 10px 0 0 0;
    font-size: 1.2em;
    opacity: 0.9;
    color: white;
}

.cta-box {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(72, 187, 120, 0.4);
}

.cta-box h3 {
    margin-top: 0;
    font-size: 1.75em;
    color: white;
}

.cta-box p {
    color: white;
}

.cta-button {
    display: inline-block;
    background: white;
    color: #38a169;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 15px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    text-decoration: none;
    color: #38a169;
}

.article-container .intro-text {
    font-size: 1.2em;
    color: #4a5568;
    line-height: 1.8;
    margin: 25px 0;
}

.article-container .signature {
    text-align: right;
    font-style: italic;
    color: #718096;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #e2e8f0;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.75em;
  }
  
  .signature .trio {
    flex-direction: column;
    gap: 20px;
  }
  
  .vahina-box.observation,
  .vahina-box.question,
  .intervention-belzebuth {
    padding: 1.5rem;
  }
  
  .livre-header h1 {
    font-size: 1.75em;
  }
  
  .livre-header .livre-subtitle {
    font-size: 1.1em;
  }
  
  .livre-motto {
    font-size: 1.4em;
  }
  
  .livre-aventures-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  
  .livre-cta-button {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  
  /* Responsive Articles Vahina */
  .article-container {
    padding: 20px;
  }
  
  .article-container h1 {
    font-size: 1.75em;
  }
  
  .stats-box h2 {
    font-size: 2em;
  }
}

/* =====================================================
   CSS COMPLÉMENTAIRE POUR LEÇON V7.8
   "Pourquoi avez-vous l'impression d'être faux ?"
   À AJOUTER dans Apparence > Personnaliser > CSS additionnel
   ===================================================== */

/* ===== EFFETS 3D ET OMBRES ===== */

/* Hero Section - Effet dégradé renforcé */
.hero {
    box-shadow: 0 10px 40px rgba(107, 63, 160, 0.4) !important;
    transform: translateZ(0);
    position: relative;
}

/* Video Section - Ombre 3D */
.video-section {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2) !important;
}

/* Leçon Box - Effet 3D renforcé */
.lecon-box {
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4) !important;
    transform: translateZ(0);
    transition: transform 0.3s ease;
}

.lecon-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.5) !important;
}

/* Philiboss Parle - Ombre douce */
.philiboss-parle {
    box-shadow: 0 8px 25px rgba(107, 63, 160, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.philiboss-parle:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(107, 63, 160, 0.25) !important;
}

/* Réponse Philiboss - Ombre légère */
.reponse-philiboss {
    box-shadow: 0 4px 15px rgba(107, 63, 160, 0.12) !important;
    transition: transform 0.2s ease;
}

.reponse-philiboss:hover {
    transform: translateX(3px);
}

/* ===== VAHINA BOX - CORRECTION IMPORTANTE ===== */

/* Vahina Observation - VERT avec ombre 3D */
.vahina-box.observation {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.12) 0%, rgba(25, 135, 84, 0.12) 100%) !important;
    border-left: 6px solid #28a745 !important;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.25) !important;
    padding: 2.5rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vahina-box.observation:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.35) !important;
}

.vahina-box.observation h3 {
    color: #28a745 !important;
    text-shadow: 1px 1px 2px rgba(40, 167, 69, 0.1);
}

/* Vahina Question - JAUNE avec ombre 3D */
.vahina-box.question {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.12) 0%, rgba(255, 152, 0, 0.12) 100%) !important;
    border-left: 6px solid #ffc107 !important;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.25) !important;
    padding: 2.5rem !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vahina-box.question:hover {
    transform: translateX(8px);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.35) !important;
}

.vahina-box.question h3 {
    color: #f57c00 !important;
    text-shadow: 1px 1px 2px rgba(245, 124, 0, 0.1);
}

/* Vocalise Vahina - Plus visible */
.vahina-box .vocalise {
    font-size: 1.3em !important;
    margin-bottom: 15px !important;
    display: block;
}

/* ===== BELZÉBUTH - EFFETS 3D RENFORCÉS ===== */

.intervention-belzebuth {
    box-shadow: 0 12px 35px rgba(198, 40, 40, 0.3) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.intervention-belzebuth:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 18px 45px rgba(198, 40, 40, 0.4) !important;
}

.intervention-belzebuth h3 {
    text-shadow: 2px 2px 4px rgba(198, 40, 40, 0.15);
}

/* ===== EXERCICES - EFFETS 3D ===== */

.exercice-item {
    box-shadow: 0 6px 20px rgba(107, 63, 160, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exercice-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107, 63, 160, 0.25) !important;
}

.exercice-item h4 {
    text-shadow: 1px 1px 2px rgba(107, 63, 160, 0.1);
}

/* ===== POINTS CLÉS - EFFETS 3D ===== */

.points-cles {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
    transition: transform 0.3s ease;
}

.points-cles:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.points-cles li {
    transition: transform 0.2s ease, background 0.2s ease;
    padding: 15px 10px 15px 10px !important;
    border-radius: 8px;
}

.points-cles li:hover {
    transform: translateX(10px);
    background: rgba(102, 126, 234, 0.05);
}

.points-cles .icon {
    transition: transform 0.3s ease;
}

.points-cles li:hover .icon {
    transform: scale(1.2) rotate(5deg);
}

/* ===== VAHINA ANALYSIS - EFFETS 3D RENFORCÉS ===== */

.vahina-analysis {
    box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4) !important;
    transform: translateZ(0);
    position: relative;
}

.vahina-analysis::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 20px;
    z-index: -1;
    filter: blur(20px);
}

/* ===== DOWNLOAD SECTION (Chambre Répétitions) - EFFETS 3D ===== */

.download-section {
    box-shadow: 0 15px 45px rgba(72, 187, 120, 0.4) !important;
    transform: translateZ(0);
    transition: transform 0.3s ease;
}

.download-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 55px rgba(72, 187, 120, 0.5) !important;
}

/* Bouton Chambre Répétitions - Animation 3D */
.download-section .download-btn {
    box-shadow: 0 8px 25px rgba(72, 187, 120, 0.4) !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.download-section .download-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.download-section .download-btn:hover::before {
    width: 300px;
    height: 300px;
}

.download-section .download-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(72, 187, 120, 0.6) !important;
}

/* ===== BLOCKQUOTES (Citations) - EFFETS 3D ===== */

blockquote {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.2s ease;
    position: relative;
}

blockquote:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
}

/* Citations avec fond violet */
.philiboss-parle blockquote {
    border-left-width: 5px !important;
    box-shadow: 0 5px 18px rgba(107, 63, 160, 0.15) !important;
}

/* ===== SIGNATURE TRIO - EFFETS 3D ===== */

.signature .member {
    transition: transform 0.3s ease;
    cursor: default;
}

.signature .member:hover {
    transform: translateY(-8px) scale(1.05);
}

.signature .member .emoji {
    transition: transform 0.3s ease;
    display: inline-block;
}

.signature .member:hover .emoji {
    transform: rotate(15deg) scale(1.2);
}

/* ===== EFFETS GÉNÉRAUX D'AMÉLIORATION ===== */

/* Transitions douces pour tous les éléments interactifs */
h1, h2, h3, h4 {
    transition: color 0.3s ease;
}

/* Amélioration des listes */
ul li {
    transition: transform 0.2s ease;
}

ul li:hover {
    transform: translateX(3px);
}

/* Amélioration des liens */
a {
    transition: all 0.3s ease;
}

/* ===== RESPONSIVE - Conservation des effets 3D ===== */

@media (max-width: 768px) {
    /* Réduction des effets 3D sur mobile pour les performances */
    .hero,
    .lecon-box,
    .vahina-box.observation,
    .vahina-box.question,
    .intervention-belzebuth,
    .vahina-analysis,
    .download-section {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
    }
    
    /* Désactivation des hover sur mobile */
    .hero:hover,
    .lecon-box:hover,
    .vahina-box.observation:hover,
    .vahina-box.question:hover,
    .intervention-belzebuth:hover,
    .download-section:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
    }
}

/* ===== FIN DU CSS ===== */