#logo_site_spip img {
  max-width: 80px;
  height: auto;
}
/* === Kill giant SPIPr background === */
body,
html {
  background-image: none !important;
  background: #f5f5f5 !important;
}
/* ===============================
   Kill giant SPIP background logo
   =============================== */

body {
  background: #fff !important;
  background-image: none !important;
}

/* supprime tout pseudo background injecté */
body::before,
body::after {
  display: none !important;
  content: none !important;
}

/* sécurité extra */
html {
  background: #fff !important;
  background-image: none !important;
}
