@font-face {
  font-family: "Eurostile Regular";
  src: url("../fonts/eurostile/EurostileLTStd.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Eurostile Regular", "sans-serif";
}
p,
a {
  font-weight: 100 !important;
}
.ctrltime {
    background: url(../img/temps.png);
    height: 100vh;
    background-size: cover;
}
.ptext {
  font-size: 1.3rem;
  font-weight: 100;
}

.space {
  margin-top: 3.7rem !important;
}
i.fa {
  color: #fff;
}
.niveau{
  margin-top: 10%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .space {
    margin-top: 1.7rem !important;
  }
  .ptext {
    font-size: 1.3rem;
  }
  span.pl-4, span.pr-4{
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .space {
    margin-top: 1.7rem !important;
  }
  .ptext {
    font-size: 16px;
  }
  span.pl-4, span.pr-4{
    font-size: 12px;
  }
  .ctrltime {
      height: 60vh;
  }
}
