/* LESS Document */
/*************************/
/* Imports */
/*************************/
@import "/css/google-fonts.css";
@import "/css/all.min.css";
@import "/css/bootstrap.min.css";
@import "/css/animate.css";
/*************************/
/* LISTE DES VARIABLES STANDARDS */
/*************************/
/*************************/
/* CLASSES GÉNÉRALES */
/*************************/
.bg-color {
  background-color: #191919;
}
.bg-color-gradiant {
  background: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#262626));
  background: linear-gradient(to bottom, #191919, #262626);
}
.text-color {
  color: #212529;
}
.text-color-subtle {
  color: #4e5862;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.fs-8 {
  font-size: 0.75rem !important;
}
.link-light {
  text-decoration: none;
}
.link-light:hover {
  color: #ccc;
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.bt-opacity-over:hover {
  opacity: 0.8;
}
.bt-web {
  color: #fff;
  border: solid #aaa 1px;
  border-radius: 8px;
  height: 48px;
  padding: 8px 10px;
  background-color: #000;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .mt-md-negative-500 {
    margin-top: -500px !important;
  }
}
/*************************/
/* CLASSES MASTER */
/*************************/
body,
html {
  font-family: 'Open Sans';
  background-color: #191919;
  scroll-behavior: smooth;
}
.navbar {
  background-color: #191919;
}
.nav-link {
  color: #fff;
}
.nav-link:hover {
  color: #ccc;
}
.return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b7bec5;
  /* Bootstrap primary */
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.return-to-top:hover {
  background-color: #dc3545;
  color: white;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
/*************************/
/* CLASSES PROG */
/*************************/
