body.site.proces-view {
  background-color: #eee !important;
  background-image: url('https://data-cercrid.inist.fr/files/asset/10fac156abc1f4ff8fdf94694b60e2c27f112b4b.png') !important;
  background-repeat: repeat !important;
  background-position: top left !important;
  background-size: 50px 50px !important;
}
@font-face {
  font-family: 'libertinus-math-regular';
}
.libertinus-math-regular {
  font-family: "Libertinus Math", system-ui;
  font-weight: 400;
  font-style: normal;
}
/* 1. On laisse le body tranquille */
html,
body {
  background-color: #ffffff !important;
}

/* 2. Le conteneur global du site prend le gris perle */
.site,
.site-page,
.site-content,
#wrap {
  background-color: #f2f2f0 !important;
}

/* 3. Le menu et l’en-tête restent blancs */
header,
.site-header,
header nav,
header nav * {
  background-color: #ffffff !important;
}

/* 4. Le contenu principal reste transparent
      pour laisser apparaître le gris */
main,
#content,
.main-content {
  background-color: transparent !important;
}

/* 5. Blocs internes */
main section,
main .container,
main .row {
  background-color: transparent !important;
}
