* {
    border:0px;
    margin:0px;
    padding:0px;
}

p, a {
    font-weight: 400;
    font-size: 0.9em;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 2em;
}

.gras {
    font-weight: 700;
}

html {
    font-size: 16px;
}

html, body {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    background-color: white;
    font-weight: 300;
} 
 
#conteneur {
    width: 100vw;
    height: 100%;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px; 
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column;
    justify-content: start;
    flex-shrink: 1; */
    /* overflow: hidden; */
    background-color: white;
}  

#questionnaire { 
    display: none;
}


header {
    width: 100%;
    max-width: 100vw;
    /* height: 10%; */
    height: 70px;
    max-height: 70px;
    padding: 10px;
    padding-left: 30px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    box-sizing: border-box;
    background-color: white;
    z-index: 50;
    /* background-color: #017aba; */
    background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #15357A),
	color-stop(1, #174CC8)
    );
    background-image: -o-linear-gradient(left, #15357A 0%, #174CC8 100%);
    background-image: -moz-linear-gradient(left, #15357A 0%, #174CC8 100%);
    background-image: -webkit-linear-gradient(left, #15357A 0%, #174CC8 100%);
    background-image: -ms-linear-gradient(left, #15357A 0%, #174CC8 100%);
    background-image: linear-gradient(to left, #15357A 0%, #174CC8 100%);
}

header a {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

header a img {
    float: left;
    height: 32px;
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

header a img:hover {
    height: 45px;
}

.logo { 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 60%;
}


/* Page authentification */
.bt_auth, .telephone {
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.telephone {
    border: 1px solid #4b4b4b;
    border-radius: 30px;
    margin-top: 20px;
    min-width: 50%;
    padding: 10px;
    font-size: 1em;
    text-align: center;
}

/* -------------------- */

main, form {
    height:100%;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.modifier_fiche {
    height:auto;
}


/* ------------------------------------------ */
/* Réglages des zones bloc_QUESTION - RÉPONSE */
.bloc_question, .bloc_reponse {
    width: 100%;
    height: 50%;
    /* min-height: 50%; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden; 
}

.bloc_reponse {
    max-height: 100%;
    box-sizing: border-box;
}

.question, .reponse {
    padding: 20px;
    height: 100%;
}

/* -------------------------- */
/* Spécificités bloc_QUESTION */
.question, .reponse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    word-break: normal;
    letter-spacing: normal;
}

/* Entête numéro de question */
.question {
    height: 80%;
    background-color: #3eb0cd;
    color: white;
    font-size: 1.2em;
    font-weight: 300;
    padding: 20px;
}

/* -------------------------- */
/* Spécificités RÉPONSE */

.reponse {
    height: 100%;
    box-sizing: border-box;
    list-style-type: none;
}


/* INPUTS -------------------   */

input[type=submit] {
    /* max-width: 50%; */
    background-color: #087f23;
    border-radius: 10px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9em; 
    color: white;
    color-adjust: exact;
    -webkit-appearance: none;
}

.message_erreur {
    width: 100%;
    height: 25%;
    color: #ba000d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* font-size: 1em; */
}

/* Fin de la partie commune avec l'application */


/* ------------------------------ */
/* CONSOLE */

section {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: scroll;
}

.ligne, .ligne_fiche, .ligne_console {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    /* background-color: #eeeeee; */
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #017aba;
    color: black;
    text-decoration: none;
    list-style-type: none;
    font-size: 0.8em;
}

.ligne_console {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ligne li, .ligne_fiche li, .ligne_console li {
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-self: flex-start;
}

.ligne li a, .ligne_console li a {
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    color: black;  
}

.ligne a:hover, .ligne li:nth-child(1) a:hover,
.ligne_console a:hover, .ligne_console li:nth-child(1) a:hover {
    background-color: #017aba;
    color:white;
}

.ligne li:nth-child(1) a,
.ligne_console li:nth-child(1) a {
    color: #4b4b4b;
    font-weight: bold;  
}

.ligne li:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap; 
}

/* .ligne_fiche p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: nowrap;
} */

/* .supprimer img {
    height: 100%;
} */

.supprimer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 15px;
    border-top: 1px solid #017aba; 
    color: #4b4b4b;
    background-color: white;
    text-align: center;
    font-size: 0.3;
    cursor: pointer;
    transition: width 0.3s;
}
 
.supprimer:hover {
    background-color: #ba000d;
    color: white;
    border: none;
    width: 80px;
}

input[type=tel] {
    width: 75%;
    margin-bottom: 10px;
}

input[type=radio] {
    margin-right: 3px;
}

.bt_radio_space {
    min-width: 20px;
}

input[type=text], 
.ligne_fiche input[type=tel],
input[type=tel] {
    /* width: 85%; */
    margin-bottom: 10px;
    border-left: 0.5px #4b4b4b solid;
    padding-left: 5px;
}

label, .commentaire {
    min-width: 72px;  
    font-weight: lighter; 
}

.ligne_control {
    text-align: right;
}

.tableau_bord {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tableau_bord div {
    width: 35px;
    height: 35px;
    background-color: transparent;
    /* border: 1px solid #ba000d;  */
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    color: #4b4b4b;
    display: flex;
    flex-direction: column;
    justify-content: center;
}