/*
#@squelettes/css/perso.scss
*/
/* fond gris pour les formulaires de commentaire */
.ariaformprop {
  background-color: #f5f6f7;
  padding: 1em;
}
a.suivant_precedent {
  display: inline;
  margin: 0 50px 0 0;
  border-bottom: none;
}
a.suivant_precedent img {
  vertical-align: middle;
}
#wrapper .spip_logo {
  display: block;
  float: none;
  margin: 0 auto 10px auto;
  padding: 0;
  border: none;
}
#wrapper .logo-img-wrapper {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  padding: 0;
  border: none;
}
.box {
  list-style-type: none;
}
#main .inner section {
  padding: 2em 0 3em 0;
}
#logo_site_spip .nom_site_spip {
  font-size: 2.5em;
}
#ALaUne {
  width: 90%;
}
#banner {
  background-color: #eff1f2;
  border-radius: 0.375em;
  padding: 2em;
  display: block;
  float: left;
  position: relative;
  margin-right: 2em;
  width: calc(100% - 34em);
}
#banner span.CouvGaz {
  margin-left: 50px;
  float: right;
}
#banner div.content {
  padding: 0 2em 0 2em;
}
#contentbreves {
  display: block;
  float: left;
  position: relative;
  margin: 2em auto;
  min-width: 30em;
}
.breveslist {
  border: 1px solid #eff1f2;
  width: 28em;
  height: 23em;
  padding: 1em;
  overflow: hidden;
  background: white;
  position: relative;
  box-sizing: border-box;
}
.marquee {
  position: relative;
  top: 0em;
  margin-top: 0em;
  box-sizing: border-box;
  text-align: left;
  animation: marquee 90s linear infinite;
  animation-delay: 0s;
}
.marquee:hover {
  animation-play-state: paused;
}
#cadrebreves {
  display: block;
  width: calc(100% - 2em);
  height: 21em;
  margin-bottom: 1em;
}
/* Make it move! */
@keyframes marquee {
  0% {
    top: 0em;
  }
  8% {
    top: 0em;
  }
  10% {
    top: -22em;
  }
  18% {
    top: -22em;
  }
  20% {
    top: -44em;
  }
  28% {
    top: -44em;
  }
  30% {
    top: -66em;
  }
  38% {
    top: -66em;
  }
  40% {
    top: -88em;
  }
  48% {
    top: -88em;
  }
  50% {
    top: -110em;
  }
  58% {
    top: -110em;
  }
  60% {
    top: -132em;
  }
  68% {
    top: -132em;
  }
  70% {
    top: -154em;
  }
  78% {
    top: -154em;
  }
  80% {
    top: -176em;
  }
  88% {
    top: -176em;
  }
  90% {
    top: -198em;
  }
  98% {
    top: -198em;
  }
  100% {
    top: -220em;
  }
}
@media (max-width: 800px) {
  #banner {
    width: 100%;
    margin-right: 0;
  }
  #banner span.CouvGaz {
    margin: 20px;
    float: none;
  }
}
div.liste.documents.documents_joints.pdf {
  background-color: #eff1f2;
  border-radius: 0.375em;
  padding: 1em;
}
header.major h2.rubrique3 {
  border-bottom-color: #996633;
}
h2.rubrique3 a:hover {
  color: #996633 !important;
}
header.major h2.rubrique1 {
  border-bottom-color: #6ebbe2;
}
h2.rubrique1 a:hover {
  color: #6ebbe2 !important;
}
header.major h2.rubrique2 {
  border-bottom-color: #ada6ca;
}
h2.rubrique2 a:hover {
  color: #ada6ca !important;
}
header.major h2.rubrique10 {
  border-bottom-color: #e7b9ce;
}
h2.rubrique10 a:hover {
  color: #e7b9ce !important;
}
header.major h2.rubrique5 {
  border-bottom-color: #c2cfad;
}
h2.rubrique5 a:hover {
  color: #c2cfad !important;
}
#phototheque {
  display: block;
  width: 100%;
  float: left;
  margin: 2em auto;
  padding: 2em;
  background-color: #000;
}
#tarteaucitronAlertBig button, button:active:focus {
  color: #000 !important;
  text-decoration: none;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
#tarteaucitronAlertBig button.tarteaucitronAllow, #tarteaucitronAlertBig button.tarteaucitronDeny {
  color: #fff !important;
}
#tarteaucitronIcon button, button:active:focus {
  text-decoration: none;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
#tarteaucitronServices button, button:active:focus {
  color: #fff !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
#tarteaucitronClosePanel, button:active:focus {
  color: #f2f2f2 !important;
  padding: 0;
  height: 25px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
figure.spip_doc_inner {
  text-align: left;
}
