/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    line-height: 1.3;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Evite que le CSS de la page n'entre en conflit avec le CSS du player */
#PlayersBloc > * {
    font-family: Arial,Helvetica,sans-serif;
    line-height: inherit !important;
}

/* Ajouts perso */

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

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

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

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

* {
    box-sizing: border-box;
    /* line-height: 1.3 !important; */
    /* font-family: 'Montserrat', Arial, Helvetica, sans-serif !important; */
}


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

.col-gauche {
    padding: 1em;
    background-color: #fff;
}

.logo {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px auto;
}

.logo2 {
    display: block;
    max-width: 170px;
    margin: auto;
}

.type-evenement {
    font-weight: 800;
    font-size: 1.6em;
    color: #4d4d4d;
    text-align: center;
    margin: 40px auto;
}

.titre-principal {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    max-width: 500px;
    margin: 40px auto 10px auto;
    color: #4d4d4d;
}

.sous-titre {
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    max-width: 500px;
    margin: 10px auto 40px auto;
    color: #4d4d4d;
}

.date {
    font-size: 1.2em;
    font-weight: 800;
    text-align: center;
    color: #bf9439;
    margin: 20px auto;
}

.bloc-intervenants {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 450px;
    margin: 20px auto 0 auto;
}

.intervenant {
    width: 50%;
}

.intervenant img {
    display: block;
    max-width: 100px;
    margin: auto;
}

.txt-intervenant {
    text-align: center;
    margin-top: 10px;
}

.nom-intervenant {
    font-weight: 800;
    color: #4d4d4d;
}

.titre-intervenant {
    font-weight: 300;
    font-size: 0.9em;
    padding: 0.5em;
}

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

.bloc-video-countdown {
    max-width: 700px;
    margin: 40px auto 30px auto;
    font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
}

.elements-countdown {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.bloc-jours,
.bloc-heures,
.bloc-minutes,
.bloc-secondes {
    text-align: center;

}

.bloc-jours div,
.bloc-heures div,
.bloc-minutes div {
    border-right: 1px solid white;
}

.bloc-jours div,
.bloc-heures div,
.bloc-minutes div,
.bloc-secondes div {
    font-size: 2.3em;
    font-weight: 700;
    padding: 0 0.2em;
    height: 50px;
}

.bloc-jours p,
.bloc-heures p,
.bloc-minutes p,
.bloc-secondes p {
    margin: 0;
    color: #4d4d4d;
}

.bloc-jours div p,
.bloc-heures div p,
.bloc-minutes div p,
.bloc-secondes div p {
    width: 50px;
}

.bloc-jours > p,
.bloc-heures > p,
.bloc-minutes > p,
.bloc-secondes > p {
    font-size: 0.8em;
}

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

.col-droite {
    padding: 1em;
    background-color: #afb5b7;
}

.bloc-form-login,
.bloc-form-modules,
.bloc-form-prevenir {
    max-width: 500px;
    margin: auto;
}

/* .bloc-form-chat {
    max-width: 500px;
    margin: auto;
} */

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

/* .bloc-form-modules {
    max-width: 600px;
    margin: auto;
} */

.txt-form {
    text-align: center;
    font-weight: 700;
    color: #4d4d4d;
    margin: 20px auto;
}

.txt-in-form {
    text-align: center;
    font-weight: 700;
    color: #4d4d4d;
    margin: 20px auto 0px auto;
    font-size: 0.9em;
}

.txt-confirmation {
    text-align: center;
    font-weight: 300;
    color: #4d4d4d;
    margin: 20px auto;
    font-size: 1.1em;
}

.txt-rdv-sur-page {
    font-weight: 800;
    text-align: center;
    font-size: 1.2em;
    color: #4d4d4d;
    margin: 10px auto;
}

.label-email {
    font-size: 0.9em;
    display: inline-block;
    margin-top: 10px;
    color: #272E80;
}

form {
    width: 100%;
}

input {
    max-height: 47px;
}

input,
textarea {
    width: 100%;
    padding: 1em;
    border-radius: 5px;
    border: none;
    color: #4d4d4d;
    background-color: rgb(236, 236, 236);
    margin: 3px auto;
    font-size: 0.9em;
}

textarea {
    resize: none;
    height: 170px;
}

button {
    background-color: #bf9439;
    color: #2f2f2f;
    padding: 1em 2em;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: 600;
    display: block;
    margin: 30px auto;
}

button:hover {
    background-color: #4d4d4d;
    color: #ffffff;
}

.bloc-form-prevenir .bloc-input-button {
    display: flex;
    height: 47px;
}

.bloc-email-error {
    width: 70%;
}

.bloc-form-prevenir input {
    
    display: inline-block;
    border-radius: 5px 0 0 5px;
    margin: 0;
}

.bloc-form-prevenir button {
    width: 30%;
    display: inline-block;
    border-radius: 0 5px 5px 0;
    padding: 1.1em 0.7em;
    margin: 0;
}

.mandatory-fields {
    font-size: 0.8em;
    font-style: italic;
    color: #4d4d4d;
    text-align: center;
    margin-top: 20px;
}

.bloc-rappel {
    margin: 20px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.bloc-rappel input {
    display: inline-block;
    width: 20px;
    transform: scale(1.4);
    border-radius: 25px;
    float: left;
    margin-right: 10px;
}

.bloc-rappel label {
    /* display: inline-block; */
    color: #4d4d4d;
    font-size: 0.85em;
    overflow: auto;
    /* width: 78%; */
}

.bloc-slides {
    margin-top: 20px;
}

.txt-end {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
    /* margin: auto; */
}

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

.background-img-player {
    color: #fff;
    background-image:linear-gradient(60deg, #4d4d4d, #bf9439, #4d4d4d);
}

#PlayersBloc a {
    text-decoration: none;
}

.background-img-player {
    padding: 0.5em;
    cursor: pointer;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

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

.jw-flag-audio-player .jw-controlbar {
    border-radius: 0 0 5px 5px;
}

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

footer {
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
    /* margin-top: 20px; */
    padding: 2em;
    color: #c3c3c3;
    background-color: #383838;
}

footer a {
    color: #f3f3f3;
}

.policy {
    text-align: center;
    margin-bottom: 10px;
}

.col-footer-left {
    display: none;
}

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

.wrongInput {
    border: 1px solid #f87171;
    /* background-color: #f3a8a8; */
}

.emptyField,
.wrongEmail,
.wrongEmailDest,
.wrongSms,
.emptyTextarea,
.wrongDate,
.emailAlreadyRegistered {
    color: rgb(255, 0, 0);
    font-size: 0.8em;
    /* float: left; */
    display: none;
}

.success-message {
    text-align: center;
    display: none;
    color: rgb(65, 65, 65);
    margin: 20px auto;
}

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

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

}

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

@media screen and (min-width:600px)
{
    /* .bloc-jours div,
    .bloc-heures div,
    .bloc-minutes div,
    .bloc-secondes div {
        font-size: 3.8em;
        font-weight: 700;
        padding: 0 0.7em;
        height: 80px;
    }

    .bloc-jours div p,
    .bloc-heures div p,
    .bloc-minutes div p,
    .bloc-secondes div p {
        width: 70px;
    } */
}

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

    .bloc-logos {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 500px;
        margin: auto;
    }

    .logo {
        width: 50%;
    }

    .logo2 {
        width: 50%;
    }

}

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

}

@media screen and (min-width:1024px)
{
    .global-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .col-gauche {
        width: 35%;
        min-height: 100vh;
        display: flex;
        padding: 2em;
    }

    .col-droite {
        width: 65%;
        min-height: 100vh;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        /* align-content: center; */
        padding: 2em;
    }

    .flex-bloc {
        max-width: 600px;
        margin: auto;
    }

    .type-evenement {
        font-size: 1.7em;
    }
    
    .titre-principal {
        font-size: 1.8em;
    }
    
    .date {
        font-size: 1.2em;
    }

    .bloc-form-login,
    .bloc-form-modules,
    .bloc-form-prevenir {
        max-width: 500px;
        margin: 0px auto;
    }

    .bloc-form-login {
        width: 445px;
    }

    .bloc-form-modules,
    .bloc-form-prevenir {
        width: 425px;
    }

    .bloc-form-chat,
    .bloc-form-transcript {
        width: 100%;
        margin: auto;
    }

    .bloc-form-prevenir {
        margin: 0 auto;
    }

    footer {
        margin-top: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .col-footer-left {
        display: block;
        max-width: 150px;
        margin: auto;
        width: 30%;
    }

    .col-footer-right {
        margin: auto;
        width: 70%;
    }

    .policy {
        text-align: left;
    }

    .txt-end {
        font-size: 1.5em;
    }


    .background-img-player {
        padding: 0.5em;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
    }

    .background-img-player div {
        width: inherit;
    }

    .background-img-player p {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 0px;
    }
    
    .background-img-player i {
        padding-top: 0;
        font-size: 3em;
    }


}

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

    .bloc-form-login {
        width: 480px;
    }

    .bloc-form-modules,
    .bloc-form-prevenir {
        width: 530px;
        max-width: inherit;
    }

    .bloc-form-chat,
    .bloc-form-transcript {
        max-width: 800px;
    }

}