/* Commentaires
----------------------------------------------- */

#comments {
  padding: 10px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  /*margin-bottom: 0;*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  font-size: 90%;
  max-width: 100%;
}

#comments .comments-title-wrap {
  margin: 0 0 30px;
  width: 100%;
}

#comments .comments-title-wrap h2 {}

#comments .comments-title-wrap .discussion-meta {
  display: none;
}

#comments .comment-list,
#comments .comment-form-flex {
  margin-top: 0;
  position: relative;
  flex: 1;
}

#comments .comment-list {
  margin-right: 30px;
}

#comments .comment-form-flex {
  display: flex;
  flex-direction: column;
}

#comments .comment-list li:first-child>.comment-body:first-child {
  margin-top: 0;
}

#comments .comment-form-flex #respond {}

#comments .comment-form-flex h2 {
  font-size: 1.2em;
}

#comments .comment-list .comment-content {
  background-color: rgba(0, 0, 0, .1);
  margin: 0;
  padding: 3px 8px 20px;
}

#comments .comment-list .comment-reply {
  text-align: right;
  margin-top: -15px;
}

#comments .comment-list .comment-reply-link {
  color: #0073aa;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

/* commentaire: options */

#comments.intcomments {
  background-color: #fdfadf;
  padding: 10px;
  border: 1px solid #f5f2d3;
}

/* lien dans metas de l'article */
body:not(.logged-in) .entry-meta .comment-count {
  display: none !important;
}