/*
#@themes/gusta/css/spip.comment.less
*/
/* Habillage des forums
---------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* commentaires loin du texte */
.comments {
  margin-top: 3em;
}
/* comments list */
.comments-items {
  list-style: none;
  margin-left: inherit;
}
.comments-items .comments-items {
  margin-left: 0px;
}
.comments-items .comments-items .diese {
  top: 7px;
}
.comments-items .comments-items .comment-meta {
  background-color: #b6e8bd;
}
.comments-items .comments-items .comments-items .comments-items .comments-items {
  margin-left: inherit;
}
.comment {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
}
.hreview.reply .comment-meta,
.pair .hreview .comment-meta {
  border-top: 2px solid #38b44a;
  border-bottom: 1px solid #7cd689;
}
.comments-thread .comment-item.top {
  padding: 1em;
  border-left: 2px solid #38b44a;
}
.pair .hreview {
  border: 1px solid #7cd689;
}
.hreview.reply .comment-content {
  background: #f2f2f2;
}
.impair .hreview .comment-meta {
  border-top: 2px solid #efb73e;
  border-bottom: 1px solid #f7da9c;
}
.comments-thread .comment-item.top.impair {
  border-left: 2px solid #efb73e;
}
.impair .hreview {
  border: 1px solid #f7da9c;
}
.tripair .hreview .comment-meta {
  border-top: 2px solid #3b5da0;
  border-bottom: 1px solid #7592cc;
}
.comments-thread .comment-item.top.tripair {
  border-left: 2px solid #3b5da0;
}
.tripair .hreview.reply .comment-meta {
  border-top: 2px solid #3b5da0;
  border-bottom: 1px solid #7592cc;
}
.tripair .hreview {
  border: 1px solid #7592cc;
}
.quadri .hreview .comment-meta {
  border-top: 2px solid #772953;
  border-bottom: 1px solid #bf4788;
}
.comments-thread .comment-item.top.quadri {
  border-left: 2px solid #772953;
}
.quadri .hreview {
  border: 1px solid #bf4788;
}
.quadri .hreview.reply .comment-meta {
  border-top: 2px solid #772953;
}
.hreview.reply .comment-meta .comment-meta {
  border-top-height: 1px;
}
.comments-thread .comment-item.top .comment-item.top {
  border-left-width: 1px;
  border-left-style: dashed;
  padding-right: 0;
}
.hreview .comment-meta {
  min-height: 20px;
  padding: 19px;
  background-color: #68d077;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding-right: 25px;
  /* ne pas entrer le texte dans le permalink */
  margin-bottom: 0;
  padding-left: 100px;
  position: relative;
  /* pas de «en réponse à» */
}
.hreview .comment-meta .spip_logos {
  position: absolute;
  left: 20px;
  top: 10px;
  /* gravatar à la taille 30px */
}
.hreview .comment-meta .permalink {
  position: absolute;
  right: 5px;
  /* éviter le # qui touche le bord */
  font-size: 2em;
  color: #cf9311;
}
.hreview .comment-meta .item {
  display: none;
}
.comment-meta .forum-titre {
  display: block;
}
.comment-content {
  padding-left: 100px;
  padding-right: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 0;
  border: none;
  overflow: auto;
  overflow-x: none;
}
.comment-reply {
  clear: both;
  text-align: right;
  margin-bottom: 0;
  margin-top: 11px;
  visibility: hidden;
}
.comment:hover .comment-reply {
  visibility: visible;
  position: relative;
}
/* avec plugin comments */
.comment-item:hover > .comment-reply {
  visibility: visible;
  position: relative;
}
/* en thread */
.comments-thread .comment-item {
  margin-bottom: 44px;
}
.comments-thread .comment-item .comment-item {
  margin-bottom: 0;
}
.comments-thread .permalink.in-reply-to {
  bottom: 0;
}
.boutons.modererforum {
  text-align: right;
  position: absolute;
  top: 0;
  right: 2em;
  display: none;
}
.comment:hover .boutons.modererforum {
  display: block;
}
/* pleine largeur et non 80% */
.formulaire_forum form textarea#texte {
  width: 96%;
}
.formulaire_forum .markItUp .markItUpContainer .markItUpHeader {
  width: 96%;
}
.formulaire_spip .boutons input {
  padding: 0.8em 1em;
  background: unset;
  color: white;
  background-color: #ca6317;
  border-radius: 10px;
}
.formulaire_forum .previsu .boutons input {
  background-color: #51a351;
}
