/* marron-noir ribbon #1D130B */
/* vert foncé #0C1614 */


/* Style pour la playlist */

.bbplayer {
	border: 4px solid black ;
}


.bbplayer #playlist {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.bbplayer .playlist-item a {
    /* display: block; */ /* <-- Supprimez ou commentez cette ligne */
    display: flex;          /* <-- AJOUTEZ ÇA */
    justify-content: space-between; /* <-- AJOUTEZ ÇA (pousse le titre à gauche et le lieu à droite) */
    align-items: center;    /* <-- AJOUTEZ ÇA (centre verticalement) */
    
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.bbplayer .track-title {
    /* Le titre principal */
    font-weight: normal; /* ou 'bold' si vous préférez */
	font-family: 'FontleroyBrown';
	font-size: 2.3em;
}

.bbplayer .track-location {
    /* Le lieu d'enregistrement */
    font-size: 0.9em;      /* Un peu plus petit */
    color: black;            
    font-style: italic;
}

.bbplayer .playlist-item a:hover {
    background-color: #f4f4f4;
}

/* Style pour le morceau en cours de lecture */
.bbplayer .playlist-item.active a {
    background-color: #ff5500; /* Une couleur pour le morceau actif */
    color: #fff;
    font-weight: bold;
}

/* Style pour le lecteur audio */
.bbplayer #audio-player {
    width: 100%;
    margin-top: 10px;
}

/* ---------------*/



.parolescontainer {
	background: #0C1614  url(../images/body-pattern4.png) repeat 0 0;
	height: 44px;
	
}


.followbase {
	margin: 0 auto;  /* CENTRER le bloc horizontalement */
    position: relative;
    width: 162px ;
    height: 130px;
    z-index: 50;
    background: url(../images/stickersocialbase.png) no-repeat;
	
    /* J'ai supprimé les lignes : */
    /* left: 721px; */
    /* bottom: -317px; */
    /* float: left; */
	
    /* J'ai ajouté ceci pour créer de l'espace AVANT le lecteur audio */
    margin-bottom: 2px;
	margin-top: 10px;
}

.followbase a:focus {
	outline: 0;
	border: none;
}

.followsc {
	margin: 0;
	position: relative;
	width: 58px ;
	height: 58px;
	left: 88px;
	bottom: -58px;
	outline: 0;
	
}

.followyt {
	margin: 0;
	position: relative;
	width: 58px ;
	height: 58px;
	left: 18px;
	bottom: 0px;
	outline: 0;
}

.followsc img:hover {
	
	transition: All 0.5s ease 0s;
	-webkit-transition: All 0.5s ease 0s;
	-moz-transition: All 0.5s ease 0s;
	-o-transition: All 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s ;
	
	transform:rotateZ(360deg);
	-webkit-transform:rotateZ(360deg);
}

.followsc img:focus{
	outline: 0;
	border: none; 
}

.followyt img:hover {
	transition: All 0.5s ease 0s;
	-webkit-transition: All 0.5s ease 0s;
	-moz-transition: All 0.5s ease 0s;
	-o-transition: All 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s ;
	
	transform:rotateZ(360deg);
	-webkit-transform:rotateZ(360deg);
}

.followyt img:focus{
	outline: 0;
	border: none; 
}


/* CSSMENU musique */
@charset 'UTF-8';
/* Some stylesheet reset */

#cssmenu > ul {
	list-style: none;
	margin: 0;
	padding-left: 4px;
	vertical-align: baseline;
	line-height: 1;
}
/* The container */
#cssmenu > ul {
	display: block;
	position: relative;
	left: 0px;
	width: 200px;
	/* The list elements which contain the links */
	
}
#cssmenu > ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 405;
}
/* General link styling */
#cssmenu > ul li a {
	/* Layout */
	
	display: block;
	position: relative;
	margin: 0;
	border-top: 1px dotted #3a3a3a;
	border-bottom: 1px dotted #1b1b1b;
	padding: 11px 20px;
	/* Typography */
	
	font-family: georgia, Arial, sans-serif;
	color: #d8d8d8;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	font-size: 18px;
	font-weight: 300;
	/* Background & effects */
	
	background: #0C1614  url(../images/body-pattern4.png) repeat 0 0;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover,
#cssmenu > ul li:hover > a {
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	background: #ad2927;
	background: -webkit-linear-gradient(#c4312f, #ad2927);
	background: -moz-linear-gradient(#c4312f, #ad2927);
	background: linear-gradient(#c4312f, #ad2927);
	border-color: transparent;
}
/* The arrow indicating a submenu */
#cssmenu > ul .has-sub > a::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	
	border: 4px solid transparent;
	border-left: 4px solid #d8d8d8;
}
/* The same arrow, but with a darker color, to create the shadow effect */
#cssmenu > ul .has-sub > a::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 10px;
	width: 0px;
	height: 0px;
	/* Creating the arrow using borders */
	
	border: 4px solid transparent;
	border-left: 4px solid #000;
}
/* Changing the color of the arrow on hover */
#cssmenu > ul li > a:hover::after,
#cssmenu > ul li:hover > a::after {
	border-left: 4px solid #ffffff;
}
#cssmenu > ul li > a:hover::before,
#cssmenu > ul li:hover > a::before {
	border-left: 4px solid rgba(0, 0, 0, 0.3);
}
/* THE SUBMENUS */
#cssmenu > ul ul {
	position: absolute;
	left: 100%;
	top: -9999px;
	padding-left: 5px;
	opacity: 0;
	width: 230px;
	
	/* The fade effect, created using an opacity transition */
	
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}
/* Showing the submenu when the user is hovering the parent link */
#cssmenu > ul li:hover > ul {
	top: -84px;
	opacity: 1;
}