/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
#@23
#@24
#@25
#@26
#@27
#@28
#@29
#@30
#@31
#@32
#@33
#@34
#@35
#@36
#@37
#@38
#@39
*/
@charset "UTF-8";
/* Variables et declarations specifiques, en complement de _variables.scss */
a.lien-sans-style {
  text-decoration: none;
  color: inherit;
}
.lien-sans-style a {
  text-decoration: none;
  color: inherit;
}
.separateur:before, .noisette_partager_article:before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.5rem;
  background-color: #da1f0d;
  margin: 2rem 0;
}
html {
  font-size: 100%;
}
/* Reduire la font en mobile que l'on tient plus pres des yeux */
@media (max-width: 575.98px) {
  html {
    font-size: 93.75%;
  }
}
@media (min-width: 992px) {
  #logo_site_spip {
    font-size: 4rem;
  }
}
.header {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.header .spip_logo {
  float: unset;
  margin-bottom: 0;
  margin-right: 1rem;
}
.liste-items .item {
  padding: 2rem 0;
  border-top: 1px dashed #da1f0d;
}
.liste-items .item:last-child {
  border-bottom: 1px dashed #da1f0d;
}
.list-group-item {
  border: none;
  color: #da1f0d;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.1s ease-in-out;
}
.list-group-item:first-child {
  border-radius: 0;
}
.cartouche h1 + .publication, .hero-unit h1 + .publication, .entry h1 + .publication {
  margin-top: -1.25rem;
}
.footer {
  border-top: 1px dashed #da1f0d;
}
.footer .nav-link:hover, .footer .menu-items__lien:hover, .footer .nav-link:focus, .footer .menu-items__lien:focus {
  text-decoration: underline;
}
.pagination {
  margin-top: 3rem;
}
.caractencadre-spip {
  color: #da1f0d;
}
.texteencadre-spip {
  color: inherit;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
  border-color: #da1f0d;
}
.noisette_partager_article a {
  display: block;
  font-size: 0;
  position: relative;
}
.noisette_partager_article img {
  width: auto;
  height: 2rem;
}
.noisette_partager_article .partager {
  display: block !important;
  /* pour désactiver la classe d-flex */
}
.noisette_partager_article .partager > .sr-only {
  /* pour désactiver la classe d-flex */
  position: unset;
  width: unset;
  height: unset;
  display: block;
}
.noisette_partager_article .mr-2 {
  margin-right: 2rem !important;
}
@supports (mix-blend-mode: screen) {
  .noisette_partager_article a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    background-color: black;
  }
  .noisette_partager_article a:hover:before {
    background-color: #da1f0d;
  }
}
