:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #f6f6f6;
  overflow-y: visible;
  overflow-x: hidden;
}

/* MENTIONS LEGALES */
.item-page {
  padding: 20px 100px;
}

/* NAVBAR */
.navbar {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.navbar_container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar_container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.navbar-button-tertiary {
  height: 40px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #1a2341;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  padding-right: 10px;
}

.btn_lang {
  background-color: white;
  color: #333334;
  padding-left: 8px;
  padding-right: 8px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_logo {
  padding-left: 0;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-button {
  height: 40px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a2341;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  cursor: pointer;
}

/* FOOTER */
.footer {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a2341;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 8px;
  display: flex;
}

.footer_cols {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_logo_col {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.logo {
  width: 141px;
  height: 141px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_col {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.footer_list_marina_col {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_list_app {
  padding-top: 25px;
}

.footer_list_marina_content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_about_content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.badges_network {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.img_network {
  width: 32px;
  height: 32px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copyright {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

/* GENERAL */
.button_primary {
  height: 40px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a2341;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.no-text-decoration {
  text-decoration: none;
}

.displaymedium-26-black {
  color: #1a2341;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.mobile-labelmedium-12 {
  color: #495057;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mobile-labelmedium-12-success {
  color: #18753c;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.mobile-bodysmall-14 {
  color: #333334;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mobile-bodysmall-14-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mobile-bodysmall-14-light-grey {
  color: #636462;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mobile-bodysmall-14-dark-grey {
  color: #495057;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.mobile-bodysmall-14-dark-grey-right {
  width: 100%;
  color: #495057;
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.mobile-bodysmall-14-strong {
  color: #333;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mobile-bodysmall-14-strong-white {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mobile-bodysmall-16 {
  color: #495057;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mobile-bodysmall-16-strong-dark-blue {
  color: #1a2341;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.mobile-bodymedium-16 {
  color: #333334;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mobile-bodymedium-16-white {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mobile-bodymedium-16-strong {
  color: #333334;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mobile-bodymedium-16-strong-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mobile-bodymedium-16-strong-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mobile-bodymedium-16-strong-dark-blue {
  color: #1a2341;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mobile-bodylarge-18 {
  color: #333334;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.mobile-bodylarge-18-strong {
  color: #1a2341;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.mobile-bodylarge-18-left {
  color: #333334;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bold {
  font-weight: bold;
}

.displaymedium-22 {
  width: 100%;
  color: #1a2341;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.ariane_section-2 {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 10px;
  text-decoration: none;
  display: flex;
}

.ariane_content-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.contact-hero {
  min-height: 100vh;
  background-color: #f5f5f5;
  justify-content: center;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  /* NAVBAR */
  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .navbar_links {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    max-width: 728px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  /* FOOTER */
  .footer_cols {
    flex-direction: column;
    align-items: center;
  }

  .footer_logo_col {
    align-items: center;
  }

  .footer_list_marina_content,
  .footer-links,
  .footer_about_content {
    align-items: flex-start;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  /* NAVBAR */
  .navbar_logo {
    padding-left: 0;
  }

  .navbar_container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* GENERAL */
  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .footer_list_app {
    padding-top: 0px;
  }

  .footer_col {
    flex-direction: column;
    align-items: center;
  }

  .indicator_data {
    padding-bottom: 20px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.contact-hero {
    width: 100%;
    min-height: 90vh;
  }
}

@media screen and (min-width: 1280px) {
  .navbar-button-tertiary {
    border: 1px solid #1a2341;
    background-color: white;
    color: #1a2341;
  }

  .mobile-bodylarge-18-left,
  .mobile-bodysmall-14-dark-grey-left {
    text-align: left;
  }

  .ariane_section,
  .ariane_section-2 {
    align-items: flex-start;
  }

  .section.contact-hero {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: aut
  }

  .mobile-labelmedium-12-success {
    color: #18753c;
  }

  .mobile-bodysmall-14-dark-grey-right {
    text-align: right;
  }
}
