/* ============================================================
   AlgerieMusique.com — Styles Principaux
   Design fidèle à l'original avec améliorations modernes.
   Palette : bleu dominant, accents orange/jaune, fond clair.
   ============================================================ */

/* ============================================================
   1. RESET & BASE
   ============================================================ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background: #e8eef4;
    color: #2c3e50;
    line-height: 1.5;
    min-height: 100vh;
}

a {
    color: #2471a3;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #e67e22;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

/* ============================================================
   2. TOP BAR
   ============================================================ */
.top-bar {
    background: linear-gradient(135deg, #1a3c5e 0%, #1a5276 100%);
    color: #ccd9e6;
    font-size: 0.82rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
}

.top-links a {
    color: #b0c4d8;
    font-size: 0.82rem;
    transition: color 0.2s;
}
.top-links a:hover {
    color: #fff;
    text-decoration: none;
}

.top-links .sep {
    color: #4a6a8a;
    margin: 0 6px;
    font-size: 0.75rem;
}

.newsletter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.newsletter-label {
    color: #f39c12;
    font-weight: 600;
    font-size: 0.82rem;
}

.newsletter-form {
    display: flex;
    gap: 0;
}

.newsletter-input {
    width: 170px;
    padding: 4px 10px;
    border-radius: 4px 0 0 4px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 0.8rem;
    transition: background 0.2s;
}
.newsletter-input::placeholder {
    color: #7a9ab8;
}
.newsletter-input:focus {
    background: rgba(255,255,255,0.2);
    border-color: #3498db;
}

.newsletter-btn {
    padding: 4px 14px;
    background: linear-gradient(180deg, #e67e22, #d35400);
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background 0.2s;
}
.newsletter-btn:hover {
    background: linear-gradient(180deg, #f39c12, #e67e22);
}

/* ============================================================
   3. MAIN HEADER
   ============================================================ */
.main-header {
    background: linear-gradient(180deg, #1e6fa8 0%, #1a5276 50%, #154360 100%);
    padding: 8px 0 6px;
    border-bottom: 3px solid #f39c12;
}

.main-header .container {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Logo */
.header-logo a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-icon {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
}

.logo-flag {
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.flag-green {
    width: 50%;
    height: 100%;
    background: #006233;
}
.flag-white {
    width: 50%;
    height: 100%;
    background: #fff;
}
.flag-star {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d21034;
    font-size: 22px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.logo-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.logo-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #f39c12;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Navigation principale */
.main-nav {
    display: flex;
    gap: 2px;
    margin-left: 10px;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    color: #b0d0f0;
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
    text-decoration: none;
}
.nav-item:hover, .nav-item.active {
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
}
.nav-item.active {
    background: rgba(255,255,255,0.18);
}
.nav-icon {
    font-size: 1.3rem;
    margin-bottom: 2px;
}
.nav-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Index alphabétique */
.alpha-section {
    flex: 1;
    min-width: 0;
}

.alpha-row {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 2px;
}
.alpha-row:last-child { margin-bottom: 0; }

.alpha-label {
    color: #f39c12;
    font-size: 0.72rem;
    font-weight: 600;
    min-width: 70px;
    text-transform: uppercase;
}

.alphabet-index {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.alpha-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 20px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #a0c4e8;
    background: rgba(255,255,255,0.06);
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.15s;
}
.alpha-letter:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
    text-decoration: none;
}
.alpha-letter.active {
    background: #f39c12;
    color: #1a1a2e;
}

/* ============================================================
   4. SEARCH BAR
   ============================================================ */
.search-bar {
    background: linear-gradient(180deg, #2980b9, #2471a3);
    padding: 8px 0;
    border-bottom: 2px solid #1a5276;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    position: relative;
}

.search-label {
    color: #d6eaf8;
    font-size: 0.82rem;
    font-weight: 500;
    white-space: nowrap;
}

.search-select {
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.2s;
}
.search-select:focus {
    background: rgba(255,255,255,0.25);
    border-color: #f39c12;
}
.search-select option {
    background: #1a5276;
    color: #fff;
}

.search-input {
    flex: 1;
    min-width: 180px;
    padding: 6px 14px;
    border-radius: 4px;
    background: rgba(255,255,255,0.92);
    color: #2c3e50;
    font-size: 0.85rem;
    border: 2px solid transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.search-input:focus {
    border-color: #f39c12;
    box-shadow: 0 0 0 3px rgba(243,156,18,0.2);
}
.search-input::placeholder {
    color: #7f8c8d;
}

.search-btn {
    padding: 6px 20px;
    background: linear-gradient(180deg, #e67e22, #d35400);
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.2s;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.search-btn:hover {
    background: linear-gradient(180deg, #f39c12, #e67e22);
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    transform: translateY(-1px);
}

/* Suggestions de recherche */
.search-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    z-index: 100;
    max-height: 350px;
    overflow-y: auto;
}
.search-suggestions.active {
    display: block;
}
.suggestion-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
    cursor: pointer;
}
.suggestion-item:hover {
    background: #eaf2f8;
}

/* ============================================================
   5. LAYOUT 3 COLONNES
   ============================================================ */
.main-content {
    padding: 12px 0 30px;
}

.layout-3col {
    display: grid;
    grid-template-columns: 210px 1fr 200px;
    gap: 12px;
    align-items: start;
}

/* ============================================================
   6. SIDEBAR GAUCHE
   ============================================================ */
.sidebar-left {
    min-width: 0;
}

.sidebar-box {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    border: 1px solid #d6e4f0;
}

.sidebar-title {
    background: linear-gradient(180deg, #2980b9, #2471a3);
    color: #fff;
    padding: 8px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sidebar-title-icon {
    color: #f39c12;
    font-weight: 800;
}
.sidebar-title-accent {
    background: linear-gradient(180deg, #e67e22, #d35400);
}

/* Genre list */
.genre-list {
    padding: 0;
}
.genre-item {
    border-bottom: 1px solid #eaf0f6;
}
.genre-item:last-child {
    border-bottom: none;
}
.genre-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    color: #1a5276;
    font-size: 0.82rem;
    font-weight: 500;
    transition: all 0.15s;
    text-decoration: none;
}
.genre-item a:hover,
.genre-item.active a {
    background: #d6eaf8;
    color: #154360;
    text-decoration: none;
}
.genre-item.active a {
    background: #2980b9;
    color: #fff;
}
.genre-name {
    font-weight: 600;
}
.genre-count {
    font-size: 0.72rem;
    color: #7f8c8d;
    white-space: nowrap;
}
.genre-item.active .genre-count {
    color: #d6eaf8;
}

/* Sidebar actions */
.sidebar-actions {
    padding: 6px 12px 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sidebar-link {
    color: #c0392b;
    font-size: 0.82rem;
    font-weight: 600;
    transition: color 0.2s;
}
.sidebar-link:hover {
    color: #e74c3c;
}
.sidebar-link.highlight {
    color: #e67e22;
}

/* Sidebar album list */
.sidebar-album-list {
    padding: 0;
}
.sidebar-album-item {
    border-bottom: 1px solid #f0f4f8;
}
.sidebar-album-item:last-child {
    border-bottom: none;
}
.sidebar-album-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    transition: background 0.15s;
    text-decoration: none;
}
.sidebar-album-link:hover {
    background: #eaf2f8;
    text-decoration: none;
}
.sidebar-album-cover {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background: #d6eaf8;
}
.sidebar-album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-album-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 1px;
}
.sidebar-album-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a5276;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-album-artist {
    font-size: 0.72rem;
    color: #5d6d7e;
}
.sidebar-album-genre {
    font-size: 0.68rem;
    color: #7f8c8d;
}
.sidebar-album-meta {
    font-size: 0.68rem;
    color: #e67e22;
    font-weight: 500;
}

/* Sidebar tabs */
.sidebar-tabs {
    display: flex;
    padding: 0;
    background: #f0f4f8;
    border-bottom: 1px solid #d6e4f0;
}
.tab-btn {
    flex: 1;
    padding: 5px 4px;
    background: transparent;
    color: #5d6d7e;
    font-size: 0.68rem;
    font-weight: 600;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    text-align: center;
}
.tab-btn:hover {
    color: #2980b9;
    background: #e8f0f8;
}
.tab-btn.active {
    color: #2980b9;
    border-bottom-color: #2980b9;
    background: #fff;
}

/* Sidebar artiste list */
.sidebar-artiste-list { padding: 0; }
.sidebar-artiste-item {
    border-bottom: 1px solid #f0f4f8;
}
.sidebar-artiste-item:last-child { border-bottom: none; }
.sidebar-artiste-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    transition: background 0.15s;
    text-decoration: none;
}
.sidebar-artiste-link:hover {
    background: #eaf2f8;
    text-decoration: none;
}
.sidebar-artiste-photo {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #d6eaf8;
}
.sidebar-artiste-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar-artiste-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.sidebar-artiste-name {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1a5276;
}
.sidebar-artiste-meta {
    font-size: 0.68rem;
    color: #7f8c8d;
}

/* Sidebar videos */
.sidebar-video-count {
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a5276;
}
.sidebar-video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    padding: 0 8px 8px;
}
.sidebar-video-thumb {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.video-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.video-placeholder:hover {
    background: linear-gradient(135deg, #34495e, #4a6a8a);
}
.play-icon {
    color: #fff;
    font-size: 1.2rem;
    opacity: 0.8;
}
.video-title {
    font-size: 0.65rem;
    color: #5d6d7e;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Sidebar SEO tags */
.sidebar-seo-tags {
    padding: 10px 12px;
    font-size: 0.72rem;
    color: #7f8c8d;
    line-height: 1.4;
}

/* ============================================================
   7. SIDEBAR DROITE
   ============================================================ */
.sidebar-right {
    min-width: 0;
}

/* Social links */
.social-box {
    background: #fff;
    border: 1px solid #d6e4f0;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 14px 10px;
}
.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: transform 0.2s;
}
.social-link:hover {
    transform: translateY(-2px);
    text-decoration: none;
}
.social-icon {
    width: 42px;
    height: 42px;
    background: #3b5998;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
    font-family: Georgia, serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: box-shadow 0.2s;
}
.social-link:hover .social-icon {
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.social-icon-rss {
    width: 42px;
    height: 42px;
    background: #ee802f;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.social-icon-mail {
    width: 42px;
    height: 42px;
    background: #2980b9;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.social-label {
    font-size: 0.68rem;
    color: #5d6d7e;
    font-weight: 500;
}

/* Partners */
.partners-list {
    padding: 6px 0;
}
.partners-list li {
    padding: 0;
}
.partners-list li a {
    display: block;
    padding: 4px 14px;
    color: #2471a3;
    font-size: 0.8rem;
    transition: all 0.15s;
    text-decoration: none;
}
.partners-list li a:hover {
    background: #eaf2f8;
    color: #e67e22;
    text-decoration: none;
}

/* Sidebar description */
.sidebar-description {
    padding: 12px;
    font-size: 0.78rem;
    color: #5d6d7e;
    line-height: 1.6;
}
.sidebar-description strong {
    color: #1a5276;
}

/* ============================================================
   8. CONTENT MAIN
   ============================================================ */
.content-main {
    min-width: 0;
}

/* Stats banner */
.stats-banner {
    background: linear-gradient(90deg, #d6eaf8, #eaf2f8, #d6eaf8);
    border: 1px solid #aed6f1;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 10px;
    overflow: hidden;
}
.stats-marquee {
    color: #1a5276;
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}
@keyframes marquee {
    0%   { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* Section header */
.section-header {
    margin-bottom: 8px;
}
.section-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a5276;
    padding-bottom: 6px;
    border-bottom: 2px solid #2980b9;
}

.section-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a5276;
    margin: 20px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d6e4f0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.subtitle-icon {
    font-size: 1.1rem;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 0.78rem;
    padding: 8px 0;
    margin-bottom: 10px;
    color: #7f8c8d;
}
.breadcrumb a {
    color: #2471a3;
}
.breadcrumb a:hover {
    color: #e67e22;
}
.breadcrumb .sep {
    margin: 0 6px;
    color: #bdc3c7;
}
.breadcrumb .current {
    color: #5d6d7e;
    font-weight: 600;
}

/* ============================================================
   9. PAGINATION
   ============================================================ */
.pagination {
    display: flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(180deg, #2e86c1, #2471a3);
    border-radius: 6px;
    padding: 4px 6px;
    margin: 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    flex-wrap: wrap;
}

.page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 26px;
    background: rgba(255,255,255,0.1);
    color: #d6eaf8;
    border-radius: 4px;
    font-size: 0.75rem;
    transition: all 0.15s;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.08);
    margin: 0 1px;
}
.page-btn:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
}
.page-btn.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.page-info {
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0 12px;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.page-numbers {
    display: flex;
    gap: 2px;
    margin-left: auto;
}

.page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    background: rgba(255,255,255,0.08);
    color: #d6eaf8;
    border-radius: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    transition: all 0.15s;
    text-decoration: none;
}
.page-num:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
}
.page-num.active {
    background: #f39c12;
    color: #1a1a2e;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.page-dots {
    color: #a0c4e8;
    padding: 0 4px;
    font-size: 0.78rem;
    display: flex;
    align-items: center;
}

/* ============================================================
   10. ALBUMS GRID
   ============================================================ */
.albums-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 10px 0;
}

.album-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d6e4f0;
    transition: transform 0.2s, box-shadow 0.2s;
}
.album-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.album-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    background: #d6eaf8;
    overflow: hidden;
}
.album-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.album-card:hover .album-cover img {
    transform: scale(1.05);
}

.album-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}
.album-card:hover .album-play-overlay,
.album-detail-cover:hover .album-play-overlay {
    opacity: 1;
}

.play-circle {
    width: 44px;
    height: 44px;
    background: rgba(243,156,18,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s;
    padding-left: 3px;
}
.play-circle:hover {
    transform: scale(1.1);
}

.album-info {
    padding: 6px 8px 8px;
}

.album-title {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a5276;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2px;
    text-decoration: none;
}
.album-title:hover {
    color: #e67e22;
    text-decoration: none;
}

.album-artist {
    display: block;
    font-size: 0.72rem;
    color: #2471a3;
    margin-bottom: 1px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.album-artist:hover {
    color: #e67e22;
}

.album-genre {
    font-size: 0.68rem;
    color: #7f8c8d;
}
.album-genre a {
    color: #7f8c8d;
    text-decoration: none;
}
.album-genre a:hover {
    color: #e67e22;
}

.album-year {
    font-size: 0.68rem;
    color: #bdc3c7;
}

.album-stats {
    font-size: 0.68rem;
    color: #7f8c8d;
    margin-top: 3px;
}
.stat-sep {
    margin: 0 3px;
    color: #d6e4f0;
}

.album-rating {
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

/* Stars */
.stars {
    display: inline-flex;
    gap: 0;
}
.star {
    font-size: 0.82rem;
    line-height: 1;
}
.star-full {
    color: #f39c12;
}
.star-half {
    color: #f39c12;
    opacity: 0.6;
}
.star-empty {
    color: #d5d8dc;
}

.rating-votes {
    font-size: 0.65rem;
    color: #95a5a6;
}

/* Interactive stars */
.stars-interactive {
    display: inline-flex;
    gap: 1px;
    cursor: pointer;
}
.star-vote {
    font-size: 1.3rem;
    color: #d5d8dc;
    transition: color 0.15s, transform 0.15s;
}
.star-vote.active,
.star-vote:hover,
.stars-interactive:hover .star-vote {
    color: #f39c12;
}
.stars-interactive:hover .star-vote:hover ~ .star-vote {
    color: #d5d8dc;
}
.star-vote:hover {
    transform: scale(1.2);
}

.rating-value {
    font-size: 0.88rem;
    font-weight: 700;
    color: #f39c12;
    margin-left: 6px;
}
.rating-count {
    font-size: 0.78rem;
    color: #95a5a6;
}
.rating-label {
    font-size: 0.85rem;
    color: #5d6d7e;
    font-weight: 600;
}

/* Small album card variants */
.albums-grid-small {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
.album-card-small .album-cover {
    aspect-ratio: 1;
}

/* ============================================================
   11. ALBUM DETAIL PAGE
   ============================================================ */
.album-detail-header {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.album-detail-cover {
    width: 250px;
    height: 250px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.album-detail-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.album-play-big .play-circle {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
}

.album-detail-info {
    flex: 1;
    min-width: 0;
}
.album-detail-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #1a5276;
    margin-bottom: 12px;
}

.album-detail-meta {
    margin-bottom: 16px;
}
.meta-row {
    margin-bottom: 4px;
    font-size: 0.88rem;
}
.meta-label {
    color: #7f8c8d;
    font-weight: 500;
    margin-right: 6px;
}
.meta-value {
    color: #2c3e50;
    font-weight: 600;
}
.meta-value.link {
    color: #2471a3;
}
.meta-value.link:hover {
    color: #e67e22;
    text-decoration: none;
}

.album-detail-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
    padding: 12px 0;
    border-top: 1px solid #eaf0f6;
    border-bottom: 1px solid #eaf0f6;
}
.detail-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail-stat-number {
    font-size: 1.3rem;
    font-weight: 800;
    color: #2980b9;
}
.detail-stat-label {
    font-size: 0.72rem;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.album-detail-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

/* ============================================================
   12. TRACKLIST
   ============================================================ */
.album-tracklist {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.tracklist-table {
    width: 100%;
    border-collapse: collapse;
}
.tracklist-table thead th {
    text-align: left;
    padding: 8px 10px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #7f8c8d;
    border-bottom: 2px solid #d6e4f0;
}

.track-row {
    transition: background 0.15s;
    cursor: pointer;
}
.track-row:hover {
    background: #eaf2f8;
}
.track-row td {
    padding: 8px 10px;
    border-bottom: 1px solid #f0f4f8;
    font-size: 0.85rem;
}
.track-row:last-child td {
    border-bottom: none;
}

.col-num {
    width: 35px;
    color: #95a5a6;
    font-weight: 600;
    text-align: center;
}
.col-play {
    width: 35px;
    text-align: center;
}
.col-duration {
    width: 65px;
    color: #7f8c8d;
    text-align: right;
}
.col-listens {
    width: 80px;
    color: #7f8c8d;
    text-align: right;
    font-size: 0.78rem;
}
.col-title {
    font-weight: 600;
    color: #2c3e50;
}

.track-play-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2980b9, #2471a3);
    color: #fff;
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border: none;
    padding-left: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.track-play-btn:hover {
    background: linear-gradient(135deg, #e67e22, #d35400);
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.no-tracks {
    padding: 20px;
    text-align: center;
    color: #95a5a6;
    font-style: italic;
}

/* ============================================================
   13. COMMENTS
   ============================================================ */
.album-comments {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.comment-form-box {
    margin-bottom: 20px;
    padding: 16px;
    background: #f8fafb;
    border-radius: 6px;
    border: 1px solid #eaf0f6;
}

.comment-form .form-row {
    margin-bottom: 10px;
}
.comment-form .form-input {
    width: 100%;
    max-width: 300px;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.comment-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f4f8;
}
.comment-item:last-child {
    border-bottom: none;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.avatar-letter {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2980b9, #1a5276);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
}

.comment-content {
    flex: 1;
    min-width: 0;
}
.comment-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
.comment-author {
    color: #1a5276;
    font-size: 0.85rem;
}
.comment-date {
    font-size: 0.72rem;
    color: #95a5a6;
}
.comment-text {
    font-size: 0.85rem;
    color: #2c3e50;
    line-height: 1.5;
}

.no-comments {
    padding: 20px;
    text-align: center;
    color: #95a5a6;
    font-style: italic;
}

/* ============================================================
   14. ARTISTE PAGE
   ============================================================ */
.artiste-profile {
    margin-bottom: 20px;
}

.artiste-header {
    display: flex;
    gap: 24px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.artiste-photo {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.artiste-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artiste-info {
    flex: 1;
}
.artiste-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a5276;
    margin-bottom: 10px;
}
.artiste-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.88rem;
    color: #5d6d7e;
    font-weight: 500;
}
.meta-icon {
    font-size: 1rem;
}
.artiste-bio {
    color: #2c3e50;
    font-size: 0.88rem;
    line-height: 1.7;
    padding-top: 10px;
    border-top: 1px solid #eaf0f6;
}

/* Artiste grid */
.artistes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin: 15px 0;
}
.artiste-card {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d6e4f0;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.artiste-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.artiste-card-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-decoration: none;
}
.artiste-card-link:hover { text-decoration: none; }
.artiste-card-photo {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #d6eaf8;
}
.artiste-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artiste-card-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.artiste-card-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a5276;
}
.artiste-card-albums {
    font-size: 0.72rem;
    color: #5d6d7e;
}
.artiste-card-visits {
    font-size: 0.68rem;
    color: #95a5a6;
}

/* ============================================================
   15. CATALOGUE FILTERS
   ============================================================ */
.catalogue-filters {
    margin-bottom: 12px;
}

.filter-genres {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
}
.filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #fff;
    color: #2471a3;
    border: 1px solid #d6e4f0;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
}
.filter-btn:hover {
    background: #eaf2f8;
    border-color: #2980b9;
    text-decoration: none;
}
.filter-btn.active {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}
.filter-count {
    font-size: 0.65rem;
    background: rgba(0,0,0,0.08);
    padding: 1px 5px;
    border-radius: 10px;
}
.filter-btn.active .filter-count {
    background: rgba(255,255,255,0.2);
}

.filter-sort {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.sort-label {
    font-size: 0.78rem;
    color: #7f8c8d;
    font-weight: 500;
}
.sort-btn {
    padding: 3px 10px;
    font-size: 0.75rem;
    color: #5d6d7e;
    background: #f8fafb;
    border: 1px solid #d6e4f0;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
}
.sort-btn:hover {
    background: #eaf2f8;
    text-decoration: none;
}
.sort-btn.active {
    background: #1a5276;
    color: #fff;
    border-color: #1a5276;
}

/* Alpha nav standalone */
.alpha-nav-standalone {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.alpha-nav-standalone .alpha-label {
    color: #5d6d7e;
    font-size: 0.75rem;
}
.alpha-nav-standalone .alphabet-index {
    gap: 2px;
}
.alpha-nav-standalone .alpha-letter {
    background: #fff;
    color: #2471a3;
    border: 1px solid #d6e4f0;
    width: 24px;
    height: 24px;
    font-size: 0.75rem;
}
.alpha-nav-standalone .alpha-letter:hover {
    background: #2980b9;
    color: #fff;
    border-color: #2980b9;
}
.alpha-nav-standalone .alpha-letter.active {
    background: #f39c12;
    color: #fff;
    border-color: #f39c12;
}

/* ============================================================
   16. SEARCH ADVANCED
   ============================================================ */
.search-advanced-box {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.search-row {
    margin-bottom: 12px;
}
.search-row-cols {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.results-header {
    margin-bottom: 14px;
}
.results-title {
    font-size: 1rem;
    color: #2c3e50;
}

/* Genre buttons (search page) */
.genre-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.genre-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(180deg, #2980b9, #2471a3);
    color: #fff;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.genre-btn:hover {
    background: linear-gradient(180deg, #e67e22, #d35400);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    text-decoration: none;
    color: #fff;
}
.genre-btn-count {
    font-size: 0.72rem;
    background: rgba(255,255,255,0.2);
    padding: 1px 8px;
    border-radius: 10px;
}

/* No results */
.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #7f8c8d;
    grid-column: 1 / -1;
}
.no-results-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}
.no-results-hint {
    font-size: 0.85rem;
    color: #95a5a6;
    margin-top: 6px;
}

/* ============================================================
   17. FORMS
   ============================================================ */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.form-group-btn {
    flex: 0 0 auto;
}

.form-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d6e4f0;
    border-radius: 6px;
    background: #fff;
    color: #2c3e50;
    font-size: 0.88rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
    border-color: #2980b9;
    box-shadow: 0 0 0 3px rgba(41,128,185,0.15);
}

.form-textarea {
    resize: vertical;
    min-height: 80px;
}

.form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.2s;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-primary {
    background: linear-gradient(180deg, #2980b9, #2471a3);
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.btn-primary:hover {
    background: linear-gradient(180deg, #3498db, #2980b9);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}
.btn-lg {
    padding: 12px 28px;
    font-size: 0.95rem;
}

.btn-search {
    white-space: nowrap;
}

/* Alerts */
.alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 14px;
    font-size: 0.88rem;
    font-weight: 500;
}
.alert-success {
    background: #d5f4e6;
    color: #1e7e3e;
    border: 1px solid #a3e4be;
}
.alert-error {
    background: #fde2e2;
    color: #c0392b;
    border: 1px solid #f5b7b1;
}

/* ============================================================
   18. CONTACT PAGE
   ============================================================ */
.contact-page {
    max-width: 700px;
}
.contact-intro {
    margin-bottom: 16px;
    color: #5d6d7e;
    font-size: 0.92rem;
    line-height: 1.6;
}
.contact-form .form-row {
    margin-bottom: 12px;
}

.contact-info-box {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
}
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 12px;
}
.contact-info-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.contact-icon {
    font-size: 1.5rem;
}
.contact-info-item strong {
    display: block;
    color: #1a5276;
    font-size: 0.85rem;
}
.contact-info-item p {
    font-size: 0.82rem;
    color: #5d6d7e;
    margin-top: 2px;
}

/* Error page */
.error-page {
    text-align: center;
    padding: 60px 20px;
}
.error-page h1 {
    font-size: 1.5rem;
    color: #c0392b;
    margin-bottom: 10px;
}
.error-page p {
    color: #7f8c8d;
    margin-bottom: 20px;
}

/* ============================================================
   19. AUDIO PLAYER (barre fixe en bas)
   ============================================================ */
.audio-player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #1a2a3a, #0d1b2a);
    border-top: 2px solid #2980b9;
    padding: 8px 0;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
}

.player-container {
    display: flex;
    align-items: center;
    gap: 14px;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
    max-width: 250px;
}
.player-cover {
    width: 42px;
    height: 42px;
    border-radius: 4px;
    object-fit: cover;
    background: #2c3e50;
}
.player-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.player-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player-artist {
    font-size: 0.72rem;
    color: #7f8c8d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 4px;
}
.player-btn {
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.08);
    color: #b0c4d8;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: all 0.2s;
}
.player-btn:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
.player-btn-play {
    width: 40px;
    height: 40px;
    background: #2980b9;
    color: #fff;
    font-size: 1rem;
    padding-left: 2px;
}
.player-btn-play:hover {
    background: #3498db;
    transform: scale(1.05);
}

.player-progress {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}
.player-time {
    font-size: 0.72rem;
    color: #7f8c8d;
    min-width: 35px;
    text-align: center;
    font-variant-numeric: tabular-nums;
}
.progress-bar {
    flex: 1;
    height: 5px;
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #2980b9, #3498db);
    border-radius: 3px;
    width: 0%;
    transition: width 0.1s linear;
}
.progress-bar:hover .progress-fill {
    background: linear-gradient(90deg, #f39c12, #e67e22);
}

.player-volume {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 100px;
}
.volume-slider {
    width: 70px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255,255,255,0.15);
    border-radius: 2px;
    cursor: pointer;
}
.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.player-close {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
    margin-left: 4px;
}

/* ============================================================
   20. FOOTER
   ============================================================ */
.main-footer {
    background: linear-gradient(180deg, #1a3050, #0d1b2a);
    color: #7f8c8d;
    padding: 20px 0;
    border-top: 3px solid #2980b9;
}

.footer-nav {
    text-align: center;
    margin-bottom: 12px;
}
.footer-nav a {
    color: #b0c4d8;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color 0.2s;
}
.footer-nav a:hover {
    color: #f39c12;
    text-decoration: none;
}
.footer-nav .sep {
    color: #34495e;
    margin: 0 10px;
}

.footer-copyright {
    text-align: center;
    font-size: 0.78rem;
    color: #5d6d7e;
}
.footer-copyright strong {
    color: #b0c4d8;
}

/* ============================================================
   21. ALBUM RELATED
   ============================================================ */
.album-related {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #d6e4f0;
    padding: 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

/* ============================================================
   22. SEARCH SUGGESTIONS BOX
   ============================================================ */
.search-suggestions-box {
    margin-top: 10px;
}

/* ============================================================
   23. RESPONSIVE DESIGN
   ============================================================ */

/* Tablette */
@media (max-width: 1024px) {
    .layout-3col {
        grid-template-columns: 190px 1fr;
    }
    .sidebar-right {
        display: none;
    }
    .albums-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .albums-grid-small {
        grid-template-columns: repeat(4, 1fr);
    }
    .alpha-section {
        display: none;
    }
}

/* Mobile large */
@media (max-width: 768px) {
    html { font-size: 13px; }

    .layout-3col {
        grid-template-columns: 1fr;
    }
    .sidebar-left {
        order: 2;
    }
    .content-main {
        order: 1;
    }

    .albums-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .albums-grid-small {
        grid-template-columns: repeat(3, 1fr);
    }

    .main-header .container {
        flex-direction: column;
        gap: 8px;
    }
    .header-logo a {
        justify-content: center;
    }
    .main-nav {
        margin-left: 0;
    }

    .search-form {
        flex-direction: column;
        gap: 6px;
    }
    .search-input {
        min-width: 100%;
    }

    .top-bar .container {
        flex-direction: column;
        height: auto;
        padding: 6px 10px;
        gap: 4px;
    }

    .album-detail-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .album-detail-cover {
        width: 200px;
        height: 200px;
    }
    .album-detail-stats {
        justify-content: center;
    }
    .album-detail-rating {
        justify-content: center;
    }

    .artiste-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .artiste-meta {
        justify-content: center;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-numbers {
        margin-left: 0;
    }

    .form-row-2col {
        grid-template-columns: 1fr;
    }
    .search-row-cols {
        flex-direction: column;
    }

    .player-info { max-width: 140px; min-width: 100px; }
    .player-volume { display: none; }
}

/* Mobile petit */
@media (max-width: 480px) {
    .albums-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .albums-grid-small {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter-bar { display: none; }

    .artistes-grid {
        grid-template-columns: 1fr;
    }

    .player-progress { display: none; }
    .player-container { justify-content: space-between; }
}

/* ============================================================
   24. UTILITY CLASSES
   ============================================================ */
.text-center { text-align: center; }
.text-right { text-align: right; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.hidden { display: none !important; }

/* ============================================================
   25. ANIMATIONS
   ============================================================ */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.album-card {
    animation: fadeIn 0.3s ease forwards;
}
.album-card:nth-child(1)  { animation-delay: 0.02s; }
.album-card:nth-child(2)  { animation-delay: 0.04s; }
.album-card:nth-child(3)  { animation-delay: 0.06s; }
.album-card:nth-child(4)  { animation-delay: 0.08s; }
.album-card:nth-child(5)  { animation-delay: 0.10s; }
.album-card:nth-child(6)  { animation-delay: 0.12s; }
.album-card:nth-child(7)  { animation-delay: 0.14s; }
.album-card:nth-child(8)  { animation-delay: 0.16s; }
.album-card:nth-child(9)  { animation-delay: 0.18s; }
.album-card:nth-child(10) { animation-delay: 0.20s; }

/* Scrollbar personnalisée */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #e8eef4;
}
::-webkit-scrollbar-thumb {
    background: #a0b4c8;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #7f9ab5;
}

/* Selection */
::selection {
    background: #2980b9;
    color: #fff;
}

/* ============================================================
   26. WIMPY PLAYER
   ============================================================ */
.wimpy-player-wrapper {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    background: #1a2a3a;
}

.no-audio-notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    background: #f8fafb;
    border-radius: 8px;
    border: 2px dashed #d6e4f0;
    margin-bottom: 16px;
    text-align: center;
    color: #7f8c8d;
}
.notice-icon {
    font-size: 2.5rem;
    margin-bottom: 8px;
}
.notice-hint {
    font-size: 0.78rem;
    margin-top: 6px;
}
.notice-hint code {
    background: #eaf2f8;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #1a5276;
    font-size: 0.82rem;
}

.col-audio {
    width: 70px;
    text-align: center;
}
.audio-badge {
    display: inline-block;
    font-size: 0.72rem;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
}
.audio-ok {
    background: #d5f4e6;
    color: #1e7e3e;
    cursor: help;
}
.audio-missing {
    background: #f0f4f8;
    color: #95a5a6;
}

/* ============================================================
   27. PRINT
   ============================================================ */
@media print {
    .top-bar, .search-bar, .sidebar-left, .sidebar-right,
    .audio-player, .pagination, .main-nav { display: none; }
    .layout-3col { grid-template-columns: 1fr; }
    body { background: #fff; }
}
