#bureau-boot {
  display: none;
}

html[data-bureau-boot],
html[data-bureau-boot] body {
  background: #0f1018;
}

html[data-bureau-boot] #bureau-boot {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  background: #0f1018;
}

html[data-bureau-boot] #bureau-boot img {
  width: 72px;
  height: 72px;
  border-radius: 17px;
}
