@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

/*---------------------------------------------------------------
----------------------- COMMON ----------------------------------
---------------------------------------------------------------*/
body {
   font-family: 'Comfortaa', cursive;
   overflow: hidden;
}
html {
   overflow: hidden;
}
h1{
    color: #e41b12;
    font-size: 32pt;
    margin-bottom: 46px;;
    font-weight: 700;
}
.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.colNav a {
    color: black;
}
.colNav a:hover {
    text-decoration: none;
    
}
.ytp-popup {
   display: none !important;
}
.ytp-panel-menu {
    display: none !important;
}
/*---------------------------------------------------------------
----------------------- FORM ----------------------------------
---------------------------------------------------------------*/

div.main-wrapper{
    display: flex;
    height: 85vh;
    justify-content: center;
    align-items: center;
}

.nav{
    width: 100vw;
    height: 10vh;
}

.nav .row {
    gap: 1rem;
}


form#loginForm{
    background-color: rgba(00, 00, 00, 0.16);
    border-radius: 8px;
    display: flex;  
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    width: 985px;
    padding: 30px 0;
}

div#form{
    display: flex;
    font-family: 'Space Grotesk', sans-serif;
    height: 650px;
    
}



/*---------------------------------------------------------------
----------------------- INPUTS ----------------------------------
---------------------------------------------------------------*/

form#loginForm input{
    display: block;
    border-radius: 8px;
}

form#loginForm input:focus{
    outline: none;
}

form#loginForm input#login, form#loginForm input#password, form#loginForm input#login2{
    background-color: rgba(255, 255, 255, 0.34);
    width: 100%;
    height: 100%;
    border: none;
    color: black;
    font-size: 18px;
    text-align: center;
    
}

form#loginForm input#login::placeholder, form#loginForm input#password::placeholder, form#loginForm input#login2::placeholder{
    color: grey;
    font-size: 18px;

}

div.input-wrapper{
    margin-bottom: 20px;
    height: 60px;
    width: 525px;
}

form input#submit{
    font-size: 22px;
    font-weight: bold;
    background-color: #11396F;
    border: none;
    color: white;
    padding: 10px 35px;
    font-family: 'Space Grotesk', sans-serif;
    margin: auto;
    margin-top: 23px;
    width: 100%;
    height: 60px;

}



/*---------------------------------------------------------------
----------------------- ICONS ----------------------------------
---------------------------------------------------------------*/


i.fa-user, i.fa-lock{
    color: #11396F;
    z-index: 9;
    top: 50%;
    left: 33px;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

/*---------------------------------------------------------------
----------------------- ERRORS ----------------------------------
---------------------------------------------------------------*/

.error{
    text-align: center;
    color: rgb(194, 22, 22);
    width: 70%;
}

/*---------------------------------------------------------------
----------------------- LIVE new----------------------------------
---------------------------------------------------------------*/
.container_all_questions {
   position: fixed;
   top: -150%;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: white;
   z-index: 99;
   padding: 30px 10px 40px 10px;
   overflow-y: auto;
   overflow-x: hidden;
}
.container_programme {
   position: fixed;
   top: -150%;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: white;
   z-index: 99;
   padding: 30px 10px 40px 10px;
   overflow-y: auto;
   overflow-x: hidden;
}
.container_all_questions h2 img, .open_all img, .container_programme img, .open_all_programme img{
   width: 25px;
   margin-left: 10px;   
}
.container_all_questions .bottom_red, .container_programme .bottom_red_programme {
   width: 120%;
   height: 100%;
   bottom: -40px;
   left: -10px;
   background-color: #e41b12;
}
.close_all, .open_all, .close_all_programme, .go_to_programme {
   cursor: pointer;
   display: inline-block;
}
.go_to_programme, .go_to_question {
   font-size: 14px
}
.open_all img, .open_all_programme img {
   transform: rotate(180deg);
}
.container_all_questions h2 span, .container_programme h2 span{
   color: #e41b12;
   font-size: 16px;
   cursor: pointer;
}
.container_all_questions .wrapper, .container_programme .wrapper {
   width: 100%;
   height: 100%;
   background-color: white;
   padding: 0;
}
.container_go_to {
   width: 100%;
   margin-top: 90px
}
.question-single {
   font-size: 14px;
}
.question-single span {
   font-size: 16px
}
.go_to_question {
 
}

.container_programme h3 {
   font-size: 20px;
}
.container_programme h4 {
   font-size: 18px;
}
.container_programme p{
   font-size: 14px;
}
.container_programme li {
   font-size: 12px
}
/*---------------------------------------------------------------
----------------------- LIVE ----------------------------------
---------------------------------------------------------------*/

.video-player{
    padding-left: 0;
    padding-right: 0;
    height: 70vh;
}

.tchat-column{
    padding-left: 0;
    padding-right: 0;
    height: 70vh;
}

.height-player{
    height: 80vh !important;
}

.height-player-full{
    height: 80vh !important;
}

iframe#live-video{
    width: 100%;
    height: 95%;
}
.hide {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 99;
}
.control {
   width: 100%;
   height: 40px;
   bottom: 0;
   left: 0;
   z-index: 998;
   background-color: #101010 !important;
}
.control i {
   font-size: 17px;
   margin-left: 15px;
   color: white;
}
.fa-solid {
   cursor: pointer;
}
.tchat{
    height: calc(100% - 79px);
    max-height: calc(100% - 79px);
    background-color: #f7f7f7;
    padding: 20px 40px 20px 20px;
    overflow-y: auto;
}

.tchat-field{
    background-color: white;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;


}

.tchat-field input{
    border-radius: 31px;
    border: none;
    height: 45px;
    width: 80%;
    background-color: #E5E5E5;
    padding-left: 20px;
}

.tchat-field input:focus, input#question:focus{
    outline: none;

}


i.sendChat{
    font-size: 35px;
    margin-left: 20px;
}
.hideLink1 {
    bottom: 0;
    right: 50px;
    width: 70px;
    height: 38px;
    background: none;
}
.hideLink2 {
   top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: none;
}

.play-pause-controls{
    padding: 2px;
    background-color: red;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin-left: 15px;
    cursor: pointer;
}

.play-pause-controls i{
    margin-left: 6px;
    line-height: 25px;
}

.volume-controls{
    right: 30px;
    margin-top: 4px;
}
.titreLive {
   font-size: clamp(14px, 2.5vw, 8em);
}

/*---------------------------------------------------------------
----------------------- QUESTION ----------------------------------
---------------------------------------------------------------*/

.askQuestionForm {
	display: flex;
    width: 100%;
    padding: 0 3em;
    justify-content: flex-start !important;
}

.askQuestionForm h3{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 45px;
    font-weight: normal;
    color: #e41b12;
    margin-right: 35px;
    display: flex;
    align-items: center;
    margin-bottom: -35px
}

.askQuestionForm textarea{
    width: 25vw;
    font-size: 20px;
    padding: 10px;
    height: 80px;
}

.askQuestionForm textarea:focus{
    outline: none;
}

.askQuestionForm textarea::placeholder{
    font-size: 20px;
}

.askQuestionForm input{
    background-color: #FFFFFF;
    border : 1px solid #666666 !important;
   color: #666666;
   width: 253px;
   height: 60px;
   border-radius: 6px;
   border: none;
   font-size: 26px;
   font-weight: bold;
   font-weight: 300;
    margin-bottom: 5px;
}

.askQuestionForm p{
    font-size: 20px;
    color: black;
    font-weight: 200;
}

.askQuestionForm :nth-child(1) { order: 1; }
.askQuestionForm :nth-child(2) { order: 2; }
.askQuestionForm :nth-child(3) { order: 3; }

.question-field{
    transform: translate(0, 20%);
}

.mainQuestion {
   height: 90vh;
   display: flex;
   align-items: center;
}
/*---------------------------------------------------------------
----------------------- NAME USER ----------------------------------
---------------------------------------------------------------*/

.name-wrapper{
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 9;
}

.name-wrapper input, .name-wrapper p{
    width: 65%;
    text-align: center;
    margin-top: 2vh;
    font-size: 18px;
}

.name-wrapper input{
    margin-top: 2vh;
    height: 50px;
    border: none;
    background-color: #dddddd;
    border-radius: 8px;
}

.name-wrapper input:focus{
    outline: none;
}

.name-wrapper input.nameSubmit{
    background-color: #11396F;
    color: white;
    font-weight: 400;
    margin-bottom: 2vh;
}

/*---------------------------------------------------------------
----------------------- FLUX LIVE -------------------------------
---------------------------------------------------------------*/
.flux_live {
   height: 100vh;
   width: 100vw;
   overflow: hidden;
}
.bandeau {
   max-width: 500px;
   top: 40vh;
   padding: 20px 30px;
   right: -100%;
   color: black;
}
.bandeau-ppt {
   padding: 20px 30px;
    opacity: 0;
    color: black;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bandeau-ppt .from-ppt {
   font-size: 4.5vw;
}
.bandeau-ppt .message-ppt {
   font-size: 2.5vw;
   text-align: center;
   color: #5F686F;
}
.bandeau .top {
   width: 100%;
   display: flex;
   align-items: center;
}
.bandeau-ppt .top {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center
}
.logo_flux {
   width: 60px;
   margin-bottom: 20px;
}
.bandeau .top p{
   margin-left: 20px;
   display: inline;
}
.container-moderateur iframe#live-video {
    width: 100%;
    height: 100%;
}
.questionYoutube {
   border: none;
   background-color: #e41b12;
   color: white;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.questionYoutube:hover {
   
   
   border: none;
    background-color: #efebe9;
    color: #e41b12;
}

/*---------------------------------------------------------------
----------------------- POPUP LANG -------------------------------
---------------------------------------------------------------*/

.popUpLang h1, .popUpLang h2{
    color: black;
}

.popUpLang{
    position: absolute;
    z-index: 999;
    width: 700px;
    height: 500px;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: white;
   left: -100vw;
    border-radius: 20px;
}

.popUpLangFilter{
    width: 100vw;
    height: 100vh;
    background-color:rgba(59, 59, 59);
    opacity: 0;
    position: absolute;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

.separator{
    content: '';
    height: 2px;
    width: 70%;
    background-color: rgb(71, 71, 71);
    margin: 30px 0;
}

.popup-title-wrapper-fr, .popup-title-wrapper-de{
    margin-top: -200px;
}


.popUpLang h1{
    margin: 0;
}

.popUpLang h2{
    padding: 25px 0;
    font-size: 24px;
}


.popUpLang img{
    padding: 5px;
}

.french-lang{
    left: 30%;
    top: 50%;
}

.dutch-lang{
    right:   30%;
    top: 50%;
}

.lang-text{
    padding-top: 14px;
}

.french-lang:hover p{
    text-decoration: underline;
}

.french-lang:hover{
    cursor: pointer;
}

.french-lang:hover img{
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.dutch-lang:hover p{
    text-decoration: underline;
}

.dutch-lang:hover{
    cursor: pointer;

}

.dutch-lang:hover img{
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.valider-lang{
    width: 130px;
    height: 40px;
    background-color: red;
    box-shadow: 1px 1px 4px lightgrey;
    color: white;
    border: none;
    top: 83%;
}

.valider-lang:focus{
    outline: none;
}

@media only screen and (max-width: 760px){
    .popUpLang{
        width: 100vw;
        height: 100vh;
        border-radius: 0px;
    }

    .popUpLang h2{
        font-size: 20px;
        width: 80%;
    }
}
@media only screen and (max-width: 590px){
   .french-lang {
      left: 25%;
   }
   .dutch-lang {
      right: 25%;;
   }
}
@media only screen and (max-width: 414px){
   .french-lang {
      left: 15%;
   }
   .dutch-lang {
      right: 15%;
   }
}
/*---------------------------------------------------------------
----------------------- MEDIA QUERIES LOGIN ----------------------------------
---------------------------------------------------------------*/

@media screen and (max-width: 1200px){

h1{
    font-size: 30px;
}

form{
    width: 350px;
}

div#form{
    height: 500px;

}

form#loginForm{
    width: 700px;
}

form input#login, form input#password, form input#login2{
    font-size: 16px;
    padding-left: 50px;
    
}

div.input-wrapper{
    margin-bottom: 20px;
    height: 54px;
    width: 450px;
}

form input#submit{
    font-size: 20px;
}

form input#login::placeholder, form input#password::placeholder, form input#login2::placeholder{
    font-size: 16px;

}

.question-wrapper{
    flex-direction: column;
}

.askQuestionForm{
    flex-wrap: wrap;
    padding: 0 3em;
}

.askQuestionForm textarea, .askQuestionForm .question-field{
    width: 100%;
}

.askQuestionForm input{
    width: 170px;
    height: 60px;
    font-size: 14px;
}

.askQuestionForm :nth-child(1) { order: 1; }
.askQuestionForm :nth-child(2) { order: 3; }
.askQuestionForm :nth-child(3) { order: 2; }

}

@media screen and (max-width: 800px){

    h1{
        font-size: 30px;
         font-weight: bold;
    }
    h2{
        font-size: 24px;
    }

    form{
        width: 350px;
    }
    
    div#form{
        height: 500px;
    
    }
    
    form#loginForm{
        width: 500px;
    }
    
    form input#login, form input#password, form input#login2{
        font-size: 16px;
        padding-left: 50px;
        
    }
    
    div.input-wrapper{
        margin-bottom: 20px;
        height: 54px;
        width: 350px;
    }
    
    form input#submit{
        font-size: 20px;
    }
    
    form input#login::placeholder, form input#password::placeholder, form input#login2::placeholder{
        font-size: 16px;
    
    }

    .askQuestionForm :nth-child(1) { order: 1; }
    .askQuestionForm :nth-child(2) { order: 2; }
    .askQuestionForm :nth-child(3) { order: 3; }

    .askQuestionForm input{
        font-size: 16px;
    }
    

}

    @media screen and (max-width: 800px){

    form{
        width: 350px;
    }
    
    div#form{
        height: 500px;
    
    }
    
    form#loginForm{
        width: 500px;
    }
    
    form input#login, form input#password, form input#login2{
        font-size: 16px;
        padding-left: 50px;
        
    }
    
    div.input-wrapper{
        margin-bottom: 20px;
        height: 54px;
        width: 350px;
    }
    
    form input#submit{
        font-size: 20px;
    }
    
    form input#login::placeholder, form input#password::placeholder, form input#login2::placeholder{
        font-size: 16px;
    
    }}
    
@media screen and (max-width: 560px){

        form{
            width: 350px;
        }
        
        div#form{
            height: 500px;
        
        }
        
        form#loginForm{
            
        }
        
        form input#login, form input#password, form input#login2{
            font-size: 16px;
            padding-left: 50px;
            
        }
        
        div.input-wrapper{
            margin-bottom: 20px;
            height: 54px;

        }
        
        form input#submit{
            font-size: 20px;
        }
        
        form input#login::placeholder, form input#password::placeholder, form input#login2::placeholder{
            font-size: 16px;
        
        }

        .askQuestionForm p{
            font-size: 16px;
        }
    
        .askQuestionForm textarea {
            height: 150px !important;
            font-size: 15px;
         }

        .askQuestionForm textarea::placeholder{
            font-size: 15px;
        }
}
/*---------------------------------------------------------------
----------------------- Besoin d'aide ----------------------------------
---------------------------------------------------------------*/
.pop-up-help {
   position: fixed;
   background-color: white;
   padding: 50px;
   border-radius: 10px;
   right: -150%;
   bottom: 1em;
   z-index: 999;
   display: flex;
   flex-direction: column;
   box-shadow: 0px 0px 7px #8b8b8b66;
   width: 600px;
}
.pop-up-help h3 {
   font-size: 1.3rem;
}
.close-pop-up-help {
   position: absolute;
   font-size: 20px;
   color: #e41b12;
   right: -20px;
   top: -20px;
}
.pop-up-help .wrapper-help {
   width: 100%;
   height: 100%;
}
.pop-up-help input {
   width: 100%;
   margin-bottom: 15px;
   border: none;
   border-bottom: 2px solid #e41b12;
}
.pop-up-help textarea {
   width: 100%;
   margin-bottom: 15px;
   border: 1px solid #e41b12;
}
.pop-up-help button {
   border: none;
   color: white;
   background-color: #e41b12;
   width: 100%;
}
.send-help-nav {
   cursor: pointer;
}

.loader {
     border: 6px solid #f3f3f3;
     border-radius: 50%;
     border-top: 6px solid black;
     width: 20px;
     height: 20px;
     -webkit-animation: spin 2s linear infinite; /* Safari */
     animation: spin 2s linear infinite;
   }
   
   /* Safari */
   @-webkit-keyframes spin {
     0% { -webkit-transform: rotate(0deg); }
     100% { -webkit-transform: rotate(360deg); }
   }
   
   @keyframes spin {
     0% { transform: rotate(0deg); }
     100% { transform: rotate(360deg); }
   }
/*---------------------------------------------------------------
----------------------- MEDIA QUERIES LIVEPAGE ----------------------------------
---------------------------------------------------------------*/

@media screen and (max-width: 1645px){

    .askQuestionForm h3{
        font-size: 30px;
    }

    .askQuestionForm textarea{
        height: 65px;
    }

    .askQuestionForm input{
        padding-left : 10px;
        height: 65px;
        font-size: 15px;
        width: 100%;
    }

}


@media screen and (max-width: 1200px){

.tchat{
    height: 55vh;
} 

.video-player{
    height: 35vh;
}

.tchat-column{
    height: 35vh;
}

.height-player{
    height: 45vh !important;
}

.height-player-medium{
    height: 65vh !important;
}

/* .toNone {
   
} */

.video-player iframe{
    height: 100%;
}



.askQuestionForm h3{
    font-size: 24px;
    margin-right: 15px;
}

.askQuestionForm p{
    font-size: 16px;
}

.question-field{
    display: block;
}

.question-field textarea{
    height: 55px;
}

.askQuestionForm input{
    height: 40px;
}

}

@media screen and (max-width: 611px){
    .askQuestionForm h3{
        font-size: 30px;
    }

}


@media screen and (max-width: 435px){

    .askQuestionForm h3{
        font-size: 30px;
        
    }
    
}


/*---------------------------------------------------------------
----------------------- MEDIA QUERIES NAME USER -----------------
---------------------------------------------------------------*/

@media screen and (max-width: 1200px) {

    .name-wrapper input{
    width: 60%;
}

    .name-wrapper input::placeholder{
    font-size: 15px;
}

    .name-wrapper input.nameSubmit{
    font-size: 15px;
}
}

@media screen and (max-width: 545px) {

    .name-wrapper p{
    font-size: 15px;
}

    .colNav a {
        font-size: 14px;
    }

    .nav .row {
        gap: 0.5rem;
    }

    .askQuestionForm {
        flex-wrap: wrap;
        padding: 0px 2em;
    }

}

@media screen and (max-width: 454px) {

    .name-wrapper p{
    width: 75%;
}

    .name-wrapper input::placeholder{
    font-size: 13px;
}

    .name-wrapper input.nameSubmit{
    font-size: 13px;
}

@media screen and (max-width: 394px) {

    .name-wrapper p{
        font-size: 14px;
    }
    
    }
}