body {
    font-family: 'Lato', sans-serif;
    text-align: center;
}

section {
    padding: 65px 0 80px 0;
}

body .Error {
    color: red;
    font-size: 0.9em;
}

home .logo{
    text-align: center;
    margin: auto;
    float: none;
}

#home .img-fluid{
    width: 200px;
    height: 150px;
}

/* Conteneur général des disponibilités */
#slotsRoot {
    text-align: center;
}

/* Chaque bloc de journée */
.day {
    text-align: center;
    margin: 20px 0;
}

/* Conteneur des heures */
.times {
    display: flex;
    justify-content: center;   /* centre horizontalement */
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}

/* Boutons horaires */
.time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

