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

.txt-light {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
}

.txt-light-italic {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
}

.txt-regular {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
}

.txt-italic {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-style: italic;
}

.txt-semibold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
}

.txt-semibold-italic {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    font-style: italic;
}

.txt-bold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
}

.txt-extrabold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
}

.clear {
    clear: both;
}

.bold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
}

img {
    max-width: 100%;
}

body {
    /* background-image: url("../../img/paper.png");
    background-repeat: repeat; */
    
}

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

.bloc-logo-img {
    box-shadow: 0px 7px 24px -10px rgba(0,0,0,0.5);
}

.logo-header {
    background-color: #fff;
    height: 120px;
    display: flex;
}

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

.txt-header {
    background-color: #fff;
    min-height: 120px;
    display: flex;
    padding: 0 2em;
}

.txt {
    color: #736150;
    text-align: center;
    margin: auto;
}

.txt p {
    margin: 0;
}

.title-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    font-size: 1.3em;
}

.date {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
    font-size: 1.2em;
}

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

/* Only for pre-chat */
.content-container {
    /* max-width: 960px;
    margin: auto; */
}

/* .content-container-chat {
    max-width: 1200px;
    margin: auto;
} */

.content-container-form-login {
    max-width: 750px;
    margin: auto;
}

.content-container-presentation-txt-chat {
    max-width: 750px;
    margin: auto;
}

.bloc-presentation-form {
    margin-top: 40px;
}

/*--------------------------------*/
/*------- PRESENTATION TXT -------*/
/*--------------------------------*/

.bloc-presentation-txt-module {
    /* margin-bottom: 40px; */
    color: #000;
}

.bloc-presentation-txt-chat {
    margin: 40px auto;
}

.presentation-txt-module,
.presentation-txt-chat {
    text-align: center;
}

/* .presentation-txt h1 {
    font-size: 1.3em;
    text-transform: uppercase;
} */

.presentation-txt-module p:nth-child(1),
.presentation-txt-chat p:nth-child(1) {
    font-size: 1.3em;
    color: #736150;
    margin-top: 0;
    text-transform: uppercase;
}

.presentation-txt-module p:nth-child(2),
.presentation-txt-chat p:nth-child(2) {
    font-size: 1.1em;
    color: #303e49;
}

.presentation-txt-module p:nth-child(3),
.presentation-txt-chat p:nth-child(3) {
    font-size: 1.3em;
    color: #303e49;
    text-decoration: underline;
}

/* .presentation-txt-login {
    text-align: center;
    font-size: 0.7em;
}

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

/*-------------------------------------*/
/*------- PRESENTATION TXTS CHAT-------*/
/*-------------------------------------*/

/* .bloc-presentation-txts {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.bloc-presentation-txts .img-rapport {
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.bloc-presentation-txts .img-ma-connexion-internet {
    max-width: 500px;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.bloc-presentation-txts a {
    font-weight: 600;
} */

/*---------------------*/
/*------- PHOTO -------*/
/*---------------------*/

.photos {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* .bloc-photo:nth-child(1),
.bloc-photo:nth-child(2) {
    margin-bottom: 40px;
} */

.bloc-photo {
    margin-bottom: 40px;
}

.photo {
    /* background-color: #c5c5c5;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; */
    max-width: 100px;
    /* height: 300px; */
    /* border-radius: 10px 10px 0 0; */
    margin: auto;
}

/* .speaker1 {
    background-image: url('../../img/dr-j-szot.jpg');
}

.speaker2 {
    background-image: url('../../img/tu-anh-duong-web.jpg');
}

.speaker3 {
    background-image: url('../../img/andrew-f-alexis-web.jpg');
} */

.txt-photo {
    max-width: 140px;
    /* min-height: 310px; */
    margin: auto;
    color: #000;
    /* background-color: #48a9c5; */
    /* border-radius: 0 0 10px 10px; */
    text-align: center;
    padding: 0.3em;
}

.txt-photo p:nth-child(1) {
    font-size: 0.8em;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.txt-photo p:nth-child(2) {
    font-size: 0.9em;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}

/*----------------------------*/
/*------- AUDIO PLAYER -------*/
/*----------------------------*/

.background-img-player {
    color: #fff;
    background-image: linear-gradient(to right top, #463422, #4e3c2a, #574433, #5f4d3b, #685544, #685544, #685544, #685544, #5f4d3b, #574433, #4e3c2a, #463422);
}

#PlayersBloc a {
    text-decoration: none;
}

#linkStream {
    text-decoration: none;
}

.background-img-player {
    padding: 0.5em;
    cursor: pointer;
    text-align: center;
}

.background-img-player div {
    width: 100%;
}

.background-img-player p {
    width: 100%;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
}

.background-img-player i {
    padding-top: 15px;
}

/*----------------------------*/
/*------- VIDEO (chat) -------*/
/*----------------------------*/

.bloc-video {
    margin: 40px 0;
}

.bloc-video-chat {
    margin-bottom: 30px;
}

.bloc-video-form {
    margin-bottom: 30px;
}

.bloc-form-quizz {
    margin-bottom: 30px;
}

/*----------------------------------*/
/*------- VIDEO (transcript) -------*/
/*----------------------------------*/

.bloc-video-transcript {
    /* max-width: 750px; */
    /* margin: 30px auto; */
    margin-bottom: 30px;
}

/* .bloc-video-form,
.bloc-video-transcript {
    margin: 40px auto;
    max-width: 960px;
} */

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

.bloc-form {
    margin: 20px auto;
}

.bloc-form-chat {
    /* max-width: 800px; */
    margin: 20px auto 40px auto;
    /* padding-right: 20px; */
}

.bloc-form-chat .txt-form-heading {
    text-align: center;
    font-size: 1.4em;
    color: #736150;
}

.bloc-form-login {
    margin: 60px auto;
    max-width: 500px;
}

.txt-form-heading {
    font-size: 1em;
    margin-top: 0;
    color: #303e49;
    text-align: center;
}

.txt-form-heading-chat {
    font-family: 'Pacifico', cursive;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0;
}

.txt-form-heading-login {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    font-size: 1.6em;
    text-align: center;
    color: #736150;
}

input,
textarea,
.mandatory-fields {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-style: italic;
}

input,
textarea {
    border: none;
    padding: 1em;
    width: 100%;
    background-color: #DDDDDD;
    margin: 5px 0;
}

input {
    border-radius: 10px;
    background-color: rgb(196, 196, 196);
    color: #292929;
}

textarea {
    border-radius: 10px 10px 0 10px;
    background-color: rgb(196, 196, 196);
    color: #292929;
    height: 150px;
}

button {
    border: none;
    width: 100%;
    color: #fff;
    padding: 0.6em;
    background-color: #736150;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1.3em;
    transition: all ease 0.5s;
    box-shadow: 5px 13px 22px -7px rgba(0,0,0,0.5);
}

.mandatory-fields {
    margin: 0;
    font-size: 0.8em;
    color: #000;
}

.profession-other {
    display: none;
}

.bloc-legal-notices {
    color: #000;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 0.9em;
    margin-bottom: 30px;
    text-align: center;
}

/*---------------------------*/
/*------- PAGE DE FIN -------*/
/*---------------------------*/

.bloc-presentation-txt-fin {
    text-align: center;
    margin: 40px 0;
}

.bloc-presentation-txt-fin .picto {
    color: #736150;
}

.bloc-presentation-txt-fin h1 {
    font-size: 1.8em;
    color: #736150;
}

/*----------------------*/
/*--- FULLSCREENLINK ---*/
/*----------------------*/

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

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

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    margin: 10px 0;
	/* font-size: 16px; */
	font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .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: .5em;
	-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%;
}

/*--------------------*/
/*------- POLLING -------*/
/*--------------------*/

.container-polls {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    /* border: 2px solid #2cb2d2; */
    /* padding: 1em; */
    /* max-width: 450px; */
    /* margin: auto;
    margin-left: 20px; */
    color: #000;
    /* background-color: #ffeede; */
    border-radius: 10px;
}

.contentPoll {
    max-width: 460px;
    margin: auto;
}

.titre_questions {
    text-align: center;
    font-size: 1.4em;
    color: #736150;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    margin-top: 0px;
}

.libelleCheckbox {
    margin-left: 10px;
}

.sendPolling {
    background-color: #736150;
    color: #fff;
    max-width: 100px;
    margin: auto;
    display: block;
    border-radius: 25px;
    transition: all ease 0.3s;
}

.polls_confirmation_message {
    display: block;
    text-align: center;
}

#formPolls legend {
    text-align: center;
    font-size: 1.4em;
    color: #736150;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    margin: 0 auto 20px auto;
}

#formPolls .reponseRow {
    display: flex;
    margin: auto;
}

#formPolls .libelleCheckbox {
    max-width: 400px;
}

#formPolls .reponseRow input{
    padding-top: 2em;
    display: block;
    margin: auto 0;
    width: 10%;
}

#formPolls .reponseRow span {
   width: 90%;
}

/*----------------------------------*/
/*------- AVERTIR & CALENDAR -------*/
/*----------------------------------*/

.bloc-form-avertir,
.bloc-add-to-calendar,
.bloc-logos,
.bloc-logos-chat {
    margin: 60px 0;
}

.bloc-form-avertir input {
    background-color: #E0DFF0;
}

.bloc-content-avertir,
.bloc-content-calendar,
.bloc-logos,
.bloc-logos-chat {
    background-color: rgb(221, 221, 221);
    padding: 2.2em 1em 1em 1em;
    border-radius: 10px;
    position: relative;
}

.bloc-content-avertir p,
.bloc-content-calendar p,
.bloc-logos p,
.bloc-logos-chat p {
    color: #000;
}

.bloc-content-avertir .txt-form-heading,
.bloc-content-calendar .txt-form-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.txt-sub-heading {
    text-align: center;
}

.icon {
    color: #fff;
    font-size: 1.7em;
    padding-top: 0.2em;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #888888;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -25px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    text-align: center;
}

/*---------------------*/
/*------- LOGOS -------*/
/*---------------------*/

.bloc-content-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bloc-content-logos div {
    padding: 0.5em;
    max-width: 180px;
}

.bloc-logos-chat {
    max-width: 750px;
    margin: 60px auto 40px auto;
}

/*------------------------*/
/*---- CHAPITRAGE ----*/
/*------------------------*/

.posez-vos-questions-modules {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    font-weight: 800;
    color: #736150;
    font-size: 1.1em;
    text-align: center;
    margin-top: 0;
}

.titre-chapitrage {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 1.5em;
    color: #ed081d;
}

#displayQuestions {
	max-width: 600px;
    height: 400px;
    overflow: auto;
	margin: 0 auto 50px auto;
}

.titre-chapitrage {
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #17a451;
}

.border {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	transition: all ease 0.3s;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 0.9em;
	padding: 0.5em;
	background-color: #736150;
	margin: 5px auto;
    border: 2px solid #9a816a;
    color: #fff;
}

.border:hover,
.active {
	background-color: #534639;
}

.playButton {
	width: 10%;
	display: flex;
	display: none;
}

.playButtonOn {
    display: none;
}

.playButton i {
	margin: auto;
    color: #ed081d;
}

.pseudoQuestion {
	width: 80%;
	/* display: flex; */
}

.pseudo {
	margin: auto auto auto 0;
	padding-right: 10px;
    font-weight: 700;
}

.duree {
	width: 20%;
	display: flex;
}

.temps {
	margin: auto;
}

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

#currentPseudo {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    font-style: italic;
}

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

.footer-container {
    /* max-width: 750px; */
    margin: auto;
    /* padding: 1em; */
}

footer {
    text-align: center;
    border-top: 1px solid #000;
    padding: 1em;
    color: #000;
}

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

.error-success-message {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    text-align: center;
}

p.error {
    color: rgb(233, 1, 1);
  
}

p.success  {
    color: rgb(44, 184, 74);

}

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

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

/*------ PRESENTATION TXT ------*/

    .presentation-txt h1 {
        /* font-size: 2em; */
    }

    .presentation-txt-chat {
        max-width: 750px;
        margin: auto;
        text-align: center;
    }

    .presentation-txt-chat h1 {
        font-size: 2em;
    }

/*------ PHOTOS ------*/

    .photos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .bloc-photo {
        padding: 0 5px;
    }

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

    .txt-form-heading {
        /* font-size: 1.6em; */
    }

    .bloc-form-chat .txt-form-heading {
        /* font-size: 1.6em;
        text-align: left;
        margin-top: 0; */
    }

    /* .bloc-form input {
        width: 49%;
    } */

    /* #pseudo {
        float: left;
    }

    .bloc-form #email {
        float: right;
    } */

    /* .select-css {
        float: right;
        width: 49%;
        padding: 1.1em 1.4em 1em .8em;
        margin: 5px 0 0 0;
        border-radius: 11px;
    } */

    /* .bloc-form-chat .pays {
        float: right;
        width: 49%;
    } */

    /* .bloc-form-chat #pseudo,
    .bloc-form-chat #email {
        width: 49%;
    } */

    .bloc-form-chat #pseudo {
        float: left;
    }

    .bloc-form-chat #email {
        float: right;
    }

    .bloc-form-login .prenom {
        width: 49%;
        float: left;
    }

    .bloc-form-login .nom {
        width: 49%;
        float: right;
    }

}

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

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

    /*------ AVERTIR & CALENDAR ------*/

    .bloc-avertir-calendar {
        display: flex;
    }

    .bloc-form-avertir {
        width: 50%;
        padding-right: 10px;
    }

    /* .bloc-add-to-calendar {
        width: 50%;
        padding-left: 10px;
    } */

    .bloc-content-avertir,
    .bloc-content-calendar {
        /* min-height: 248px; */
        /* min-height: 289px; */
    }
    .dots-avertir-calendar {
        display: none;
    }

}

@media screen and (min-width: 774px)
{
    /*------ AVERTIR & CALENDAR ------*/

    .bloc-content-avertir,
    .bloc-content-calendar {
        /* min-height: 266px; */
    }

}

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

    /*------- PRESENTATION TXTS CHAT-------*/

    .bloc-photo:nth-child(1),
    .bloc-photo:nth-child(2) {
        margin-bottom: 0;
    }

}

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

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

    button:hover {
        color: #fff;
        background-color: #000;
        box-shadow: none;
    }

}

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

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

    .logo-header {
        height: 150px;
    }

    .txt-header {
        min-height: 150px;
    }

    .txt {
        text-align: left;
    }

    /*------- PRESENTATION TXTS CHAT-------*/

    .bloc-presentation-txt-module {
        padding-right: 20px;
        display: flex;
        -ms-flex-align: center;
        min-height: 420px;
    }

    .bloc-presentation-txts div {
        padding: 1em;
    }

    /* .bloc-video-form {
        padding-right: 10px;
    } */

    .bloc-video-chat {
        padding-right: 10px;
    }

    .bloc-video-transcript {
        padding-right: 10px;
    }

    #slides-wrapper {
        padding-left: 10px;
    }

    .bloc-form-chat {
        margin-top: 0;
        padding-right: 20px;
    }

    .bloc-form {
        padding-left: 20px;
        margin-top: 0;
    }

    .presentation-txt-module {
        margin: 90px auto 0 auto;
    }

}




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

    .dots-2 {
        display: none;
    }
    
    /* .bloc-video {
        float: left;
        width: 50%;
        padding: 0 1em;
    }

    .bloc-form-chat {
        float: right;
        width: 50%;
        padding: 0 1em;
    } */

    .txt-form-heading-chat {
        text-align: left;
        margin-top: 0;
    }

    .bloc-form-chat button {
        width: inherit;
        padding: 0.5em 2em;
        float: right;
    }
}

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

    .bloc-form-chat textarea {
        /* min-height : 150px; */
    } 

}
