@font-face {
  font-family: "oldS";
  src: url("fonts/OldS-round.ttf");
}
@font-face {
  font-family: "rounded";
  src: url("fonts/routed-gothic.ttf");
}
@font-face {
  font-family: "rounded-ital";
  src: url("fonts/routed-gothic-italic.ttf");
}
@font-face {
  font-family: "GaramondItalic";
  src: url("fonts/ebgaramond/EBGaramond12-Italic.ttf");
}
@keyframes eclairs {
  0% {
    stroke: black;
  }
  1% {
    stroke: white;
  }
  2% {
    stroke: black;
  }
  10% {
    stroke: black;
  }
  11% {
    stroke: white;
  }
  12% {
    stroke: black;
  }
  13% {
    stroke: white;
  }
  14% {
    stroke: black;
  }
  25% {
    stroke: black;
  }
  27% {
    stroke: white;
  }
  29% {
    stroke: black;
  }
  36% {
    stroke: black;
  }
  37% {
    stroke: white;
  }
  38% {
    stroke: black;
  }
  42% {
    stroke: black;
  }
  43% {
    stroke: black;
  }
  44% {
    stroke: white;
  }
  46% {
    stroke: black;
  }
  55% {
    stroke: black;
  }
  56% {
    stroke: white;
  }
  57% {
    stroke: black;
  }
  58% {
    stroke: white;
  }
  59% {
    stroke: black;
  }
  60% {
    stroke: white;
  }
  63% {
    stroke: black;
  }
  80% {
    stroke: black;
  }
  82% {
    stroke: white;
  }
  84% {
    stroke: black;
  }
  100% {
    stroke: black;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -150;
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes spinBis {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spinBis {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spinBis {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
body {
  filter: invert(1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  font-family: "rounded";
  cursor: default;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
body .eclairsBack {
  animation: eclairsBack 10s linear infinite;
}
body ::selection {
  color: lightgrey;
  background: white;
}
body ::-moz-selection {
  color: lightgrey;
  background: white;
}
body .shape1 {
  position: fixed;
  z-index: -1;
}
body .all {
  width: 100%;
  /* margin-left: 13%; */
}
body a {
  cursor: pointer;
  text-decoration: none;
  color: black;
}
body a.diable {
  cursor: pointer;
}
body path {
  stroke-dasharray: 5;
  animation: dash 5s linear infinite;
  stroke-linecap: round;
}
body .eclair {
  animation: eclairs 10s linear infinite;
}
body g.node:hover polygon,
body g.node:hover ellipse,
body g.edge:hover polygon,
body g.edge:hover ellipse {
  fill: black;
}
body text{
  font-family: "rounded";
}
body g.node:hover text,
body g.edge:hover text {
  fill: white;
  font-family: "rounded-ital";
}
body #node33:hover ellipse,
body #node9:hover ellipse {
  fill: none;
}
body #node33:hover text,
body #node9:hover text {
  fill: black;
  font-family: "rounded";
}
body #node14:hover path,
body #node15:hover path,
body #node16:hover path,
body #node18:hover path,
body #node19:hover path{
  fill: black;
  stroke: white;
}
body #node14:hover text,
body #node15:hover text,
body #node16:hover text,
body #node18:hover text,
body #node19:hover text{
  fill: white;
  font-family: "rounded";
}

body #node3 {
  display: none;
}
body .devil {
  position: fixed;
  height: 9vw;
  width: auto;
  z-index: 3;
  display: inline;
  transform: rotateY(-180deg);
}
body .cml {
  position: fixed;
  height: 8vw;
  width: auto;
  padding-top: 2.2vh;
  z-index: 3;
  display: inline;
}
body .devil:hover,
body .etoile:hover {
  cursor: pointer;
}

body svg{
  max-width: 100vw;
  position: fixed;
  transform: scale(1.15);
}

body .star {
  z-index: 9;
  /* filter:invert(1);
  mix-blend-mode: difference; */
  position: fixed;
  left: 30px;
  top: 30px;
  width: 17vw;
  animation: spin 30s linear infinite;
}
body .starBis {
  z-index: 8;
  position: fixed;
  right: 20vw;
  height: 38vw;
  padding-top: 1vw;
  width: auto;
  animation: spinBis 40s linear infinite;
}
body .starTer {
  z-index: 7;
  position: fixed;
  height: 86vw;
  padding-top: 1vw;
  width: auto;
  right: 50vw;
  animation: spin 50s linear infinite;
}
body .devilTree {
  position: fixed;
  mix-blend-mode: multiply;
  bottom: 30px;
  right: 30px;
  height: 22vw;
  transform: scaleX(-1);
  width: auto;
  z-index: 100;
}
body .oldStuffs {
  font-size: 5vw;
  list-style: none;
  text-transform: uppercase;
  z-index: 1;
  word-break: normal !important;
  font-family: "metaOld";
  transform: skewY(15deg);
  margin-right: 10px;
  margin-left: 3%;
  padding-top: 27vh;
  height: 100%;
  transition: ease-in-out 0.1s;
}
body .oldStuffs a span {
  transform: skewY(15deg);
}
body .oldStuffs a:hover span {
  transition: ease-in-out 0.1s;
  transform: skewY(-15deg);
}
body .oldStuffs .skewHover {
  transform: skewY(15deg);
  transition: ease-in-out 0.1s;
}
body .oldStuffs span {
  transform: skewY(-15deg);
  transition: ease-in-out 0.1s;
  float: left;
}
body .hide {
  display: none;
}
body .show {
  display: block;
}

/*# sourceMappingURL=old.css.map */
