.images {
    margin-bottom: 0;
}

.commentaires {
    margin-top: -30px;
}
.commentaires {
    background-color: #2f2f2f;
    padding: 20px;
}

.commentaires .subTitle {
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
}

.commentaire-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.commentaire-item:nth-child(even) {
    background-color: #f0f0f0;
}

.commentaire-nom {
    font-weight: bold;
    color: #2f2f2f;
}

.commentaire-texte {
    margin-top: 5px;
    color: #2f2f2f;
}

.aucun-commentaire {
    font-style: italic;
    color: #888;
}

.commentaires-formulaire {
    margin-top: 20px;
}

.commentaires-formulaire h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.commentaires-formulaire textarea {
    resize: vertical;
}

.commentaires-formulaire .btn-primary {
    margin-top: 10px;
}

#textCommentaire{
    color: #f2f2f2;
}