/*
  1. Base
*/
/*
  2. Components
*/

div.player img{
	border-radius:0px; /*  MODIF PERSO */
}

div.player {
	display:flex; /*  MODIF PERSO */
	flex-direction:row;
	height:150px;
  margin-bottom: 20px;
  max-width: 750px;
  margin: auto;
  margin-top: 40px; }
  div.player:after {
    content: "";
    display: table;
    clear: both; }
  div.player img.album-art {
    width: 100%;
    height: 100%;
    object-fit:cover; }
	
	
div.div_img_player{
	flex:1.3;
	min-width:120px;
}

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div.meta-container {
	flex:4;
	display:flex;
	justify-content:space-evenly;
	flex-direction:column;
	font-size:0.9em;
  background-color:#fff; /*  MODIF PERSO */
  padding: 0 20px;
	box-sizing:border-box;
  }
  div.meta-container div.song-title {
    text-align: center;
    color: #263238;
    font-size: 30px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
  div.meta-container div.song-artist {
    display:flex;
	justify-content:center;
	text-align:center;
	align-items:flex-end;
    color: #263238; }
  div.meta-container div.time-container {
    font-family: Helvetica;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px; }
    div.meta-container div.time-container:after {
      content: "";
      display: table;
      clear: both; }
    div.meta-container div.time-container div.current-time {
      float: left; }
    div.meta-container div.time-container div.duration {
      float: right; }

/*
  Small only
*/
@media all and (max-device-width: 760px) {
  div.player{
flex-direction:column;
	  height:50vw;
	  max-height:250px;
  }
  
  div.meta-container {
	line-height:0.8em;	} 
div.div_img_player{
	height:20vw;
	max-height:100px;
}
  div.control-container div.amplitude-prev {
    margin-right: 75px; }
  div.control-container div.amplitude-next {
    margin-left: 75px; } 



  div.meta-container div.song-artist {
	line-height:1.5em;
	}
	
	
}
/*
  Medium only
*/
/*
  Large Only
*/
div.control-container {
  text-align: center; }
  div.control-container div.amplitude-prev {
    width: 28px;
    height: 24px;
    cursor: pointer;
    background: url("../img/previous.svg");
    display: inline-block;
    vertical-align: middle; }
  div.control-container div.amplitude-play-pause {
    width: 28px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    div.control-container div.amplitude-play-pause.amplitude-paused {
      background: url("../img/play.svg");
		background-repeat:no-repeat; 
		background-size:contain;	  }
    div.control-container div.amplitude-play-pause.amplitude-playing {
      background: url("../img/pause.svg");
		background-repeat:no-repeat; 
		background-size:contain;}
  div.control-container div.amplitude-next {
    width: 28px;
    height: 24px;
    cursor: pointer;
    background: url("../img/next.svg");
    display: inline-block;
    vertical-align: middle; }

/*
  Small only
*/

/*
  Medium only

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div.control-container div.amplitude-prev {
    margin-right: 40px; }
  div.control-container div.amplitude-next {
    margin-left: 40px; } 
	}
	*/
/*
  Large Only
*/
@media screen and (min-width: 64em) {
  div.control-container div.amplitude-prev {
    margin-right: 75px; }
  div.control-container div.amplitude-next {
    margin-left: 75px; } }
progress.amplitude-song-played-progress:not([value]) {
  background-color: #313252; }

progress.amplitude-song-played-progress {
  background-color: #d7dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  display: block;
  cursor: pointer;
  border-radius: 3px;
  height: 8px;
  border: none; }

progress[value]::-webkit-progress-bar {
  background-color: #d7dee3;
  border-radius: 3px; }

progress[value]::-moz-progress-bar {
  background-color: #00a0ff;
  border-radius: 3px; }

progress[value]::-webkit-progress-value {
  background-color: #00a0ff;
  border-radius: 3px; }

/*
  3. Layout
*/

/*
  4. Pages
*/
/*
  5. Themes
*/
/*
  6. Utils
*/
/*
  7. Vendors
*/

/*# sourceMappingURL=app.css.map */
