html,
body,
#__next,
main {
  background-image: url("/images/accueil.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-color: transparent !important;
}

main,
#__next {
  background: transparent !important;
}