p {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 1.35em;
}
.header-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 0;
    /* Retire background-image ici */
}

.header-content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('photo/com/fontete.jpg');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1; /* Ajuste l’opacité ici */
    z-index: 0;
}

.header-content > * {
    position: relative;
    z-index: 1;
}


h1 {
    margin: 0px 0;
    color: #fff;
    text-align: center;
}
.logo-img {
    width: 200px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}


.menu-btn {
    background: #444;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s;
}
.menu-btn:hover {
    background: #666;
}
.logo-img {
    width: 200px; /* ou la taille que tu veux */
    height: auto;
}
.corps {
    background: #e5e0e0;
    flex: 1 1 auto;
    width: 100%;
    padding: 40px 0; /* Ajoute de l'espace en haut et en bas */
    display: flex;
    justify-content: center;
}
body {
    background-color: #303030;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.tete {
    text-align: center;
    font-size: 1.5em;   /* Agrandit le texte */
    font-style: italic; /* Met en italique */
    color: #000000;  
    margin-top: 92px;     
}
.c2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px; /* espace entre le texte et l'image */
    max-width: 1100px; /* largeur max du bloc central */
    width: 100%;
    background: transparent;
}

.tete3 {
    flex: 1;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 650px; 
    margin-top: 62px;
    color: #000000;
}

.branham-img {
    flex: 1;
    width: 180px;    /* ajuste la taille selon ton besoin */
    height: auto;
    border-radius: 8px; 
    max-width: 260px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    background: #b9b5b5;
    padding: 8px;
}
.tableau {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.tableau table {
    border-collapse: collapse;
    width: 100%;
    max-width: 1450px;
    background: #fff;
    min-height: 900px;
}

.tableau th, .tableau td {
    border: 1px solid #888;
    padding: 8px 12px;
    text-align: center;
    font-size: 1em;
}

.tableau th {
    background: #e3dddd;
    color: #fff;
    font-size: 1.1em;
}

.tableau tr:nth-child(even) {
    background: #f2f2f2;
}
.menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
 
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: pointer;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 101;
    padding: 0;
    transition: background 0.2s;
    
}
.menu-toggle:hover {
    background: #d3b1b1;
}
.menu-toggle .bar {
    display: block;
    width: 26px;
    height: 4px;
    margin: 3px 0;
    background: #444;
    border-radius: 2px;
    transition: 0.3s;
    
}

/* Menu déroulant */
.menu-list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #f1dada;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    position: absolute;
    top: 80px;
    left: 24px;
    min-width: 220px;
    z-index: 100;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    
}
.menu-list.show {
    display: flex;
}
.menu-list li {
    width: 100%;
}
.menu-list li a {
    display: block;
    padding: 16px 28px;
    color: #222;
    text-decoration: none;
    font-size: 1.1em;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}
.menu-list li a:hover {
    background: #f2f2f2;
}
.menu-list li:last-child a {
    border-bottom: none;
}

#search-input {
    display: none;
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 60vw;           /* Largeur responsive */
    max-width: 700px;      /* Largeur max */
    min-width: 280px;
    padding: 12px 48px 12px 20px;
    border-radius: 24px;
    border: 1.5px solid #ccc;
    font-size: 1.15em;
    background: #fff;
    color: #222;
    box-shadow: 0 4px 24px rgba(0,0,0,0.13);
    outline: none;
    transition: box-shadow 0.2s, border 0.2s, background 0.2s, opacity 0.25s, transform 0.25s;
    opacity: 0;
    pointer-events: none;
}
#search-input.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
}
#search-input:focus {
    border: 1.5px solid #d3b1b1;
    background: #fff;
    box-shadow: 0 6px 32px rgba(180, 120, 120, 0.18);
}



/* --- Boutons Modernes pour la page FRBILLY --- */

.main-btn {
    background: linear-gradient(90deg, #c8afef 0%,  #b3abff 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 28px;
    margin: 8px 8px 8px 0;
    font-size: 1.1em;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(44,62,80,0.10);
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    outline: none;
    letter-spacing: 0.5px;
    display: inline-block;
}
.main-btn:hover, .main-btn:focus {
    background: linear-gradient(90deg, #c6abed 0%, #a49bf6 100%);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 4px 16px rgba(44,62,80,0.16);
}

/* Liquid glass style (aligné avec index et vidéos) */
.btn-glass {
    background: rgba(255, 255, 255, 0.1);
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 1.1em;
    font-weight: bold;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    letter-spacing: 0.5px;
    display: inline-block;
}

.btn-glass:hover, .btn-glass:focus {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #000;
}



/* Style pour le corps de la page */

/* Conteneur principal du lecteur audio */
.audio-player-container {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 15px;
}

/* Style du lecteur audio */
.audio-player {
    background: linear-gradient(145deg, #2c3e50, #3498db);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audio-player:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* Information de la piste */
.audio-player .track-info {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.audio-player .cover-art {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 15px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.audio-player .track-details {
    flex-grow: 1;
}

.audio-player .track-title {
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #ffffff;
}

.audio-player .track-artist {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Contrôles du lecteur */
.audio-player .controls {
    width: 100%;
}

/* Barre de progression */
.audio-player .progress-container {
    margin-bottom: 20px;
}

.audio-player .progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 8px;
    overflow: hidden;
}

.audio-player .progress {
    width: 0%;
    height: 100%;
    background: #e74c3c;
    border-radius: 3px;
    transition: width 0.1s linear;
}

/* Informations de temps */
.audio-player .time-info {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8em;
    font-weight: 500;
}

/* Boutons de contrôle */
.audio-player .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.audio-player button {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.audio-player button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.audio-player .btn-play {
    width: 45px;
    height: 45px;
    background: #e74c3c;
}

.audio-player .btn-play:hover {
    background: #ff5945;
}

/* Bouton de téléchargement */
.audio-player .btn-download {
    background: rgba(46, 204, 113, 0.9);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.audio-player .btn-download:hover {
    background: #27ae60;
    transform: scale(1.15);
}

.audio-player .btn-download i {
    color: white;
    font-size: 1em;
}

/* Contrôle du volume */
.audio-player .volume-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}

.audio-player .volume-slider {
    width: 60px;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    cursor: pointer;
}

.audio-player .volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.audio-player .volume-slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.audio-player .volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

/* Icônes */
.audio-player i {
    font-size: 1.1em;
}

.audio-player .volume-container i {
    color: rgba(255, 255, 255, 0.9);
    width: 20px;
}

/* Animation pour le bouton play/pause */
.audio-player .btn-play i {
    transition: all 0.3s ease;
}

.audio-player .btn-play:active i {
    transform: scale(0.9);
}

/* Responsive design */
@media (max-width: 600px) {
    .audio-player-container {
        padding: 10px;
    }

    .audio-player {
        padding: 15px;
    }

    .audio-player .track-info {
        flex-direction: column;
        text-align: center;
    }

    .audio-player .cover-art {
        margin: 0 0 15px 0;
        width: 120px;
        height: 120px;
    }

    .audio-player .buttons {
        flex-wrap: wrap;
    }

    .audio-player .volume-container {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
        margin-left: 0;
    }
}

/* Animation de la barre de progression */
@keyframes progressPulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

.audio-player .progress {
    animation: progressPulse 2s infinite;
}

/* État actif des boutons */
.audio-player button:active {
    transform: scale(0.95);
}

/* Style spécial pour le lecteur en cours de lecture */
.audio-player.playing {
    background: linear-gradient(145deg, #2c3e50, #2980b9);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.audio-player.playing .btn-play {
    background: #27ae60;
}

.audio-player.playing .progress {
    background: #27ae60;
}








/* Ajoutez uniquement ce code pour la disposition en grille */
.audio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin: 40px auto;
    max-width: 1600px;  /* Augmentation de la largeur maximale (était 1200px) */
    min-height: 900px;  /* Ajout d'une hauteur minimale */
    padding: 40px;      /* Plus d'espace intérieur (était 0 16px) */
    background: linear-gradient(to bottom, #e2bfbf, #e5e0e0);

    border-radius: 20px; /* Coins arrondis pour plus d'esthétique */
}

/* Ajustement responsive pour les écrans plus petits */
@media (max-width: 1600px) {
    .audio-grid {
        max-width: 90%; /* Utilise 90% de la largeur de l'écran */
        min-height: 600px;
    }
}

@media (max-width: 1200px) {
    .audio-grid {
        grid-template-columns: repeat(2, 1fr);
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .audio-grid {
        grid-template-columns: 1fr;
        min-height: 400px;
        padding: 20px;
    }
}

/* Ajustement du conteneur individuel */
.audio-player-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Responsive design */
@media (max-width: 1200px) {
    .audio-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 colonnes sur écrans moyens */
    }
}

@media (max-width: 768px) {
    .audio-grid {
        grid-template-columns: 1fr; /* 1 colonne sur mobile */
    }
}
.c3 {
    background-color: #e5e0e0;
}
.p {
    color: #000000;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
