/*
#@plugins/auto/spipr_doc/v0.6.0/css/spipr_doc.less
*/
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #eeeeee;
  width: auto;
}
.page {
  background-color: #ffffff;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
#header {
  position: relative;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #991a00;
  background-image: -moz-linear-gradient(left, #330011, #991a00);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#330011), to(#991a00));
  background-image: -webkit-linear-gradient(left, #330011, #991a00);
  background-image: -o-linear-gradient(left, #330011, #991a00);
  background-image: linear-gradient(to right, #330011, #991a00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff330011', endColorstr='#ff991a00', GradientType=1);
  color: #ffffff;
}
#header .container {
  position: relative;
  z-index: 100;
}
#header .container .actions {
  position: absolute;
  bottom: -60px;
  right: -30px;
}
#header:after {
  background: url(//www.bastien-thiry.fr/plugins/auto/spipr_doc/v0.6.0/css/img/bs-docs-masthead-pattern.png) repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#content,
#aside {
  margin-top: 20px;
}
#content {
  min-height: 600px;
}
#footer {
  border-top: 1px solid #d5d5d5;
  background-color: #eeeeee;
}
#footer .credits {
  margin-bottom: 0;
}
.page .doc-sidebar {
  margin-left: 0;
}
.doc-sidebar.affix {
  top: 60px;
}
.doc-sidenav {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
.doc-sidenav > li > a {
  border: 1px solid #eeeeee;
  margin-top: -1px;
  padding: 8px 14px;
}
.doc-sidenav li:first-child a {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}
.doc-sidenav li:last-child a {
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* contenu */
.article {
  margin-bottom: 40px;
  position: relative;
}
.article.prop {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.article > .article-header {
  color: #555555;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.article .actions-moderer {
  position: absolute;
  top: 0;
  right: -30px;
}
.placeholder {
  font-size: 28px;
  float: right;
  clear: right;
  margin-right: -30px;
}
.formulaire_crayon .crayon-active {
  min-width: 10em !important;
}
@media (max-width: 767px) {
  #header .container .actions {
    right: -20px;
  }
  .article .actions-moderer {
    right: -20px;
  }
  .placeholder {
    margin-right: -20px;
  }
}
/* home */
.page_sommaire #header {
  padding: 120px 0;
}
.page_sommaire #header .container {
  text-align: center;
}
.page_sommaire #content {
  text-align: center;
}
/* impression : on supprime ce qui ne sert par sur du papier */
@media print {
  #nav,
  #aside,
  #footer,
  .download {
    display: none;
  }
  #content {
    width: 100%;
  }
}
body .spip-admin-float {
  top: 1.5em;
  margin-top: 16px;
}
.spip-admin-float .spip-admin-boutons {
  display: inline-block;
}
