/*
Theme Name: Music Club Child
Theme URI: http://themes.goodlayers2.com/musicclub
Description: Theme enfant de Music Club pour groupe-bacata.com. Reprend les personnalisations relevees dans le parent 1.2 avant sa mise a jour en 1.9.7 (13 aout 2026).
Author: Julien Capone
Template: musicclub
Version: 1.0.0
Text Domain: gdlr_translate
*/

/* --- 1. Declarations neutralisees dans le parent (mises en commentaire) --- */
.gdlr-header-wrapper .gdlr-header-bottom-gimmick{ height: 0; background: none; }
.gdlr-divider{ border-bottom-width: 0; }

/* --- 2. Bloc "personnel" : vignette ronde plus grande et espacements --- */
.gdlr-personnel-item.box-style .personnel-item-inner{ padding: 25px 30px 25px 30px; }
.gdlr-personnel-item.box-style .personnel-info{ margin-top: 90px; text-align: center; }
.gdlr-personnel-item.box-style .personnel-author-image{
width: 125px; height: 125px; left: 42%;
-moz-border-radius: 125px; -webkit-border-radius: 125px; border-radius: 125px; }
.gdlr-personnel-item.box-style .personnel-content{ text-align: center; margin-top: 20px; }

/* --- 3. Couleurs du lecteur audio et des listes --- */
.gdlr-float-player .mejs-controls .mejs-time-rail span.gdlr-song-title-info{ color: #eaa54c !important; }
.gdlr-float-player .mejs-container .mejs-controls .gdlr-top-player-title{ color: #ffffff; }
.gdlr-list-by-month-header{ color: #3d3d3d !important; }

/* --- 4. Titres de sections propres au site --- */
#titre_colombie .gdlr-item-title-wrapper .gdlr-item-title, #titre_colombie .gdlr-item-title-wrapper .gdlr-separator,
#titre_musicien .gdlr-item-title-wrapper .gdlr-item-title, #titre_musicien .gdlr-item-title-wrapper .gdlr-separator,
#titre_concert .gdlr-item-title-wrapper .gdlr-item-title, #titre_concert .gdlr-item-title-wrapper .gdlr-separator,
#titre_prochains_concerts .gdlr-item-title-wrapper .gdlr-item-title, #titre_prochains_concerts .gdlr-item-title-wrapper .gdlr-separator,
#titre_pedagogie .gdlr-item-title-wrapper .gdlr-item-title, #titre_pedagogie .gdlr-item-title-wrapper .gdlr-separator,
#anciens_concerts .gdlr-item-title-wrapper .gdlr-item-title, #anciens_concerts .gdlr-item-title-wrapper .gdlr-separator{
color: #fff !important; }
#anciens_concerts{ color: #ffffff !important; }

/* --- 5. Divers --- */
.gdlr-header-overlay{ opacity: 1 !important; }
.wpcf7-submit{ margin-top: 20px !important; }
.gdlr-page-title-wrapper{ display: none !important; }

/* --- 6. Lecteur flottant : titre long qui debordait sur la barre de progression --- */
.gdlr-float-player .mejs-container .mejs-controls .gdlr-top-player-title{
display: block;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Vignette d album masquee quand aucune pochette n est enregistree */
.gdlr-float-player .mejs-container .mejs-controls .gdlr-top-player-thumbnail:empty{ display: none; }
