*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style-type: none;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

img {
  display: block;
}

*:focus {
  border: none;
}

@font-face {
  font-family: "bagoss";
  font-weight: normal;
  src: url("fonts/Bagoss_Thin.ttf") format("opentype");
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -3px;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.1em;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  line-height: 1.1em;
  letter-spacing: -1px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 2em;
}

h4 {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}

h5 {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
}

a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  color: white;
}

.hide {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overflow {
  overflow: hidden;
}

.colums-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.colums-2 > * {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.colums-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.colums-3 > * {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.width-100 {
  position: relative;
  width: 100%;
}

.width-60 {
  position: relative;
  width: 60%;
  max-width: 1100px;
}

.width-50 {
  position: relative;
  width: 50%;
}

.constrain-width {
  width: 100%;
  max-width: 90%;
}

.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center-h {
  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;
}

.translate-Y {
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
}

.content {
  background: white;
  padding: 4em;
}

header {
  width: auto;
  height: 100vh;
  position: sticky;
  z-index: 4000;
  top: 0;
  left: 100%;
  margin-left: auto;
  display: inline-block;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-corner {
  height: 100%;
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-language {
  position: relative;
  width: auto;
  height: auto;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-language--container {
  position: relative;
  width: 100%;
  background: white;
  padding-bottom: 0em;
  border-radius: 0px 0px 0px 10px;
}

.icon-lang {
  position: relative;
  margin: 0em;
  pointer-events: auto;
}
.icon-lang__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  background: white;
  border-radius: 0px 0px 0px 10px;
}
.icon-lang h5 {
  text-transform: uppercase;
}

.nav-square {
  position: relative;
  width: auto;
  height: auto;
  padding: 0em 1em 0em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero {
  height: auto;
  padding: 6em;
  background: #266264;
}
.hero h2 {
  letter-spacing: 1px;
  text-wrap: balance;
  text-align: center;
  color: white;
}

.fade {
  position: absolute;
  padding-bottom: 4rem;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(10, 10, 10)), to(rgba(10, 10, 10, 0)));
  background: linear-gradient(0deg, rgb(10, 10, 10) 0%, rgba(10, 10, 10, 0) 100%);
}

.carousel {
  width: 100%;
  height: 100vh;
  opacity: 0;
  position: absolute;
}

.carousel-title {
  z-index: 900;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  padding: 6em;
}

.carousel-title > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-video, .slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-title--container {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0px;
}

.video-title {
  position: absolute;
  bottom: 80px;
  max-width: 40%;
}

.video-title h2, .video-title h3, .video-title h4, .video-title h5 {
  color: white;
}

.bloc {
  background: #f1f3f5;
  padding: 4em;
}
.bloc-colored {
  background: #266264;
  padding: 4em;
}

.logo {
  overflow: hidden;
}
.logo-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  margin: 20px;
}
.logo-container p {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

#logo-title {
  height: 55px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  overflow: hidden;
}

#logo-title2 {
  height: 55px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.title {
  color: #266264;
}

#logo-circle {
  position: absolute;
  width: 100%;
  inset: 0;
}

.about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: white;
  padding: 4em 0;
}
.about-img {
  width: 10em;
  min-width: 10em;
  height: auto;
}
.about-img img {
  width: 100%;
}
.about .text {
  margin-left: 2em;
}

.text > * + * {
  margin-top: 2em;
}

.text-full {
  margin-right: 4em;
}

.text-white {
  color: white;
}

.text-primary {
  color: #266264;
}

.text-center {
  text-align: center;
}

.text-bg {
  background: rgba(0, 0, 0, 0.5);
}

.text-shadow {
  text-shadow: #000 1px 0 10px;
}

.hero-2 {
  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;
}
.hero-2 h1, .hero-2 p {
  text-align: center;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img-cover {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white p {
  color: white;
}

.bloc-colored {
  background: white;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider img {
  /*
  position: absolute;
  top: 0;
  left: 0;
  */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-grid {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  width: 90%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-grid-container {
  width: 100%;
  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;
}

#intro {
  margin-top: 40vh;
}

@-webkit-keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}
.intro {
  position: relative;
}
.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.intro-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.intro-img {
  width: 400px;
  min-width: 400px;
  height: auto;
}
.intro-img img {
  width: 100%;
}

.footer {
  margin: 8em 0em;
}
.footer-container {
  background: #266264;
}

.item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
  /*
  & > *::after {
      content: '';
      position : absolute;
      top: 0;
      border-radius: 50%;
      border: 1px solid $light-color;
      cursor: pointer;
  }
   */
}
.icon-container {
  margin-top: 2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em;
}
.icon-container > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon p {
  margin-top: 1em;
}
.icon img {
  width: 4em;
}
.icon-circle {
  width: 7em;
  height: 7em;
  border-radius: 50%;
  border: 1px solid #266264;
  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;
}
.icon-circle h2 {
  color: #266264;
}
.icon-circle img {
  width: 100%;
  height: 100%;
}
.icon-circle > * {
  position: absolute;
}

#map {
  min-height: 10em;
  min-width: 20em;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#map-btn {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

/* ----- buttons ------ */
.button {
  position: relative;
  border-radius: 0.3em 0.3em 0em 0em;
  background: white;
  text-align: center;
  padding: 2em 3em 2em 3em;
  margin: 0em;
  text-wrap: nowrap;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: black;
  text-align: center;
}
.button-container {
  z-index: 1100;
  position: sticky;
  top: 0px;
  margin-top: 0em;
  padding-bottom: 4em;
}

.button-primary--filled {
  background-color: white;
  outline: 1px solid #266264;
}
.button-primary--filled h4 {
  color: #266264;
}

.button-primary--filled:hover {
  background-color: #266264;
}
.button-primary--filled:hover h4 {
  color: white;
}

.button-primary--empty {
  background-color: white;
}
.button-primary--empty h4 {
  color: #266264;
}

.button-primary--empty:hover {
  background-color: #266264;
}
.button-primary--empty:hover h4 {
  color: white;
}

.button-primary {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  cursor: pointer;
}
.button-primary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button-primary h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400 !important;
}
.button-primary img {
  margin-left: 4px;
  width: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.button-primary:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.button-secondary {
  position: relative;
  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;
  width: 40px;
  height: 90px;
  margin: 10px;
  border-radius: 24px;
  background: rgba(38, 98, 100, 0.5);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.button-secondary img {
  width: 30%;
  height: 30%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.button-secondary:hover {
  background-color: rgb(38, 98, 100);
}

.button-secondary:hover img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.line {
  width: 4em;
  height: 2px;
  background: white;
}
.line-colored {
  background: #266264;
}

.line-60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.3;
}
.line-60::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: white;
  top: 0;
}

.line-100 {
  width: 100%;
  height: 2px;
  background: #266264;
}

.red::before {
  border-color: transparent white transparent transparent;
}

.transition-bg {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(-145px);
          transform: translateY(-145px);
  overflow: hidden;
  pointer-events: none;
}

.invert {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.invert img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.moire {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/dmap/moire.png");
}

@media only screen and (max-width: 1100px) {
  .text-full {
    margin: 4em;
  }
  .width-60 {
    width: 100%;
  }
  .colums-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .translate-Y {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #bloc-2 > div, #bloc-4 > div, #bloc-6 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hero-2 > .width-100 {
    padding: 4em;
  }
  #video-text {
    display: none;
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
          animation: rotating 1s linear infinite;
}/*# sourceMappingURL=style.css.map */