* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #000000;
}

p {
	color: #fff;
	font-size: 26px;
	line-height: 28px;
}

a {
    text-decoration: none; color: white;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

iframe {
display:block;
    margin-left: auto;
    margin-right: auto;
}

/*--- Lien Logo des pages player -----*/
.logo_player a {
    display: block;
    width:300px;
    margin-left: auto;
    margin-right: auto;
}

.logo_player img {
 }

/*-----Footer Player -------------------*/
footer{
 display: flex;
 justify-content: center;
 flex-direction: column;
 }

footer p{
font-family: 'Roboto', arial, sans-serif;
    justify-content: center;
    font-size: 1em;
  margin-left: auto;
    margin-right: auto;
    width:100%;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
}


/*-------Parametres player -----------------------*/
/*-- Attention un seul style pour tous les player-*/ 
.player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.player_inner {
  background: #FFFBFE;
  width: 40em;
  height: 28em;
}
.player_inner__artwork {
  height: 28em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
  position: relative;
}
.player_inner__artwork h1, .player_inner__artwork h2, .player_inner__artwork p {
	font-family: 'Roboto', arial, sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.player_inner__artwork h1 {
	font-family: 'Roboto', arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  background: #3A4454;
  padding: .2em;
  min-width: 5em;
}
.player_inner__artwork h2 {
	font-family: 'Roboto', arial, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  background: #88D9E6;
  padding: .6em;
}
.player_inner__artwork p {
  padding: 1em 0;
  font-size: 1.6em;
  bottom: 100;
  position: absolute;
}
.player_inner__controls {
  height: 7em;

  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
    margin-top: -3em;
}
.player_inner__controls i {
  color: #FFF;
  background: #000000;
  border-radius: 100%;
  font-size: 2.5em;
  padding: .5em;
  margin: auto .3em;
  cursor: pointer;

}
.player_inner__controls i:nth-of-type(2) {
  font-size: 4em;
}

/*-------------------------------------*/
/*--------- Responsive ----------------*/
/*-------------------------------------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width:800px) {
    
				   h2{
   display: flex;
        flex-direction: column;
    justify-content: center; 
        margin-top:2vh;
								background-color: #ffffff;
}
						
    ul{
   display: flex;
        flex-direction: column;
    justify-content: center; 
        margin-top:2vh;
}
ul li{ 
    background-color: #000000;
    justify-content: center;
padding:20px;
opacity:1;
    max-width:100%;
    margin-left:0;
}
ul li img{
 max-width: 100%;
  height: auto;
      justify-content: center;
        margin-left: auto;
    margin-right: auto;

}

}ul li img{
   opacity:1; 
}
ul li p{
    color:black;
    text-align: center;
    padding: 5px;
    background-color: #ffffff;
    margin-top:-5px;
}
    
				header p{
font-family: 'Roboto', arial, sans-serif;
    justify-content: center;
    font-size: 1.8em;
  margin-left: auto;
    margin-right: auto;
        margin-top:0vh;
    width:100%;
    font-weight: 400;
    text-align: center;
}
				
.player_inner__controls i {
  color: #FFF;
  background: #000000;
  border-radius: 100%;
  font-size: 2em;
  padding: .5em;
  margin: auto .3em;
  cursor: pointer;

}
.player_inner__controls i:nth-of-type(2) {
  font-size: 2em;
}

@media (max-width: 1024px) {
html { font-size: 0.9em!important; }
}

@media (max-width: 980px) {
html { font-size: 0.8em!important; }
}





