/* auteur : Z3S_2 */

#particles {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  pointer-events: none;
  z-index: 5;
  background: transparent;
}
