/*---------------------*/
/*------- GENERAL -------*/
/*---------------------*/

@font-face {
	font-family: "Helvetica Neue Light";
	src:
	  url("/common/fonts/HelveticaNeue-Light.ttf") format("truetype"),
	  url("/common/fonts/HelveticaNeue-Light.woff") format("woff"),
	  url("/common/fonts/HelveticaNeue-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Helvetica Neue";
	src:
	  url("/common/fonts/HelveticaNeue.ttf") format("truetype"),
	  url("/common/fonts/HelveticaNeue.woff") format("woff"),
	  url("/common/fonts/HelveticaNeue.woff2") format("woff2");
}

@font-face {
	font-family: "Helvetica Neue Bold";
	src:
	  url("/common/fonts/HelveticaNeue-Bold.ttf") format("truetype"),
	  url("/common/fonts/HelveticaNeue-Bold.woff") format("woff"),
	  url("/common/fonts/HelveticaNeue-Bold.woff2") format("woff2");
}

* {
	box-sizing: border-box;
}


.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

/* Masquer l'Iframe */
/* #iframeEvents {
    position: absolute;
    bottom: 0;
    left: -10px;
} */

body {
    /* background-image: url("../../img/paper.png");
    background-repeat: repeat; */
    background-color: rgba(94, 94, 94, 0.8);
    background-color: #ffffff;
    /* background: rgb(255,0,0);
background: linear-gradient(90deg, rgba(255,0,0,0.2) 0%, rgba(0,255,188,0.2) 100%); */
}

.center-div {
    min-height: calc(100vh - 85.5px);
}

/*----------------------*/
/*------- HEADER -------*/
/*----------------------*/

header {
    padding: 2em 2em 1em 2em;
}

.logo {
    max-width: 280px;
    margin: auto;
}

.title {
    text-align: center;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.logo-otto {
    max-width: 150px;
    margin: 25px auto auto auto;
}

@media screen and (min-width: 993px) {
    header {
        padding: 1em 2em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .logo {
        margin: 0;
        max-width: 350px;
    }
    .logo-otto {
        margin: 0;
    }
    .title {
        font-size: 1.2em;
    }
}

/*----------------------------*/
/*------- COUNTDOWN -------*/
/*----------------------------*/

.txt-countdown {
    text-align: center;
    font-family: 'Helvetica Neue Light', Arial, Helvetica, sans-serif;
    margin: 30px auto 0 auto;
    text-transform: uppercase;
}

.countdown-container {
    max-width: 350px;
    margin: 0px auto;
    position: relative;
    /* padding: 0 1em; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    /* font-family: 'Gotham Bold', Arial, Helvetica, sans-serif; */
}

.bloc-temps {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.bloc-temps .number {
    
    margin: auto 0 auto 0;
    font-family: 'Helvetica Neue Bold', Arial, Helvetica, sans-serif;
}

.bloc-temps p {
    margin: auto;
    color: #000000;
    font-size: 2.2em;
}

.bloc-temps .time-units{
    /* font-size: 0.9em; */
    /* margin-top: -10px; */
    margin: 0;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.end-countdown-txt {
    text-align: center;
    font-size: 2.1em;
}

@media screen and (min-width: 1000px) {

    .txt-countdown {
        color: #bcbec0;
        font-size: 1.6em;
        margin-top: 0;
    }

    .countdown-container {
        width: 100%;
        max-width: 480px;
    }

    .bloc-temps p {
        color: #fff;
    }
/* 
    .bloc-temps .time-units{
        font-size: 1.1em;
    } */

    .bloc-temps .number {
        
        color: #bcbec0;
    }

    .bloc-temps p {
        font-size: 3.6em;
    }

    
}
/*-----------------------*/
/*------- CONTENT -------*/
/*-----------------------*/

.center-div {
    max-width: 1300px;
    margin: auto;
}

.bloc-photo-and-content {
    padding: 0 1em;
}

.photo {
    max-width: 200px;
    margin: auto;
}

/* .content-container-chat {
    padding: 1em;
} */

@media screen and (min-width: 993px) {

    .bloc-photo-and-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .photo {
        width: 35%;
        max-width: inherit;
    }
    .right-col-content {
        width: 75%;
        background-color: #000000;
        margin-left: 1em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/*---------------------*/
/*------- VIDEO -------*/
/*---------------------*/

.bloc-video-form {
    max-width: 1200px;
    margin: auto;
}

/*--------------------------*/
/*------- FORM LOGIN -------*/
/*--------------------------*/

.bloc-txt-login {
    max-width: 300px;
    margin: auto;
}

/* .please {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 7.56vw;
    text-transform: uppercase;
} */

.txt-form-heading-login {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 1em;
}

.bloc-form-login {
    position: relative;
    max-width: 400px;
    margin: 10px auto 30px auto;
    padding: 1em;
}

.bloc-form-login input {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0.7em;
    border: none;
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #1d1d1d;
    background-color: #b7b7b7;
}

.bloc-form-login input::-webkit-input-placeholder {
    color: #505050;
}

.bloc-form-login input::-moz-placeholder {
    color: #505050;
}

.bloc-form-login input:-ms-input-placeholder {
    color: #505050;
}

.bloc-form-login input::-ms-input-placeholder {
    color: #505050;
}

.bloc-form-login input::placeholder {
    color: #505050;
}

.bloc-form-login .mandatory-fields {
    color: #fff;
    font-size: 0.7em;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.bloc-form-login button {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    width: 100%;
    margin-top: 5px;
    padding: 0.7em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background-color: #000000;
    font-size: 0.9em;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bloc-form-login button:hover {
    color: #fff;
    background-color: #565656;
}

@media screen and (min-width: 993px) {

    .txt-form-heading-login {
        color: #fff;
    }

    .bloc-form-login button {
        color: #000000;
        background-color: #ffffff;
    }
}

/*---------------------*/
/*------- QUIZZ -------*/
/*---------------------*/

/* #pollingContainerOnPage {
    margin-bottom: 30px;
}

.polls-on-page {
    margin-top: 20px;
} */

/* la croix ne doit apparaître que sur le polling en video */
/* .polls-on-page .cross-polls-on-video {
    display: none;
}

.polls-on-page form {
    background-color: #fff;
    padding: 1em;
    border-radius: 5px;
} */

/* .polls-on-page #polls legend {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    border-bottom: 2px solid #ff0099;
    width: 100%;
    padding-bottom: 0.6em;
}

.polls-on-page #polls label {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

.polls-on-page .titre_questions {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    text-align: center;
    color: #008fa4;
}

.polls-on-page .contentPoll input {
    margin-right: 10px;
    margin-bottom: 0;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

.polls-on-page .contentPoll span {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 0.9em;
}

.polls-on-page .sendPollingRow input {
    float: right;
    color: #fff;
    background-color: #ff0099;
    margin: 0;
    width: inherit;
    border-radius: 5px;
    padding: 0.8em 2em;
    transition: all ease 0.3s;
    box-shadow: inherit !important;
}

.polls-on-page .sendPollingRow input:hover {
    color: #fff;
    background-color: #000;
    background-color:#afafaf;
}

.polls-on-page .displayNbReponses {
    display: none;
}

.polls-on-page .valeurAbsReponse {
    display: none;
}

.polls-on-page .reponseRow input {
    margin-bottom: 0 !important;
    margin-right: 10px;
    top: 4px !important;
} */

/* .polls-on-page .bloc-pourcentage {
    background-color: #ff99d6 !important;
} */


/* .polls-on-page .pourcentage {
    display: none;
}

.polls-on-page .bloc-pourcentage {
    height: 25px;
} */



/*---------------------------------*/
/*------- QUIZZ page onsite -------*/
/*---------------------------------*/

.polls-on-page-on-site {
    /* margin-top: 20px; */
}

.polls-on-page-on-site form {
    background-color: #fff;
    padding: 1em;
    /* border: 1px solid #b5bec4; */
    border-radius: 5px;
    /* min-height: 411.5px; */
}

.polls-on-page-on-site #polls legend {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    border-bottom: 2px solid #ff0099;
    width: 100%;
    padding-bottom: 0.6em;
}

.polls-on-page-on-site .titre_questions {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    text-align: center;
    color: #008fa4;
}

.polls-on-page-on-site .contentPoll input {
    margin-right: 10px;
    margin-bottom: 0;
}

.polls-on-page-on-site .contentPoll span {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 0.9em;
}

.polls-on-page-on-site .sendPollingRow input {
    float: right;
    color: #fff;
    background-color: #ff0099;
    margin: 0;
    width: inherit;
    border-radius: 5px;
    padding: 0.8em 2em;
    transition: all ease 0.3s;
    box-shadow: inherit !important;
}

.polls-on-page-on-site .sendPollingRow input:hover {
    color: #fff;
    background-color: #000;
    background-color:#afafaf;
}

.polls-on-page-on-site .displayNbReponses {
    display: none;
}

.polls-on-page-on-site .valeurAbsReponse {
    display: none;
}

.polls-on-page-on-site .reponseRow input {
    margin-bottom: 0 !important;
    margin-right: 10px;
    top: 4px !important;
}

/* .polls-on-page .bloc-pourcentage {
    background-color: #ff99d6 !important;
} */


/* .polls-on-page .pourcentage {
    display: none;
}

.polls-on-page .bloc-pourcentage {
    height: 25px;
} */

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

/* .current_question_page {
    background-color: #fdc6e7;
    padding: 1em;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

.current_question_page .current-question-heading {
    position: relative;
}

.current_question_page h3 {
    font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    color: #ff0099;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ff0099;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

.current_question_page #currentPseudo {
    color: #000;
    font-weight: 700;
}

.current_question_page #currentQuestion {
    color: #000;
    font-style: italic;
}

.current_question_page .current-question-heading svg {
    position: absolute;
    top: 0;
    right: 0;
}

.current_question_page svg {
    width: 25px;
}

.current_question_page svg path {
    fill: #ff93d4;
    
}

.current_question_page .triangle-shape {
    position: absolute;
    bottom: -39px;
    right: 35px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #fdc6e7;
  } */

/*--------------------*/
/*------- TABS -------*/
/*--------------------*/

.tabs div {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    background-color: #dddddd;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    padding: 0.5em 1em;
    border-radius: 5px 5px 0 0;
}

.tabs div:hover {
    background-color: #b1b1b1;
}

/*------------------------------*/
/*------- CONNECTED LIST -------*/
/*------------------------------*/

.connected-list-background {
    background-color: #dddddd;
}

.connected-list-background h4 {
    margin: 0 auto;
    padding: 0.5em;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    font-weight: 300;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

.connected-list {
    height: calc(100% - 41.25px);
    overflow: auto;
}

.connected-viewer {
    background-color: #ebebeb;
    cursor: pointer;
    border-bottom: 2px solid #b1b1b1;
    transition: all ease 0.3s;
}

.connected-viewer:hover {
    background-color: #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
}

.connected-dot {
    width: 10px;
    height: 10px;
    fill: rgb(28, 208, 28) !important;
    display: inline-block;
    margin: auto 1em;
}

.connected-viewer p {
    display: inline-block;
    font-size: 0.9em;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}

/*---------------------------*/
/*------- PAGE de FIN -------*/
/*---------------------------*/

.txt-fin {
    text-align: center;
    font-family: 'Helvetica Neue Light', Arial, Helvetica, sans-serif;
    /* color: #000000; */
    font-size: 1.6em;
}

@media screen and (min-width: 993px) {
    .txt-fin {
        color: #fff;
    }
}

/*--------------------------------*/
/*------- QPV -------*/
/*--------------------------------*/

.question-video-wrapper {
    line-height: 0;
  }
  
  .question-video-wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
  
  .qpv-link {
    display: block;
    background-color: #ff0099;
    margin: 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    padding: 1em;
    color: #fff;
    transition: all ease 0.3s;
    position: relative;
    cursor: pointer;
  }
  
  .qpv-icon {
    display: flex;
    line-height: 0;
  }
  
  .qpv-icon .icon {
    margin: auto;
    border-radius: 40px;
    padding: 0.8em 0.7em 0.8em 0.8em;
    border: 2px solid #fff;
    fill: #fff;
  }
  
  .qpv-icon .icon svg {
    width: 30px;
    height: 30px;
  }
  
  .qpv-link:hover {
    background-color: #cf007c;
  }
  
  .qpv-link .video-question-txt {
    padding-left: 0.8em;
  }
  
  .qpv-link .video-question-txt h3,
  .qpv-link .video-question-txt p {
    margin: 0px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
  }
  
  .qpv-link .video-question-txt h3 {
    font-weight: 800;
    font-size: 1.3em;
  }
  
  .qpv-link .video-question-txt p {
    font-weight: 300;
    font-size: 1.1em;
  }
  
  .shape-triangle-qpv {
    width: 0;
    height: 0;
    border-bottom: 20px solid rgb(255, 255, 255);
    border-left: 20px solid transparent;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
  }



/*---------------------------*/
/*------- FOOTER -------*/
/*---------------------------*/

.footer-container {
    background-color: #000;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
    padding: 2em;
    border-top: 3px solid #ff0099;
}

/*-----------------------------*/
/*--- ERROR/SUCCESS MESSAGES ---*/
/*-----------------------------*/

.error-success-message {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    margin: 0px auto 10px auto;
    width: 100%;
    height: 25px;
    display: none;
    position: absolute;
    bottom: 35px;
    left: 0;
}

.error-success-message-login {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    margin: 0px auto 10px auto;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: -45px;
    left: 0;
}

p.error {
    color: rgb(219, 38, 38);
}

p.success  {
    color: rgb(81, 219, 54);
}

/*----------------------------*/
/*------- P2P -------*/
/*----------------------------*/

/* .highcharts-series-1 path {
    fill: rgb(48, 142, 201);
}

.highcharts-series-2 path {
    fill: rgb(160, 0, 73);
}

.highcharts-series-0 path {
    fill: rgb(253, 133, 10);
} */

/*----------------------------*/
/*------- MEDIA QUERIES -------*/
/*----------------------------*/

@media screen and (min-width: 600px)
{

    .bloc-jours div,
	.bloc-heures div,
	.bloc-minutes div,
	.bloc-secondes div {
		font-size: 3.5em;
	}

}

@media screen and (min-width: 720px)
{



}



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

    /*-- Version onsite --*/
    .bloc-form-chatall-on-site {
        margin-top: 60px;
    }
    /*-- Version onsite --*/
    .container-current-question-page-on-site {
        margin-top: 30px;
    }

}


@media screen and (min-width: 993px)
{

    .bloc-video-form {
        display: flex;
        flex-direction: row;
    }

    /* .bloc-video {
        width: 70%;
        margin-right: 1em;
    } */

    .bloc-form-chatall {
        margin-top: 0px;
        width: 100%;
    }

    .bloc-polling-on-page-and-free-chat {
        width: 30%;
        margin-top: 0px;
        position: relative;
    }


    .container-current-question-page-on-site {
        padding-left: 20px;
    }

    #pollingContainerOnPage {
        margin-bottom: 0;
    }

}




@media screen and (min-width: 1024px)
{


}

@media screen and (min-width: 1400px)
{


}
