@font-face {
  font-family: "font";
  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/pilat.jpg") no-repeat bottom fixed #000000;
  background-size: cover;
}
header {
  border-width: 0;
  text-align: center;
  outline: none;
  padding-bottom: 0;
  height: 100vh;
}
.header-logo {
  margin-top: 15vh;
  height: 50vh;
  max-width: 80vw;
  margin-bottom: 0;
  filter: drop-shadow(0 0 0.4vh 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-mines {
  background:url("/views/pictures/backgrounds/mines.jpg") no-repeat center fixed #000000;
  background-size: cover;
}
.section-pilat {
  background:url("/views/pictures/backgrounds/pilat.jpg") no-repeat bottom fixed #000000;
  background-size: cover;
}
.section-team {
  background:url("/views/pictures/backgrounds/team.jpeg") no-repeat center fixed #000000;
  background-size: cover;
}
.section-resources {
  background:url("/views/pictures/backgrounds/astronomy.jpg") no-repeat bottom fixed #000000;
  background-size: cover;
}
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-white {
  background-color: rgba(255, 255, 255, 0.8);
}
h1 {
  font-family: "font";
  color: white;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  margin: 1vh;
  text-indent: 0;
  font-size: 5vh;
}
p, a, h2{
  font-family: "font";
  color: ;
  text-align: justify;
  margin-right: 0;
  margin-left: 0;
  margin: 1vh;
  text-indent: 0;
  font-size: 2.2vh;
}
a {
  color: ;
  margin: 0;
}
h2 {
  font-weight: bold;
  text-align: center;
}
.photo-member {
  float: right;
  display: inline-block;
  width: 16vh;
  border-radius: 1vh;
}
.interactive-picture {
  
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;}
.interactive-picture:hover {
  filter: brightness(120%);
}
.text-white {
  color: #ffffff;
  text-shadow: 0 0 .3vw #000000;
}
.center {
  text-align: center;
  text-indent: 0;
}
video {
  width: 100%;
  opacity: 1;
  border-radius: 1vh;
}
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;
  }
  h1 {
    margin: 1.3333333333333vh;
    font-size: 6.6666666666667vw;
  }
  p, a {
    margin: 1.3333333333333vh;
    text-indent: 5.3333333333333vw;
    font-size: 2.9333333333333vw;
  }
  a {
    margin: 0;
  }
}
