h3 small {
    display: block;
    font-weight: normal;
    font-size: 13px;
}

.article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.list-group li:hover {
    background-color: #e2ecf5;
    cursor: pointer;
}

.plats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0px;
}

.plats h2 {
    display: block;
    width: 100%;
}

.plats div {
    background-color: #e2ecf5;
    border-radius: 1rem;
    text-align: center;
    color: #1a456d;
    width: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.plats div img {
    width: 36px;
    height: 36px;
}

.plats div p {
    margin: 1rem auto;
    padding: 0;
    font-size: 1rem;
}
