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

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

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

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

.header-container {
    box-shadow: 0px 7px 24px -10px rgba(0,0,0,0.5);
    background-color: #fff;
}

.bloc-logo-img {
    max-width: 1200px;
    margin: auto;
}

.logo-header {
    background-color: #fff;
    height: 130px;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    padding: 1em;
}

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

.txt-header {
    background-color: #fff;
    height: 100px;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    padding: 0 2em;
}

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

.txt p {
    margin: 0;
}

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

.date {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    /* font-weight: 300; */
    font-weight: 800;
    /* font-style: italic; */
    /* font-size: 1.6em; */
    font-size: 1em;
    color: #000;
}

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

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

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

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

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

.bloc-photos-presentation-txts {
    max-width: 800px;
    margin: auto;
}

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

.bloc-presentation-txt {
    margin-top: 40px;
    margin-bottom: 20px;
}

.presentation-txt {
    color: #fff;
}

.bloc-subtitles {
    /* max-width: 450px;
    margin: auto; */
}

.bloc-reseaux-sociaux {
    max-width: 410px;
    margin: auto;
}

.presentation-txt h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
}

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

.presentation-txt i {
    padding: 0 0.3em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.presentation-txt a:hover {
    color: #000;
}

.presentation-txt i:hover {
    color: #000;
}

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

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

.sous-titre {
    font-size: 0.8em;
}

.txt-end h1 {
    margin-bottom: 70px;
}

.txt-end p:nth-child(2n) {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px;
}

.txt-end p:nth-child(3n) {
    text-align: center;
}

/*-------------------------------------*/
/*------- PRESENTATION TXTS LOGIN -------*/
/*-------------------------------------*/

.presentation-txt-login {
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

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

/*-------------------------------------*/
/*------- 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;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* justify-content: center; */
}

.bloc-photo {
    margin: auto;
    margin-bottom: 30px;
}

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

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

.speaker1 {
    background-image: url('../../img/olivier-cogrel.jpg');
}

.speaker2 {
    background-image: url('../../img/yvan-krakowski.jpg');
}

.speaker3 {
    background-image: url('../../img/nadine-varaud.jpg');
}

.txt-photo {
    max-width: 230px;
    min-height: 160px;
    margin: auto;
    color: #00a7ff;
    background-color: #c5e2fb;
    /* border-radius: 0 0 10px 10px; */
    text-align: center;
    padding: 1em 1em 1.3em 1em;
    /* display: flex;
    -ms-flex-align: center;
    flex-direction: column; */
}

.txt-photo p:nth-child(1) {
    font-size: 1.1em;
    margin: auto;
    font-weight: 600;
    color: #000;
}

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

/*--------------------*/
/*------- DOTS -------*/
/*--------------------*/

.dots-container {
    display: -webkit-box;
    display: flex;
}

.bloc-dots {
    margin: auto;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
}

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

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

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

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

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

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

.bloc-form-login {
    margin: 40px auto;
}

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

.txt-form-heading-modules {
    font-size: 1.4em;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}

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

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

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

input {
    /* border-radius: 10px; */
    background-color: #fff;
    color: #2E2C65;
}

textarea {
    /* border-radius: 10px 10px 0 10px; */
    background-color: #fff;
    color: #2E2C65;
    min-height: 130px;
}

button {
    border: none;
    width: 100%;
    color: #000;
    padding: 0.6em;
    background-color: #bbe2f9;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1.3em;
    -webkit-transition: all ease 0.5s;
    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: #fff;
}

.profession-other {
    display: none;
}

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

.bloc-checkbox {
    max-width: 460px;
    margin: auto;
    margin-bottom: 20px;
}

.bloc-checkbox input {
    width: 30px;
    background-color: #00a7ff;
}

.bloc-checkbox input,
.bloc-checkbox label {
    display: inline-block;
    font-size: 0.9em;
    color: #fff;
}

.hello {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
}

.hello span {
    font-weight: 800;
}

/*---------------------*/
/*------- 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'),
	  -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#e5e5e5));
	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%;
}

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

/* .bloc-avertir-calendar {
    max-width: 450px;
    margin: auto;
} */

.bloc-add-to-calendar {
    max-width: 450px;
    margin: auto;
}

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

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

.bloc-content-avertir,
.bloc-content-calendar,
.bloc-logos,
.bloc-logos-chat {
    background-color: #fff;
    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: #00aff4;
}

.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: #00507a;
    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: -webkit-box;
    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;
}

/*--------------------------------*/
/*------- 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 #fff;
    padding: 1em;
    color: #fff;
}

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

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

p.error {
    color: rgb(255, 255, 255);
    text-align: center;
  
}

p.success  {
    color: rgb(255, 255, 255);
    text-align: center;

}

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

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

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

    .title-event {
        font-size: 2.1em;
    }
    
    .date {
        font-size: 1.5em;
    }

/*------ 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: -webkit-box;
        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 #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: -webkit-box;
        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: 140px;
    }

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

    .txt {
        text-align: left;
    }

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

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

}




@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;
    } 

}
