.add-edit {
    margin-left: 0;
    width: 100%;
    border-radius: 0 0 0 0;
}

.add-edit input, .add-edit select {
    width: 60%;
    font-size: 2rem;
    padding: 15px;
}

.add-edit option {
    font-size: 1rem;
}

.infoRecette {
    display: flex;
    flex-direction: column;
}

.chip-edit {
    height: 75px;
    font-size: 2.3rem;
    flex-wrap: wrap;
    max-width: 400px;
}

.chip-edit input {
    width: 40px;
    height: 40px;
}