


/* Top Info */

#player-samarcondes {
	position: relative;
	z-index: 99;
		top: 150px
}


#playlistClose {
  position: absolute; 
  top: 10px;
  left: 430px;
  color: #38B6FF;
  z-index: 9999;
  cursor: pointer;
  
}

@media (max-width: 500px) {
	#playlistContainer  .list-song {
		font-size: 1.1em !important
	}
	#playlistClose {
		left: calc( 100% - 20px ) !important;
	}
}


#playlistClose:before {
  font-family: 'FontAwesome';
  content: '\f00d';
  line-height: 32px;
  width: 40px;
  font-size: 22px;
  display: block;
  border-radius: 20px;
  border: 4px solid #38B6FF;
  background: #FFF;
  transition: all .75s ease-in-out .25s;
}
#playlistClose:hover:before {
  transition: all .75s ease-in-out .25s;
  transform: rotate(360deg);
  
}

#player-samarcondes #title {
  position: absolute;
  width: 100%;
  top: -50px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  font-size: 34px;
  opacity: 1;
  font-weight: 300;
  color: #fff;
  left: 0px !important;
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
  text-shadow: #38B6FF 4px 0px 0px, #38B6FF 3.87565px 0.989616px 0px, #38B6FF 3.51033px 1.9177px 0px, #38B6FF 2.92676px 2.72656px 0px, #38B6FF 2.16121px 3.36588px 0px, #38B6FF 1.26129px 3.79594px 0px, #38B6FF 0.282949px 3.98998px 0px, #38B6FF -0.712984px 3.93594px 0px, #38B6FF -1.66459px 3.63719px 0px, #38B6FF -2.51269px 3.11229px 0px, #38B6FF -3.20457px 2.39389px 0px, #38B6FF -3.69721px 1.52664px 0px, #38B6FF -3.95997px 0.56448px 0px, #38B6FF -3.97652px -0.432781px 0px, #38B6FF -3.74583px -1.40313px 0px, #38B6FF -3.28224px -2.28625px 0px, #38B6FF -2.61457px -3.02721px 0px, #38B6FF -1.78435px -3.57996px 0px, #38B6FF -0.843183px -3.91012px 0px, #38B6FF 0.150409px -3.99717px 0px, #38B6FF 1.13465px -3.8357px 0px, #38B6FF 2.04834px -3.43574px 0px, #38B6FF 2.83468px -2.82216px 0px, #38B6FF 3.44477px -2.03312px 0px, #38B6FF 3.84068px -1.11766px 0px, #38B6FF 3.9978px -0.132717px 0px;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
}
#player-samarcondes #timer {
  position: absolute;
  top: 0;
  left: 3%;
  text-align: left;
  font-size: 26px;
  opacity: 1;
  font-weight: 300;
  color: #fff;
  
 /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
 
text-shadow: #38B6FF 2px 0px 0px, #38B6FF 1.75517px 0.958851px 0px, #38B6FF 1.0806px 1.68294px 0px, #38B6FF 0.141474px 1.99499px 0px, #38B6FF -0.832294px 1.81859px 0px, #38B6FF -1.60229px 1.19694px 0px, #38B6FF -1.97999px 0.28224px 0px, #38B6FF -1.87291px -0.701566px 0px, #38B6FF -1.30729px -1.51361px 0px, #38B6FF -0.421592px -1.95506px 0px, #38B6FF 0.567324px -1.91785px 0px, #38B6FF 1.41734px -1.41108px 0px, #38B6FF 1.92034px -0.558831px 0px;
}
#player-samarcondes #duration {
  position: absolute;
  top: 0;
  right: 3%;
  text-align: right;
  font-size: 26px;
  opacity: 1;
  font-weight: 300;
  color: #fff;
 /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
 text-shadow: #38B6FF 2px 0px 0px, #38B6FF 1.75517px 0.958851px 0px, #38B6FF 1.0806px 1.68294px 0px, #38B6FF 0.141474px 1.99499px 0px, #38B6FF -0.832294px 1.81859px 0px, #38B6FF -1.60229px 1.19694px 0px, #38B6FF -1.97999px 0.28224px 0px, #38B6FF -1.87291px -0.701566px 0px, #38B6FF -1.30729px -1.51361px 0px, #38B6FF -0.421592px -1.95506px 0px, #38B6FF 0.567324px -1.91785px 0px, #38B6FF 1.41734px -1.41108px 0px, #38B6FF 1.92034px -0.558831px 0px;
}

/* Controls */
#player-samarcondes .controlsOuter {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -110px;
}
#player-samarcondes .controlsInner {
  position: absolute;
  width: 340px;
  height: 70px;
  left: 50%;
  margin: 0 -170px;
  z-index: 99;
}
#player-samarcondes .btn {
  position: absolute;
  cursor: pointer;
  opacity: 1;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0 !important
}
#player-samarcondes .btn:hover {
  opacity: 1;
}
#player-samarcondes .btn:before  {
	 font-family: 'FontAwesome';
	 text-align: center;

 color:#FFF;
 transition: all .5s ease-in-out .15s;
  text-shadow: #38B6FF 4px 0px 0px, #38B6FF 3.87565px 0.989616px 0px, #38B6FF 3.51033px 1.9177px 0px, #38B6FF 2.92676px 2.72656px 0px, #38B6FF 2.16121px 3.36588px 0px, #38B6FF 1.26129px 3.79594px 0px, #38B6FF 0.282949px 3.98998px 0px, #38B6FF -0.712984px 3.93594px 0px, #38B6FF -1.66459px 3.63719px 0px, #38B6FF -2.51269px 3.11229px 0px, #38B6FF -3.20457px 2.39389px 0px, #38B6FF -3.69721px 1.52664px 0px, #38B6FF -3.95997px 0.56448px 0px, #38B6FF -3.97652px -0.432781px 0px, #38B6FF -3.74583px -1.40313px 0px, #38B6FF -3.28224px -2.28625px 0px, #38B6FF -2.61457px -3.02721px 0px, #38B6FF -1.78435px -3.57996px 0px, #38B6FF -0.843183px -3.91012px 0px, #38B6FF 0.150409px -3.99717px 0px, #38B6FF 1.13465px -3.8357px 0px, #38B6FF 2.04834px -3.43574px 0px, #38B6FF 2.83468px -2.82216px 0px, #38B6FF 3.44477px -2.03312px 0px, #38B6FF 3.84068px -1.11766px 0px, #38B6FF 3.9978px -0.132717px 0px;	
}
#player-samarcondes .btn:hover:before {
 transition: all .5s ease-in-out .15s;
  text-shadow: #ffca00 4px 0px 0px, #ffca00 3.87565px 0.989616px 0px, #ffca00 3.51033px 1.9177px 0px, #ffca00 2.92676px 2.72656px 0px, #ffca00 2.16121px 3.36588px 0px, #ffca00 1.26129px 3.79594px 0px, #ffca00 0.282949px 3.98998px 0px, #ffca00 -0.712984px 3.93594px 0px, #ffca00 -1.66459px 3.63719px 0px, #ffca00 -2.51269px 3.11229px 0px, #ffca00 -3.20457px 2.39389px 0px, #ffca00 -3.69721px 1.52664px 0px, #ffca00 -3.95997px 0.56448px 0px, #ffca00 -3.97652px -0.432781px 0px, #ffca00 -3.74583px -1.40313px 0px, #ffca00 -3.28224px -2.28625px 0px, #ffca00 -2.61457px -3.02721px 0px, #ffca00 -1.78435px -3.57996px 0px, #ffca00 -0.843183px -3.91012px 0px, #ffca00 0.150409px -3.99717px 0px, #ffca00 1.13465px -3.8357px 0px, #ffca00 2.04834px -3.43574px 0px, #ffca00 2.83468px -2.82216px 0px, #ffca00 3.44477px -2.03312px 0px, #ffca00 3.84068px -1.11766px 0px, #ffca00 3.9978px -0.132717px 0px;	
}
#player-samarcondes #playBtn {
  padding: 0px !important;
  width: 69px;
  height: 70px;
  left: 50%;
  margin: auto -34.5px;
}
#player-samarcondes #playBtn:before  {
 content:'\f04b';
  line-height: 70px;
  font-size: 70px;

}
#player-samarcondes #pauseBtn {
  width: 69px;
  height: 70px;
  left: 50%;
 margin: -5px -40.5px;
  display: none;
}
#player-samarcondes #pauseBtn:before  {
 content:'\f04c';
  line-height: 70px;
  font-size: 70px;
}
#player-samarcondes #prevBtn {
  width: 35px;
  height: 35px;
  left: 0;
  top: 50%;
  margin: -17.5px auto;
}
#player-samarcondes #prevBtn:before {
  content:'\f048';
  line-height: 35px;
  font-size: 35px;
}
#player-samarcondes #nextBtn {
  width: 35px;
  height: 35px;
  right: 0;
  top: 50%;
  margin: -17.5px auto;
}
#player-samarcondes #nextBtn:before {
  content:'\f051';
  line-height: 35px;
  font-size: 35px;
}
#player-samarcondes #playlistBtn {
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0px;
  z-index: 9999;
  margin: -17.5px auto;
}
#player-samarcondes #playlistBtn:before {
  content:'\f0ca';
  line-height: 35px;
  font-size: 35px;
}
#player-samarcondes #volumeBtnCustom {
  width: 35px;
  height: 35px;
  top: 50%;
  right: 3%;
  z-index: 9999;
  margin: -17.5px auto;
}
#player-samarcondes #volumeBtnCustom:before {
  content:'\f028';
  line-height: 35px;
  font-size: 35px;
}

/* Progress */
#player-samarcondes #waveform {
  width: 100%;
  height: 200px !important;
  top: -95px;
  position: absolute;
  left: 0;
  display: none;
  cursor: pointer;
  opacity: 1 !important;
  display: block !important;
  -webkit-user-select: none;
  user-select: none;
}

#player-samarcondes #waveform:hover {
  opacity: 1;
}
#player-samarcondes #waveform canvas {
  width: 100% !important;
  height: 200px !important;	
}
#player-samarcondes #bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: rgba(255, 255, 255, 0);
  /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33); */
  opacity: 0 !important;
  display: none  !important
}
#player-samarcondes #progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

/* Loading */
#player-samarcondes #loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Plylist */
#playlistContainer {
  width: 450px;
  max-width: calc( 100% - 50px ) !important;
  height: 100%;
  position: fixed;
   	display: block;
  z-index: 99999;
  top: 0;
  left: -500px;
  background-color: #38B6FF;
}
#playlistContainer.enable {
	left: 0;
  	-webkit-animation-duration:.5s;
	-webkit-animation-fill-mode:both;
	animation-duration:.5s;
	animation-fill-mode:both;	
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft;
}
#playlistContainer.disable {
	left: 0;
  	-webkit-animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-duration:1s;
	animation-fill-mode:both;	
	-webkit-animation-name:bounceOutLeft;
	animation-name:bounceOutLeft;
}
#playlistContainer h3 {
  color: #FFF;
  text-align: left;
  padding-left: 20px;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
}
#playlistContainer h3:before {
	font-family: 'FontAwesome';
	  content:'\f0ca';
	  padding-right: 10px;
	  font-size: 20px;
}

#list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  padding: 10px;
  max-height: calc( 100% - 60px );
  overflow: auto;
-webkit-overflow-scrolling: touch;
}
 .list-song {
  width: 100%;
  font-size: 22px;
  line-height: 50px;
  text-align: left;
  font-weight: bold;
   border: 4px solid transparent;
  color: #38B6FF;
     border-radius: 30px;
    transition: all .5s ease-in-out .15s;

  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97999px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.51361px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
}
 .list-song:hover {
    transition: all .5s ease-in-out .15s;
  border: 4px solid  rgba(255, 255, 255, 1);
  cursor: pointer;
   background:#38B6FF

  
   
  
}
#playlistContainer h3 {
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97999px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.51361px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  color: #38B6FF;
  font-size: 2.3em
}

 .list-song:before {
 content:'\f04b';
  line-height: 22px;
  font-size: 22px;
   font-family: 'FontAwesome';
   padding: 0px 15px;
   	display: inline-block;

    transition: all .5s ease-in-out .15s;
}
.list-song:hover:before {
  
  	-webkit-animation-duration:2s;
	-webkit-animation-fill-mode:both;
	animation-duration:2s;
	animation-fill-mode:both;	
	-webkit-animation-name:shake;
	animation-name:shake;
  
}

/* Volume */
#player-samarcondes #volume {
  width: 100%;
  height: 50px;
  position: absolute;
  border-radius: 25px;
  border: 4px solid #38b6ff;
  top: 100px;
  left: 0;
  display: block;
  background-color: #FFF !important;;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;;
  z-index: 9999999 !important
}
#player-samarcondes .bar {
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -5px auto;
  height: 10px;
  background-color: #38b6ff;
 
}
#player-samarcondes #barEmpty {

  opacity: 1;
  box-shadow: none;
  cursor: pointer;
  background: #ffca00
}
#player-samarcondes #barFull {
  width: 90%;
  background-color: #38b6ff;
}
#player-samarcondes #sliderBtn {
  width: 20px;
  height: 50px;
  position: absolute;
 
  margin: -25px auto;
  background-color: #ffca00;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}

/* Fade-In */
#player-samarcondes .fadeout {
  webkit-animation: fadeout 0.5s;
  -ms-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}
#player-samarcondes .fadein {
  webkit-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-webkit-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@-ms-keyframes fadeout {
  from { opacity: 1; }
  to   { opacity: 0; }
}
#player-samarcondes #progress {
   background-color: rgba(56,182,255,.2);
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomleft: 15px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
  margin-top: -10px;
	height: 30px !important;;
	opacity: 1 !important;;

}
#player-samarcondes #progress:after {
  content: '';
  background: #FFF;
  position: absolute;
  z-index: 999999999999999 !important;;
  right: 0px;
  height: 50px;
  margin-top: -10px;
  border-radius: 6px;
  width: 12px;
  display: block;
  border: 4px solid rgba(56,182,255,1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);

}

#moveCursorZone {
  height: 50px;
  left: 0px;
  margin-top: -20px;;
  position: absolute;
  z-index: -1;
  width: 100%;
  opacity: 0;
   transition: all .75s ease-in-out .25s;
}
#barRef {
	height: 30px !important;;
	 width: 100%;
	  margin-top: 10px;;
	 border-radius: 15px;
	 background: rgba(255,255,255,1);
	  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33) !important;

}
#cursorSong {
    position:absolute;
    display:block;
    z-index:5;
}
#cursorSong:before {
	 content: '';
	opacity: 0;
     transition: all .75s ease-in-out .25s;
    position: absolute;
  z-index: 999999999999999 !important;;
  right: -7px;
  height: 50px;
  margin-top: -20px;
  border-radius: 6px;
  width: 12px;
  display: block;
  border: 4px solid rgba(56,182,255,1);
  background: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
}
#cursorSong:after {
	content: attr(data-time);
	position: absolute;
	opacity: 0;
  color: rgba(56,182,255,1);
  font-size: 12px;
  background: #FFF;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
  border: 4px solid rgba(56,182,255,1);
  text-align: center;
  width: 70px;
  top: -80px;
  left:-33px;
   transition: all .75s ease-in-out .25s;
}
#moveCursorZone.true, #cursorSong.true:before, #cursorSong.true:after {
	 transition: all .75s ease-in-out .25s;
	opacity: 1
}
.play-now {
	/* color: red !important */
}
.content-derniers-sons li.play-now .son-titre:before ,
#playlist .play-now:before  {
  opacity: 0
}

#playlist .play-now .eq  {
  left:-50px
}

.bar {
    background-color: #FFF;
    width:8px;
    height:24px;
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    border: 3px solid #38b6ff
}
#playlist .play-now .eq .bar  {
  border: 3px solid #FFF;
  background-color:#38b6ff;
}
.bar-2{
    left: 11px;
}
.bar-3{
    left: 22px;
}
.bar-4{
    left: 33px;
}
.eq{
    position: relative;
   display: inline-block
}

.content-derniers-sons li.play-now .bar_animated {
  top: -9px !important;
  z-index: 99999
}

#player-samarcondes.affix {
	position: fixed !important;
	top: 0px;
	z-index: 9999999999999 !important;
	animation-name:fadeIn;
		animation-duration:1s;
	animation-fill-mode:both;
	width: 305px;
	margin: 0px 0px 0px 75px !important;
	

 
}
#player-samarcondes.affix  #moveCursorZone,
#player-samarcondes.affix  #progress,
#player-samarcondes.affix  #pcursorSong,
#player-samarcondes.affix  #waveform {
display: none !important;
}

#player-samarcondes.affix #title {
top: 0px;
	margin: 0px;
		left: 0px !important;
	font-size: 14px !important;
text-shadow: #38B6FF 2px 0px 0px, #38B6FF 1.75517px 0.958851px 0px, #38B6FF 1.0806px 1.68294px 0px, #38B6FF 0.141474px 1.99499px 0px, #38B6FF -0.832294px 1.81859px 0px, #38B6FF -1.60229px 1.19694px 0px, #38B6FF -1.97999px 0.28224px 0px, #38B6FF -1.87291px -0.701566px 0px, #38B6FF -1.30729px -1.51361px 0px, #38B6FF -0.421592px -1.95506px 0px, #38B6FF 0.567324px -1.91785px 0px, #38B6FF 1.41734px -1.41108px 0px, #38B6FF 1.92034px -0.558831px 0px;
}
#player-samarcondes.affix #duration,
#player-samarcondes.affix #timer {
	font-size: 14px !important;
}
#player-samarcondes.affix #pauseBtn,
#player-samarcondes.affix #playBtn {

	height: 45px;
	width: 60px;
	margin-top: 0px;
	
}


#player-samarcondes.affix #playBtn {
  margin-left: -30px !important;
}
#player-samarcondes.affix #pauseBtn {
	margin-left: -30px !important;
}
#player-samarcondes.affix #prevBtn,
#player-samarcondes.affix #nextBtn{
	top:15px;
	font-size: 22px !important;

}
#player-samarcondes.affix #prevBtn {
	
}
#player-samarcondes.affix #nextBtn {

}
#player-samarcondes.affix #pauseBtn:before,
#player-samarcondes.affix #playBtn:before {
	font-size: 32px !important;
	line-height: 32px !important;
height: 40px;
	display: block !important;;
	text-align: center !important;

}
#player-samarcondes.affix #volumeBtnCustom,
#player-samarcondes.affix #playlistBtn {

	height: 32px;
	width: 32px;
	padding: 0px
}
#player-samarcondes.affix #volumeBtnCustom:before,
#player-samarcondes.affix #playlistBtn:before {
	font-size: 16px !important;
	line-height: 32px;
	width: 32px;
	
	display: block
}
#player-samarcondes.affix #playBtn:before {
	margin-top: 5px !important;
}
#player-samarcondes.affix #playBtn:before {
	
}
#player-samarcondes.affix #prevBtn:before,
#player-samarcondes.affix #nextBtn:before {
	font-size: 22px !important;
	
}


#player-samarcondes.affix .controlsOuter {
  top: 25px;
	left: 0px;
	width: 300px;
	padding: 0px !important;

	height: 45px
}
#player-samarcondes.affix .controlsOuter .controlsInner {
	width: 150px;;
height: 45px;
	padding: 0px !important;;
	margin-top: 0px !important;;
		margin-left: -75px !important;
  
}

#player-samarcondes.affix #track {
  
	
	}
#player-samarcondes.affix #title {
	display: block;
width: 300px;
	left: -15px !important;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
	
	} 

#player-samarcondes.affix #track {
	display:block;
width: 200px;
  margin-left: 50px ;
	height:25px;
  overflow: hidden;


}

#player-samarcondes.affix #loading {
  background: #38B6FF
}

@media (max-width: 992px) {
  #player-samarcondes.affix {
    margin-left: 100px !important;;
    background: #FFF;
    height: 80px;
      top: 10px !important;
    border-radius: 20px;
     border: 4px solid rgba(56,182,255,1);
   	-webkit-box-shadow: 10px 10px 0px 0px rgba(56,182,255,.2);
	-moz-box-shadow: 10px 10px 0px 0px rgba(56,182,255,.2);
	box-shadow: 10px 10px 0px 0px rgba(56,182,255,.2);
	  
  } 
}
@media (max-width: 770px) {
	  #player-samarcondes.affix.cacher {
		top: -140px !important;
		}
	  #player-samarcondes.affix.transition {
		  transition: all .75s ease-in-out .25s;
	  }	
	  #player-samarcondes:not(.affix) #timer {
		  margin-left: -15px
	  }
	  #player-samarcondes:not(.affix) #duration {
		  margin-right: -15px
	  }
		#player-samarcondes:not(.affix) #track {
			font-size: .8em !important;
		}
		#player-samarcondes:not(.affix) #playlistBtn {
		
		  left: -15px;
		
		}		
	
}
#player-samarcondes.affix.cacher_2 {
	top: -140px !important;
}
#player-samarcondes.affix.transition_2 {
	transition: all .75s ease-in-out .25s;
}	



@keyframes float {
  to {
    transform: translateY(0.75em);
  }
}
.wrap.full output:before, .wrap:not(.full) output {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  opacity: 0;
  color: #fff;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

#inputRangeVolume.wrap:not(.full) {
  position: relative;
}
#inputRangeVolume.wrap:not(.full) output {
  top: 0;
  transform: translate(calc(var(--val)/100*22.5em));
}
#inputRangeVolume.wrap.full {
  position: relative;
}
#inputRangeVolume.wrap.full [type=range] {
  display: block;
  transform-origin: 100% 0;
  transform: rotate(-90deg) translatey(-100%);
}
#inputRangeVolume.wrap.full output {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #7a7a7a;
  font-size: 4em;
  font-weight: 700;
}
#inputRangeVolume.wrap.full output:before {
  right: 0;
  bottom: 0;
  transform: translatey(calc(var(--val)/-100*22.5em));
  line-height: 2.5em;
  text-align: center;
  font-size: 0.25em;
  font-weight: 200;
  counter-reset: val var(--val);
  content: counter(val) &quot;%&quot;;
}
#inputRangeVolume [type=range] {
  padding: 0;
  width: 25em;
  height: 2.5em;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
#inputRangeVolume [type=range], [type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
#inputRangeVolume [type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 0.5em;
  border-radius: 0.25em;
  background: transparent;
}
#inputRangeVolume [type=range]::-moz-range-track {
  border: none;
  height: 0.5em;
  border-radius: 0.25em;
  background: transparent;
}
#inputRangeVolume [type=range]::-ms-track {
  border: none;
  height: 0.5em;
  border-radius: 0.25em;
  background: transparent);
}
#inputRangeVolume [type=range]::-webkit-slider-thumb {
  margin-top: -.5em;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  transform: scale(0.7);
  background: #38B6FF;
  filter: saturate(0.7);
  transition: transform 0.5s linear, filter 0.5s;
}
#inputRangeVolume [type=range]::-moz-range-thumb {
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  transform: scale(0.7);
  background: #38B6FF;
  filter: saturate(0.7);
  transition: transform 0.5s linear, filter 0.5s;
}
#inputRangeVolume [type=range]::-ms-thumb {
  margin-top: 0;
  border: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  transform: scale(0.7);
  background: #38B6FF;
  filter: saturate(0.7);
  transition: transform 0.5s linear, filter 0.5s;
}
#inputRangeVolume [type=range]::-ms-tooltip {
  display: none;
}
#inputRangeVolume [type=range] + output {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(#FFF 39%, transparent 39.5%), conic-gradient(#FFCA00 calc(var(--val)*1%), #38B6FF 0%);
}
#inputRangeVolume [type=range] + output:after {
  content: &quot;%&quot;;
}
#inputRangeVolume [type=range]:focus {
  outline: none;
}
#inputRangeVolume [type=range]:focus::-webkit-slider-thumb {
  transform: none;
  filter: none;
}
#inputRangeVolume [type=range]:focus::-moz-range-thumb {
  transform: none;
  filter: none;
}
#inputRangeVolume [type=range]:focus::-ms-thumb {
  transform: none;
  filter: none;
}
#inputRangeVolume.wrap:not(.full) [type=range]:focus + output, .wrap.full [type=range]:focus + output:before {
  opacity: 1;
}

#inputRangeVolume.wrap.full output {
 height: 50px !important;
 width: 50px !important;
 font-family: Oswald !important;
  font-size: 17px !important;
  position: absolute;
color:#38B6FF;
  top: 0px !important;
}
#inputRangeVolume.wrap.full input {
 height: 50px !important;
 width: 150px !important;
  right: 0px !important;
  top: 55px !important;
    position: absolute;
}
#containerInputRangeVolume {
				position: fixed;
				top: -1000px;
				z-index: 9999999999999 !important;
				right:60px;
  width: 68px !important;
  height: 270px !important;
  background-color: #FFF !important;
  border-radius: 34px;
  padding: 5px;
  border: 4px solid #38B6FF;
 	-webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,.1);
	box-shadow:10px 10px 0px 0px rgba(0,0,0,.1);
  
}

	
	#controlVolume {
		position: fixed;
		top: -1000px;
		right:60px;
		width: 50px;
		z-index: 9999999999999 !important;
		background: #FFF;
		display: block;
		border-radius: 25px;
		border: 4px solid #38b6ff;
		color:#38b6ff
	}

	#controlVolume.true {
		top: -40px;
	}
	#containerInputRangeVolume.true {
		top: -75px;
	}
	.affix #containerInputRangeVolume.true {
		top: 65px !important;
		right: -10px
	}
.btnVolLevelClose {
	position: absolute;
	bottom: 0px;
	left: 17px
}

	.btnVolLevel .fa:before {
		height: 25px;
		line-height: 25px;
		width: 25px;
		display: block;
		margin:6px 0px;
		background: rgba(56,182,255,.2);
		border-radius: 12.5px;
		border: none;
		cursor: pointer;
		color:#38b6ff;
		transition: all .5s;
		
	}
	.btnVolLevel .fa:hover:before  {
		color:#ffca00;
		background: rgba(255,202,0,.2);
		transition: all .5s;
		 transform: rotate(360deg);
	} 

#barVolBase {
	display: block;
	height: 150px;
	width: 8px;
  border-radius: 4px;
	background: rgba(56,182,255,.5);
  position: absolute;
  z-index: -1;
  left: 26px;
   bottom: 52px;

}
#barVolLevel {
	display: block;
	height: 0px;
	width: 8px;
  border-radius: 4px;
	background: #ffca00;
  position: absolute;
  z-index: -1;
  left: 26px;
  bottom: 52px;
}
#player-samarcondes:not(.affix) #nextBtn,
#player-samarcondes:not(.affix) #prevBtn {

  height: 50px !important;
  width: 50px !important;
}
#player-samarcondes:not(.affix) #playlistBtn,
#player-samarcondes:not(.affix) #volumeBtnCustom {

  height: 50px !important;
  width: 60px !important;
}
#player-samarcondes:not(.affix) #playBtn {
	margin-top: 5px !important;
}
#player-samarcondes:not(.affix) #pauseBtn {
	margin-top: 5px !important;
  height: 80px;
  width: 80px;
  padding: 0px
}


@media (max-width: 560px) {
  
  #player-samarcondes:not(.affix) #nextBtn {
    right: 12%
  }
#player-samarcondes:not(.affix) #prevBtn {
  left: 12%

}

}

@supports (-webkit-hyphens:none){
	.item-liste-son-content .eq.bar_animated {
		margin-bottom: -10px !important;
	}
}

@media (max-width: 768px) {
	#player-samarcondes.affix {
		width:305px;
		left: 50%;
    margin-left:-150px !important;
	}
}