*, ::before,::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    outline:none;
    /*overflow: scroll;*/
    
}
html{
   /* overflow-x: hidden;*/
    /*font-size: 95%;*/
    color:#fff;
    
}
body{

    background: linear-gradient(rgba(86, 9, 9, 0.792) ,rgb(59, 27, 109), rgb(97, 16, 16)  );
    width: 100%;
    min-height: 100vh;
   /* display: flex;
    align-items: center;
    justify-content: center;
     overflow-x: scroll;*/
   
}

 body::-webkit-scrollbar,.myDisplay::-webkit-scrollbar{
    width: 5px;
    
}

body::-webkit-scrollbar-thumb, .myDisplay::-webkit-scrollbar-thumb{
    background-color: rgb(105, 9, 78);
    border-radius: 20px;
    border: 1px solid #ffffff32;
}
body::-webkit-scrollbar-track, .myDisplay::-webkit-scrollbar-track{
    background:#ffffff32;
}

.gestionPanel {
    /*position: relative;*/
    width: 98%;
   /*width: 98%;*/
    height: 98vw;
    display: grid;
    grid-template-areas:"head head head " /*200px*/
    "myAlbum  myTitles myDisplay " /*450px*/
    /*"myAlbum myTitles myDisplay  "/*150px*/
    "foot foot foot";
    grid-template-columns: 3fr 3fr 6fr;
    grid-template-rows: 160px  1fr 50px;
    gap: 10px;
    border: 1px solid rgb(14, 14, 15);
    border-radius: 15px;
    

    
}

header {
  background:url("Assets/images/pianosofa/piano_vinyle4.png") center;
  /*grid-column: 1/span 2;*/
  grid-area: head;
  text-align:center;
   border: solid 2px rgb(181, 88, 38);
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgb(23, 27, 30); 
}
header span{
    font-size: 2rem;
    font-weight: bold;
}
.myPeriods{
    display: flex;
    top: 40%;
}


.containerAlbum{

    grid-area: myAlbum;
   /* display:grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: auto;*/
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-y:  scroll;
    color: aliceblue;
    text-align: center;
    /*background: linear-gradient(rgb(0, 0, 0) 50%,rgb(157, 80, 12), orange );*/
   
   /* background:url("Assets/images/rendus_3d/testiclone.bmp") center;*/
    background:url("Assets/images/planetes/terre1.png") ;
    background-position:  center;
    /*block-size: 900px;*/
    /*background-repeat: no-repeat;*/
    object-fit: cover;
    transition: all 0.4s ease-in-out;
     border: solid 2px rgb(181, 88, 38);
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgb(27, 32, 35);
  

}

.containerAlbum::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}

.containerAlbum::-webkit-scrollbar-thumb{
    background-color: rgba(255, 255, 255, 0.386);
    border-radius: 20px;
}
.containerAlbum::-webkit-scrollbar-track{
    height: 50px;
}


.containerAlbum img:hover {
   /* width: 101px;
    height: 101px;*/
    border: solid 1px orange;
}

/*.informations{
    grid-area: infos;
}*/

footer{
    grid-area: foot;
     background:url("Assets/images/pianosofa/piano_vinyle4.png") center;
}


.equipe{

 background:url("Assets/images/pianosofa/piano_vinyle2.png") center;
  border: solid 2px rgb(181, 88, 38);
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgb(30, 36, 42);
    
}


.myTitles{
    grid-area:myTitles ;
   /* background-color:rgb(19, 30, 35);*/
   overflow: scroll;
   display: flex;
   flex-wrap: nowrap;
   flex-direction: column;
   align-items: center;
   background:url("Assets/images/rendus_3d/endus\ 3d.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   /*block-size: 900px;*/
   object-fit: cover;
    border: solid 2px rgb(181, 88, 38);
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgb(25, 29, 33);
    
}


.myTitles::-webkit-scrollbar{
    width: 3px;
    height: 3px;
}

.myTitles::-webkit-scrollbar-thumb{
    background-color: rgba(255, 255, 255, 0.386);
    border-radius: 20px;
}
.myTitles::-webkit-scrollbar-track{
    height: 50px;
}

.myTitles img{
    width: 50%;
    object-fit: cover;
    margin:2px 30%;
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}

.myTitles img:hover{
     border-radius: 8px;
    border: 1px solid rgb(255, 140, 0);
}
.lookCat {
    height: 180px;
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   margin-bottom: 5px;
   padding: 10px 2px;
   font-size: 1.5rem;
   color:bisque;
   background-color: #12b4b42f;
   border: 1px solid black;
   border-radius: 10px;
}
.lookCat img{
    display: flex;
    width: 50%;
    
    /*flex-wrap: wrap;*/
}
.lookCat img:hover{
    border-radius: 5px;
    border: 1px solid rgb(255, 140, 0);
}

.myDisplay{
    grid-area: myDisplay;
    display: flex;
    flex-direction: column;
    /*align-items: self-start;*/
    /*background:url("Assets/images/rendus_3d/neufvilletestagain2.png");*/
    background: url("Assets/images/rendus_3d/ville37centcinquantesamples.png");
    /*opacity: 70%;*/
    background-position:center;
   background-repeat: no-repeat;
   /*background-size: cover;*/
    object-fit:cover;
    overflow: hidden;
    /*block-size: 900px;*/
     border: solid 2px rgb(181, 88, 38);
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgb(30, 35, 40);
    
}
.myDisplay img{
    width: 100%;
     /*width: 900px;*/
    height: auto;
    
    /*object-fit: cover;*/
    z-index: 2;
    /*object-fit: scale-down;*/
}
.sliderContainer{
    display: flex;
    /*position: relative;*/
}
.imageContainer{
    display: flex;
    width: 800px;
   margin: auto;
    transition: transform 0.8s;
    overflow: hidden;
    /*transform: translateX(-3200px);*/
}
.imageContainer img{
    width: 800px;
}

.imgInSlide{
        width: 100%;
        /*height: 100%;*/
        object-fit: contain;
}
.paroles{
    /*overflow: hidden;*/
    height: 300px;
    position: relative;
    top: 10%;
    display: none;
    
}
.btnSlide{
    position: absolute;
    top: 10%;
    left: 6%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: rgb(223, 6, 6);
    z-index: 1;
    cursor: pointer;

}
.btnSlide.right {
   left:95%;
   cursor: pointer;
   position: absolute;
  
}

.cardMother{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-around;
    padding: 20px;
    z-index: 10;
    
}
.equipeIndic{
    font-size: 2rem;
    color: bisque;
    letter-spacing: 4px;
    text-shadow: 0px 4px 8px rgb(244, 181, 7);


}
.cardNiko{
    display: flex;
    flex-direction: column;
   
    justify-content: center;
    align-items: center;
   /* margin: 2px 60px;*/
     font-size: 1rem;
    text-align: center;
   /* background-color: rgba(6, 170, 230, 0);*/
    opacity: 80%;
    border-radius: 25px;
    color: rgb(241, 241, 241);
   /* box-shadow: 4px 6px 4px rgb(30, 35, 40);*/
   /* background-color: #57859015;*/
}
.cardNiko img{
 
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
    border:1px solid white;
    object-fit: cover;
    cursor: pointer;
    
    
    
}
.cardCoulie img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border-top-right-radius: 0%;
     border-bottom-left-radius: 0%;
    border:1px solid white;
    
    
    object-fit: cover;
    cursor: pointer;
    

    
}
.cardCoulie img:hover, .cardNiko img:hover{
 
    padding: 2px;
    border: solid 1px orange;

}
.cardCoulie{
     display: flex;
     flex-direction: column;
      justify-content: center;
    align-items: center;
    
    font-size: 1rem;
    text-align: center;
    /*background-color: rgba(13, 169, 221, 0.07);*/
    opacity: 80%;
    border-radius: 25px;
    /* box-shadow: 4px 6px 4px rgb(30, 35, 40);*/
    color: rgb(250, 250, 250);
   /* background-color: #5a819615;*/
    
}


.tenta {
   height: 50px; 
   font-family: Geneva;
   font-size: 1.4rem;
   font-weight: bolder;
   color: #bf740b;
    margin: 6px;
    background-color: #16b8be5e;
    /*background-color: #281b0a;*/
    opacity: 80%;
    border:solid 1px rgba(rgb(177, 26, 26), rgb(32, 84, 32), rgb(106, 106, 186), 100%);
    border-radius: 3px;
    /*box-shadow: 1px 1px 1px rgb(46, 49, 52);*/
    letter-spacing: 4px;
    text-shadow: 0px 1px 1px rgb(244, 181, 7);
    /*margin-top: 20px;
   /* text-transform: lowercase;*/
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.tenta:hover{
    color: bisque;
    border: solid 1px bisque;
    text-transform: uppercase;
    
    /*border: solid 2px rgb(10, 179, 226);*/
}


h1 {
    text-transform: uppercase;
    font-size: 3.5rem;
    letter-spacing: 4px;
    text-shadow: 0px 4px 8px rgb(244, 181, 7);
    color: #f3eeee;
}

h2{
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 4px;
    text-shadow: 0px 4px 8px rgb(244, 181, 7);
    color: #f3eeee;
}
.textInfos {
    margin: 2px;
   text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 4px;
    text-shadow: 0px 4px 8px rgb(244, 181, 7);
    color: #f3eeee;
    
}


.look img {
    height: 130px;
    width: 130px;
    border-radius: 10%;
}
.look img:hover {
    height: 135px;
    width: 135px;
    border-radius: 10%;
    border: solid 2px rgb(10, 179, 226);
}
.look {
    height: 11rem;
    width: 11rem;
    padding: 30px;
    margin: 20px;
   
    border-radius: 10px;
    box-shadow: 1px 1px 2px rgb(200, 199, 199);
    color: bisque;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: block;
    opacity: 80%;
    
}

.look:hover {
   opacity: 100%;
   box-shadow: 1px 1px 2px rgb(10, 179, 226);
    
}
.myPeriods{
    display: flex;
    padding: 3%;
    margin: 35px;
    
    align-items: center;
    justify-content: space-between;
    
}
.epoqueOne,.epoqueTwo,.epoqueThree,.epoqueFour{
   /* position: absolute;
    top: 20%;
    left: 8%;*/
    width: 140px;
    height: 30px;
    border-radius: 15px;
    border: solid 2px rgb(219, 217, 220);
    background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
    z-index: 3;
    cursor: pointer;
    align-items: center;
    padding: 5px;
     display: none;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out;

}

.epoqueOne:hover,.epoqueTwo:hover,.epoqueTwo:hover,.epoqueThree:hover,.epoqueFour:hover{
    border: 2px solid rgb(218, 133, 15) ;
}


.song{
   
   height: 450px;
    background-color: rgba(255, 255, 255,0.9);
    border: solid 2px rgb(181, 88, 38);
    border-radius: 10px;
    box-shadow: 4px 6px 4px rgb(19, 22, 24);
    color: rgb(16, 53, 12);
    justify-content: center;
    text-align: center;
    font-size: 1.45rem;
    text-shadow: 0.3px 0.4px 1px rgb(21, 20, 17);
    font-family: Geneva;
    z-index: 20;   
    
}

.cdLecteur{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.song p{

    border-radius: 1rem;
     box-shadow: 1px 6px 5px  4px rgb(60, 93, 113);
     padding: 15px;
}


.displayTitre{
    margin: 3px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: rgb(13, 14, 14);
    border-radius: 10px;
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    color: #bf740b;
    font-family: Geneva;
    font-weight: 800;
     text-align: center;
    text-transform: uppercase;
}
.displayTitre:hover{
    background-color: #16b8be5e;
    color: rgb(167, 241, 9);
   
    
}
.songText{
   overflow: scroll;
   height: 300px;
}
.styleLecteur {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: rgba(24, 152, 216, 0.366);
}



.containerMenu{
    grid-area: menu;
    border-radius: 50%;
    opacity: 85%;
    z-index: 10;
}


.btnMenu{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgb(253, 251, 251);
    position: absolute;
    top: 12.5%;
    left: 10%;
    transform: translate(-50%,-50%);
    z-index: 20;
    cursor: pointer;
    background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
    
}

.ligne{
    width: 40px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
}
/*animation de la igne d'abord initialisé avec le content du before sur vide*/
.ligne::before{
    content: "";
    position: absolute;
    bottom: 10px;/*place le nouveau trait cree sous l'autre*/
    background-color: white;
    width: 100%;/*par rapport a la ligne de départ*/
    height: 5px;
    border-radius: 5px;
    transition: all 0.2s 0.1s ease-in-out;

}
.ligne::after{
    content: "";
    position: absolute;
    top: 10px;/*place le nouveau trait cree au dessus de l'autre*/
    background-color: white;
    width: 100%;/*par rapport a la ligne de départ*/
    height: 5px;
    border-radius: 5px;
    transition: all 0.1s 0.1s ease-out;
    /*transition: width 2s cubic-bezier(0.075, 0.82, 0.165, 1)*/

}
/*faire l effet hamburger, on va tcheaker si la classe active est présente sur le parent, faire disp ligne
au milieu et decalé les deux autres grace au before after*/
.containerMenu.active .ligne::after{
    transform:translateY(-10px) rotate(45deg);
}
.containerMenu.active .ligne{
    background-color: transparent;
}
.containerMenu.active .ligne::before{
    transform:translateY(10px) rotate(-45deg);
}



.pop{
      width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 12.5%;
    left: 10%;
    transform: translate(-50%,-50%);
    background-position: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
   

}
.up1{
 
    opacity: 100%;
    transition: all 0.3s 0.15s ease-in-out;
    object-fit: cover;
}
.up2{
    
    opacity: 0%;
    transition: all 0.1s 0.10s ease-in-out;
}
.up3{
   
    opacity: 0%;
    transition: all 0.4s 0.20s ease-in-out;
}
.up4{
  
    opacity: 0%;
    transition: all 0.3s 0.30s cubic-bezier(1, 0, 0, 1);
}

.up5{
  
    opacity: 0%;
    transition: all 0.3s 0.30s cubic-bezier(1, 0, 0, 1);
}

.up6{
   
    opacity: 0%;
    transition: all 0.4s 0.20s ease-in-out;
}

/*animation des up ici en respectant la syntaxe toute attachée je vérifie que la classe active est mise
grace à l'évnt listener du js sur le btn et ainsi css stylisera l'enfant choisi*/

.containerMenu.active .up1{
    left: 20%;
    opacity: 100%;
    background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    /*background: url("Assets/images/planetes/mercure.png") center;*/
    object-fit: cover;
}
.containerMenu.active .up2{
    left:30%;
     opacity: 100%;
     background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
     border: solid 2px rgb(181, 88, 38);
     box-shadow: 1px 1px 2px rgb(19, 22, 24); 
     /*background: url("Assets/images/planetes/terre.png") center;*/
     object-fit: cover;
}
.containerMenu.active .up3{
     left: 40%;
     opacity: 100%;
     background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
     border: solid 2px rgb(181, 88, 38);
     box-shadow: 1px 1px 2px rgb(19, 22, 24); 
    /* background: url("Assets/images/planetes/terre1.png") center;*/
     object-fit: cover;
}

.containerMenu.active .up4{
     left: 50%;
     opacity: 100%;
     background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
     border: solid 2px rgb(181, 88, 38);
     box-shadow: 1px 1px 2px rgb(19, 22, 24);
    /* background: url("Assets/images/planetes/venus.png") center;*/
     object-fit: cover;
     
}

.containerMenu.active .up5{
     left: 60%;
     opacity: 100%;
     background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
     border: solid 2px rgb(181, 88, 38);
     box-shadow: 1px 1px 2px rgb(19, 22, 24);
    /* background: url("Assets/images/planetes/venus.png") center;*/
     object-fit: cover;
     
}

.containerMenu.active .up6{
     left: 70%;
     opacity: 100%;
     background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
     border: solid 2px rgb(181, 88, 38);
     box-shadow: 1px 1px 2px rgb(19, 22, 24);
    /* background: url("Assets/images/planetes/venus.png") center;*/
     object-fit: cover;
     
}


#up1Text,#up2Text,#up3Text,#up4Text,#up5Text,#up6Text{
       width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 17%;
    left: 20%; 
    visibility: hidden;
}

.containerClendrier {
  width: 100%;
  height: 100%;
  background-color: #12121f;
  color: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
 
}

.calendar {
  width: 100%;
  height: 100%;
  background-color: #272222b9;
  box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.4);
    display: flex;
  flex-wrap: wrap;
 
}

.date{
    color: #e99f29;
}

.month {
  width: 100%;
  height: 4rem;
  background: linear-gradient(rgba(31, 10, 10, 0.792) ,rgb(27, 82, 109), rgb(32, 13, 13)  );
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.month .changeMonth {
  font-size: 2.5rem;
  cursor: pointer;
  width: 2rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0);
  
}

.changeMonth.prev{
    height: 0px;
    width: 0px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 32px solid aquamarine;
    border-left: 0px solid transparent;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.changeMonth.next{
    height: 0px;
    width: 0px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 32px solid aquamarine;
    border-right: 0px solid transparent;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
}

.changeMonth.prev:hover, .changeMonth.next:hover{
    background-color: #e99f29;
}

.month h2 {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 0,5rem;
}

.month p {
  font-size: 1rem;
}

.weekdays {
  width: calc(100% * 7 /0.87);;
  height: 5rem;
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.weekdays div {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: calc(100% / 7 *0.95);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.1rem;
  justify-content:flex-start;
}

.days div {
  font-size: 1rem;
  margin: 0.3rem;
  width: calc(100% / 7 *0.85);
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
}

.days div:hover:not(.today) {
  background-color: #262626;
  border: 0.2rem solid #777;
  cursor: pointer;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.today {
  background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
}


span {
    color: chocolate;
    font-size: 2rem;
}
#quizz{
    height: 100%;
    justify-content: center;
    align-items: center;
}
#quizz h1{
    font-size: 1rem;
}
.containerQuiz{
    display: flex;
    width: 98%;
    height: 500px;
    margin: 1% auto;
    border: 1px solid white;
    border-radius: 15px;
     /*align-items: center;*/
    justify-content: center;
    text-align: center;
    opacity: 0.9;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
    /*background-color: #fff;*/
    background: linear-gradient(rgb(5, 4, 4) 20%,rgb(51, 118, 199), rgb(75, 17, 60)  );
}
#quiz h2 {
    font-size: 1.5rem;
    padding-top: 30px;
      display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
    color: #a51515;
    text-align: center;
}
h3{
    color: chocolate;
    font-size: 1rem;
      display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
}

/*h2{
    margin: 10px;
      display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
}
*/
.choices{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto;
    min-width: 55%;
    max-width: 80%;
    
}

button {
  background: linear-gradient(rgb(10, 22, 26) 20%,rgb(23, 113, 151), rgb(11, 24, 45)  );
  display: flex;
  flex-wrap: wrap;
  width: calc(100%/2);
  height: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid lightblue;
  border-radius: 5px;
  color: rgb(255, 239, 217);
  font-size: 1.3rem;
}

button:hover{
    background:chocolate ;
}
button:active{
    transform: scale(0.9);
    transition: .4s;
}

#progress {
    font-size: 1 rem;
    color: rgb(243, 149, 50);
    text-align: center;
      display: flex;
    /*align-items: center;*/
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
    
}

#progress2 {
    font-size: 2rem;
     text-shadow: 0px 2px 3px rgb(5, 14, 23);
    color:#86fccf;
    text-align: center;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
}

.input{
    height: 2rem;
    font-size: 1rem;
    font-weight: bold;
    color: rgb(243, 243, 243);
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 5px;
     background: linear-gradient(rgb(255, 187, 86) ,rgb(116, 18, 78)20%, rgba(255, 132, 66, 0.997)  );
    cursor: pointer;
    user-select: none;
    margin: 1rem 1rem;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
}

.infos{
    width: 90%;
    height:calc(100%/3 *0.8);
    margin: 2px auto;
    background-color: #0bbfb34b;
    border: 1px solid black;
    border-radius: 5%;
    box-shadow: 2px 2px white;
    text-align: center;
    cursor: pointer;
}
.infosBio{
    width: 90%;
    height:calc(100%/2 *0.8);
    margin: 2px auto;
    background-color: #0bbfb34b;
    border: 1px solid black;
    border-radius: 5%;
    box-shadow: 2px 2px white;
    text-align: center;
    cursor: pointer;
    
}
.jeu{
      width: 90%;
    height:calc(100%/2 *0.8);
    margin: 2px auto;
    background-color: #0bbfb34b;
    border: 1px solid black;
    border-radius: 5%;
    box-shadow: 2px 2px white;
    text-align: center;
    cursor: pointer;
}

.concertList{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 80%;
   height: auto;
    cursor: pointer;
    background-color: #e99f2941;
    border: 2px solid bisque;
    border-radius: 15px;
    margin: 5px auto;
}
.concertList img{
    width: 200px;
    height: 200px;
}
.imgPendu{
    width: 100px;
 
}
ul{
   width:750px ; 
}

 #anSwer li {
   /* display: inline-block;
    margin: 10px;*/
     font-size: .4rem;
  margin: 2rem 0.1rem;
  width: calc(100% / 15*0.1);
  border-radius: 5px;
  border: 2px solid bisque;
  color:bisque;
   text-shadow: 0px 2px 3px rgb(5, 14, 23);
  height: 2.5rem;
  padding: 15px;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  background-color: #488cd1;
   box-shadow: 4px 6px 4px rgb(0, 0, 0);
}
/*#choIces{
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}*/
#choIces li{
  font-size: 1rem;
  margin: .5rem 1rem;
  width: calc(100% / 5 *0.4);
  border-radius: 5px;
  border: 2px solid bisque;
  color:bisque;
   text-shadow: 0px 2px 3px rgb(5, 14, 23);
  height: 3.5rem;
  padding: 15px;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  background-color: #4f1313e8;
   box-shadow: 4px 6px 4px rgb(48, 49, 50);
  cursor: pointer;
}


.disabled {
    opacity: 0.4;
}


#wraPper {
    display: flex;
    width: 60vw;
    flex-direction: column;
}

#choIces, #anSwer {
    flex-grow: 1;
}

#scOre {
    height: 20px;
    width: 100vw;

    /* background: green; */
}
/*#choIces {
     background: blue; 
}
#anSwer {
     background: red; 
}*/
.videoStyle{
    width: 100%;
    height: auto;
}

#lokoinfos{
    background: url("./Assets/images/Coulie/mode/chocoffee1.png")top right;
   /* background-position: 80px 600px;*/
     font-size: 3rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
}

#datesinfos{
   background: url("./Assets/images/Coulie/mode/chocoffee1.png")center right; 
   font-size: 2.8rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
}

#Calendarinfos{
   background: url("./Assets/images/Coulie/mode/chocoffee2.png")bottom left; 
    font-size: 2.5rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
}


#contactInfos{
   background: url("./Assets/images/Coulie/mode/chocoffee2.png")bottom; 
    font-size: 2.6rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
}
.biodeNiko{
    width: 80%;
    height: 600px;
    overflow-y:scroll;
    overflow-x: hidden;
    border: 1px solid white;
    margin: 10px auto;
    font-size: 1.9rem;
    text-align: center;
    padding: 10px 10px;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgb(5, 5, 5);
    font-family: 'Franklin Gothic medium', 'Arial Narrow', Arial, sans-serif;
   /* background-color: #86fccf;*/
    background: linear-gradient(rgb(80, 57, 57) 20%,rgb(12, 144, 159), rgb(99, 68, 50)  );
}
#nicolasbio{
     
    background: url("./Assets/images/7E8A9969.JPG"); 
    background-size: cover;
    font-size: 2.6rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
   opacity: .8;
}
#nicolasstudio{
     
    background: url("./Assets/images/lokoPhotos/studiophoto.png"); 
    background-size: cover;
    font-size: 2.6rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
   opacity: .8;
}
#nicolascontact{
     
    background: url("./Assets/images/lokoPhotos/nikotel.png"); 
    background-size: cover;
    background-position: right;
    font-size: 2.6rem;
   font-family:  Georgia, Times, 'Times New Roman', serif;
   text-transform: uppercase;
   font-weight: bolder;
   text-shadow: 2px 3px 4px black;
   color: rgba(244, 244, 244, 0.862);
   opacity: .8;
}
.bioSpan{
    color: #cb5216;
    text-shadow: 2px 2px 4px white;
    text-transform: uppercase;
    text-align: center;
}
.bioSpanAccueil{
    width: 98%;
    border: 1px solid gray;
    border-radius: 15px;
    background-color: rgb(73, 33, 11);
    color: #f0f0f4;
    text-shadow: 2px 2px 4px rgb(228, 111, 9);
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-align: center;
    font-family: Impact;
}
.description{
     background: linear-gradient(rgb(35, 33, 29) ,rgb(91, 131, 133)20%, rgba(62, 28, 10, 0.997)  );
     height: 2rem;
     opacity: .5;
     text-align: center;
     font-size: 1.4rem;
     color: #ffffff;
}

/**************************************************************************************************************/


/* media queries */




/*************************************************************************************************************/

@media screen and (max-width:576px) {
   /* .main{
        width: 380px;
          block-size: 1200px;
    }*/
    .gestionPanel {
        /*width:370px;*/
       /* margin:3px 6px ;
        padding: 5px 4px;
        justify-content: center;
        align-items: center;
        block-size: 1200px;
        transform: translateX(60%);*/
        grid-template-columns: 1fr;
        grid-gap: 1px;
        grid-template-rows: 1fr  1fr 1fr 1.5fr  1fr ;
       grid-template-areas:"head"
                           "myAlbum"
                           "myTitles"
                           "myDisplay"
                           "foot";
    }
    header {
       
       
        block-size: 145px;
        background-size: cover;
        /*object-fit: cover;
        /* padding: 2px;
        margin: 3px;*/
    }
    footer{
        block-size: 145px;
    }
    h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 1rem;
    }
    .containerAlbum{
        overflow-x: scroll;
       
       display: flex;
       /*flex-direction: row;*/
       flex-wrap: nowrap;
       block-size: 200px;
        /*padding: 2px;
        margin: 3px;*/
    }
    .myTitles{
        overflow-x: scroll;
       
        display: flex;
        flex-direction: row;
        /*flex-wrap: nowrap;*/
        /*justify-content: center;*/
        align-items: center;
       /* flex-direction: column;*/
        /*align-items: center;*/
        block-size: 200px;
        /*padding: 2px;
        margin: 3px;*/
    }
    .myTitles img{
        width: 200px;
        height: 200px;
        padding: 1px;
        margin: 2px;
    }
    .myDisplay{
        /*width: 300px;
        /*height: 200px;*/
         block-size: 500px;
          padding: 2px;
        margin: 3px;
        background-position: 250px;
    }
    .look{
        font-size: 0.7rem;
        margin-left: 2px;
        
        
    }
   .tenta{
    width: 100%;
    margin: 2px;
   }
    .look img{
        width: 85px;
        height: auto;
    }
    .imgInSlide{
        width: 100%;
        /*height: 100%;*/
        object-fit: contain;
}

   .textInfos{
    font-size: 10px;
   }
.myPeriods{
    display: flex;
    padding-top: 30px;
    padding-bottom: 10px;
    
    align-items: center;
    justify-content: space-between;
    
}
   .epoqueOne,.epoqueTwo,.epoqueThree,.epoqueFour{
          width: 90px;
         /* height: 20px;*/
         color: rgb(220, 216, 211);
         font-size: 0.8rem;
          padding-left: 1px;
          padding-top: 15px;
          padding-bottom: 15px;
          border-radius: 15px;
          background: linear-gradient(rgb(43, 34, 34) 20%,rgb(159, 105, 12), rgb(68, 35, 16)  );
           border: solid 2px rgb(209, 206, 210);
         
    }
    
.epoqueThree:hover,.epoqueOne:hover,.epoqueTwo:hover,.epoqueFour:hover{
   
    border: solid 2px rgb(221, 224, 224);
  }
.pop, .btnMenu{
    width: 42px;
    height: 42px;
    border-radius: 50%;
     top: 8.5%;
    left: 10%;
    font-size: 0.65rem;
  }

  .ligne{
    width: 25px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
}

    .containerMenu.active .up1{
        left: 23%;
        opacity: 100%;
    /* background-size: 10%;*/
        border: solid 2px rgb(181, 88, 38);
        box-shadow: 1px 1px 2px rgb(19, 22, 24);
        object-fit: cover;
    }

    .containerMenu.active .up2{
    left: 40%;
    opacity: 100%;
   /* background-size: 10%;*/
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    object-fit: cover;
  }
  .containerMenu.active .up3{
    left: 60%;
    opacity: 100%;
   /* background-size: 10%;*/
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    object-fit: cover;
  }

  .containerMenu.active .up4{
    left: 80%;
    opacity: 100%;
   /* background-size: 10%;*/
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    object-fit: cover;
  }
  
  .containerMenu.active .up5{
    left: 100%;
    opacity: 100%;
   /* background-size: 10%;*/
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    object-fit: cover;
  }
    .containerMenu.active .up6{
    left: 120%;
    opacity: 100%;
   /* background-size: 10%;*/
    border: solid 2px rgb(181, 88, 38);
    box-shadow: 1px 1px 2px rgb(19, 22, 24);
    object-fit: cover;
  }

  .playPlayer{
    width: 360px;
  }
  .choices{
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto;
    min-width: 55%;
    max-width: 60%;
    
}

button {
 /* background-color: #ae7c2b;*/
  background: linear-gradient(rgb(10, 22, 26) 20%,rgb(23, 113, 151), rgb(11, 24, 45)  );
  display: flex;
  flex-wrap: nowrap;
  width: 120px;
  height: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  border: 1px solid lightblue;
  color: #f3eeee;
  font-size: 1rem;
  font-weight: bold;
}

.days div {
  font-size: 1.4rem;
  margin: 0.3rem;
  width: calc(100% / 7 *0.80);
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;

}
ul{
    width: 450px;
}

 #anSwer li {
   /* display: inline-block;
    margin: 10px;*/
     font-size: .8rem;
  margin: 2rem 0.05rem;
  width: calc(100%/ 26 *.8);
  border-radius: 5px;
  border: 2px solid bisque;
  color:bisque;
   text-shadow: 0px 2px 3px rgb(5, 14, 23);
  height: 2.5rem;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  background-color: #488cd1;
   box-shadow: 4px 6px 4px rgb(0, 0, 0);
}
#choIces li{
  font-size: 1rem;
  margin: .1rem .1rem;
  width: calc(100% / 6 *0.75);
  border-radius: 5px;
  border: 2px solid bisque;
  color:bisque;
   text-shadow: 0px 2px 3px rgb(5, 14, 23);
  height: 3rem;
  padding: 15px;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  background-color: #4f1313e8;
}
.videoStyle{
    width: 600px;
    height: auto;
}
.infos{
        width: 90%;
    height:calc(100%/3 *0.8);
    margin: 5px auto;
    padding-top: 15px;
    background-color: #0bbfb34b;
    border: 1px solid black;
    border-radius: 5%;
    box-shadow: 2px 2px white;
    text-align: center;
    cursor: pointer;
}


#lokoinfos{
    background: url("");
   /* background-position: 80px 600px;*/
    font-size: 1rem;
    opacity: 0.9;
}
#datesinfos{
   background: url(""); 
   font-size: 1rem;
}

#Calendarinfos{
   background: url(""); 
   font-size: 1rem;
}

#contactInfos{
   background: url(""); 
   font-size: 1rem;
}
.displayTitre{
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/***********************************************************************************************************/
}
@media screen and (min-width:576px) and (max-width:992px){
    .days div {
  font-size: 1rem;
  margin: 0.3rem;
  width: calc(100% / 7 *0.72);
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
}

.month h2 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 1rem;
}
 
.weekdays {
  width: calc(100% * 7 /0.87);;
  height: 2.8rem;
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
button {
 /* background-color: #ae7c2b;*/
  background: linear-gradient(rgb(10, 22, 26) 20%,rgb(23, 113, 151), rgb(11, 24, 45)  );
  display: flex;
  flex-wrap: nowrap;
  width: 120px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  border: 1px solid lightblue;
  color: #f3eeee;
  font-size: 1rem;
  font-weight: bold;
}
#progress2 {
    font-size: 0.9rem;
     text-shadow: 0px 2px 3px rgb(5, 14, 23);
    color:#86fccf;
    text-align: center;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
}
#quiz h2 {
    font-size: 1rem;
    padding-top: 10px;
      display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.2s;
    animation: disparition 10s infinite;
    color: #a51515;
    text-align: center;
}
h1{
    font-size: 2rem;
}

ul{
    width: 300px;
}

 #anSwer li {
   /* display: inline-block;
    margin: 10px;*/
     font-size: .8rem;
  margin: 0.1rem 0.05rem;
  width: calc(100%/ 26 *.8);
  border-radius: 5px;
  border: 2px solid bisque;
  color:bisque;
   text-shadow: 0px 2px 3px rgb(5, 14, 23);
  height: 2.5rem;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  background-color: #488cd1;
   box-shadow: 4px 6px 4px rgb(0, 0, 0);
}
#choIces li{
  font-size: 1rem;
  margin: .01rem .01rem;
  width: calc(100% / 6 *0.75);
  border-radius: 5px;
  border: 2px solid bisque;
  color:bisque;
   text-shadow: 0px 2px 3px rgb(5, 14, 23);
  height: 3rem;
  padding: 15px;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
  background-color: #4f1313e8;
}
#lokoinfos{
    font-size: 1.6rem;
    padding-top: 30PX;
}
#datesinfos{
    font-size: 1.2rem;
    padding-top: 20PX;
}
#Calendarinfos{
    font-size: 1.1rem;
    padding-top: 20PX;
}
#contactInfos{
    font-size: 1.3rem;
    padding-top: 30PX;
}
#scOre {
    height: 6rem;
    width: 40vw;

    /* background: green; */
}
.displayTitre{
    width: 95%;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bioSpanAccueil{
    width: 98%;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: rgb(73, 33, 11);
    color: #ffffff;
    text-shadow: 2px 2px 4px #ef7307;;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
    font-family: Impact;
    font-size: 0.8rem;
}
.playPlayer{
    width: 130%;
    height: 30px;
}
.containerAlbum p, .bioSpan  {
    font-size: 1rem;
}

}