.legend {
    margin-bottom: 1em;
}
.legend span {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    color: #000;
}
.pleine { background: #f58220; }
.disponible { background: #fce07e; }
.non { background: #dcdcdc; }

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}
th, td {
    text-align: center;
    padding: 2px;
    border: 1px solid #ccc;
}
th {
    position: sticky;
    top: 0;
    background: #fff;
}
.fruit {
    text-align: left;
    font-weight: bold;
}