@font-face {
  font-family: "font1";
  src: url("https://dunstan.becht.network/unity/font/proportional.woff2") format("woff2"),
       url("https://dunstan.becht.network/unity/font/proportional.otf") format("opentype");
}
@font-face {
  font-family: "font2";
  src: url("/views/fonts/text.ttf") format("truetype");
}
::selection {
  background: rgba(0, 0, 0, 0);
  color: ;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0);
  color: ;
}
html {
  height: 100%;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  cursor: default;
  background-color: black;
  background: url("/views/pictures/backgrounds/pbp1.jpg") no-repeat center fixed #000000;
  background-size: cover;
}
header {
  border-width: 0;
  text-align: center;
  outline: none;
  padding-bottom: 0;
  height: 100vh;
}
.header-logo {
  margin-top: 50vh;
  height: 21vh;
  max-width: 80vw;
  margin-bottom: 0;
  -webkit-filter: drop-shadow(0 0 10vh rgba(0, 0, 0, 1));
  filter: drop-shadow(0 0 10vh rgba(0, 0, 0, 1));
}
section {
  margin: 0;
  text-align: center;
  opacity: 1;
  width: 100%;
  text-align: center;
  background-color: #000000;
  border-radius: 0;
  border-width: 0;
  padding: 50vh 0 50vh 0;
}
.section-pbp {
  background:url("/views/pictures/backgrounds/pbp2.jpg") no-repeat center fixed #000000;
  background-size: cover;
}
.section-ees {
  background:url("/views/pictures/backgrounds/ees.jpg") no-repeat center fixed #000000;
  background-size: cover;
}
.section-bulk {
  background:url("/views/pictures/backgrounds/bulk.jpg") no-repeat center fixed #000000;
  background-size: cover;
}
.section-wanderers {
  background:url("/views/pictures/backgrounds/wanderers.jpg") no-repeat center fixed #000000;
  background-size: cover;
}
.section-logo {
  width: 60vh;
  max-width: 80vw;
  vertical-align: middle;
  -webkit-filter: drop-shadow(0 0 10vh rgba(0, 0, 0, 1));
  filter: drop-shadow(0 0 10vh rgba(0, 0, 0, 1));
  padding: 6vh 0 6vh 0;
}
.section-files {
  width: 30%;
  margin: 4%;
  vertical-align: middle;
  outline-style: none;
}
.section-files-readable {
  width: 20%;
  margin: 4%;
  vertical-align: middle;
  outline-style: none;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.section-files-readable:hover {
  width: 22%;
  margin: 3%;
}
article {
  vertical-align: top;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  width: 60vh;
  margin: 1vh;
  padding: 1.5vh;
  border-radius: 2vh;
}
.article-pbd {
  margin-right: calc(1vh + (40vw - 30vh));
}
.article-white {
  opacity: 1;
  background-color: #ffffff;
}
.article-end {
  padding-top: 10vh;
  margin: 0;
  padding: 0;
  width: 100%;
}
.logo-a {
  width: 70%;
  margin: 10%;
  vertical-align: middle;
  -webkit-filter: drop-shadow(0 0 0.1vh rgba(0, 0, 0, .4));
  filter: drop-shadow(0 0 0.1vh rgba(0, 0, 0, .4));
}
.logo-b {
  width: 28%;
  margin: 10% 2% 0 2%;
  vertical-align: middle;
  -webkit-filter: drop-shadow(0 0 0.1vh rgba(0, 0, 0, .4));
  filter: drop-shadow(0 0 0.1vh rgba(0, 0, 0, .4));
}
p {
  font-family: "font2";
  color: ;
  text-align: justify;
  margin-right: 0;
  margin-left: 0;
  margin: 1vh;
  text-indent: 4vh;
  font-size: 2.2vh;
}
.text-white {
  color: #ffffff;
  text-shadow: 0 0 .3vw #000000;
}
.center {
  text-align: center;
  text-indent: 0;
}
footer {
  height: 100vh;
  border-width: 0;
  text-align: center;
  outline: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
a.bouton: active {
  outline-style: none;
}
.red {
  color: ;
}
.green {
  color: ;
}
.blue {
  color: ;
}
@media (max-aspect-ratio: 3/4) {
  header {
    height: 133.33333333333vw;
  }
  section {
    padding: 66.666666666667vw 0 66.666666666667vw 0;
  }
  .section-logo {
    padding: 8vw 0 8vw 0;
  }
  article {
    width: 80vw;
    margin: 1.3333333333333vw;
    padding: 2vw;
    border-radius: 2.6666666666667vw;
  }
  .article-pbd {
    margin: 0;
  }
  p {
    margin: 1.3333333333333vh;
    text-indent: 5.3333333333333vw;
    font-size: 2.9333333333333vw;
  }
}
