/*
                                                                
             ...       .. ...                                   
        .+++++++++   .+++++++++   ++++.   ++++. :+++.           
       -+++++++++++ ++++++++++++  ++++.   ++++. :+++.           
       ++++.......  ++++....++++. ++++.   ++++. :+++.           
       ++++.......  ++++    ++++. ++++.   ++++. :+++.           
       ++++.......  ++++    ++++. ++++.   ++++. :+++.           
       ++++.......  ++++    ++++. ++++.   ++++. :+++.           
       ++++....++...++++    ++++. ++++    ++++. :+++.           
       .+++++++++++..+++++++++++  .+++++++++++  :++++++++++.    
       .++++++++++ .=++++++++++=  .+++++++++..  :++-----+++.    
       .++++++++++. ++++....++++  +++++++++++.  .---------:.    
       .+++........ ++++....++++  ++++....++++. .---...----.    
       .+++...  ... ++++....++++  ++++....++++.   .....----.    
       .+++++++++.. ++++....++++  ++++++++++++    .-------..    
       .+++++++++.  ++++....++++  ++++++++++..     --------     
       .+++.....    ++++....++++  ++++...++++.         :---.    
       .+++.......  ++++....++++  ++++...=++++  ----...----.    
       .++++++++++. .++++++++++.  ++++....++++. .---------..    
        ..........     .-++-..........     ....    .:--...       
                                                                
                                                                

*/


:root {
  /* colors */
  --primary-color: #dfdfe2;
  --secondary-color: #ffffff;
  --app-background-color: #4d4d62;
  --background-color: #1b1b32;
  --foreground-color: #3b3b4f;
  --highlight-color: #f1be32;
}

body {
  background-color : #FF77CD;
  min-width:860px;
}

#header #fondClignotant {
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#header h1 {
  text-align: center;
  font-size: 5em;
  font-family: "Gill Sans", sans-serif;
  padding: 30px;
  margin: 20px 0;
}
#header marquee {
  display: block;
  width: 70%;
  margin: 0 auto;
border:dotted 5px rgb(0, 150, 75);
}

#menu {
  width:400px;
  position:fixed;
  top:350px;
  left:3px;
}
#menu ul{
  margin:20px 0 0 15px;
  font-size: larger;
}
#menu li {
  list-style-type: none;
  display:flex;
  justify-content:left;
  align-items:left;
  padding: 5px 0;
}
@keyframes balancement {
  0% { transform: rotate(-40deg); }
  100%{ transform: rotate(40deg); }
}
.balance {
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: balancement 1s linear infinite alternate;
  margin-right: 10px;
}

#content{
  margin-left:400px; 
  background-image: url("images/c3_banniere.svg"); 
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 500px;
}

.ancre{
  display:none
}
#content .bloc {
  display: none;
  margin: 40px 0 0 50px;
}
#content .home {
  display: block;
}
#content :target + div{
  display:block;
}

.home {
  font-size : large;
}
.petitvocal {
  
}
.petitvocal .texte{
  display: inline-flex;
  margin-left: 30px;
  width: 33%;
}
.foquinelle .sms { 
  font-size: 15px; 
  font-family: "VT323", monospace;  
  color: #00522a; 
  width: 120px; 
  height: 70px; 
  max-height:100px; 
  margin-left: 90px; 
  text-align: left; 
  overflow-y: scroll; 
  scrollbar-width: none; 
}
#tel3310 {
  display: inline-block;
}
.foquinelle #explication{
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.foquinelle .poulpeimage {
  float: left;
  margin: 0 10px 10px 0;
  width: 30%;
  height: 30%;
}
.poulpeimage:hover {
  transform: scale(2);
  padding: 40px 0 0 40px;
}
.ecoutecouleur3 {
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explications {

}



/*Lecteur radio Couleur3*/
*,*::before,*::after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus{
  outline: none;
}
.wrapper{
  width: 100%;
  max-width: 500px;
  height: 500px;
}
.box{
  width: 34rem;
  height: 20rem;
  background-color: #b8babd;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
   transition: 0.3s;
   box-shadow: 2rem 0 5rem #5558, 0 2rem 6rem #5558;
   z-index: 0;
}

.box::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2rem;
  background:#a3a3ac88;
  left: 0;
  bottom: 0;
    
}
.box::after{
  position: absolute;
  content: "";
  height: 90%;
  width: 1.5rem;
  background:#a3a3ac88;
  right: 0;
  top: 0;
  z-index: 1;
}
.box-handle{
  position: absolute;
  width: 90%;
  height: 2rem;
  top: -6rem;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(to bottom,#c1c1c1 40%,#fff,#c1c1c1);
  z-index: 2;
  border: 1px solid #9995;
}
.left-pole{
  position: absolute;
  width: 1.4rem;
  height: 6rem;
  background: linear-gradient(to right,#c1c1c1,#fff,#c1c1c1);
    z-index: -1;
left: 7%;
top: -6rem;
}
.right-pole{
  position: absolute;
  width: 1.4rem;
  height: 6rem;
  background: linear-gradient(to right,#c1c1c1,#fff,#c1c1c1);
  right: 7%;
  z-index: -1;
  top: -6rem;
}
.box-top{
  position: relative;
  width: 100%;
  height: 2.5rem;
  z-index: 11;
  top: .6rem;
  
}
.box-middle {
  height: 100%;
  width: 10rem;
  position: absolute;
  left: 50%;
top: 0;
transform: translate(-50%);
/* background-color: #f1cef4; */
}
.tuner{
  width: 70%;
  height: 2.5rem;
  background: linear-gradient(90deg,#faebd7 20%,#000 2px,#faebd7 21%,#faebd7 23%,#000 2px,#faebd7 24%,#faebd7 27%,#000 2px,#faebd7 28%,#faebd7 30%,#000 2px,#faebd7 31%,#faebd7 33%,#000 2px,#faebd7 34%,#faebd7 36%,#000 2px,#faebd7 37%,#faebd7 39%,#000 2px,#faebd7 40%,#faebd7 42%,#000 2px,#faebd7 43%,#faebd7 45%,#000 2px,#faebd7 46%,#faebd7 48%,#000 2px,#faebd7 47%,#faebd7 49%,#000 2px,#faebd7 50%,#faebd7 52%,#000 2px,#faebd7 53%,#faebd7 55%,#000 2px,#faebd7 56%,#faebd7 58%,#000 2px,#faebd7 59%,#faebd7 61%,#000 2px,#faebd7 62%,#faebd7 64%,#000 2px,#faebd7 65%,#faebd7 67%,#000 2px,#faebd7 68%,#faebd7 70%,#000 2px,#faebd7 71%,#faebd7 73%,#000 2px,#faebd7 74%,#faebd7 76%,#000 2px,#faebd7 77%,#faebd7 79%,#000 2px,#faebd7 80%,#faebd7 82%,#000 2px,#faebd7 83%);
  border-radius: .1rem;
  position: absolute;
  left: 15%;
  top: 0;
  border: 1px solid #888;
}
.tuner::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
    top: 50%;
  transform: translateY(-50%);
  background:#faebd7;
}
.tuner::after{
  position: absolute;
  content: '';
  bottom: 0;
  width: .3rem;
  background: #f33;
  height: 70%;
  left: 40%;
  transform: translateX(-40%);
}
.tuner-line{
  position: absolute;
  background: linear-gradient(0deg,#555 50%,#0000 50%,#555 80%);
  width: 100%;
  height: .3rem;
  top: 50%;
  transform: translateY(-50%);
}
.tuner-roller{
  position: absolute;
  height: 4.5rem;
  width: 1.3rem;
  background-color: #444;
  left: -1.3rem;
  top: 25%;
  border-radius: .5rem 0 0 .5rem  ;
  overflow: hidden;
}

.speaker{
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #334;
  position: absolute;
  top: 80%;
  transform: translateY(-80%);
  transition: 0.3s ease;
  border: 2px solid #aaa;
  box-shadow:inset 0 1.6rem 0.8rem #333,inset 1.6rem 0 0.8rem #222 ,inset 0 -1.6rem 0.8rem #333,inset -1.6rem 0 0.8rem #222,0 0 0 0.25rem #ccc ;
  z-index: 5;
}
.speaker.pop{
    animation: popSpeaker 1s linear infinite;
  transition: 0.3s ease;
}
@keyframes popSpeaker{
  0%,50%{
    transform: translateY(-80%) scale(1);
  }
  100%{
    transform: translateY(-80%) scale(1.05);
  }
}

.speaker.left{
  left: 4%;
}
.speaker.right{
  right: 4%;
}
.speaker::before{
  content: "";
  position: absolute;
  height:3rem ;
  width: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: inherit;
  background: radial-gradient(circle at center, #ddd,#2226);
}
.speaker:after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(120deg,#fff 10%,#0000 10% , #0000 40%,#fff 40%,#0000 40%,#fff 45%,#0000 45%);
  background-size: 10px 8px;
  border-radius: inherit;
}
.rect-boxes-container{
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: space-around;
  z-index: 5;
  border-top:.2rem solid #ccc;
  /* padding: 1rem 0; */
  margin: 1rem 0;
}
.rect-box{
  display: inline-block;
  margin: 0 auto;
  margin-top: .5rem;
  width: 4rem;
  height: 2rem;
  background-color: #fff;
  border: 1.5px solid #aaa;
  background-image: url("images/Couleur3OLD-petit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.middle-rect-box{
  width: 6rem;
}

.cassette-box{
  width: 10rem;
  height: 6.5rem;
  background: #d2d2d2;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%,-70%);
  border: 2px solid #333;
  border-left: 1.5px solid;
  border-right: 1.5px solid;
  z-index: 2;
}
.cassette-box-inner{
  position: absolute;
  width: 75%;
  height: 3rem;
  left: 50%;
  top: 50%;
    transform: translate(-50%,-50%);
/*   background:linear-gradient(120deg,#0008 40%, #fff 42%,#0008 44%,#fff 46%,#0008 48%,#fff 50%,#0008 52%,#fff 54%,#0008 56%, #0008 60%); */
background: #0008;
  border-top: 2px solid #a52a2a;
  border-bottom: 2px solid #a52a2a;
}
.cassette-box-inner::after{
  content: "";
  position: absolute;
  background-color: #fff3;
  width: 55%;
  height: 50%;
  top: 25%;
  left: 22%;
}
.cassette-box::before,.cassette-box::after{
  content: "";
  position: absolute;
  display: inline-block;
  background:radial-gradient(circle at center,#000,#d2d2d2,#fff);
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.cassette-box::before{
  left: 20%;
}
.cassette-box::after{
  right: 20%;
}

.btns-container{
  bottom: 5%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 10;
}

.btns{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance: none;
  height: 2rem;
  width: 1.3rem;
  display: inline-block;
  position: relative;
  background-color:#bbb;
  border: 0;
  box-shadow: 0 0.8rem 1rem #0005;
  cursor: pointer;
  transition: 0.2s;
  -webkit-tap-highlight-color: #fff0;
}
.btns:checked{
    box-shadow: 0 0.2rem 0.7rem #4448,0 0 0 0.3rem #ccc;
    transition: 0.2s;
    outline: none;
}
#playPauseBtn::after{
   content: "";
  position: absolute;
  border: .5rem solid #0000;
  border-left-color: #000;
  bottom: 10%;
   left: 100%;
  transform: translate(-80%)
}
#stopBtn{
  background-color: #f33;
}
#stopBtn::after{
  content: "";
  position: absolute;
  width: 60%;
  height: 40%;
  background-color: #000;
  bottom: 10%;
  left: 20%;
  
}
#prevBtn::after{
  content: "";
  position: absolute;
  border: .5rem solid #0000;
  border-right-color: #000;
  border-left: .2rem solid #000;
  bottom: 10%;
   left: 50%;
  transform: translate(-50%)
}
#nextBtn::after{
  content: "";
  position: absolute;
  border: .5rem solid #0000;
  border-left-color: #000;
  border-right: 2px solid #000;
  bottom: 10%;
     left: 50%;
  transform: translate(-50%)
}
.btns::before{
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff3;
  height: 50%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #9994;
  
}
.input{
  /* opacity: 0; */
}

@media all and (min-width:400px){
  html{
    font-size: 10px;
  }
}
@media all and (min-width:800px){
  html{
    font-size: 12px;
  }
}
@media all and (min-width:1200px){
  html{
    font-size: 14px;
  }
}


/*Explications*/

 



/*FOOTER*/
  /*Afficheurs*/
.afficheur{
  color: #cfcfcf;  
  font-weight: 700;
  font-family: 'Digital-7 Mono', sans-serif;
}
#clock{
display:none;
}

.led-green {
  width: 300px;
  height: 60px;
  background-color: rgb(0,64,0);
  text-align:center;
  line-height: 50px;
  font-size:32pt;
  border-top: 3px solid #000000ee;
  border-left: 1px solid #cfcfcf09;
  border-bottom: 1px solid #cfcfcf33;
  border-right: 1px solid #cfcfcf09f;
  border-radius: 10px;
  box-shadow: 0px 0px 50px #000000ee inset;
  text-shadow: 0px 0px 20px #ffff00cc;
  margin: 5px auto;
  color: #00ff77cc;
  position: fixed;
  bottom: 0;
  left: 50%;
}


.led-red {
  width: 180px;
  height: 60px;
  background-color: rgb(128,0,0);
  text-align:center;
  line-height: 50px;
  font-size:32pt;
  border-top: 3px solid #000000ee;
  border-left: 2px solid #cfcfcf0f;
  border-bottom: 1px solid #cfcfcf33;
  border-right: 2px solid #cfcfcf0f;
  border-radius: 10px;
  box-shadow: 0px 0px 50px #000000ee inset;
  text-shadow: 0px 0px 20px #ffff00cc;
  margin: 5px auto 30px auto;
  color: #ff9999cc;
}

.led-off {
  width: 180px;
  height: 60px;
  background-color: rgb(20,20,20);
  text-align:center;
  line-height: 50px;
  font-size: 40px;
  border-top: 3px solid #000000ce;
  border-left: 3px solid #000000ce;
  border-bottom: 1px solid #cfcfcf33;
  border-right: 1px solid #cfcfcf33;
  border-radius: 10px;
  box-shadow: 0px 0px 50px #000000ee inset;
  text-shadow: 0px 0px 20px #55555544;
  margin: 5px auto 30px auto;
  color: #000000aa;
  overflow: hidden;
}


/*titre néon*/
@import url('https://fonts.googleapis.com/css?family=Monoton');
/* ----------------------------------------------
 * Generated by Animista on 2017-3-23 18:48:41
 * http://animista.net
 * T: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes text-flicker-in-glow{0%{opacity:0}10%{opacity:0;text-shadow:none}10.1%{opacity:1;text-shadow:none}10.2%{opacity:0;text-shadow:none}20%{opacity:0;text-shadow:none}20.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.25)}20.6%{opacity:0;text-shadow:none}30%{opacity:0;text-shadow:none}30.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}30.5%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}30.6%{opacity:0;text-shadow:none}45%{opacity:0;text-shadow:none}45.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}50%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}55%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}55.1%{opacity:0;text-shadow:none}57%{opacity:0;text-shadow:none}57.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35)}60%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35)}60.1%{opacity:0;text-shadow:none}65%{opacity:0;text-shadow:none}65.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1)}75%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1)}75.1%{opacity:0;text-shadow:none}77%{opacity:0;text-shadow:none}77.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1)}85%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1)}85.1%{opacity:0;text-shadow:none}86%{opacity:0;text-shadow:none}86.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1)}100%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1)}}@keyframes text-flicker-in-glow{0%{opacity:0}10%{opacity:0;text-shadow:none}10.1%{opacity:1;text-shadow:none}10.2%{opacity:0;text-shadow:none}20%{opacity:0;text-shadow:none}20.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.25)}20.6%{opacity:0;text-shadow:none}30%{opacity:0;text-shadow:none}30.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}30.5%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}30.6%{opacity:0;text-shadow:none}45%{opacity:0;text-shadow:none}45.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}50%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}55%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.45),0 0 60px rgba(255,255,255,.25)}55.1%{opacity:0;text-shadow:none}57%{opacity:0;text-shadow:none}57.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35)}60%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35)}60.1%{opacity:0;text-shadow:none}65%{opacity:0;text-shadow:none}65.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1)}75%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.35),0 0 100px rgba(255,255,255,.1)}75.1%{opacity:0;text-shadow:none}77%{opacity:0;text-shadow:none}77.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1)}85%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.55),0 0 60px rgba(255,255,255,.4),0 0 110px rgba(255,255,255,.2),0 0 100px rgba(255,255,255,.1)}85.1%{opacity:0;text-shadow:none}86%{opacity:0;text-shadow:none}86.1%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1)}100%{opacity:1;text-shadow:0 0 30px rgba(255,255,255,.6),0 0 60px rgba(255,255,255,.45),0 0 110px rgba(255,255,255,.25),0 0 100px rgba(255,255,255,.1)}}

h3.neon {
  font-family: 'Monoton', cursive;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@keyframes rotation {
  to {
    transform: rotate(360deg) translateX(-50%) translateY(-50%);
  }
}
#boxneon {
  width: 100%;
  height: auto;
  color: hsl(50, 50%, 50%);
  display: flex;
  overflow: hidden;
  font-family: 'Bangers', cursive;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  &:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(0) translateX(-50%) translateY(-50%);
    transform-origin: 0 0;
    width: 500%;
    height: 500%;
    background: repeating-conic-gradient(hsl(0, 50%, 40%), hsl(0, 50%, 50%) 1%);
    content: '';
    animation: rotation 20s infinite linear;
  }
}




/*lecteur petit vocal*/

.container {
  margin-top: 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 5px;
}

.player,
.playlist {
  width: 450px;
  background-color: var(--background-color);
  border: 3px solid var(--foreground-color);
}

.player {
  height: 260px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.player-bar,
.playlist-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  width: 100%;
  height: 30px;
  background-color: var(--foreground-color);
}

.parallel-lines {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  padding: 0 5px;
}

.parallel-lines > div {
  height: 2px;
  width: 100%;
  min-width: 75px;
  background-color: var(--highlight-color);
}

.fcc-title,
.playlist-title {
  color: var(--secondary-color);
  margin: 0 10px;
  font-family: var(--font-headline);
}

.player-content {
  display: flex;
  background-color: var(--foreground-color);
  width: 430px;
  height: 200px;
  column-gap: 13px;
  align-items: center;
  justify-content: center;
}

#player-album-art {
  background-color: var(--secondary-color);
  border: 6px solid var(--background-color);
}

#player-album-art img {
  width: 150px;
  display: block;
}

.player-display {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 14px;
  background-color: var(--background-color);
  height: 153px;
  width: 226px;
}

.player-display-song-artist {
  height: 80px;
}

.player-buttons svg {
  fill: var(--primary-color);
}

.playing > svg {
  fill: var(--highlight-color);
}

.player-buttons {
  display: flex;
  justify-content: space-around;
}

button {
  background: transparent;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  font-size: var(--root-font-size);
  outline-color: var(--highlight-color);
  text-align: center;
}

.playlist-song {
  outline-color: var(--highlight-color);
}

.playlist li:not(:last-child) {
  border-bottom: 1px solid var(--background-color);
}

button:focus,
.playlist-song:focus {
  outline-style: dashed;
  outline-width: 2px;
}

/* Playlist */
.playlist {
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

#playlist-songs {
  width: 430px;
  height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: var(--foreground-color);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 8px 9px;
  visibility: visible;
  justify-content: start;
  list-style: none;
}

.playlist-song {
  display: flex;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

[aria-current="true"] {
  background-color: var(--background-color);
}

[aria-current="true"] p {
  color: var(--highlight-color);
}

.playlist-song-info {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  column-gap: 7px;
  padding: 5px 0;
  font-family: var(--font-family);
}

#player-song-title,
#player-song-artist {
  margin: 0;
}

#player-song-artist {
  color: var(--highlight-color);
  font-size: 0.75rem;
}

#player-song-title {
  font-size: 1.125rem;
  color: #fff;
}

.playlist-song-title {
  font-size: 0.85rem;
  width: 241px;
  text-align: left;
}

.playlist-song-artist {
  font-size: 0.725rem;
  width: 80px;
}

.playlist-song-duration {
  font-size: 0.725rem;
  margin: auto;
  font-family: var(--font-headline);
  width: 30px;
}

.playlist-song-delete {
  padding: 0;
  width: 20px;
  height: 20px;
}

.playlist-song-delete,
.playlist-song-delete {
  fill: var(--foreground-color);
}

.playlist-song-delete:hover circle,
.playlist-song-delete:focus circle {
  fill: #ff0000;
}

@media (max-width: 700px) {
  .player,
  .playlist {
    width: 300px;
  }

  .player {
    height: 340px;
  }

  #playlist-songs {
    height: 280px;
    padding: 5px 6px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: var(--background-color) var(--secondary-color);
    scrollbar-width: thin;
  }

  #playlist-songs::-webkit-scrollbar {
    width: 5px;
  }

  #playlist-songs::-webkit-scrollbar-track {
    background: var(--background-color);
  }

  #playlist-songs::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
  }

  #container h1 {
    font-size: 0.813rem;
  }

  #container h2 {
    font-size: 0.75rem;
  }

  .player-bar,
  .playlist-bar,
  .player-content,
  #playlist-songs {
    width: 280px;
  }

  .playlist-song {
    justify-content: space-between;
  }

  .playlist-song-title {
    width: 140px;
  }

  .playlist-song-artist {
    width: 40px;
  }

  .playlist-song-duration > button {
    padding: 0;
  }

  .player-content {
    display: inline;
    position: relative;
    justify-items: center;
    height: 100%;
  }

  #player-album-art {
    z-index: -100;
    height: 280px;
    box-shadow: none;
    background: #000;
  }

  #player-album-art img {
    width: 100%;
    opacity: 0.6;
  }

  .player-display-song-artist {
    padding: 0 10px;
  }

  .player-display-song-artist > p {
    white-space: pre-wrap;
  }

  .player-display {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    top: 0;
    height: 280px;
    justify-content: space-between;
    text-align: center;
  }
}

/*Konami code et easter egg*/
.view {
  display: block;
}
.hide {
  display: none;
}
.panel {
  position: absolute;
  top:0;
  left:0;  
  text-align: center;
  width: 100%;
  height: 100%;
  z-index:99999;
  margin: 50px auto;
}

.panel:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.panel ul {
  font-family: helvetica, arial, sans-serif;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.panel ul:after {
  content: '';
  display: block;
  clear: both;
}

.panel ul li {
  color: #111;
  float: left;
  font-size: 90px;
  margin-right: 5px;
  position: relative;
  text-shadow: 0px -2px 0px rgba(255,255,255,.09);
}

.panel ul li.entered {
   color: #0f0; 
   text-shadow: 0px 0px 9px rgba(0, 255, 0, 1);
}

.snake {
  position: static;
  display: none;
  width: 60%;
  height: 60%;
  right: 20%;
  top: -10000px;
  z-index: 9999;
  background-color:#456cdf;
}

#hideegg{
  cursor: wait;
  color: #ffffff;
  position: absolute;
  top:17%;
  left:17%;
  z-index:99999;
  font-size: x-large;
}
#jeusnake {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 70%;
  height: 80%;
 }

/*jeu*/

canvas {
  background-color: #181825;
}
.containerjeu {
  background-color: #c43b95f7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e7888;
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  color: #6e7888;
}
#ui {
  display: flex;
  align-items: center;
  font-size: 10px;
  flex-flow: column;
  margin-left: 10px;
}
h2.jeu {
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 8px;
  margin-bottom: 30px;
  transform: rotate(270deg);
}
#score {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 800;
  transform: rotate(-90deg);
}
.noselect {
  user-select: none;
}
#replay {
  font-size: 10px;
  padding: 10px 20px;
  background: #6e7888;
  border: none;
  color: #222738;
  border-radius: 40px;
  font-weight: 800;
  transform: rotate(270deg);
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#replay:hover {
  background: #a6aab5;
  background: #4cffd7;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
#replay svg {
  margin-right: 8px;
}
@media (max-width: 600px) {
  #replay {
    margin-bottom: 20px;
  }
  #replay,
  h2.jeu {
    transform: rotate(0deg);
  }
  #ui {
    flex-flow: row wrap;
    margin-bottom: 20px;
  }
  #score {
    margin-top: 0;
    margin-left: 20px;
  }
  .container {
    flex-flow: column wrap;
  }
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

