/*
#@plugins/dist/ritimo/siclem-v1/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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/* Alignements */
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/* Espaceur de blocs */
.clear {
  clear: both;
}
br.clear,
.nettoyeur {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: 0;
  line-height: 1px;
  font-size: 1px;
}
hr.clear {
  visibility: hidden;
}
/* Non visible a l'ecran */
/* attention : .invisible deja defini par bootstrap comme .hidden ici*/
.offscreen {
  position: absolute;
  left: -999em;
  height: 1%;
}
/* not in bootstrap */
.hidden {
  visibility: hidden;
}
/* same as bootstrap native .invisible */
.none {
  display: none;
}
/* same as bootstrap native .hide */
/*
  .js-hide cache en presence de js
  .no-js-hide cache en absence de js
*/
.js .js-hide,
.no-js .no-js-hide {
  display: none;
}
/* debug */
.todo {
  opacity: 0.5;
}
.todo:hover {
  opacity: 1;
}
.blink {
  text-decoration: blink;
}
/* Logos, documents et images */
.gauche {
  float: left;
}
.droite {
  float: right;
}
h1,
.h1,
.h1-like {
  color: #000000;
}
h2,
.h2,
.h2-like {
  color: #333333;
}
.secondary h2,
.secondary .h2,
.secondary .h2-like {
  color: #333333;
}
/* Entrées menu à afficher pour les mobiles */
@media (min-width: 768px) {
  .menu-entree-mobile {
    display: none;
  }
}
.accueil h1 {
  color: #000000;
}
@media (max-width: 767px) {
  .accueil .spip_logos {
    display: block;
    float: none;
    margin: 0 auto;
    padding-top: 0;
  }
}
.accueil small {
  color: #999999;
}
.annonce {
  padding: 0 5px;
  background-color: #FF0;
}
.articles_rubrique h2 {
  position: absolute;
  left: -999em;
  height: 1%;
}
.footer {
  text-align: center;
  background-color: #bcd6d8;
}
.footer .links {
  display: block;
}
.footer .links li {
  float: none;
  display: inline-block;
}
.footer .links a {
  color: #0090a0;
}
/* mini-agenda */
.noisette_miniagenda .liste-items .evenement {
  padding-left: 5.5em;
  font-size: 0.867em;
}
.noisette_miniagenda .liste-items .evenement .banner {
  width: 4.5em;
  margin-left: -5.5em;
}
.noisette_miniagenda .liste-items .evenement .banner .label {
  padding: 0.7em 0;
  font-size: 11px;
}
.noisette_miniagenda .liste-items .evenement .h3-like,
.noisette_miniagenda .liste-items .evenement p {
  margin-bottom: 5px;
}
.noisette_miniagenda .liste-items .evenement p {
  line-height: 1.3;
}
/* recherche scrutari */
.formulaire_recherche_scrutari_etendue,
.formulaire_recherche_scrutari_etendue .muted {
  color: #555555;
}
.formulaire_recherche_scrutari_etendue hr {
  margin: 0.73333333em 0;
  color: #999999;
  background-color: #999999;
}
.formulaire_recherche_scrutari_etendue .editer_etendue {
  margin-top: 0.73333333em;
}
.formulaire_recherche_scrutari_etendue .editer_etendue p {
  margin-bottom: 0.73333333em;
}
