@font-face {
  font-family: "Acid Grotesk";
  src: url("../fonts/acid/AcidGrotesk-Light.eot");
  src: url("../fonts/acid/AcidGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/acid/AcidGrotesk-Light.woff2") format("woff2"), url("../fonts/acid/AcidGrotesk-Light.woff") format("woff"), url("../fonts/acid/AcidGrotesk-Light.ttf") format("truetype"), url("../fonts/acid/AcidGrotesk-Light.svg#AcidGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acid Grotesk";
  src: url("../fonts/acid/AcidGrotesk-Medium.eot");
  src: url("../fonts/acid/AcidGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/acid/AcidGrotesk-Medium.woff2") format("woff2"), url("../fonts/acid/AcidGrotesk-Medium.woff") format("woff"), url("../fonts/acid/AcidGrotesk-Medium.ttf") format("truetype"), url("../fonts/acid/AcidGvrotesk-Medium.svg#AcidGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kitsune";
  src: url("../fonts/kitsune/Kitsune-Light.eot");
  src: url("../fonts/kitsune/Kitsune-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/kitsune/Kitsune-Light.woff2") format("woff2"), url("../fonts/kitsune/Kitsune-Light.woff") format("woff"), url("../fonts/kitsune/Kitsune-Light.ttf") format("truetype"), url("../fonts/kitsune/Kitsune-Light.svg#Kitsune-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html, body {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Acid Grotesk", sans-serif;
  line-height: 18px;
  height: 100%;
}
html .wrapper #sidebar, body .wrapper #sidebar {
  background-color: black !important;
  border-right: 1px solid #000000;
}
html .wrapper #sidebar .sidebar-header, body .wrapper #sidebar .sidebar-header {
  background: black !important;
}
html .wrapper #sidebar .nav-active, body .wrapper #sidebar .nav-active {
  font-weight: bold !important;
  background: white !important;
  color: black !important;
}
html .wrapper #sidebar .nav-active a, body .wrapper #sidebar .nav-active a {
  color: black;
}
html .wrapper #sidebar ul li a, body .wrapper #sidebar ul li a {
  padding: 20px !important;
}
html .wrapper #sidebar ul li a:hover, body .wrapper #sidebar ul li a:hover {
  color: black !important;
}
html a, body a {
  color: black;
}
html p, body p {
  font-weight: 300;
}
html .line, body .line {
  border-bottom: 3px solid black;
}

.card-counter {
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  height: 100px;
  border-radius: 5px;
  transition: 0.3s linear all;
  position: relative;
}
.card-counter i {
  font-size: 5em;
  opacity: 0.2;
}
.card-counter .count-numbers {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 32px;
  display: block;
}
.card-counter .count-name {
  position: absolute;
  right: 35px;
  top: 65px;
  font-style: italic;
  text-transform: capitalize;
  opacity: 0.5;
  display: block;
  font-size: 18px;
}
.card-counter:hover {
  box-shadow: 4px 4px 20px #DADADA;
  transition: 0.3s linear all;
}
.card-counter.primary {
  background-color: #007bff;
  color: #FFF;
}
.card-counter.danger {
  background-color: #ef5350;
  color: #FFF;
}
.card-counter.success {
  background-color: #66bb6a;
  color: #FFF;
}
.card-counter.info {
  background-color: #26c6da;
  color: #FFF;
}

.card {
  border-radius: 0;
  border: unset;
}

.card-header {
  background-color: transparent;
}

._ale-icon {
  width: 16px;
  height: 16px;
}

._cats > a {
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
._cats > a:hover {
  text-decoration: underline;
}
._cats span {
  margin-right: 6px;
}
._cats ._icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-bottom: 10px;
}
._cats ._icon i {
  font-size: 20px;
  line-height: 20px;
}

.btn-primary {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  font-weight: bold;
  border-radius: 36px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-primary:hover {
  background-color: black;
  color: white;
  border-color: white;
}

.form-group {
  margin-bottom: 25px;
}
.form-group input.form-control {
  border-bottom: 1px solid black;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.bg-light {
  background-color: white !important;
}

.nav-pills .nav-link {
  text-align: left !important;
  color: black !important;
}
.nav-pills .nav-link.active {
  background-color: transparent !important;
  border-radius: 0;
  font-weight: bold;
}

.border-info-subtle {
  border-color: transparent !important;
}

._kitsune {
  font-family: "Kitsune", sans-serif;
}

.full-screen {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.navbar-brand {
  font-size: 1.8rem;
  line-height: 1;
}
.navbar-brand small {
  font-size: 12px;
}

._main-title h1 {
  font-size: 3vw;
  font-family: "Acid Grotesk", sans-serif;
  position: relative;
  overflow: hidden;
}
._main-title h1 ._mainTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  width: 100%;
}

._welcome_page {
  font-size: 1.2rem;
  padding: 1rem;
}
._welcome_page ._infosControls {
  display: block;
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
}
._welcome_page ._infosControls button {
  font-size: 1.8rem;
}
._welcome_page ._infosControls button.slick-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  display: block;
  transition: all 400ms ease-in-out;
  width: 50px;
}
._welcome_page ._infosControls button.prev {
  left: 0;
  rotate: 180deg;
}
._welcome_page ._infosControls button.prev:hover {
  transform: translateX(-6%);
}
._welcome_page ._infosControls button.next {
  right: 0;
}
._welcome_page ._infosControls button.next:hover {
  transform: translateX(6%);
}
._welcome_page ._infosControls button.slick-disabled {
  font-size: 0;
}

._welcome_infos .slick-track {
  display: flex;
}
._welcome_infos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 70vh;
}
._welcome_infos ._item {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
._welcome_infos ._item h1 {
  font-size: 5vw;
}
._welcome_infos ._item h2 {
  font-size: 3vw;
}
._welcome_infos ._item h3 {
  font-size: 2.6vw;
  margin-bottom: 2rem;
}
._welcome_infos ._item h4 {
  font-size: 1.8vw;
}
._welcome_infos ._item h5 {
  font-size: 1.6vw;
}
._welcome_infos ._item p {
  font-size: 1.2rem;
  line-height: 1.2;
}
._welcome_infos ._item ._content._menu h4 {
  font-weight: 100;
}
._welcome_infos ._item ._content._menu a {
  display: block;
  position: relative;
  transition: all 400ms ease-in-out;
}
._welcome_infos ._item ._content._menu a:hover {
  transform: translateX(5%);
}
._welcome_infos ._item ._responsabilties {
  column-count: 3;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
._welcome_infos ._item ._responsabilties li {
  break-inside: avoid;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem 0.5rem 0;
  position: relative;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
}
._welcome_infos ._item ._responsabilties li strong {
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

@media screen and (max-width: 500px) {
  ._welcome_infos ._item h1 {
    font-size: 56px;
  }
  ._welcome_infos ._item h2 {
    font-size: 46px;
  }
  ._welcome_infos ._item h3 {
    font-size: 26px;
    margin-bottom: 2rem;
  }
  ._welcome_infos ._item h4 {
    font-size: 24px;
  }
  ._welcome_infos ._item h5 {
    font-size: 22px;
  }
  ._welcome_infos ._item p {
    font-size: 1rem;
    line-height: 1.2;
  }
  ._welcome_infos .slick-track .slick-slide {
    min-height: 60vh;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

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