/* RESPONSIVE */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa Rust Sans';
  src: url('../fonts/NexaRustSans.woff2') format('woff2'), url('../fonts/NexaRustSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nexa Rust Sans';
  src: url('../fonts/NexaRustSansBlack.woff2') format('woff2'), url('../fonts/NexaRustSansBlack.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@keyframes appearFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes appearFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes appearFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes appearFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
html,
body {
  overflow-x: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Gotham", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}
body header {
  transition: 0.4s ease-in-out;
}
body #carte-nav {
  position: relative;
}
body #carte-nav:before {
  content: '';
  background: transparent;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  position: absolute;
  transition: 0.3s ease-out;
}
body #carte-nav.scrolled:before {
  background: #0d0d0d;
}
body header.scrolled {
  background: #0d0d0d;
}
body .wow {
  visibility: hidden;
}
body ::-webkit-scrollbar {
  display: none;
}
body .right {
  text-align: right;
}
body .justify {
  text-align: justify;
}
body .center {
  text-align: center;
}
body p {
  margin: 0;
}
body section:target {
  padding-top: 200px;
  margin-top: -200px;
}
body #zone404 {
  display: flex;
  min-height: 80vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}
body #zone404 a {
  display: inline-block;
  margin-top: 10px;
  border: solid 2px #FFF;
  color: #FFF;
  background: transparent;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body #zone404 a:hover {
  background: #FFF;
  color: #000;
}
.animation-fleche {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: animation-fleche;
  animation-name: animation-fleche;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes animation-fleche {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animation-fleche {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body #moove_gdpr_cookie_info_bar {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  bottom: auto !important;
  max-width: 500px !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 120px 40px 40px !important;
  max-height: none !important;
  background: #fff !important;
  color: #000 !important;
  display: block !important;
  -webkit-animation: appearFromBottom 0.3s ease-out backwards;
  animation: appearFromBottom 0.3s ease-out backwards;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-info-bar-hidden {
  display: none !important;
}
body #moove_gdpr_cookie_info_bar:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: -1;
}
body #moove_gdpr_cookie_info_bar:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  padding: 0 !important;
  position: relative;
  z-index: 10;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  flex-direction: column;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content:before {
  content: "";
  background: url(../img/logo-ab.svg) center center no-repeat;
  background-size: contain;
  width: 288px;
  height: 70px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  padding-top: 40px;
  text-align: center;
  color: #000 !important;
  font-weight: 400 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding-left: 0;
  padding-right: 0;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p {
  color: #000 !important;
  font-weight: 500 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p .change-settings-button,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice p a {
  font-weight: 700 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  padding: 0 !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder .mgbutton {
  padding: 10px 30px !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all {
  background: #cb2424 !important;
  color: #fff !important;
  outline: 0 !important;
}
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all:hover {
  background: #b52020 !important;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.14);
}
body.login {
  background-image: url(../_img/login.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
body.login #login h1 a {
  background: url(../_img/login-logo.png) center center no-repeat;
  background-size: contain;
  width: 90%;
  height: 80px;
  margin: 10px auto;
}
body.login form input[type="submit"] {
  background: #1E88E5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*# sourceMappingURL=main.css.map */