.home--container {
    margin-bottom: 11vh;
}

.moyen--gaspi {
    margin: 1rem;
    margin-bottom: 0;
    border: 1px solid rgba(128, 128, 128, 0.18);
    padding: .5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-radius: 1.5rem;
}

.moyen--gaspi p {
    font-size: .9rem;
    font-weight: 400;
}

.comparatif--number {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.number--g {
    font-size: 1.5rem;
}

.pct {
    font-size: .8rem;
    font-weight: 400;
}

.date {
    font-size: .8rem;
    font-weight: 400;
    color: rgba(128, 128, 128, 0.6);
}

.graph {
    width: 100%;
    height: 300px;
    margin: 1rem 0;
    margin-top: 0;
}

.menu {
    width: 100%;
    margin: 2rem 1rem;
}

.menu h2 {
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: .5rem;
    color: rgba(128, 128, 128, 1);
}
