/*
stylesiteladret.css
---------
 
Par ooooo
*/

body {
background-color: #444315; 
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
    margin-top: 7%;
 margin-bottom: 5%;
}

button {

  background-color: #444315; 
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10em;
}

a:link {color: white;}      
       a:visited {color: white;}   
       a:hover {color: white;}     
       a:active {color: white;}    
      a { text-decoration: none; }


.bloc




@media only screen and (max-width: 1440px) {
body {
width: 100%;
}
}

@media only screen and (max-width: 450px) {
body {
width: 100%;
}
}

@media only screen and (max-width: 300px) {
body {
width: 100%;
}
}

@media only screen and (max-width: 1200px) {
body {
width: 100%;
}
}


@media screen and (min-width: 2000px) {
 button {
    font-size: 10em;
  }
}

@media screen and (min-width: 1000px) {
 button {
    font-size: 10em;
  }
}

@media screen and (min-width: 300px) {
 button {
    font-size: 80px;
  }
}

@media screen and (max-width: 400px) {
button {
    font-size: 30px;
  }
}









.audio-player {
  height: 500px;
  width: 350px;
  background: #777;
  box-shadow: 0 0 20px 0 #000a;
  font-family: arial;
  color: white;
  font-size: 10em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1000px auto;
}


.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}


