body {
  background-color: black;
  color: #6c757d;
  margin: 0px;
  padding: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pas-hidden {
  opacity: 0;
}

.pas-fade-in {
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 1;
}

.pas-marque {
  position: absolute;
  top: 0;
  left: 0;
  width: 15vw;
  height: 15vw;
  background-image: url("img/pas-marque.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.pas-container {
  width: 100%;
  height: 95vh;
  background-image: url("img/fond-pas-style.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pas-container .pas-titre {
  width: 100%;
  color: #adb5bd;
  text-align: center;
  font-size: 5vw;
}

#mentions {
  width: 100%;
  height: 95vh;
  max-height: 95vh;
  overflow: auto;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.icons {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  color: #212529;
  text-align: center;
  font-size: 12vw;
}

.icons i:hover {
  color: #e9ecef;
  opacity: .5;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: x-small;
}

footer a {
  text-decoration: none;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=pas.css.map */