:root {
    --main-bleugris: #EDF6F6;
}

@media print {
    body {
        margin :0;
        border :none;
    }


}

/*
#printElement, #printButton {
    margin: 30px;
}
.col-sm-4 {
    padding: 10px;
    border: 1px solid grey;
}*/
/*
.row {
    display: -webkit-box;
}
*/



body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.table {
    display: flex;
    flex-direction: column;

}
.bloc1_container {
    display: flex;
}
.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Hauteur fixe pour le conteneur */
}
.stats_zone{
    background:var(--main-bleugris);
    border-radius:10px;
}
.stats_zone_titre {
    font-family	: ArcherPro-Semibold;
    color :#000;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center; /* Optionnel : pour centrer verticalement le texte */
}

.stats_nombre_1 {
    font-size:4em;
    font-weight: bold;
}


.stats_nombre_2a {
    font-size:1.4em;

}
.stats_nombre_2b {
    font-size:2em;
    font-weight: bold;
}

.stats_texte_1 {
    font-size:1.4em;
}
.stats_texte_2 {
    font-size:1.4em;
}

.liste_1 {
    background:#EDF6F6;
    margin:10px;
    padding:5px;
    width: 300px
}


.row {
    /*display: flex;*/

    border:0px solid #000;

}

.cell {
    flex: 1;
    border:0px solid #000;
   /* background: #fff*/

}

.cell1 {
    flex: 1;
    border-radius: 10px;
    background: #fff;
    margin:10px;

}
.cell2 {
    flex: 2;
    border-radius: 10px;
    background: #fff;
    margin:10px;

}

#analyses_alertes, #suivi_chambres {
    border-radius: 10px;
    background: #fff;
    padding:20px;

}


td {
    border: 0px solid black;
}