.banniere-image { max-width: 800px; width: 90%; margin: 0 auto; display: block; border-radius: 10px; pointer-events: none; }
        .banniere h1 { color: #d4af37; font-size: 2.5em; margin: 15px 0 0 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
        .licorne-galopante { position: fixed; bottom: 20px; left: 0; width: 120px; height: auto; z-index: 1000; animation: galop 20s linear infinite; pointer-events: none; }
        @keyframes galop { 0% { left: -150px; } 100% { left: 100%; } }
        main { max-width: 1200px; width: 90%; margin: 20px auto 40px; padding-bottom: 100px; }
        .menu-navigation { background-color: #f4e8d0; border: 3px solid #8b7355; border-radius: 8px; padding: 20px; margin-bottom: 30px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
        .menu-btn { padding: 14px 35px; font-size: 1.1rem; border: 2px solid #8b7355; border-radius: 5px; cursor: pointer; background-color: white; color: #2a1410; text-decoration: none; transition: all 0.3s; font-weight: 700; display: inline-block; }
        .menu-btn:hover { background-color: #f0c040; transform: scale(1.05); }
        .menu-btn.active { background-color: #d4af37; color: white; }
        .section-accueil { background-color: #f4e8d0; border: 3px solid #8b7355; border-radius: 8px; padding: 30px; margin-bottom: 30px; }
        .lang-selector { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
        .lang-btn { padding: 10px 20px; font-size: 1rem; border: 2px solid #8b7355; border-radius: 5px; cursor: pointer; background-color: white; color: #2a1410; transition: all 0.3s; font-weight: 600; }
        .lang-btn:hover { background-color: #f0c040; }
        .lang-btn.active { background-color: #d4af37; color: white; }
        .construction-notice { background-color: #fff3cd; border: 2px solid #ffc107; border-radius: 5px; padding: 15px; margin-bottom: 25px; text-align: center; font-weight: 600; color: #856404; font-size: 0.95rem; }
        .accueil-texte h2 { color: #d4af37; font-size: 1.8em; margin-bottom: 20px; text-align: center; }
        .accueil-texte p { line-height: 1.8; margin-bottom: 1.2em; text-align: justify; font-size: 1.05rem; }
        .controls { background-color: #f4e8d0; border: 3px solid #8b7355; border-radius: 8px; padding: 25px; margin-bottom: 30px; }
        .controls h3 { font-size: 1.3rem; color: #2a1410; margin-bottom: 15px; text-align: center; }
        .btn-controls { display: flex; gap: 15px; justify-content: center; margin-bottom: 15px; flex-wrap: wrap; }
        .btn-controls button { padding: 12px 30px; font-size: 1.05rem; border: 2px solid #8b7355; border-radius: 5px; cursor: pointer; background-color: #d4af37; color: #2a1410; transition: all 0.3s; font-weight: 700; }
        .btn-controls button:hover:not(:disabled) { background-color: #f0c040; transform: scale(1.05); }
        .btn-controls button:disabled { opacity: 0.5; cursor: not-allowed; }
        #lectureStatus { text-align: center; font-size: 1.05rem; color: #2a1410; font-weight: 600; }
        .index-legendes { background-color: #f4e8d0; border: 3px solid #8b7355; border-radius: 8px; padding: 30px; margin-bottom: 40px; }
        .index-legendes h2 { color: #d4af37; text-align: center; margin-top: 0; font-size: 2em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }
        .pays-index { margin-bottom: 20px; }
        .pays-titre { background-color: #d4af37; color: #1a1410; padding: 15px 20px; font-size: 1.3em; font-weight: bold; cursor: pointer; border: 2px solid #8b7355; border-radius: 5px; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s; }
        .pays-titre:hover { background-color: #f0c040; transform: translateX(5px); }
        .pays-titre::after { content: '▼'; font-size: 0.9em; transition: transform 0.3s; }
        .pays-titre.ouvert::after { transform: rotate(180deg); }
        .legendes-liste { display: none; padding: 20px; background-color: #fff; border: 2px solid #8b7355; border-top: none; border-radius: 0 0 5px 5px; }
        .legendes-liste.visible { display: block; animation: slideDown 0.3s ease; }
        @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
        .legend-item { position: relative; background-color: #2a1f15; background-image: linear-gradient(160deg, #33271a 0%, #241a10 100%); padding: 15px 70px 15px 20px; margin-bottom: 10px; border: 2px solid #d4af37; border-radius: 5px; box-shadow: inset 0 0 12px rgba(0,0,0,0.4); transition: all 0.3s; }
        .legend-item:hover { transform: translateX(10px); border-color: #f0c040; box-shadow: 0 4px 12px rgba(0,0,0,0.35), inset 0 0 12px rgba(0,0,0,0.3); }
        .legend-item a,
        .legend-item a:link,
        .legend-item a:visited,
        .legend-item a:active { color: #f0e0c0; text-decoration: none; font-size: 1.1em; transition: color 0.3s; font-weight: 600; }
        .legend-item a:hover { color: #f0c040; }
        .btn-listen-small { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); background-color: #d4af37; color: #1a1410; border: 2px solid #8b7355; border-radius: 50%; width: 45px; height: 45px; font-size: 1.3rem; cursor: pointer; transition: all 0.3s; z-index: 10; display: flex; align-items: center; justify-content: center; }
        .btn-listen-small:hover { background-color: #f0c040; transform: translateY(-50%) scale(1.2) rotate(15deg); }
        .legend-text { display: none; }
        .section-newsletter { background-color: #f4e8d0; border: 3px solid #8b7355; border-radius: 8px; padding: 30px; margin-bottom: 30px; text-align: center; }
        .section-newsletter h2 { color: #d4af37; font-size: 1.8em; margin-bottom: 15px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }
        .section-newsletter p { line-height: 1.8; margin-bottom: 20px; font-size: 1.05rem; color: #2a1410; }
        .newsletter-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; max-width: 500px; margin: 0 auto; }
        .newsletter-form input { flex: 1; min-width: 220px; padding: 12px 15px; font-size: 1rem; border: 2px solid #8b7355; border-radius: 5px; font-family: 'Georgia', serif; background-color: white; color: #2a1410; }
        .newsletter-form input:focus { outline: none; border-color: #d4af37; box-shadow: 0 0 5px rgba(212,175,55,0.5); }
        .newsletter-form button { padding: 12px 30px; font-size: 1.05rem; border: 2px solid #8b7355; border-radius: 5px; cursor: pointer; background-color: #d4af37; color: #2a1410; font-weight: 700; font-family: 'Georgia', serif; transition: all 0.3s; }
        .newsletter-form button:hover:not(:disabled) { background-color: #f0c040; transform: scale(1.05); }
        .newsletter-form button:disabled { opacity: 0.6; cursor: not-allowed; }
        #newsletterStatus { margin-top: 15px; font-weight: 600; min-height: 25px; }
        #newsletterStatus.success { color: #2d5016; }
        #newsletterStatus.error { color: #8b0000; }
        .copyright { margin-top: 40px; padding-top: 20px; border-top: 2px solid #8b7355; font-size: 0.9em; font-style: italic; color: #5a4a3a; text-align: center; }
        @media (max-width: 768px) { .banniere h1 { font-size: 1.8em; } }
