/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 4, 2018 */
@font-face {
  font-family: "racermedium_100";
  src: url("../fonts/racer/racer_med_100_font-webfont.woff2") format("woff2"), url("../fonts/racer/racer_med_100_font-webfont.woff") format("woff"), url("../fonts/racer/racer_med_100_font-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  padding-left: 5px;
}

::-webkit-scrollbar-button {
  height: 0;
}

::-webkit-scrollbar-track {
  background-color: #003340;
}

::-webkit-scrollbar-track-piece {
  background: #003340;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #00A2C0;
}

::-webkit-scrollbar-corner {
  background-color: #003340;
}

@keyframes scrollTrait {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  70% {
    transform: scaleY(1);
    transform-origin: top;
  }
  70.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.scroll-helper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 2px;
  height: 80px;
  content: "";
  transform: translate(-50%, 100%);
  background: rgba(255, 255, 255, 0.5);
  animation: scrollTrait 1.5s ease-in-out 0.25s infinite;
}

.slick-slide {
  outline: none;
}
.slick-slide img {
  margin: 0 auto;
}

.slick-list,
.slick-track {
  height: 100%;
}

.slick-dots li {
  height: auto;
  width: 80px;
  padding: 10px 2px;
}
.slick-dots li.slick-active button {
  background: #003340;
}
@media only screen and (max-width:980px) {
  .slick-dots li.slick-active button {
    background: #ffffff;
  }
}
.slick-dots li button {
  width: 100%;
  height: 1px;
  background: rgba(0, 51, 64, 0.5);
  padding: 0;
}
@media only screen and (max-width:980px) {
  .slick-dots li button {
    background: rgba(255, 255, 255, 0.5);
  }
}
.slick-dots li button:before {
  display: none;
}

.hamburger:focus {
  outline: 0;
}
@media only screen and (min-width:640px) {
  .hamburger {
    display: none !important;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #003340;
  font-family: "Open Sans";
  line-height: 25px;
}
body.site-futur {
  background: #ffffff;
}
body a {
  font-family: "Open Sans";
  text-decoration: none;
  color: #00A2C0;
  transition: 0.25s ease-in-out color;
}

.main-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.main-section .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5vh;
}
.main-section .logo img {
  height: 250px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .main-section .logo img {
    height: 150px;
  }
}
.main-section .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15vh 10vw;
  justify-content: center;
  color: white;
}
.main-section .info .contact {
  color: #00A2C0;
}
.main-section .info p {
  font-family: "racermedium_100";
  font-size: 25px;
  margin-bottom: 0;
  text-align: center;
}

.header {
  position: relative;
  background: #003340;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.header .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5vh;
  z-index: 1;
  pointer-events: none;
}
.header .logo img {
  height: 250px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .header .logo img {
    height: 150px;
  }
}
.header #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003340;
  background-image: url("");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.navbar {
  position: fixed;
  z-index: 2;
  background: rgba(0, 51, 64, 0.9);
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .navbar {
    padding: 10px 20px;
    justify-content: space-between;
  }
}
.navbar__logo {
  display: none;
}
@media only screen and (max-width: 640px) {
  .navbar__logo {
    display: block;
    height: 100%;
  }
  .navbar__logo img {
    height: 100%;
  }
}
.navbar__links {
  padding: 10px 20px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  transition: color 0.25s ease-in-out, text-shadow 0.25s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .navbar__links {
    width: 100%;
    text-align: center;
  }
}
.navbar__links__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .navbar__links__wrapper {
    height: auto;
    pointer-events: none;
    background: #003340;
    top: 60px;
    left: 0;
    right: 0;
    position: fixed;
    transform: translateX(-100%);
    transition: transform 0.25s ease-out, opacity 0.25s ease-in-out;
    opacity: 0;
    flex-direction: column;
  }
  .navbar__links__wrapper.menu-open {
    pointer-events: auto;
    transform: translateX(0);
    opacity: 1;
  }
}
.navbar__links:hover {
  text-shadow: 0 0 0.5em #00A2C0, 0 0 1em #00A2C0, 0 0 1.5em #00A2C0, 0 0 1.5em #00A2C0;
}

.title {
  color: #003340;
  margin-bottom: 40px;
  font-family: "racermedium_100";
  font-size: 35px;
  line-height: 45px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width:980px) {
  .title {
    font-size: 45px;
  }
}

.section {
  margin: 100px 5vw;
  position: relative;
}
.section.full-width {
  margin: 100px 0;
}
.section__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #000000;
  height: 100%;
  width: 100%;
}
.section__content {
  padding: 5vh;
  text-align: justify;
  overflow: hidden;
}
@media only screen and (min-width:980px) {
  .section__content {
    width: 70%;
    padding: 10vh;
  }
}
.section__content.above-image {
  width: 90%;
  background: lightgrey;
  z-index: 1;
  margin-top: -100px;
  order: 1;
}
@media only screen and (min-width:980px) {
  .section__content.above-image {
    order: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(50% + 5vw);
    margin-right: -5vw;
  }
}
.section__content.full-width {
  width: 100%;
  height: 100%;
  padding: 5vh 0;
}
.section__content__address, .section__content__contact {
  text-align: center;
}
.section__content__address span, .section__content__contact span {
  display: block;
}
.section__content__address a, .section__content__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.25s ease-in-out;
}
.section__content__address a:hover, .section__content__contact a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.section__content__address a img, .section__content__contact a img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.section__full-text__text {
  transition: transform 0.5s 0.05s ease-in-out, opacity 0.25s 0.05s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.section__full-text__text.not-visible {
  transform: translateY(50px);
  opacity: 0;
}
.section__full-text__title {
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
.section__full-text__title.not-visible {
  transform: translateY(50px);
  opacity: 0;
}
.section__full-image__title {
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.section__full-image__title.not-visible {
  transform: translateX(100px);
  opacity: 0;
}
@media only screen and (max-width:980px) {
  .section__full-image .slick-dots {
    bottom: 20px;
  }
}
@media only screen and (min-width:980px) {
  .section__text-image {
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width:980px) {
  .section__text-image {
    margin: 100px 0;
  }
}
@media only screen and (max-width:980px) {
  .section__text-image .slick-dots {
    bottom: 120px;
  }
}
.section__text-image__title {
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.section__text-image__title.not-visible {
  transform: translateX(-100px);
  opacity: 0;
}
.section__text-image__text {
  transition: transform 0.5s 0.05s ease-in-out, opacity 0.25s 0.05s ease-in-out;
  opacity: 1;
  transform: translateX(0);
}
.section__text-image__text.not-visible {
  transform: translateX(-100px);
  opacity: 0;
}
.section__text-image__photo {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section__slick {
  position: relative;
  width: 100%;
  height: 100%;
  order: 0;
}
@media only screen and (max-width:980px) {
  .section__slick {
    height: 60vh;
  }
}
.section__slick.slick-slider {
  margin-bottom: 0;
}
.section__slick.partners__slick {
  height: 70vh;
}
@media only screen and (min-width:980px) {
  .section__slick {
    order: 1;
    width: 50%;
  }
}
.section__slick.full {
  width: 100%;
}
.section__photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer {
  background: #008ca7;
  background: #003340;
  color: #ffffff;
  text-align: center;
  padding: 50px;
}