/*
#@plugins/auto/theme_bsblog/v1.1.7/css/theme.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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  margin-top: 1.46666667em;
}
.header .accueil {
  margin-top: 1.46666667em;
}
.header .spip_logos {
  max-height: 50px;
  width: auto;
}
.header h1 {
  text-transform: capitalize;
}
.header h1 small,
.header #slogan_site_spip {
  color: #9A9994;
}
#content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.content {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #deddd1;
  margin-bottom: 2.93333333em;
}
.content .entry-title {
  font-weight: bold;
}
.content .entry-title + .publication {
  margin-top: -11px;
}
.content .hero-unit {
  margin-left: -20px;
  margin-right: -20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  #header {
    margin-top: 0;
    margin-botom: 1.46666667em;
  }
  #content {
    margin-left: -20px;
    margin-right: -20px;
    border-left: 0;
    border-right: 0;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*padding-top:0;*/
  }
  #content .hero-unit {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .spip_logos {
    max-width: 25%;
    height: auto;
  }
  #content .breadcrumb {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  #nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/* Reduire la font en mobile que l'on tient plus pres des yeux */
@media (max-width: 450px) {
  .page {
    font-size: 0.93em;
  }
}
.formulaire_spip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.formulaire_spip .boutons {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-header {
  color: #413932;
  font-weight: bold;
}
.footer {
  font-size: 85%;
  border-color: #d4d2c2;
  color: #887668;
}
.footer a {
  color: #403F3C;
}
.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #024a5b;
}
.footer {
  border-top: 2px solid #deddd1;
}
.spip_logos {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.secondary .formulaire_recherche label {
  color: #413932;
  font-weight: bold;
}
.secondary .spip_logos {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.secondary .nav a {
  color: #f14e32;
}
.secondary .nav a:hover,
.secondary .nav a:focus,
.secondary .nav a:active {
  color: #c9290e;
}
.secondary .nav-list > .active > a,
.secondary .nav-list > .active > a:hover {
  color: #ffffff;
  background-color: #f14e32;
}
.secondary .nav-pills > .active > a,
.secondary .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #f14e32;
}
.secondary .nav .dropdown-toggle .caret {
  border-top-color: #f14e32;
  border-bottom-color: #f14e32;
}
.secondary .nav .dropdown-toggle:hover .caret {
  border-top-color: #c9290e;
  border-bottom-color: #c9290e;
}
@media print {
  #content,
  .breadcrumb {
    border: 0;
    padding: 0;
  }
  h3.spip,
  ul.spip,
  ul.spip li,
  .spip_cadre {
    page-break-before: auto;
    page-break-inside: avoid;
  }
  .comment-form,
  .comments-feed {
    display: none;
  }
  aside > .comments {
    page-break-before: always;
  }
}
