body{
  margin: 0;
  background: linear-gradient(340deg, #07c222 40%, rgb(3, 83, 83), #150e0e);
  /* font-family: 'Fantasy', serif; */

}
@font-face {
  font-family: Deftone Stylus;
  src: url(DEFTONE.ttf);
}
#principale {
  /* width: 100vw;
  height: 100vh; */
  width: 1475px;
  height: 692px;
  border: 1px solid black;
  margin: 15px;
  margin-bottom: 3px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(24deg, #0aaf25 55%, rgb(3, 83, 83), #150e0e);
  /* linear-gradient(10deg, #044e0f  60%,  #150e0e) */
  border-radius: 1em;
  /* overflow: hidden; */
}
#pochette {
  width: 1000px;
  height: 135px;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  position: relative;
  background: rgba( 255, 255, 255, 0.15 );
  border-radius: 1em;

}
.instruct{
  width: 20rem;
  height: 6rem;
  padding: 1%;
  display: flex;
  align-items: center;
  transform: rotate(344deg);
  font-family: Deftone Stylus;
  font-size: 1.90rem;
  filter: blur(0.55px);
  text-decoration: underline;
  text-decoration-thickness: 0.4rem ;
  text-decoration-color: rgb(190, 242, 242) ;
}
.la-pochette {
  width: 120px;
  height: 135px;
  border: 1px solid black;
  position: absolute;
  border-radius: 1em;
  background-color: grey;
  background-size: contain;
}
.la-pochette:hover{
  /* -webkit-filter: brightness(1.4); */
  filter: brightness(120%);
  z-index: 10;
}
.la-pochette:hover ~ .la-pochette{
  width: 60px;
  opacity: 0.5;

}
.la-pochette:hover ~ .la-pochette3{
  width: 60px;
  opacity: 0.8;
}
.la-pochette1 {
  right: 203px;
  /* background-color: blue; */
  background-image: url("./images/3a5f161fcc47f0535ced78e458db3139.828x828x1.jpg");

}
.la-pochette2 {
  right: 153px;

  /* background-color: orange; */
  background-image: url("./images/ACDC_Back_in_Black_cover.svg.png");
}
.la-pochette3 {
  /* background-color: red; */
  background-image: url("./images/ECQwPbNXUAMUTot.jpg");
  right: 103px;
}
.la-pochette4 {
  /* background-color: violet; */
  background-image: url("./images/Logo+blanc+sur+noir.jpg");
  right: 51px;
}
.la-pochette5 {
  /* background-color: green; */
  background-image: url("./images/so-5d40660166a4bd1f4e9b31cd-ph0.jpg");
  right: 0;
}

#controle {
  width: 1300px;
  height: 190px;
  border: 1px solid black;
  margin-top: 10px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background: rgba( 255, 255, 255, 0.15 );
  border-radius: 1em;


}
.commande {
  width: 160px;
  height: 160px;
  background-color: #fff;
  padding: 15px;
  /* margin: 1px; */
  /* display grid pour mettre en place les boutons  */
  display: grid;
  row-gap: 50px;
  column-gap: 9px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(33, 218, 125, 0.842);
  border-radius: 1em;
}
button {
  background-color: rgb(249, 246, 246);
  border: 0.5px rgb(61, 60, 60) solid;
  border-radius: 35%;

}
button:hover {
  background-color: rgb(232, 227, 227);
  border: rgb(15, 14, 14);
  box-shadow: 3px 4px 0.5px rgb(97, 181, 233), inset 2px 4px 1.5px rgb(97, 181, 233);
}
.le-range {
  align-self: baseline;
  height: 30px;
  position: absolute;
  right: 707px;
}
#son{
  appearance: none;
  border-radius: 5px;
    background:linear-gradient(24deg, rgb(97, 181, 233), rgb(3, 83, 83), #150e0e); 

}
#son::-webkit-slider-thumb{
border-radius: 50%;
/* -webkit-appearance: none; */

}

.affiche {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  padding: 15px;
  align-self: self-end;
  /* animation: turn 2s linear infinite; */
}
.info {
  width: 170px;
  height: 170px;
  background-color: #fff;
  padding: 5px;
  margin: 1px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  row-gap: 5px;
  background: rgba(33, 218, 125, 0.842);
  border-radius: 1em;
}
.les-infos {
  background-color: rgba(215, 206, 206, 0.781);
  border: 1px solid black;
  border-radius: 0.7em;
  padding: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#animation {
  width: 1300px;
  height: 270px;
  border: 1px solid black;
  margin: auto;
  display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('wave.png');
    background-color: #fff;
    background-size: auto 100%;
    /* animation: waves 5s infinite linear; */
    border-radius: 1em;

    /* background: rgba( 255, 255, 255, 0.15 ); */


}
@keyframes waves{
  0%{background-position-x: 0px;}
  /* 20%{background-position-x:  100px;}
  30%{background-position-x:  200px;}
  45%{background-position-x:  300px;}
  50%{background-position-x:  400px;}
  75%{background-position-x:  300px;}
  90%{background-position-x:  200px;} */
  100%{background-position-x: 1000px;}
}

/* .la-wave{

} */
img{
  width: 200px;
  height: 200px;
  /* animation-name: surf;
animation-iteration-count: infinite;
  animation-duration: 5s; */
}
@keyframes surf{
 0%{transform: translate(0, 0px);}
 10%{transform: translate(0, 30px);}
 20%{transform: translate(0, 10px);}
 30%{transform: translate(0, 20px);}
 40%{transform: translate(0, 10px);}
 50%{transform: translate(10px, 30px);}
 60%{transform: translate(0, 5px);}
 70%{transform: translate(5px, 20px);}
 80%{transform: translate(0, 10px);}
 90%{transform: translate(-5px, 30px);}
 100%{transform: translate(0, 0px);}
}

@keyframes turn{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}