#module-commentaires {
    max-width: 600px;
    margin: 2rem auto;
    font-family: sans-serif;
}

#form-commentaire input,
#form-commentaire textarea {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.commentaire {
    background: #f3f3f3;
    padding: 1rem;
    border-radius: 5px;
}
