body{
    background:#FFD119;
    overflow: hidden;
    font-family: ff-basic-gothic-pro, sans-serif;
}

.closechap{
    color:white;
}

.header-rblln{
    position:absolute;
    display:flex;
    justify-content: space-between;
    width:calc(100% - 80px);
    padding: 35px 30px 20px 30px;
    z-index:20000;
}

.header-rblln .contact a{
    text-decoration:none;
    color:white;
    font-weight:bold;
}

.hello{
    position:absolute;
    width: 100vw;
    height: 100vh;
    z-index:1000;
    text-align:center;
}

.hello .jarrive{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color:white;
}

.hello .jarrive .installez-vous{
    font-size:50px;
    color:white;
    font-family: ff-basic-gothic-pro, sans-serif;
}

.hello .jarrive .infos{
    font-weight:bold;
    color:white;
    font-family: ff-basic-gothic-pro, sans-serif;
}

.hello .jarrive .lancer{
    background-color:#FFD119;
    color:white;
    border: 3px solid #FFD119;
    font-size:20px;
    font-weight:bold;
    padding: 7px 20px;
    margin-top: 20px;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
    font-family: ff-basic-gothic-pro, sans-serif;
}

.hello .jarrive .lancer:hover{
    background-color:#E6BD18;
}

video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;

}



/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: transparent;
    color: #f1f1f1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 20px solid #FFD119;
    left: 0;
    right: 0;
    z-index: 100;

}
.controls-rblln {
    opacity: 0;
    height:60px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    bottom: 20px;
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    z-index: 200;
}

.controls-rblln .real-controls {
    width:60%;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.controls-rblln .time{
    display:flex;
    color:white;
    margin-right: 30px;
    font-weight:bold;
    margin-left: 20px;
}

.container-chapitres{
    color:white;
    font-weight:bold;
    margin-left: 30px;
    cursor: pointer;
    margin-right: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  font-size: 15px;
  padding: 10px;
  margin-top: 1px;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
}

/* PROGRESS BAR */
#myProgress {
  width: 100%;
  height:10px;
  padding-top:10px;
  cursor: pointer;
}

/* MENU CHAPITRE */
.menu_chapitre{
    position:absolute;
    width:300px;
    background-color:#FFD119;
    bottom: -430px;
    height: 400px;
    z-index: 15000;
    transition: all 0.3s ease-in-out;
}

.menu_chapitre ul{
    list-style: none;
    color: white;
    font-weight: bold;
    padding: 0px 40px 20px 40px;
    font-size: 22px;
    margin-top: 0;

}

.menu_chapitre li{
    margin:10px 0;
    padding: 5px 0;
    cursor:pointer;
}

.menu_chapitre li span{
    font-size: 9px;
}

.menu_chapitre .close_chap{
    color: black;
    font-size: 30px;
    text-align: right;
    padding: 5px 15px 5px 5px;
}

.menu_chapitre .close_chap i{
    cursor: pointer;
}

/* BURGER MENU */

/*------------------------------------*\
    TOGGLE
\*------------------------------------*/
.header-rblln button{
    display:none;
    outline: none;
}
.header-rblln button span span{
    background-color:white !important;
    opacity: 1 !important;
}
.header-rblln button span span::before{
    background-color:white !important;
    opacity: 1 !important;
}
.header-rblln button span span::after{
    background-color:white !important;
    opacity: 1 !important;
}

/* MENU CHAPITRE */
.menu_header{
    position:absolute;
    width:calc(100% - 10px);
    background-color:#FFD119;
    top: -400px;
    height: 400px;
    z-index: 15000;
    transition: all 0.3s ease-in-out;
}

.header-list{
    width:calc(100% - 10px);
    list-style:none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:white;
    margin:0;
    padding:0;
}

.header-list li{
    text-align: center;
    font-size: 30px;
    margin:10px 0;
}


.header-list li a{
    text-decoration:none;
    color:white;
    font-size: 30px;
    margin:5px 0;
}

.nomobileplease{
    margin: 30px 85px;
    border: 3px solid white;
    padding: 10px;
    display:none;
}
