/* ═══════════════════════════════════════════════════════════════════════════
   MUSLIM ALIM - FEUILLE DE STYLES COMMUNE
   Version: 1.0.0
   Date: 02/02/2026
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────────
   1. RESET & BASE
   ───────────────────────────────────────────────────────────────────────────── */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, system-ui, 'Poppins', Arial, sans-serif;
    background-color: #363636;
    color: white;
    padding-bottom: 90px;
    min-height: 100vh;
}

/* ─────────────────────────────────────────────────────────────────────────────
   2. HEADER
   ───────────────────────────────────────────────────────────────────────────── */
.header {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(135deg, #363636, #424242);
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 500;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header::after {
    content: "";
    width: 40px;
}

.header h1 {
    font-size: 1.8rem;
    margin-bottom: 8px;
    font-weight: 700;
}

.header p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.titre-islamique {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    color: white;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
    word-spacing: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

/* ─────────────────────────────────────────────────────────────────────────────
   3. BANDEAU APP (en haut)
   ───────────────────────────────────────────────────────────────────────────── */
.app-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1B5E20, #2E7D32, #43A047);
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    text-decoration: none;
    color: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
}

.app-banner img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    flex-shrink: 0;
}

.app-banner-text {
    flex: 1;
    font-size: 12px;
    line-height: 1.3;
}

.app-banner-text strong {
    display: block;
    font-size: 13px;
}

.app-banner-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ─────────────────────────────────────────────────────────────────────────────
   4. CONTAINER PRINCIPAL
   ───────────────────────────────────────────────────────────────────────────── */
.container {
    background-color: #363636;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   5. TITRE DE PAGE
   ───────────────────────────────────────────────────────────────────────────── */
.page-title-container {
    padding: 12px;
    border-radius: 15px;
    background: linear-gradient(45deg, #0a4d3c, #0b8a6d);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    margin: 0 0 10px 0;
}

.page-title {
    font-size: 24px;
    text-align: center;
    background: linear-gradient(90deg, #00cc7d, #00ff8c, #00cc7d);
    -webkit-background-clip: text;
    background-clip: text;
    color: white;
    margin: 0;
    font-weight: 700;
    line-height: 1.1;
}

p.page-title {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   6. SECTIONS & CONTENU
   ───────────────────────────────────────────────────────────────────────────── */
.section h2 {
    color: white;
    font-size: 20px;
    margin: 20px 0;
    padding: 12px;
    background: linear-gradient(45deg, #11998e, #38ef7d);
    border-radius: 8px;
}

.subsection h3 {
    color: #4facfe;
    font-size: 18px;
    margin: 20px 0 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* ─────────────────────────────────────────────────────────────────────────────
   7. HADITHS & CITATIONS
   ───────────────────────────────────────────────────────────────────────────── */
.hadith {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hadith-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.hadith-source {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Alternance de couleurs pour les hadiths */
.hadith:nth-child(4n+1) { background: linear-gradient(135deg, rgba(255, 65, 108, 0.1), rgba(255, 75, 43, 0.1)); }
.hadith:nth-child(4n+2) { background: linear-gradient(135deg, rgba(17, 153, 142, 0.1), rgba(56, 239, 125, 0.1)); }
.hadith:nth-child(4n+3) { background: linear-gradient(135deg, rgba(142, 45, 226, 0.1), rgba(74, 0, 224, 0.1)); }
.hadith:nth-child(4n+4) { background: linear-gradient(135deg, rgba(238, 9, 121, 0.1), rgba(255, 106, 0, 0.1)); }

/* ─────────────────────────────────────────────────────────────────────────────
   8. NOTES & ALERTES
   ───────────────────────────────────────────────────────────────────────────── */
.note {
    background: linear-gradient(135deg, #FF416C, #FF4B2B);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.note h3 {
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
}

.note p, .note ul {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

.note ul {
    margin-top: 10px;
    padding-left: 20px;
}

.note li {
    margin-bottom: 8px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   9. NAVIGATION BAS (Bottom Nav)
   ───────────────────────────────────────────────────────────────────────────── */
.bottom-nav {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    z-index: 1000;
    background-color: #0a4d3c;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.bottom-nav a {
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    background: none;
}

.bottom-nav-icon {
    font-size: 24px;
    margin-bottom: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.bottom-nav a.active .bottom-nav-icon {
    background-color: rgba(255, 255, 255, 0.3);
}

.bottom-nav a:hover .bottom-nav-icon {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.bottom-nav a.active::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 50%;
}

/* ─────────────────────────────────────────────────────────────────────────────
   10. BOUTON HAMBURGER
   ───────────────────────────────────────────────────────────────────────────── */
.hamburger-btn {
    position: fixed;
    top: 62px;
    left: 15px;
    
    z-index: 1001;
    background-color: #4CAF50;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hamburger-btn:hover {
    background-color: #45a049;
}

.hamburger-btn span {
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-btn.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ─────────────────────────────────────────────────────────────────────────────
   11. SIDEBAR (Menu latéral gauche)
   ───────────────────────────────────────────────────────────────────────────── */
.sidebar {
    position: fixed !important;
    top: 56px !important;
    left: -300px;
    width: 280px;
    height: calc(100vh - 56px);
    background: linear-gradient(180deg, #2c2c2c 0%, #363636 100%);
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.5);
    transition: left 0.3s ease;
    z-index: 1002;
    overflow-y: auto;
    border-right: 2px solid #4CAF50;
}

.sidebar.active {
    left: 0;
}

.sidebar-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.sidebar-logo img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.sidebar-logo img:hover {
    transform: scale(1.05);
}

.sidebar-header {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    padding: 25px 20px;
    text-align: center;
    border-bottom: 2px solid #45a049;
}

.sidebar-header h2 {
    color: white;
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.sidebar-header p {
    color: rgba(255, 255, 255, 0.9);
    margin: 8px 0 0 0;
    font-size: 0.85em;
}

/* ─────────────────────────────────────────────────────────────────────────────
   12. MENU SIDEBAR
   ───────────────────────────────────────────────────────────────────────────── */
.menu-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.menu-item {
    margin: 0;
}

.menu-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    font-size: 0.95em;
}

.menu-link:hover {
    background-color: rgba(76, 175, 80, 0.15);
    color: #4CAF50;
    border-left-color: #4CAF50;
    padding-left: 25px;
}

.menu-link.active {
    background-color: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    border-left-color: #4CAF50;
    font-weight: bold;
}

.menu-link i {
    width: 30px;
    font-size: 1.2em;
    color: #4CAF50;
    margin-right: 15px;
}

.menu-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.3), transparent);
    margin: 10px 15px;
}

.sidebar-footer {
    padding: 20px;
    padding-bottom: 100px;
    text-align: center;
    border-top: 1px solid rgba(76, 175, 80, 0.3);
    margin-top: 20px;
}

.sidebar-footer p {
    color: #999;
    font-size: 0.8em;
    margin: 5px 0;
}

/* ─────────────────────────────────────────────────────────────────────────────
   13. OVERLAY
   ───────────────────────────────────────────────────────────────────────────── */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ─────────────────────────────────────────────────────────────────────────────
   14. BOUTON SCROLL TOP
   ───────────────────────────────────────────────────────────────────────────── */
#scrollTopBtn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1B5E20, #43A047);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: none;
    z-index: 998;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* ─────────────────────────────────────────────────────────────────────────────
   15. BOUTONS & LIENS
   ───────────────────────────────────────────────────────────────────────────── */
.back-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 12px;
    padding: 8px 12px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.back-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* ─────────────────────────────────────────────────────────────────────────────
   16. CARTES (Cards)
   ───────────────────────────────────────────────────────────────────────────── */
.card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-3px);
}

/* ─────────────────────────────────────────────────────────────────────────────
   17. HERO CARD (Entête de page)
   ───────────────────────────────────────────────────────────────────────────── */
.hero-card {
    background: linear-gradient(135deg, #0A4D3C 0%, #0B8A6D 100%);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(11, 138, 109, 0.4);
}

.hero-card h2 {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero-card p {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 6px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   18. TEXTE ARABE
   ───────────────────────────────────────────────────────────────────────────── */
.arabic {
    font-family: 'Amiri', serif;
    vertical-align: middle;
    font-weight: bold;
    direction: rtl;
}

/* ─────────────────────────────────────────────────────────────────────────────
   19. DÉGRADÉS FLUO (Couleurs)
   ───────────────────────────────────────────────────────────────────────────── */
.gradient-green { background: linear-gradient(45deg, #11998e, #38ef7d); }
.gradient-pink { background: linear-gradient(135deg, #FF416C, #FF4B2B); }
.gradient-purple { background: linear-gradient(135deg, #8E2DE2, #4A00E0); }
.gradient-orange { background: linear-gradient(135deg, #F2994A, #F2C94C); }
.gradient-blue { background: linear-gradient(135deg, #4FACFE, #00F2FE); }
.gradient-cyan { background: linear-gradient(135deg, #11998E, #38EF7D); }
.gradient-magenta { background: linear-gradient(135deg, #EE0979, #FF6A00); }
.gradient-gold { background: linear-gradient(135deg, #FFD700, #FFA500); }

/* ─────────────────────────────────────────────────────────────────────────────
   20. SIDEBAR DROITE
   ───────────────────────────────────────────────────────────────────────────── */
.sidebar-right {
    display: block;
    width: 100%;
    max-width: 100%;
    background: linear-gradient(180deg, #1a1a1a 0%, #2c2c2c 100%);
    border-top: 2px solid rgba(76, 175, 80, 0.3);
    padding: 20px 15px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 20px;
}

/* Scrollbar personnalisée sidebar - cachée */
.sidebar-right::-webkit-scrollbar {
    width: 0;
    display: none;
}
.sidebar-right {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* === SECTIONS SIDEBAR === */
.sidebar-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(76, 175, 80, 0.15);
}

.sidebar-section h3 {
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(76, 175, 80, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-section h3 i {
    font-size: 16px;
}

/* === IMAGE À LA UNE === */
.sidebar-featured-img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.sidebar-featured-img:hover {
    transform: scale(1.02);
}

/* === LIENS RAPIDES === */
.sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-links li {
    margin-bottom: 6px;
}

.sidebar-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(76, 175, 80, 0.08);
    border-radius: 10px;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.sidebar-links a:hover {
    background: rgba(76, 175, 80, 0.2);
    color: #4CAF50;
    border-color: rgba(76, 175, 80, 0.3);
    transform: translateX(3px);
}

.sidebar-links a i {
    color: #4CAF50;
    width: 18px;
    text-align: center;
    font-size: 14px;
}

/* === HORAIRES DE PRIÈRE MINI === */
.sidebar-prayers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sidebar-prayer {
    background: rgba(76, 175, 80, 0.1);
    padding: 10px 8px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(76, 175, 80, 0.15);
}

.sidebar-prayer.active {
    background: linear-gradient(135deg, #0A4D3C, #0B8A6D);
    border-color: #4CAF50;
}

.sidebar-prayer-name {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-prayer.active .sidebar-prayer-name {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-prayer-time {
    font-size: 15px;
    color: white;
    font-weight: 700;
    margin-top: 2px;
}

/* === DOUA DU JOUR === */
.sidebar-doua {
    padding: 12px;
    background: linear-gradient(135deg, rgba(17, 153, 142, 0.15), rgba(56, 239, 125, 0.1));
    border-radius: 12px;
    border-left: 3px solid #4CAF50;
}

.sidebar-doua-arabic {
    font-family: 'Amiri', serif;
    font-size: 18px;
    text-align: right;
    direction: rtl;
    color: #4CAF50;
    margin-bottom: 10px;
    line-height: 1.8;
}

.sidebar-doua-translation {
    font-size: 12px;
    color: #ccc;
    font-style: italic;
    line-height: 1.5;
}

.sidebar-doua-source {
    font-size: 10px;
    color: #888;
    margin-top: 8px;
    text-align: right;
}

/* === TÉLÉCHARGER L'APP === */
.sidebar-app-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-app-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidebar-app-btn.android {
    background: linear-gradient(135deg, #1B5E20, #43A047);
}

.sidebar-app-btn.ios {
    background: linear-gradient(135deg, #1a1a1a, #333);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-app-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.sidebar-app-btn i {
    font-size: 18px;
}

/* === PUBLICITÉ === */
.sidebar-ad {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 11px;
    text-align: center;
}

/* === VIDÉO YOUTUBE === */
.sidebar-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

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

/* === TEXTE SEO === */
.sidebar-seo {
    font-size: 12px;
    line-height: 1.7;
    color: #999;
}

.sidebar-seo h4 {
    color: #4CAF50;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.sidebar-seo p {
    margin-bottom: 10px;
}

.sidebar-seo a {
    color: #4CAF50;
    text-decoration: none;
}

.sidebar-seo a:hover {
    text-decoration: underline;
}

/* ─────────────────────────────────────────────────────────────────────────────
   21. RESPONSIVE
   ───────────────────────────────────────────────────────────────────────────── */

/* === MOBILE (jusqu'à 480px) === */
@media (max-width: 480px) {
    body { 
        padding: 8px; 
    }
    
    .page-title { 
        font-size: 22px; 
    }
    
    .section h2 { 
        font-size: 18px; 
    }
    
    .subsection h3 { 
        font-size: 16px; 
    }
    
    .hadith-text { 
        font-size: 15px; 
    }
    
    .hadith { 
        padding: 15px; 
    }
    
    .titre-islamique {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

/* === TABLETTE PORTRAIT (jusqu'à 768px) === */
@media (max-width: 768px) {
    .container {
        padding: 15px;
        margin-top: 75px;
    }
}

/* === TABLETTE PAYSAGE + PC (à partir de 1024px) === */
@media (min-width: 1024px) {
    /* Sidebar fixe à droite sur PC */
    .sidebar-right {
        display: block;
        width: 320px;
        min-width: 320px;
        max-width: 320px;
        position: fixed;
        right: 0;
        top: 116px;
        height: calc(100vh - 116px);
        overflow-y: auto;
        border-left: 2px solid rgba(76, 175, 80, 0.3);
        border-top: none;
        margin-top: 0;
        padding-bottom: 100px;
    }
    
    /* Contenu principal décalé pour laisser place à la sidebar */
    body {
        margin-right: 320px;
    }
    
    /* Bottom nav s'arrête avant la sidebar */
    .bottom-nav {
        right: 320px;
    }
    
    /* Scroll top button avant sidebar */
    #scrollTopBtn {
        right: 340px;
    }
}

/* ─────────────────────────────────────────────────────────────────────────────
   22. UTILITAIRES
   ───────────────────────────────────────────────────────────────────────────── */
.text-center { text-align: center; }
.text-white { color: white; }
.text-muted { color: rgba(255, 255, 255, 0.7); }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }
.hidden { display: none; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-10 { gap: 10px; }
.gap-20 { gap: 20px; }

/* === BOX SEO EN BAS DU CONTENU === */
.seo-box {
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    border-radius: 15px;
    padding: 25px;
    margin: 20px;
    margin-bottom: 100px;
    border: 1px solid rgba(76, 175, 80, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.seo-box h2 {
    color: #4CAF50;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(76, 175, 80, 0.2);
}

.seo-box p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: justify;
}

.seo-box strong {
    color: #4CAF50;
    font-weight: 600;
}

.seo-box a {
    color: #4CAF50;
    text-decoration: none;
}

.seo-box a:hover {
    text-decoration: underline;
}

.seo-box-links {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(76, 175, 80, 0.15);
}

.seo-box-links a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
    font-size: 13px;
}
