/*
#@/var/toutleWWW/snes/WWW/trunk/plugins/theme/css/variables.less
#@/var/toutleWWW/snes/WWW/trunk/plugins/theme/css/mixins.less
#@/var/toutleWWW/snes/WWW/plugins-dist/extensions/bootstrap/bootstrap/css/mixins.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#snes .titrages {
  border-left: 4px solid #000000;
  background: #888;
  color: #ffffff;
  display: inline-block;
}
#snes .titrages a {
  color: white;
  display: inline-block;
  padding: 5px 7px;
}
#snes .titrages a:hover,
#snes .titrages a:focus {
  background-color: #000000;
}
#snes .degrade_gris {
  color: #ffffff;
  background: #65808b;
  background-color: #667f8c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40545f), color-stop(10px, #5d7784), to(#8aa0ab));
  background-image: -webkit-linear-gradient(#40545f, #5d7784 10px, #8aa0ab);
  background-image: -moz-linear-gradient(top, #40545f, #5d7784 10px, #8aa0ab);
  background-image: -o-linear-gradient(#40545f, #5d7784 10px, #8aa0ab);
  background-image: linear-gradient(#40545f, #5d7784 10px, #8aa0ab);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40545f', endColorstr='#ff8aa0ab', GradientType=0);
}
#snes .degrade_gris a {
  color: #ffffff;
}
#snes .degrade_gris a:hover,
#snes .degrade_gris a:focus {
  color: #000000;
}
#snes .degrade_gris a.btn-inverse:hover,
#snes .degrade_gris a.btn-inverse:focus {
  color: #ffffff;
}
#snes .degrade_gris .pagination a {
  color: #555555;
}
#snes .degrade_gris .pagination a:hover,
#snes .degrade_gris .pagination a:focus {
  color: #000000;
}
/* * Habillage des forums */
/* comments list */
.comments-items {
  list-style: none;
  margin-left: 0;
}
.comments-items .comments-items {
  margin-left: 80px;
}
.comments-items .comments-items .comments-items .comments-items .comments-items {
  margin-left: 20px;
}
.comment {
  overflow: hidden;
  position: relative;
  padding-bottom: 18px;
}
.comment-meta {
  min-height: 20px;
  padding: 19px;
  background-color: #dddddd;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  border: 0;
  margin-bottom: 9px;
}
.comment-meta {
  padding-left: 100px;
  position: relative;
}
.comment-meta .spip_logos {
  position: absolute;
  left: 20px;
}
.comment-meta .permalink {
  position: absolute;
  right: 0;
  font-size: 2em;
  color: #aaaaaa;
}
.comment-meta .forum-titre {
  display: block;
}
.comment-content {
  background: transparent;
  padding-left: 100px;
  max-height: 60em;
  overflow: auto;
  overflow-x: none;
}
.comment-reply {
  clear: both;
  text-align: right;
  margin-bottom: 0;
  margin-top: -9px;
  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: 18px;
}
.comments-thread .comment-item .comment-item {
  margin-bottom: 0;
}
.comments-thread .permalink.in-reply-to {
  bottom: 0;
}
/* avec plugin comments */
/* en list avec plugin comments */
.comment-meta .item {
  display: block;
}
.boutons.modererforum {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.comment:hover .boutons.modererforum {
  display: block;
}
