
/*==== PLAYER SON ====*/
/* LIGHT */
.objet_article {
  color: black;
  font-family: Lato, helvetica, sans-serif;
  border-top: 3px solid #A30006;
  border-bottom: 3px solid #A30006;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin: 10px 0px;
}

/* DARK */
.objet_son {
  color: white;
  background-color: #2A2A2A;
  font-family: Lato, helvetica, sans-serif;
  border-top: 3px solid #A30006;
  border-bottom: 3px solid #A30006;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  margin: 10px 0px;
}

/* Vieux hack css des familles pour firefox */
body:not(:-moz-handler-blocked) .mejs-controls {
  bottom: 0px;
}

.spip_son_descriptif {
  padding: 0 0.5em 0.5em 0.5em;
  line-height: 1.60rem;
}

.spip_son_titre {   
  margin: 0 0 0.2em 0;
  font-size: 1.5rem; 
  font-weight: bold; 
  text-align: left;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  padding-bottom: 2px;
  padding-top:  0.4em;
  padding-left: 0.4em;
  line-height: 1.60rem;
}

.spip_son_descriptif { 
  text-align: left;
  font-size: 0.90em; 
  font-style: italic;
}

.spip_son_logo {
  float:right;
}