/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}

/* ---------------------------------------- */

.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 {
    font-family: Verdana;
}

span {
    line-height: 1.2em;
}

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

.orange {
    color: #f1551e;
}

.blue {
    color: #005bbb;
}

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

img {
    max-width: 100%;
}



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

#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 {
    text-align: center;
    color: #000054;
    line-height: 1em;
    font-size: 1em;
}

#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: #169596;
    padding: 1em;
    border-radius: 10px 10px 0 0;
}

.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: #169596;
    -webkit-transition: all ease 0.5s;
    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: -webkit-box;
    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 QUERIES --- */
@media screen and (min-width: 960px)
{
    /* .header {
        max-width: ;
    } */

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

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