

.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-italic {
    font-family: 'Open sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    font-style: italic;
}

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

*, span {
    font-size: 1em;
    font-family: 'arial', 'sans-serif';
    box-sizing: border-box;
}

body {
    background-image: url("../../img/email-pattern.png");
    background-repeat: repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    font-family: Verdana;
}

#container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,0.5);
}

span {
    line-height: 1.2em;
}

textarea {
    padding: 0.5em;
    box-sizing: border-box;
}

.orange {
    color: #f1551e;
}

.blue {
    color: #005bbb;
}

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

.bold {
    font-weight: bold;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

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

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

/* .header-container {
    background-color: #fff;
} */

.header-container-chat {
    margin-bottom: 30px;
}

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

.logo-header {
    /* height: 130px; */
    /* display: flex;
    -ms-flex-align: center; */
    padding: 1em;
}

.logo {
    margin: 50px auto 30px auto;
    /* width: 542px; */
    max-width: 300px;
}

.txt-header {
    padding: 0 1em;
}

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

.txt p {
    margin: 0;
    text-transform: uppercase;
}

.title-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    /* font-size: 2.2em; */
    font-size: 2.1em;
    color: #001D4A;
    max-width: 600px;
    margin: auto !important;
}

.sub-title-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    /* font-size: 2.2em; */
    font-size: 1.3em;
    color: #001D4A;
}

.date-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    /* font-weight: 300; */
    font-weight: 600;
    /* font-size: 1.6em; */
    font-size: 0.9em;
    color: #E71E74;
    margin: 30px auto !important;
}

/* #logoCasa {
    width: 15%; 
    margin: auto; 
    max-width: 160px;  
}

#header h1 {
    margin-bottom: 15px; 
    text-align: center; 
    margin-top: 7px;}

h1 {
    font-size: 1.5em;
    color: #169596;
} */

/* .title {
    margin-top: 10px;
} */

.bloc-main-txt {
    max-width: 500px;
    margin: auto;
}

/* h1 {
    font-size: 1.5em;
    text-align: center;
    margin: 40px auto 30px auto;
    color: #000054;
} */

/* h2 {
    font-size: 1.2em;
    text-align: center;
    margin: 40px auto 30px auto;
    color: #000054;
} */

.txt-baro-presentation {
    text-align: center;
    color: #222222;
    /* line-height: 1em; */
    font-size: 1.2em;
    margin-bottom: 30px;
}

#barometre {
    min-width: inherit;
    width: 100%;
    /* margin: auto; */
    /* padding: 10px; */
    margin-bottom: 40px;
}

.barometreQuestion {
    /* margin : 5px; */
    width: 100%;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.barometreQuestionContent {
    margin-top: 10px;
    /* margin:2px; */
    color: #fff;
    background-color: #E71E74;
    padding: 1em;
    border-radius: 10px 10px 0 0;
    /* border-bottom: 3px solid #17a451; */
}

.barometreBlocContent {
    padding: 1em;
    background-color: #e9e9e9;
    border-radius: 0 0 10px 10px;
}

.sendBarometre {
    border: none;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    padding: 1em;
    width: 100%;
    background-color: #E71E74;
    transition: all ease 0.5s;
}

.sendBarometre:hover {
    background-color: #000000;
}

.barometre-input-wrapper {
    display: inline-block;
    margin: 5px 0;
}

.barometre-input-wrapper input {
    margin-right: 10px;
}

#barometre_message {
    text-align: center;
    margin-bottom: 20px;
}

.errorMsg {
    color: #d41919;
}

.successMsg {
    color: #1d943b;
}

.sendBarometre {
    border-radius: 10px;
}

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

.bloc-logos {
    margin: 30px auto;
}

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

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

.bloc-logos-chat {
    /* max-width: 750px; */
    /* margin: 60px auto 40px auto; */
    background-color: #fff;
    margin: 30px auto;
}

.bloc-logos-chat p {
    color: #000;
    margin-top: 0;
}




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

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

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


/* --- MEDIA QUERIES --- */
@media screen and (min-width: 960px)
{
    /* .header {
        max-width: ;
    } */

    /* #barometre {
        max-width: 60%;
    } */
}

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

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

    /* .logo-header {
        height: 140px;
    }

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


}

@media screen and (min-width: 1600px)
{
    /* #barometre {
        max-width: 1000px;
    } */
}