
.commentaires-section {
  background-color: #0a0a0a;
  color: #f0f0f0;
  padding: 2rem;
  border-top: 1px solid #333;
  font-family: 'Lexend', sans-serif;
}

.commentaires-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.commentaires-liste {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.commentaires-liste li {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid #222;
  border-radius: 8px;
  position: relative;
}

.commentaires-liste .meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0.5rem;
}

.commentaires-liste .delete-btn {
  color: #f44;
  text-decoration: none;
}

.comment-form textarea {
  width: 100%;
  background: #111;
  border: 1px solid #444;
  color: #fff;
  padding: 1rem;
  font-size: 1rem;
  resize: vertical;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.comment-form button {
  background: #fff;
  color: #000;
  border: none;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.comment-form button:hover {
  background: #ddd;
}

.commentaires-section {
  margin-bottom: 0;
  padding-bottom: 1rem; 
}

footer {
  margin-top: 0;
  padding-top: 0;
}
