.centrer {
    text-align: center;
}

/* Espaces dans les pages */
.espaceLabel { margin-bottom: 5px; }.espace0 { margin-bottom: 10px; } .espace1 { margin-bottom: 40px; } .espace2 { margin-bottom: 80px; }.espace3 { margin-bottom: 120px; }
.espaceBtnAttacher {
    margin-bottom: 25px;
}

body {
    background-color: lightblue;
}

.fondBleuClair {
    background-color: lightblue;
}

.cadreResultat {
    border-radius: 30px;
    border: 2px solid black;
    padding: 20px;
    background-color: rgb(215, 235, 236);

}

.descriptionBouton {
    font-style: italic;
}

.label {
    font-size: 20px;
}

.affichageIp {
    font-size: 20px;
    font-style:oblique;
}

.containerPlantes {
    background-color: rgb(215, 235, 236);
    border-radius: 10px;
    border: 2px solid black;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width : 95%;
}


.test {
    background-color:  rgb(61,45,119
    );
    color: #119,61,104;
}


/* Progress bar pour indiuqe l'humidité */
.labelPlantes {
    color:rgb(80, 86, 87);
    font-weight: bold;
}

.alignerGauche {
    text-align: left;
    
}

.alignerDroite {
    text-align: right;
    
}

.txtProgressBar {
    color:white;
    font-weight: bold;
    font-size: 1em;
}

.progressBarRounded {
    border-radius: 12px;
}

.tailleLogoNotif {
    width: 20px;
}

.btnRetour {
    width: 140px;
}

.logoRetour {
    width: 25px;
}