body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/*video::-webkit-media-controls {
    display: none !important;
}*/

.mejs__container {
    /*min-width: 153px;*/
    position: inherit;
    width: inherit;
    height: inherit;
    /*background: black;*/
    /*bottom: 0;
    position: absolute;
    right: 15vw;*/
}

.mejs__overlay-button {
    /*background-image: url(/assets/images/n_play.png);*/
    background-image: url(/assets/images/n_play.png);
    background-size: contain;
    background-position:0px 0px;
}


.mejs__play > button {
    background-image: url(/assets/images/n_play.png);
    background-size: contain;
}

.mejs__pause > button {
    background-image: url(/assets/images/n_pause.png);
    background-size: contain;
}

.mejs__unfullscreen > button{
    background-image: url(/assets/images/n_retour.png);
    background-size: contain;
}

.mejs__time {
    font-size: 1rem;
}

.mejs__time-loaded {
    background-color: rgba(0, 159, 173, 1);
}

.mejs__time-current {
    background-color: rgba(152, 247, 255, 1);
}

.mejs__time-total {
    background-color: rgba(0, 159, 173, 0.3);
}

.mejs__currenttime {
    color: rgba(152, 247, 255, 1);
}

.mejs__duration {
    color: rgba(152, 247, 255, 1);
}

.mejs__audio {
    background: black;
}

/*.mejs__controls:not([style*="display: none"]) {
    background: black;
}*/

/*.mejs__container {
    background: #93dfe6;
}*/

.mejs__mediaelement {
    justify-content: center;
    display: flex;
}

@Viewport { 
    width:2000px;
    height:2000px 
}

canvas {
    position:fixed;
}

#container {
    background-color: rgb(2, 215, 222);
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    overflow: auto;
    z-index: 1;
}


.textShow {
    font-size: 2em;
}

#listing{
    margin-left: 10%;
    /*width: fit-content;*/
    position: relative;
    display: inline-grid;
    /*width: 30%;*/
    height: fit-content;
}

#containerAudioPlayer{
    /*position: relative;
    width: 70%;
    height: inherit;*/
    /*position: absolute;
    width: inherit;
    height: inherit;*/
    /*/////////////////width: 30vw;*/
    /*height: 40px;*/
    /*bottom: 0;*/
    /*/////////////position: fixed;
    right: 15vw;
    transform: scale(1.5);*/
    bottom: 1vh;
    /*///////width: 30vw;*/
    width: 20vw;
    height: 40px;
    position: fixed;
    right: 20vw;
    /*////////right: 15vw;*/
    transform: scale(1.5);
}

#containerInPiu{
    /*position: relative;
    width: 70%;
    height: inherit;*/
    position: relative;
    width: 70%;
    height: auto;
}
#inPiu {
    background-color: rgb(2, 215, 222);
    position: absolute;
    width: 100%;
    height: fit-content;
    left:0;
    top:0;
    overflow: auto;
    z-index: 1;
}

.divElementListing {
    /*margin-left: 10%;*/
    width: 25vw;
    position: relative;
    height: 5vw;
    margin-top: 3vh;
    border-style: solid;
}

.nomElementListing {
    position: absolute;
    width: auto;
    height: auto;
    font-size: 2.5em;
    font-family: sans-serif;
    margin-left: 10%;
    margin-top: 5%;

}


.iconElementListing {
    height: inherit;
    position: relative;
    /* margin-right: 10%; */
    /* padding-right: 0%; */
    left: 80%;
    /* right: 10%; */

}

.divChapitreVideo {
    display:inline-block;
    position:relative;
    margin-top: 3rem;
    margin-left: 10%;
    width:20%;
}

.divChapitreVideo2 {
    display:inline-block;
    position:relative;
    margin-top: 3rem;
    margin-left: 15%;
    width:70%;
}
/*#container #videos img {
    width: 20%;
    margin-top: 3rem;
    margin-left: 10%;
    background-color: rgba(0, 159, 173, 1);
}*/

.btnChapitreVideo {
    position:relative;
    width: 100%;
    /*margin-top: 3rem;*/
    /*margin-left: 10%;*/
    background-color: rgba(0, 159, 173, 1);
}

.divChapitreVideo .imgContainer {
    width: 100%;
    display: inline-block;
    height: calc(20vw / 16 * 9);
    }


#videoEntiere .imgContainer {
    width: 100%;
    background-color: rgba(0, 159, 173, 1);
    display: inline-block;
    height: calc(40vw / 16 * 9);
}


.centerDivChapitreVideo{
    display:inline-block;
    position:absolute;
    z-index:1;
    width:20%;
    height:30%;
    top:35%;
    left:40%;

}

.iconChapitreVideo{
    position:relative;
    z-index:1;
    width:100%;
    height:100%;
    /*top:35%;
    left:40%;*/

}


.numChapitreVideo{
    position:absolute;
    z-index:2;
    /*top:30%;
    height:30%;*/
    /*margin-top:0.2rem;
    height:0.8rem;*/
    height:fit-content;
    left:20%;
    font-size:calc(1vw);
    top:calc(1.2vw);
    }

.nomChapitreVideo {
    position:absolute;
    z-index:1;
    padding-top:5px;
    padding-left:5px;
    /*color: rgba(152, 247, 255, 1);*/
    font-size:calc(1vw);
    }

.typeChapitreVideo{
    position:absolute;
    z-index:1;
    padding-top:5px;
    padding-left:5px;
    color: rgba(152, 247, 255, 1);
    font-size:calc(1vw);
    }


/*.beginChapitreVideo{
    position:absolute;
    bottom:0;
    z-index:1;
    padding-bottom:5px;
    padding-left:5px;
    color: rgba(152, 247, 255, 1);
    font-size:80%;
}*/

.timeChapitreVideo{
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
    padding-bottom:5px;
    padding-right:5px;
    color: rgba(152, 247, 255, 1);
    font-size:80%;
}

#videoEntiere{
  /*text-align:center;
  padding-top:1rem;
  position:relative;*/
}

.subDivBigVideo{
    width: 40%;
    margin-left:30%;
    display:inline-block;
    position:relative;
}

#chapitre_text {
    color: rgba(152, 247, 255, 1);
    z-index:3;
    text-align:center;
    width:100%;
    position:fixed;
    background: rgba(0, 159, 173, 1);
    bottom:0;
}

#videoEntiereShow {
    width: 100%;
    background-color: rgba(0, 159, 173, 1);
}

#videoplayer {
    /*width:auto;*/
    width: inherit;
    height: inherit;
}

#audiooplayer {
    /*width:inherit;
    height:inherit;*/
    background:black;
}

#button_return {
    /*display:none;
    z-index:2;
    position:absolute;*/
    top:1rem;
    left:1rem;
    display:none;
    transform-origin:0 0;
}

#button_previous {
    bottom:1rem;
    left:1rem;
    display:none;
    transform-origin:0 100%;

}

#button_next {
    bottom:1rem;
    right:1rem;
    display:none;
    transform-origin:100% 100%;
}

.control_chapt {
    z-index:2;
    position:fixed;

}

#textSong {
    /*////////width: calc(100% - 3vw);
    height: calc(100% - 3vh);
    background-color: antiquewhite;
    margin-top: 3vh;*/
    /*margin-right: 3vh;*/
    /*/////////margin-left: 3vh;*/
    width: calc(100% - 3vw);
    height: calc(100% - 3vh);
    background-color: antiquewhite;
    margin-top: 3vh;
    /* margin-right: 3vh; */
    margin-left: 3vh;
}

/* Position the image container (needed to position the left and right arrows) */
#videos {
    position: relative;
  }
  
  /* Hide the images by default */
  .divChapitreVideo2 {
    display: none;
  }

  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  #chargement {
      width:100vw;
      height:100vh;
  }

  #divjaugechargement {
    width:16vw;
    height:3vh;
    border-radius: 1.5vw;
    position: absolute;
    margin-top: 72vh;
    margin-left: 42vw;
    background-color: black;
    border: 5px solid white;
   }

   #jaugechargement {
    background-color: white;
    height:3vh;
    width:0vw;
    border-radius: 1.25vw;
}

  /*.column {
    float: left;
    width: 30%;
  }

  .demo {
    opacity: 0.6;
    height: 20%;

  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  .row {
    display:flex;
    height: 50%;
    margin-top: 5%;
    overflow: scroll;
  }*/