
.music-player {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
.music-player .titre{
  width: 100%;
}
.music-player .titre h2{
  margin-top: 0;
}
.mejs__button>button:focus {
  outline: 0px dotted #999;
}
.mejs__container {
  position: relative;
  background-color: transparent;
  min-width: auto !important;
}
.mejs__controls {
  padding: 0 100px;
  background: transparent !important;
  display: block;
  position: relative;
}
.mejs__controls div {
  display: block;
  position: relative;
}
.mejs__controls .mejs__playpause-button {
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.mejs__controls .mejs__playpause-button button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
  background: transparent;
  padding: 0;
  margin: 0;
  background-color: #c1ce00;
  border-radius: 50%;
}
.mejs__controls .mejs__play button:before{
  content:"\f04b";
}
.mejs__controls .mejs__pause button:before{
  content:"\f04c";
}
.mejs__controls .mejs__volume-button button {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #5bbb95;
  background: transparent;
  margin: 0;
  padding: 0;
}
.mejs__controls .mejs__mute button:before {
  content: "\f028";
}
.mejs__controls .mejs__unmute button:before {
  content: "\f026";
}
.mejs__controls .mejs__time {
  width: 100%;  
  color: #c1ce00;
  height: auto;
  padding: 0;
  overflow: visible;
  min-width: 100%;
  margin-top: 5px;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.mejs__controls .mejs__time span {
  font-size: 15px;
}
.mejs__controls span.mejs__duration {
  font-weight: 700;
  position: absolute;
  right: -50px;
  top: 10%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.mejs__time-total{
  margin: 18px 0 0;
}
.mejs__controls span.mejs__currenttime {
  font-weight: 700;
  position: absolute;
  left: -50px;
  top: 10%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.mejs__controls .mejs__time-rail {
  width: 100%;
  margin: 0;
}
.mejs__controls .mejs__time-rail span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  cursor: pointer;
}
.mejs__controls .mejs__time-rail .mejs__time-loaded {
  background: rgba(255,255,255,0.2);
}
.mejs__controls .mejs__time-rail .mejs__time-float {
  display: none;
  top: -40px;
  width: 40px;
  height: 25px;
  margin-left: 0px;
  text-align: center;
  font-size: 10px;
  background: #fff;
  border: 0;
}
.mejs__controls .mejs__time-rail .mejs__time-float-current {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  line-height: 26px;
  color: #100d28;
}
.mejs__controls .mejs__time-rail .mejs__time-float-corner {
  top: auto;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.mejs__controls .mejs__time-rail .mejs__time-current {
  background: #c1ce00;
}
/* .mejs__controls .mejs__time-rail .mejs__time-current:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
} */
.mejs__controls .mejs__time-handle {
  display: none;
}
.mejs__controls .mejs__volume-button {
  position: relative;
  position: absolute !important;
  top: 70px;
  right: 25%;
  width: 40px;
  height: 40px;
}
.mejs__controls .mejs__horizontal-volume-slider {
  display: block;
  position: absolute !important;
  position: relative;
  top: 70px;
  right: 10%;
  width: 60px;
  height: 4px;
  margin-top: 18px;
  border-radius: 50px;
  line-height: 11px;
}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-total,
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.1);
}
.mejs__controls .mejs__horizontal-volume-slider .mejs__horizontal-volume-current {
  background: #fff;
}
.mejs__time-total{
  background: #d8d8d8;
}
.mejs__button.mejs__volume-button.mejs__mute, .mejs__button.mejs__volume-button.mejs__unmute{
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.mejs__button.mejs__volume-button.mejs__mute button, .mejs__button.mejs__volume-button.mejs__unmute button{
  color: #333333;
}