@charset "UTF-8";
/* ----------------------------------------------------------------
	Import
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
    Fonts
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/* ----------------------------------------------------------------
	Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   Réglages globaux
-----------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

html, body {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  background-color: #F6EFE5;
  scroll-behavior: smooth;
  line-height: 1;
  font-weight: 400;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

::selection {
  background: #01154F;
  color: #ffffff;
  text-shadow: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: none;
}

a {
  border: none;
}

:active, :focus {
  outline: none !important;
}

/* ----------------------------------------------------------------
   Reset CSS (Eric Meyer v2.0) — public domain
-----------------------------------------------------------------*/
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, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes upDown {
  from {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(6px);
  }
}
/* -------------------- Import fonts -------------------- */
@font-face {
  font-family: "Zodiak";
  src: url("/dist/fonts/Zodiak-Thin.woff2") format("woff2"), url("../fonts/Zodiak-Thin.woff2") format("woff"), url("/dist/fonts/Zodiak-Thin.woff") format("woff"), url("../fonts/Zodiak-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("/dist/fonts/Zodiak-Light.woff2") format("woff2"), url("../fonts/Zodiak-Light.woff2") format("woff2"), url("/dist/fonts/Zodiak-Light.woff") format("woff"), url("../fonts/Zodiak-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("/dist/fonts/Zodiak-Regular.woff2") format("woff2"), url("../fonts/Zodiak-Regular.woff2") format("woff2"), url("/dist/fonts/Zodiak-Regular.woff") format("woff"), url("../fonts/Zodiak-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("/dist/fonts/Zodiak-Bold.woff2") format("woff2"), url("../fonts/Zodiak-Bold.woff2") format("woff2"), url("/dist/fonts/Zodiak-Bold.woff") format("woff"), url("../fonts/Zodiak-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("/dist/fonts/Zodiak-Extrabold.woff2") format("woff2"), url("../fonts/Zodiak-Extrabold.woff2") format("woff2"), url("/dist/fonts/Zodiak-Extrabold.woff") format("woff"), url("../fonts/Zodiak-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zodiak";
  src: url("/dist/fonts/Zodiak-Black.woff2") format("woff2"), url("../fonts/Zodiak-Black.woff2") format("woff2"), url("/dist/fonts/Zodiak-Black.woff") format("woff"), url("../fonts/Zodiak-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* -------------------- Global fonts -------------------- */
p {
  color: #01154F;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}

.title {
  font-family: "Zodiak";
  font-size: clamp(2em, 8vw, 60px);
  line-height: 100%;
  font-weight: 300;
}
.title--center {
  text-align: center;
}
.title--second {
  font-size: clamp(1.5em, 5vw, 48px);
}
.title--small {
  font-size: 24px;
  line-height: 125%;
}
.title--effect {
  font-size: clamp(3em, 8vw, 116px);
}

.primary-btn {
  transition: 0.2s ease-in-out;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  background-color: #01154F;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid transparent;
}
.primary-btn:hover {
  background-color: transparent;
  border: 1px solid #01154F;
  color: #01154F;
}
.primary-btn--white {
  background-color: #ffffff;
  color: #01154F;
}
.primary-btn--white:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.primary-btn--border {
  border: 1px solid #ffffff;
}
.primary-btn--border:hover {
  background-color: #ffffff;
  color: #01154F;
}
.primary-btn--contour {
  border: 1px solid #01154F;
  color: #01154F;
  background-color: transparent;
}
.primary-btn--contour:hover {
  background-color: #01154F;
  color: #ffffff;
}

.cta {
  display: flex;
  justify-content: center;
}

.lr-all {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .lr-all:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #12181B;
  }
}

.lr-classic {
  overflow: hidden;
  padding: 0px 0px 150px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .lr-classic__reverse .lr-classic__wrapper {
    flex-direction: row-reverse;
  }
}
.lr-classic--pad-bigger {
  padding: 0px 0px 50px;
}
@media only screen and (min-width: 768px) {
  .lr-classic--pad-bigger {
    padding: 0px 0px 200px;
  }
}
.lr-classic--form {
  margin-top: 200px;
}
.lr-classic--form .lr-classic__wrapper {
  align-items: flex-start;
}
.lr-classic__patern {
  padding-bottom: 75px;
}
.lr-classic__patern .lr-classic__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern .lr-classic__container {
    width: 96vw;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern .lr-classic__wrapper {
    gap: 200px;
  }
}
.lr-classic__patern .lr-classic__wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern .lr-classic__wrapper .content {
    max-width: initial;
  }
}
.lr-classic__patern .lr-classic__wrapper .content .title, .lr-classic__patern .lr-classic__wrapper .content p {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern .lr-classic__wrapper .content .title, .lr-classic__patern .lr-classic__wrapper .content p {
    text-align: end;
  }
}
.lr-classic__patern .lr-classic__wrapper .content .title {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern .lr-classic__wrapper .content .title:before {
    content: "";
    position: absolute;
    top: 85px;
    right: -100px;
    height: 1px;
    width: 75px;
    background-color: #01154F;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern .lr-classic__wrapper .content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern-reverse .lr-classic__wrapper .content .title, .lr-classic__patern-reverse .lr-classic__wrapper .content p {
    text-align: initial;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern-reverse .lr-classic__wrapper .content .title:before {
    content: "";
    position: absolute;
    left: -100px;
    right: initial;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__patern-reverse .lr-classic__wrapper .content {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic__smaller .lr-classic__wrapper .content {
    width: 35%;
  }
}
.lr-classic__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .lr-classic__container {
    width: 96vw;
  }
}
@media only screen and (min-width: 1680px) {
  .lr-classic__container {
    margin: 0px auto;
  }
}
.lr-classic__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 992px) {
  .lr-classic__wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .lr-classic {
    flex-direction: row;
  }
}
.lr-classic .content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .lr-classic .content {
    width: 50%;
  }
}
.lr-classic .content .title {
  padding-bottom: 15px;
}
.lr-classic .content p {
  padding: 15px 0px;
  margin-bottom: 15px;
}
.lr-classic .content .more-content {
  margin-top: 50px;
}
.lr-classic .content .more-content .title {
  font-size: 28px;
}
.lr-classic .content .more-content span {
  font-weight: 300;
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
.lr-classic .content .more-content a {
  font-size: 16px;
  font-weight: 300;
  display: block;
  color: #12181B;
  margin-bottom: 5px;
}
.lr-classic .content .more-content .email {
  display: inline-block;
}
.lr-classic .content .more-content .email a {
  display: inline-block;
}
.lr-classic .content-right {
  display: block;
  width: 100%;
  height: fit-content;
}
@media only screen and (min-width: 992px) {
  .lr-classic .content-right {
    width: 50%;
    height: initial;
  }
}
.lr-classic .content-right form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.lr-classic .content-right form .subj {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.lr-classic .content-right form .subj label {
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 300;
}
.lr-classic .content-right form .subj input {
  width: 100%;
  border: 1px solid #01154F;
  border-radius: 5px;
  padding: 15px;
}
.lr-classic .content-right form .form-row {
  display: flex;
  gap: 15px;
  row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .lr-classic .content-right form .form-row {
    flex-direction: row;
  }
}
.lr-classic .content-right form input,
.lr-classic .content-right form textarea {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.lr-classic .content-right form span input {
  width: 100%;
  border: transparent;
  background-color: transparent;
  border-bottom: 1px solid #01154F;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .lr-classic .content-right form span input {
    width: 100%;
  }
}
.lr-classic .content-right form span textarea {
  width: 100%;
  border: 1px solid #01154F;
  background-color: transparent;
  border-radius: 5px;
  padding: 15px;
}
.lr-classic .content-right form span input::placeholder,
.lr-classic .content-right form span textarea::placeholder {
  font: inherit;
  color: #01154F;
  opacity: 0.6;
  transition: opacity 0.25s ease;
  font-style: normal;
}
.lr-classic .content-right form span input:focus::placeholder,
.lr-classic .content-right form span textarea:focus::placeholder {
  opacity: 0.3;
}
.lr-classic .content-right form span input:focus,
.lr-classic .content-right form span textarea:focus {
  outline: none;
}
.lr-classic .content-right form span .form-actions {
  display: flex;
  justify-content: center;
}
.lr-classic .content-right form span .form-actions button {
  font-size: 18px;
}
.lr-classic .img-slider {
  display: block;
  width: 92vw;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .lr-classic .img-slider {
    width: 50%;
  }
}
.lr-classic .img-slider__list {
  width: 100%;
  aspect-ratio: 10/6;
  display: grid;
  overflow: hidden;
  margin-bottom: 25px;
}
.img-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1/1/-1/-1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.img-slide.is--current {
  opacity: 1;
  pointer-events: auto;
}

.img-slide__inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-slider__nav {
  z-index: 2;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  pointer-events: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-slider__thumb {
  aspect-ratio: 1/1;
  pointer-events: auto;
  cursor: pointer;
  width: calc(25% - 6px);
  position: relative;
}

.slider-thumb__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.masonry {
  background-color: #01154F;
  padding: 100px 0px;
  margin-bottom: 100px;
}
.masonry-wrapper {
  padding-left: 2em;
  padding-right: 2em;
}
.masonry ul {
  grid-column-gap: var(--masonry-gap);
  grid-row-gap: var(--masonry-gap);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.masonry ul li {
  width: calc((100% - 1px - (var(--masonry-col) - 1) * var(--masonry-gap)) / var(--masonry-col));
}
.masonry ul li picture {
  display: block;
  width: 100%;
  overflow: hidden;
}
.masonry ul li picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.masonry ul li .is--square {
  aspect-ratio: 1;
}
.masonry ul li .is--wide {
  aspect-ratio: 3/2;
}
.masonry ul li .is--tall {
  aspect-ratio: 2/3;
}

[data-masonry-list] {
  --masonry-col: 1;
  --masonry-gap: 1em;
}
@media only screen and (min-width: 640px) {
  [data-masonry-list] {
    --masonry-col: 2;
    --masonry-gap: 0.5em;
  }
}
@media only screen and (min-width: 992px) {
  [data-masonry-list] {
    --masonry-col: 3;
    --masonry-gap: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  [data-masonry-list] {
    --masonry-col: 4;
  }
}

.mep-col {
  padding-bottom: 100px;
}
.mep-col__container {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .mep-col__container {
    width: 96vw;
  }
}
.mep-col__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}
.mep-col__wrapper .content-item {
  width: calc(50% - 15px);
}
@media only screen and (min-width: 768px) {
  .mep-col__wrapper .content-item {
    width: calc(25% - 25px);
  }
}
.mep-col__wrapper picture {
  display: block;
  aspect-ratio: 1/1;
}
.mep-col--gites .mep-col__wrapper .content-item .title {
  margin: 15px 0px;
  color: #01154F;
}

.nav {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.nav-container {
  position: relative;
  width: 100vw;
  margin-inline: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .nav-container {
    width: 92vw;
    max-width: 96svw;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .nav-container {
    width: 96vw;
  }
}
.nav-inner {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-end {
  margin-right: 3svw;
  margin-left: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .nav-end {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 992px) {
  .nav-end {
    margin-right: 0px;
  }
}
.nav-center {
  position: absolute;
  display: flex;
  width: 100svw;
  height: fit-content;
  opacity: 0;
  top: 125px;
  visibility: hidden;
  transform: translateY(1em);
  transition: all 0.45s cubic-bezier(0.525, 0, 0, 1), opacity 0.2s cubic-bezier(0.525, 0, 0, 1);
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .nav-center {
    width: initial;
  }
}
.nav-center__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .nav-center__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 0;
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .nav-center {
    position: relative;
    top: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    z-index: 0;
  }
}
.nav-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375em;
  padding: 0.75em 1.25em;
  border-radius: 0.25em;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  padding: 1em 1.25em;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .nav-link {
    width: auto;
    justify-content: center;
    padding: 0.75em 1.25em;
    padding-inline: 1em;
  }
}
.nav-link__label {
  position: relative;
  line-height: 1;
  font-size: 1em;
  color: #12181B;
  padding-bottom: 5px;
}
.nav-link__label:hover {
  border-bottom: 1px solid #01154F;
}
.nav-link__label--active {
  border-bottom: 1px solid #01154F;
}
.nav select {
  background-color: transparent;
  border: none;
  font-family: "Outfit", sans-serif;
  font-size: 1em;
  margin-bottom: 5px;
  margin-left: 10px;
}

a.nav-link__label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.525, 0, 0, 1);
}
a.nav-link:hover .nav-link__label::after, a.nav-link:focus-visible .nav-link__label::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.logo {
  position: relative;
  margin-left: 3svw;
  display: block;
  width: 135px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .logo {
    margin-left: 0px;
  }
}
.logo picture {
  display: block;
  width: 100%;
}
.logo picture img {
  width: 100%;
}

.open-header {
  display: block;
  height: 100svh !important;
  width: 100svw !important;
  background-color: #ffffff;
}

.menu-button {
  display: flex;
  background-color: #01154F;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
  gap: 0.25em;
  width: 40px;
  height: 40px;
  padding: 0.75em;
  border-radius: 0.25em;
}
.menu-button.is--primary {
  color: #2b1d15;
  background: #fff;
}
.menu-button__line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.45s cubic-bezier(0.525, 0, 0, 1);
}
@media only screen and (min-width: 480px) {
  .menu-button {
    width: 2.5em;
    height: 2.5em;
  }
}
@media only screen and (min-width: 992px) {
  .menu-button {
    display: none;
  }
}

[data-menu-status=open] {
  color: #2b1d15;
}
[data-menu-status=open] .nav-bg {
  height: 100dvh;
  width: 100svw;
}
[data-menu-status=open] .page-bg {
  opacity: 1;
}
[data-menu-status=open] .nav-button.is--primary {
  background: #2b1d15;
  border-color: #2b1d15;
  color: #fff;
}
[data-menu-status=open] .menu-button .menu-button__line:nth-of-type(1) {
  transform: translateY(0.125em) rotate(135deg);
  background: #fff;
}
[data-menu-status=open] .menu-button .menu-button__line:nth-of-type(2) {
  transform: translateY(-0.175em) rotate(-135deg);
  background: #fff;
}
[data-menu-status=open] .nav-center {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}

picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mep {
  display: block;
}
@media only screen and (min-width: 992px) {
  .mep--position {
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .mep--one {
    left: 58%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 450px;
    aspect-ratio: 9/11;
  }
}
.mep--one--adjust {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .mep--one--adjust {
    width: 400px;
    bottom: 0px;
    left: 68%;
  }
}
.mep--two {
  display: none;
}
@media only screen and (min-width: 992px) {
  .mep--two {
    display: block;
    width: 315px;
    aspect-ratio: 16/12;
    top: 0;
    right: 0;
  }
}
.mep--three {
  display: none;
}
@media only screen and (min-width: 992px) {
  .mep--three {
    display: block;
    width: 250px;
    aspect-ratio: 16/12;
    top: 0;
    right: 40%;
  }
}
.mep--four {
  display: none;
}
@media only screen and (min-width: 992px) {
  .mep--four {
    display: block;
    width: 250px;
    aspect-ratio: 16/12;
    bottom: -50px;
    right: 0;
  }
}
.mep--full-h {
  width: 100%;
  height: 450px;
}
@media only screen and (min-width: 768px) {
  .mep--full-h {
    height: 860px;
  }
}
.mep--full-h img {
  border-radius: 1000px 1000px 0px 0px;
}
@media only screen and (min-width: 768px) {
  .mep--classic img {
    min-height: 600px;
    max-height: 600px;
  }
}

.img-txt-gsap {
  margin-bottom: 100px;
  position: relative;
  height: 300vh;
  width: 100svw;
}
.img-txt-gsap picture {
  position: sticky;
  overflow: hidden;
  top: 0;
  display: block;
  height: 100vh;
  width: 100svw;
}
.img-txt-gsap picture img {
  filter: blur(50px);
  transform: scale(1.2);
}
.img-txt-gsap .content-txt {
  position: absolute;
  top: 200px;
  width: 100%;
  height: calc(100% - 200px);
  pointer-events: none;
}
.img-txt-gsap .content-txt .title {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.1254901961);
  z-index: 10;
  max-width: min(70vw, 1200px);
  margin: 0 auto;
  padding: 0 4vw;
  pointer-events: none;
}
.img-txt-gsap .content-txt .title .word {
  color: inherit;
  display: inline;
  will-change: color;
}

.single-info {
  padding-bottom: 100px;
}
.single-info__container {
  width: 92vw;
  max-width: 96vw;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .single-info__container {
    width: 96vw;
  }
}
.single-info__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.single-info .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}
.single-info .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 100%;
  width: 1px;
  background-color: #01154F;
}
.single-info .item:last-child::before {
  display: none;
}
.single-info .item .picto {
  width: 40px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.single-info .item span {
  font-family: "Zodiak";
  font-size: 20px;
  color: #01154F;
}

.glide {
  padding: 100px 0px;
  overflow: hidden;
  background-color: #01154F;
}
.glide__track {
  overflow: hidden;
  padding: 0px;
}
@media only screen and (min-width: 992px) {
  .glide__track {
    margin-right: 0px !important;
    width: 92vw;
    max-width: 94svw;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .glide__track {
    width: 96vw;
  }
}
.glide__slides {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  width: 100%;
  will-change: transform;
}
.glide__slide {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  height: fit-content;
  width: 500px;
  background-color: transparent;
}
.glide__slide picture {
  position: relative;
  display: flex;
  height: 100%;
  width: 92%;
  margin: 0px auto 25px;
}
@media only screen and (min-width: 480px) {
  .glide__slide picture {
    width: 100%;
  }
}
.glide__slide picture img {
  aspect-ratio: 16/13;
  object-fit: cover;
  width: 100%;
}
.glide__slide .content-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  margin: auto;
}
@media only screen and (min-width: 480px) {
  .glide__slide .content-slide {
    width: 100%;
  }
}
.glide__slide .content-slide .title {
  color: #ffffff;
}
.glide .is-visible {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.glide--white {
  background-color: #F6EFE5;
}
.glide--white .content-slide .title {
  color: #01154F;
}
.glide__arrows {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 5px;
  margin-top: 50px;
  padding-bottom: 25px;
}
.glide__arrows--blue .glide__arrow {
  background-color: #ffffff;
}
.glide__arrows--blue .glide__arrow:hover {
  background-color: #ffffff;
}
.glide__arrows--blue .glide__arrow svg path {
  fill: #01154F;
}
.glide__arrow {
  display: block;
  background: #01154F;
  border: 1px solid transparent;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.glide__arrow--right {
  margin-right: 8%;
}
.glide__arrow svg path {
  fill: #ffffff;
}
.glide__arrow:hover {
  background-color: transparent;
  border-color: #01154F;
}
.glide__arrow:hover svg path {
  fill: #01154F;
}
.glide__arrow[disabled], .glide__arrow.is-disabled {
  cursor: default;
  pointer-events: none;
  background: transparent;
  border-color: #01154F;
}
.glide__arrow[disabled] svg path, .glide__arrow.is-disabled svg path {
  fill: #01154F;
}

/****
Basic include to use

&.animate {}
@include when-visible{}

@include anim(fadeup, $anim-duration, $anim-delay);
@include anim(fadeup, $anim-duration, ($anim-delay * 2));
@include foreach-anim(fadeup, $anim-duration, 0.05s, 8, .2s);

****/
.hero__wrapper:before {
  opacity: 0;
}
.hero video,
.hero picture,
.hero h1, .hero h2, .hero h3, .hero h4, .hero p,
.hero img {
  opacity: 0;
}
.hero.is-visible .hero__wrapper:before {
  animation: fadeup 1s 0.2s forwards;
}
.hero.is-visible video,
.hero.is-visible picture,
.hero.is-visible img {
  animation: fadeup 1s 0.2s forwards;
}
.hero.is-visible h1, .hero.is-visible h2, .hero.is-visible h3, .hero.is-visible h4, .hero.is-visible p {
  animation: fadeup 1s 0.4s forwards;
}

.filter__wrapper ul li {
  opacity: 0;
}
.filter.is-visible .filter__wrapper ul li:nth-child(1) {
  animation: fadeup 1s 0.65s forwards;
}
.filter.is-visible .filter__wrapper ul li:nth-child(2) {
  animation: fadeup 1s 0.7s forwards;
}
.filter.is-visible .filter__wrapper ul li:nth-child(3) {
  animation: fadeup 1s 0.75s forwards;
}
.filter.is-visible .filter__wrapper ul li:nth-child(4) {
  animation: fadeup 1s 0.8s forwards;
}
.filter.is-visible .filter__wrapper ul li:nth-child(5) {
  animation: fadeup 1s 0.85s forwards;
}

.lr-classic__wrapper .content {
  opacity: 0;
}
.lr-classic__wrapper .content-right .mep--classic,
.lr-classic__wrapper .content-right .mep--full-h,
.lr-classic__wrapper .content-right form {
  opacity: 0;
}
.lr-classic__wrapper .img-slider .img-slider__list {
  opacity: 0;
}
.lr-classic__wrapper .img-slider .img-slider__nav div {
  opacity: 0;
}
.lr-classic.is-visible .lr-classic__wrapper .content {
  animation: fadeup 1s 0.2s forwards;
}
.lr-classic.is-visible .lr-classic__wrapper .content-right .mep--classic,
.lr-classic.is-visible .lr-classic__wrapper .content-right .mep--full-h,
.lr-classic.is-visible .lr-classic__wrapper .content-right form {
  animation: fadeup 1s 0.4s forwards;
}
.lr-classic.is-visible .lr-classic__wrapper .img-slider .img-slider__list {
  animation: fadeup 1s 0.4s forwards;
}
.lr-classic.is-visible .lr-classic__wrapper .img-slider .img-slider__nav div:nth-child(1) {
  animation: fadeup 1s 0.7s forwards;
}
.lr-classic.is-visible .lr-classic__wrapper .img-slider .img-slider__nav div:nth-child(2) {
  animation: fadeup 1s 0.8s forwards;
}
.lr-classic.is-visible .lr-classic__wrapper .img-slider .img-slider__nav div:nth-child(3) {
  animation: fadeup 1s 0.9s forwards;
}
.lr-classic.is-visible .lr-classic__wrapper .img-slider .img-slider__nav div:nth-child(4) {
  animation: fadeup 1s 1s forwards;
}

.masonry-wrapper ul li {
  opacity: 0;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(1) {
  animation: fadeup 1s 0.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(2) {
  animation: fadeup 1s 0.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(3) {
  animation: fadeup 1s 0.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(4) {
  animation: fadeup 1s 1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(5) {
  animation: fadeup 1s 1.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(6) {
  animation: fadeup 1s 1.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(7) {
  animation: fadeup 1s 1.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(8) {
  animation: fadeup 1s 1.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(9) {
  animation: fadeup 1s 1.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(10) {
  animation: fadeup 1s 1.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(11) {
  animation: fadeup 1s 1.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(12) {
  animation: fadeup 1s 1.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(13) {
  animation: fadeup 1s 1.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(14) {
  animation: fadeup 1s 2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(15) {
  animation: fadeup 1s 2.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(16) {
  animation: fadeup 1s 2.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(17) {
  animation: fadeup 1s 2.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(18) {
  animation: fadeup 1s 2.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(19) {
  animation: fadeup 1s 2.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(20) {
  animation: fadeup 1s 2.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(21) {
  animation: fadeup 1s 2.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(22) {
  animation: fadeup 1s 2.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(23) {
  animation: fadeup 1s 2.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(24) {
  animation: fadeup 1s 3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(25) {
  animation: fadeup 1s 3.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(26) {
  animation: fadeup 1s 3.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(27) {
  animation: fadeup 1s 3.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(28) {
  animation: fadeup 1s 3.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(29) {
  animation: fadeup 1s 3.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(30) {
  animation: fadeup 1s 3.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(31) {
  animation: fadeup 1s 3.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(32) {
  animation: fadeup 1s 3.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(33) {
  animation: fadeup 1s 3.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(34) {
  animation: fadeup 1s 4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(35) {
  animation: fadeup 1s 4.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(36) {
  animation: fadeup 1s 4.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(37) {
  animation: fadeup 1s 4.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(38) {
  animation: fadeup 1s 4.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(39) {
  animation: fadeup 1s 4.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(40) {
  animation: fadeup 1s 4.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(41) {
  animation: fadeup 1s 4.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(42) {
  animation: fadeup 1s 4.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(43) {
  animation: fadeup 1s 4.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(44) {
  animation: fadeup 1s 5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(45) {
  animation: fadeup 1s 5.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(46) {
  animation: fadeup 1s 5.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(47) {
  animation: fadeup 1s 5.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(48) {
  animation: fadeup 1s 5.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(49) {
  animation: fadeup 1s 5.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(50) {
  animation: fadeup 1s 5.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(51) {
  animation: fadeup 1s 5.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(52) {
  animation: fadeup 1s 5.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(53) {
  animation: fadeup 1s 5.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(54) {
  animation: fadeup 1s 6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(55) {
  animation: fadeup 1s 6.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(56) {
  animation: fadeup 1s 6.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(57) {
  animation: fadeup 1s 6.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(58) {
  animation: fadeup 1s 6.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(59) {
  animation: fadeup 1s 6.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(60) {
  animation: fadeup 1s 6.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(61) {
  animation: fadeup 1s 6.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(62) {
  animation: fadeup 1s 6.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(63) {
  animation: fadeup 1s 6.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(64) {
  animation: fadeup 1s 7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(65) {
  animation: fadeup 1s 7.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(66) {
  animation: fadeup 1s 7.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(67) {
  animation: fadeup 1s 7.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(68) {
  animation: fadeup 1s 7.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(69) {
  animation: fadeup 1s 7.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(70) {
  animation: fadeup 1s 7.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(71) {
  animation: fadeup 1s 7.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(72) {
  animation: fadeup 1s 7.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(73) {
  animation: fadeup 1s 7.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(74) {
  animation: fadeup 1s 8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(75) {
  animation: fadeup 1s 8.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(76) {
  animation: fadeup 1s 8.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(77) {
  animation: fadeup 1s 8.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(78) {
  animation: fadeup 1s 8.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(79) {
  animation: fadeup 1s 8.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(80) {
  animation: fadeup 1s 8.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(81) {
  animation: fadeup 1s 8.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(82) {
  animation: fadeup 1s 8.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(83) {
  animation: fadeup 1s 8.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(84) {
  animation: fadeup 1s 9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(85) {
  animation: fadeup 1s 9.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(86) {
  animation: fadeup 1s 9.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(87) {
  animation: fadeup 1s 9.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(88) {
  animation: fadeup 1s 9.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(89) {
  animation: fadeup 1s 9.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(90) {
  animation: fadeup 1s 9.6s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(91) {
  animation: fadeup 1s 9.7s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(92) {
  animation: fadeup 1s 9.8s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(93) {
  animation: fadeup 1s 9.9s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(94) {
  animation: fadeup 1s 10s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(95) {
  animation: fadeup 1s 10.1s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(96) {
  animation: fadeup 1s 10.2s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(97) {
  animation: fadeup 1s 10.3s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(98) {
  animation: fadeup 1s 10.4s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(99) {
  animation: fadeup 1s 10.5s forwards;
}
.masonry.is-visible .masonry-wrapper ul li:nth-child(100) {
  animation: fadeup 1s 10.6s forwards;
}

.content-center-txt .title,
.content-center-txt p,
.content-center-txt a,
.content-wrapper-txt .title,
.content-wrapper-txt p,
.content-wrapper-txt a {
  opacity: 0;
}
.content-center-txt.is-visible .title,
.content-wrapper-txt.is-visible .title {
  animation: fadeup 1s 0.2s forwards;
}
.content-center-txt.is-visible p,
.content-wrapper-txt.is-visible p {
  animation: fadeup 1s 0.4s forwards;
}
.content-center-txt.is-visible a,
.content-wrapper-txt.is-visible a {
  animation: fadeup 1s 0.6s forwards;
}

.glide__slide {
  opacity: 0;
}
.glide.is-visible .glide__slide:nth-child(1) {
  animation: fadeup 1s 0.7s forwards;
}
.glide.is-visible .glide__slide:nth-child(2) {
  animation: fadeup 1s 0.8s forwards;
}
.glide.is-visible .glide__slide:nth-child(3) {
  animation: fadeup 1s 0.9s forwards;
}
.glide.is-visible .glide__slide:nth-child(4) {
  animation: fadeup 1s 1s forwards;
}
.glide.is-visible .glide__slide:nth-child(5) {
  animation: fadeup 1s 1.1s forwards;
}

.mep-col .content-item {
  opacity: 0;
}
.mep-col.is-visible .content-item:nth-child(1) {
  animation: fadeup 1s 0.7s forwards;
}
.mep-col.is-visible .content-item:nth-child(2) {
  animation: fadeup 1s 0.8s forwards;
}
.mep-col.is-visible .content-item:nth-child(3) {
  animation: fadeup 1s 0.9s forwards;
}
.mep-col.is-visible .content-item:nth-child(4) {
  animation: fadeup 1s 1s forwards;
}

.single-info .item {
  opacity: 0;
}
.single-info.is-visible .item:nth-child(1) {
  animation: fadeup 1s 0.7s forwards;
}
.single-info.is-visible .item:nth-child(2) {
  animation: fadeup 1s 0.8s forwards;
}
.single-info.is-visible .item:nth-child(3) {
  animation: fadeup 1s 0.9s forwards;
}
.single-info.is-visible .item:nth-child(4) {
  animation: fadeup 1s 1s forwards;
}
.single-info.is-visible .item:nth-child(5) {
  animation: fadeup 1s 1.1s forwards;
}
.single-info.is-visible .item:nth-child(6) {
  animation: fadeup 1s 1.2s forwards;
}

.redirection__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .redirection__container {
    width: 96vw;
  }
}
.redirection__wrapper {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.redirection .title {
  margin-bottom: 25px;
}

.content-center-txt {
  padding-bottom: 50px;
}
.content-center-txt__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .content-center-txt__container {
    width: 96vw;
  }
}
.content-center-txt__wrapper {
  max-width: 900px;
  margin: auto;
}
.content-center-txt .title {
  padding-bottom: 25px;
}
.content-center-txt p {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

.content-wrapper-txt {
  padding-top: 100px;
}
.content-wrapper-txt__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .content-wrapper-txt__container {
    width: 96vw;
  }
}
.content-wrapper-txt__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .content-wrapper-txt__wrapper {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.content-wrapper-txt--primary {
  background-color: #01154F;
}
.content-wrapper-txt--primary .content-left .title,
.content-wrapper-txt--primary .content-left p {
  color: #ffffff;
}
.content-wrapper-txt .content-left {
  max-width: 600px;
}
.content-wrapper-txt .content-left p {
  padding: 25px 0px;
}

.footer {
  padding: 50px 0px;
  background-color: #01154F;
}
.footer__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .footer__container {
    width: 96vw;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .footer__wrapper {
    flex-direction: row;
  }
}
.footer .content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 640px) {
  .footer .content-left {
    flex-direction: row;
    align-items: initial;
  }
}
.footer .content-left picture {
  display: block;
  aspect-ratio: 14/16;
}
.footer .content-left picture img {
  height: auto;
}
.footer .content-left .content-info {
  display: flex;
  flex-direction: column;
}
.footer .content-left .content-info span {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer .content-left .content-info span {
    text-align: initial;
  }
}
.footer .content-left .content-info a {
  display: inline-block;
  width: fit-content;
  color: #ffffff;
  text-decoration: transparent;
  margin: 0px auto 25px;
  font-size: 18px;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 640px) {
  .footer .content-left .content-info a {
    margin: 0px 0px 25px;
  }
}
.footer .content-left .content-info a:hover {
  text-decoration: underline;
}
.footer .content-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
}
@media only screen and (min-width: 640px) {
  .footer .content-right {
    align-items: flex-end;
  }
}
.footer .content-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .footer .content-right ul {
    justify-content: initial;
  }
}
.footer .content-right ul li {
  margin-left: 10px;
}
.footer .content-right ul li a {
  color: #ffffff;
  text-decoration: transparent;
  padding: 5px;
  transition: 0.2s ease-in-out;
}
.footer .content-right ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .footer .content-right ul .social {
    margin-left: 50px;
  }
}
.footer .content-right .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .footer .content-right .bottom {
    align-items: flex-end;
  }
}
.footer .content-right .bottom picture {
  margin-bottom: 10px;
  display: block;
  width: 125px;
}
.footer .content-right .bottom picture img {
  object-fit: contain;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.2s ease-in-out;
}

.active-header {
  height: 125px;
  width: 100vw;
  border-bottom: 1px solid #ffffff;
  transition: 0.2s ease-in-out;
}
.active-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 239, 229, 0.6);
  backdrop-filter: blur(10px);
}
.active-header .logo {
  width: 75px;
  transition: 0.2s ease-in-out;
}

.filter {
  margin-top: 200px;
  margin-bottom: 25px;
}
.filter__container {
  width: 92vw;
  max-width: 96vw;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .filter__container {
    width: 96vw;
  }
}
.filter__wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.hero {
  padding-bottom: 100px;
}
.hero--single {
  padding-bottom: 25px;
}
.hero--single .hero__wrapper {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .hero--single .hero__wrapper video,
  .hero--single .hero__wrapper img {
    height: calc(100svh - 330px);
  }
}
.hero__container {
  width: 92vw;
  max-width: 96vw;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .hero__container {
    width: 96vw;
  }
}
.hero__wrapper {
  position: relative;
  margin-top: 200px;
  position: relative;
  width: 100%;
}
.hero__wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%);
}
.hero__wrapper video,
.hero__wrapper img {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100svh - 265px);
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .hero__wrapper video,
  .hero__wrapper img {
    height: calc(100svh - 250px);
  }
}
.hero__wrapper .content-txt {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 90%;
}
@media only screen and (min-width: 768px) {
  .hero__wrapper .content-txt {
    max-width: 715px;
  }
}
.hero__wrapper .content-txt h1 {
  color: #ffffff;
  text-align: center;
  padding-bottom: 25px;
}
.hero__wrapper .content-txt p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.hero__wrapper .content-txt .picto-btn {
  display: block;
  margin: auto;
  margin-top: 25px;
  height: 35px;
  aspect-ratio: 1/1;
  animation: upDown 1.6s ease-in-out infinite alternate;
  will-change: transform;
  transform-origin: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}

.legal {
  margin-bottom: 100px;
}
.legal__container {
  width: 92vw;
  max-width: 1200px;
  margin: 0px auto;
}
@media only screen and (min-width: 992px) {
  .legal__container {
    width: 96vw;
  }
}
.legal h1,
.legal h2,
.legal h3 {
  padding-top: 50px;
}
.legal h2 {
  margin-bottom: 25px;
}
.legal h3 {
  margin-bottom: 15px;
}
.legal p {
  max-width: 800px;
}

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