/* Fond unique du site : priorité forte pour éviter tout retour ou flash de l'ancien visuel. */
html{background:#02050d!important}
html body{
  background-color:#02050d!important;
background-image:linear-gradient(rgba(1,5,15,.38),rgba(1,5,15,.60)),url("studio-background-official-v2.png?v=813")!important;
  background-position:center top!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
}
html body::before{
  content:none!important;
  display:none!important;
  background:none!important;
  background-image:none!important;
  animation:none!important;
}
html body::after{
  background:linear-gradient(180deg,rgba(1,5,15,.04),rgba(1,5,15,.18))!important;
  animation:none!important;
}
@media(max-width:900px){
  html body{background-attachment:scroll!important;background-position:center top!important}
}
