@import url("bootstrap/css/bootstrap.css");
@import url("bootstrap/boostrap-icon/bootstrap-icons.css");

html {
    font-family: sans-serif;
    font-size: 18px;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
}

#barre_chargement {
    background-color: #f7931a;
    width: 100%;
    height: 3px;
}

.dark {
    background-color: #252e3f;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

.dark a {
    text-decoration: none;
    color: #FFFFFF;
}

.dark a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.grille6x1 a {
    text-decoration: none;
    color: #000000;
}

.grille6x1 a:hover {
    text-decoration: none;
    color: #000000;
}

.grille4x1 a {
    text-decoration: none;
    color: #000000;
}

.grille4x1 a:hover {
    text-decoration: none;
    color: #000000;
}

.bloc_login {
    text-align: center;
    margin-top: 10%;
    margin-left: 30%;
    width: 40%;
    padding: 0.5%;
}

/* Positionnement et taille du logo de la page de login */
.logo {
    height: 100%;
    width: 60%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.logo img {
    height: 100%;
}

/* Formulaire de login */
#form_login > input[type=password] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
}

#form_login > input[type=text] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
}

#form_login > label img {
    margin-right: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

#form_login > input[type="submit"] {
    margin-top: 16px;
    height: 48px;
    width: 48px;
    background: url(/View/img/fleche.svg) no-repeat center;
    border: none;
}

.messageerreur {
    text-align: center;
    color: #c0392b;
    font-weight: bold;
}

.messageOK {
    text-align: center;
    color: #27ae60;
    font-weight: bold;
}

.bloc_form {
    text-align: center;
    margin-left: 30%;
    width: 40%;
    padding: 0.5%;
}

/* Formulaire type */
#form_type > input[type=password] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
}

#form_type > input[type=text] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 24px;
}

#form_type > label img {
    margin-right: 32px;
    width: 32px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.grille5x1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
 } /* Parent des objets d'une grille de 5x1 */

/* Cases d'une grille de 5x5 */
.grille5x1ligne1colone1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grille5x1ligne1colone2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grille5x1ligne1colone3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grille5x1ligne1colone4 {
    grid-area: 1 / 4 / 2 / 5;
}

.grille5x1ligne1colone5 {
    grid-area: 1 / 5 / 2 / 6;
}

.grille5x1_contenu {
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
} /* Contenu des cases dans une grille de 5x1 */

.grille6x1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #dfe4ea;
} /* Parent des objets d'une grille de 6x1 */

/* Cases d'une grille de 6x1 */
.grille6x1ligne1colone1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grille6x1ligne1colone2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grille6x1ligne1colone3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grille6x1ligne1colone4 {
    grid-area: 1 / 4 / 2 / 5;
}

.grille6x1ligne1colone5 {
    grid-area: 1 / 5 / 2 / 6;
}

.grille6x1ligne1colone6 {
    grid-area: 1 / 6 / 2 / 7;
}

.grille6x1_contenu {
    margin: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
} /* Contenu des cases dans une grille de 5x5 */

.grille4x1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #dfe4ea;
} /* Parent des objets d'une grille de 4x1 */

/* Cases d'une grille de 4x1 */
.grille4x1ligne1colone1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grille4x1ligne1colone2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grille4x1ligne1colone3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grille4x1ligne1colone4 {
    grid-area: 1 / 4 / 2 / 5;
}

.grille4x1_contenu {
    margin: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
} /* Contenu des cases dans une grille de 5x5 */

.grille3x1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
} /* Parent des objets d'une grille de 3x1 */

/* Cases d'une grille de 3x1 */
.grille3x1ligne1colone1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grille3x1ligne1colone2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grille3x1ligne1colone3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grille3x1_contenu {
    margin: 5px;
    vertical-align: middle;
    text-align: center;
} /* Contenu des cases dans une grille de 3x1 */

#chartdiv {
    width: 100%;
    height: 680px;
} /* DIV des graphs amchart */

.container_tableau {
    max-height: 680px;
    overflow: auto;
} /* DIV container des tableaux */