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

#fullscreenLink {
    width: 25px !important;
    margin: 8px 8px 0 0 !important;
}

/* Correction overlay slide */
.overlay-image .hover {
    bottom: 0px !important;
}

* {
	box-sizing: border-box;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

:root {
    --main-color: #520065;
}

body {
    background-image: url("../../../img/background-cercle.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgb(238, 238, 238);
    
    /* background-color: #ffffff; */
    min-height: 100vh;
}

#container {
    height: 100%;
    padding-bottom: 50px;
    min-height: 100vh;
    background-color: rgba(82, 0, 101,0.7);
}

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

header {
    padding: 1em;
    background-color: #fff; 
box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.5);
}

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

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

.content-login {
    padding: 0 1em;
}

.content-container-chat {
    margin: 20px auto auto auto !important;
}

.presentation-txt {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    margin: 30px auto;
    padding: 0 1em;
    max-width: 600px;
}

.presentation-txt h2 {
    font-weight: 800;
}

.presentation-txt span {
    font-weight: 600;
    font-size: 1.2em;
}

.inscription-ok {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: 800;
    padding: 0 1em;
    max-width: 700px;
    margin: auto;
}

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

.advice-video-fullscreen {
    color: #fff;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
}

/*---------------------*/
/*------- PROGRAM -------*/
/*---------------------*/

.bloc-program {
    max-width: 700px;
    margin: auto;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    color: #fff;
    text-align: center;
}

.program-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2em;
}

.session-title {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 0;
}

.session-time {
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 5px;
}

.session-speakers {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 300px;
    margin: auto;
}

.bloc-speaker {
    max-width: 130px;
}

.bloc-speaker img {
    border-radius: 5px;
}

.speaker-txt {
    font-weight: 300;
    font-size: 0.9em;
    margin-top: 10px;
}

.speaker-txt a {
    font-size: 1.2em;
    font-weight: 700;
}

/* @media screen and (min-width: 600px) {
    .bloc-speaker {
        max-width: 190px;
    }
} */

@media screen and (min-width: 720px) {
    .program-session {
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 590px;
        margin: 0 auto 30px auto;
    }

    .session-title-and-time {
        width: 40%;
    }
    .session-speakers {
        width: 50%;
        max-width: inherit;
    }
    .speaker-txt a {
        font-size: 1em;
    }
}

/*--------------------------*/
/*------- BIOS -------*/
/*--------------------------*/

.overlay-bio {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 101;
    width: 100%;
    padding: 1.5em;
    display: none;
}

.container-bio {
    position: relative;
     max-width: 300px;
    margin: auto;
}

.bloc-bio {  
    max-height: calc(100vh - 3em);
    overflow: auto;
}

.cross-bio {
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 100px;
    rotate: 45deg;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}

.cross-bio::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 2px;
    background-color: #ffffff;
}

.cross-bio::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 70%;
    background-color: #ffffff;
}

.bloc-speaker {
    cursor: pointer;
    transition: all ease 0.3s;
    border-radius: 5px;
    padding-bottom: 10px;
}

.bloc-speaker:hover {
    transition: all ease 0.3s;
    background-color: rgba(255,255,255,0.2);
}

.photo-bio {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/blair-simpson.png');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
    background-color: var(--main-color);
}

.photo-bio-1 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/ghita-khalid.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}
.photo-bio-2 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/natacha-lesellier.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-3 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/solene-clement.jpg');
    background-position: 37% 28%;
    /* background-position: center top; */
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-4 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/maximilien-roche.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-5 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/eric-le-quellenec.jpg');
    background-position: 42% 25%;
    /* background-position: center top; */
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-6 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/sylvie-mallet.jpg');
    background-position: 82% 18%;
    /* background-position: center top; */
    background-size: 118%;
    border-radius: 7px 7px 0 0;
}

.photo-bio-7 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/jean-julien-lemonnier.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-8 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/philippe-gangloff.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-9 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/pierre-berlioz.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-10 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/fabrice-fages.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-11 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/fedja-dautovic.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}

.photo-bio-7 {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../../img/jean-julien-lemonnier.jpg');
    background-position: 42% 5%;
    background-position: center top;
    /* background-size: 118%; */
    border-radius: 7px 7px 0 0;
}


.bloc-text-bio {
    background-image: url("../../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 1em;
    border-radius: 0 0 7px 7px;
     background-color: #fff;
    /* height: 300px;
    overflow: auto; */
}

.name-bio {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 1.9em;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0;
}

.title-bio {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    background-color: #000;
    color:#fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.6em;
    padding: 0.5em 0.8em;
    border-radius: 15px;
    margin: 10px 0;
    text-transform: uppercase;
}

.text-bio {
    margin: 10px auto 0 auto;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 0.85em;
}

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





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

.bloc-form-login,
.bloc-form-modules {
    position: relative;
    max-width: 350px;
    margin: 30px auto;
    padding: 1em;
    border-radius: 5px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    background-color: rgba(255,255,255,0.4);
}

.bloc-form-login input,
.bloc-form-modules input,
.bloc-form-modules textarea {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    width: 100%;
    padding: 0.8em;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 0.9em;
}

.bloc-form-modules textarea {
    height: 100px;
    resize: none;
    margin: 0;
}

.txt-login,
.txt-modules {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    text-align: center;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
}

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

.bloc-form-login button:hover,
.bloc-form-modules button:hover {
    color: #414141;
    background-color: #e5e5e5;
}

.bloc-polling-on-page-and-free-chat {
    position: relative;
}

.txt-adherent {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}

.bloc-adherent {
    margin-bottom: 20px;
}

.bloc-adherent label {
    color: #fff;
}

.inputs-adherent,
.inputs-adherent div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.inputs-adherent div {
    width: 50%;
}

.inputs-adherent div input,
.inputs-adherent div label {
    display: inline-block;
    width: 20%;
    margin: 0;
}

.session-fieldset {
    border-radius: 5px;
    border: 2px solid #fff;
}

.session-fieldset legend {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 20px auto;
    padding: 0 1em;
}

.bloc-session-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

.bloc-session-checkbox input {
    width: 20%;
    margin: 0;
    transform: scale(1);
}

.bloc-session-checkbox label {
    color: #fff;
}

.bloc-infos-next-events {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 20px;
    align-items: center;
}

.bloc-infos-next-events input {
    width: 20%;
    transform: scale(1.6);
    margin-right: 10px;
}

.bloc-infos-next-events label {
    color: #fff;
    font-size: 0.9em;
}

.bloc-question p {
    color: #fff;
    font-weight: 600;
    /* text-align: center; */
}

.bloc-question textarea {
    width: 100%;
    resize: none;
    height: 80px;
    border: none;
    border-radius: 5px;
    padding: 0.8em;
}


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

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

.polls-on-page-on-site #polls legend {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    border-bottom: 2px solid var(--main-color);
    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: var(--main-color);
    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;
}

/*--------------------------------*/
/*------- 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: var(--main-color);
    text-transform: uppercase;
    padding-bottom: 0.5em;
    border-bottom: 2px solid var(--main-color);
    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;
    
}

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

.txt-end {
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    color: #fff;
    font-size: 2em;
    margin-top: 50px;
}

/*--------------------------------*/
/*------- 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: var(--main-color);
    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;
  }

/*---------------------*/
/*------- SELECT -------*/
/*---------------------*/

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    margin: 0 ;
	/* font-size: 16px; */
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    /* font-style: italic; */
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .6em .8em;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	border: 1px solid #aaa;
	/* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
	
	*/
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}

/*---------------------------*/
/*------- 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 var(--main-color);
}

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

.error-success-message-login,
.error-success-message-modules {
    text-align: center;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    color: #fff;
    height: 21px;
    font-size: 1.1em;
}

/* .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);
} */

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

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




}

@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)
{


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

    #pollingContainerOnPage {
        margin-bottom: 0;
    }

}




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


}

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

    .bloc-form-login,
    .bloc-form-modules {
        max-width: 450px;
    }

    .txt-login,
    .txt-modules {
        font-size: 1.3em;
    }

}

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

    .bloc-program-and-form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 1400px;
        margin: auto;
    }

    .bloc-program,
    .bloc-form-login-and-error {
        width: 50%;
    }

    /* .bloc-form-login {
        margin-top: 0;
    } */

}
