@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

html {
  font-size: 16px;
}

h1 {
  color: rgb(240, 240, 240);
  font-weight: 300;
}

h2 {
  color: #000000;
  font-weight: 600;
}

h3 {
  color: #000000;
  font-weight: 700;
}

p {
  color: #000000;
}

a {
  color: #000000;
  font-weight: 500;
}

label {
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.main-btn {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 14.52px;
  padding: 6px 12px;
  height: 43px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
  cursor: pointer;
  background-color: black;
  color: white;
  transition: background-color 0.5s ease-in-out, border, 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
}
.main-btn img {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.main-btn:hover {
  box-shadow: 0px 0px 24px 0px #E8B749;
}

:root {
  --bp-xs: 500px;
  --bp-m: 768px;
}

.desktop-only {
  display: inherit !important;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

html:not(.js) .intro .first-part .title h1,
html:not(.js) .main__header .anchor,
html:not(.js) .main__header .lang-switcher,
html:not(.js) .main__header .header-file-btn {
  opacity: 1;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.main__footer {
  display: flex;
  width: 100%;
  gap: 100px;
  padding-bottom: 16.8px;
  background-color: #000000;
  background: white;
}
@media (max-width: 500px) {
  .main__footer {
    padding: 48px 12px;
  }
}
@media (max-width: 1024px) {
  .main__footer {
    flex-direction: column;
    align-items: center;
  }
}
.main__footer .logo {
  width: 35%;
}
@media (max-width: 1024px) {
  .main__footer .logo {
    width: 100px;
    height: 100px;
  }
}
.main__footer .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__footer .content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .main__footer .content {
    width: 100%;
  }
}
.main__footer .content h3 {
  color: black;
  margin-bottom: 6px;
}
.main__footer .content .form-description {
  margin-bottom: 21px;
  max-width: 600px;
}
.main__footer .content a, .main__footer .content span, .main__footer .content p {
  color: black;
}
.main__footer .content .form-container {
  width: 100%;
  background-color: #EDEDED;
  display: flex;
  flex-direction: column;
  padding: 48px 24px;
}
.main__footer .content .form-container .form-container-inner {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 500px) {
  .main__footer .content .form-container .form-container-inner {
    flex-direction: column;
    gap: 40px;
  }
}
.main__footer .content .form-container .form-container-inner .contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 48px;
}
.main__footer .content .form-container .form-container-inner .contacts .logo-jll {
  height: 70px;
  align-self: flex-start;
}
.main__footer .content .form-container .form-container-inner .contacts h4 {
  font-weight: 500;
  color: #000000;
}
.main__footer .content .form-container .form-container-inner .contacts p, .main__footer .content .form-container .form-container-inner .contacts a {
  color: black;
}
.main__footer .content .form-container .form-container-inner .contacts .contact {
  display: flex;
  flex-direction: column;
  padding: 7.2px 0;
}
.main__footer .content .form-container .form-container-inner .contacts .contact p:first-of-type {
  margin-bottom: 8px;
}
.main__footer .content .form-container .form-container-inner .contacts .contact a {
  width: -moz-fit-content;
  width: fit-content;
}
.main__footer .content .form-container .form-container-inner .contacts .contact a::after {
  content: "";
  width: 0%;
  display: block;
  height: 2px;
  border-bottom: 1px solid black;
  transition: width 0.1s ease-in-out;
}
.main__footer .content .form-container .form-container-inner .contacts .contact a:hover::after {
  width: 100%;
}
.main__footer .content .form-container .form-container-inner .wpcf7 {
  width: 50%;
}
@media (max-width: 768px) {
  .main__footer .content .form-container .form-container-inner .wpcf7 {
    width: 100%;
  }
}
.main__footer .content .form-container .form-container-inner .wpcf7 input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 9.6px;
  background-color: #EDEDED;
}
@media (max-width: 768px) {
  .main__footer .content .form-container .form-container-inner .wpcf7 input {
    margin-bottom: 18px;
  }
}
.main__footer .content .form-container .form-container-inner .wpcf7 input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.main__footer .content .form-container .form-container-inner .wpcf7 input::placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.main__footer .content .form-container .form-container-inner .wpcf7 input:first-of-type {
  padding-top: 0;
}
.main__footer .content .form-container .form-container-inner .wpcf7 input:-webkit-autofill, .main__footer .content .form-container .form-container-inner .wpcf7 input:-webkit-autofill:hover, .main__footer .content .form-container .form-container-inner .wpcf7 input:-webkit-autofill:focus, .main__footer .content .form-container .form-container-inner .wpcf7 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .first-line p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .main__footer .content .form-container .form-container-inner .wpcf7 .first-line p {
    flex-direction: column;
  }
}
.main__footer .content .form-container .form-container-inner .wpcf7 .first-line p span {
  width: 50%;
}
@media (max-width: 768px) {
  .main__footer .content .form-container .form-container-inner .wpcf7 .first-line p span {
    width: 100%;
  }
}
.main__footer .content .form-container .form-container-inner .wpcf7 textarea {
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  width: 100%;
  border-bottom: 1.5px solid #000000;
  background-color: #EDEDED;
}
.main__footer .content .form-container .form-container-inner .wpcf7 textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.main__footer .content .form-container .form-container-inner .wpcf7 textarea::placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio {
    gap: 10px;
    flex-direction: column;
  }
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio .wpcf7-list-item label input {
  width: -moz-fit-content;
  width: fit-content;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked {
  accent-color: black;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: black;
}
.main__footer .content .form-container .form-container-inner .wpcf7 input[type=submit] {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 0;
  margin-top: 9.6px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  padding-bottom: 0px;
  transition: all 0.3s;
  transform-origin: bottom left;
}
.main__footer .content .form-container .form-container-inner .wpcf7 input[type=submit]:hover {
  background-color: #E8B749;
  color: black;
  box-shadow: 0 0 10px #E8B749, 0 0 20px #E8B749;
  scale: 1.1;
}
.main__footer .content .form-container .form-container-inner .wpcf7 .wpcf7-spinner {
  display: none;
}
.main__footer .content .footer-bottom {
  padding: 48px 24px;
}
@media (max-width: 500px) {
  .main__footer .content .footer-bottom {
    padding: 24px 12px;
  }
}
.main__footer .content .footer-bottom img {
  height: 100px;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .main__footer .content .footer-bottom img {
    height: auto;
    width: 100%;
  }
}
.main__footer .content .footer-bottom .footer-bottom-lower {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #000000;
  padding-top: 12px;
}
@media (max-width: 500px) {
  .main__footer .content .footer-bottom .footer-bottom-lower {
    flex-direction: column;
  }
}
.main__footer .content .footer-bottom .footer-bottom-lower address {
  display: flex;
  flex-direction: column;
  font-style: normal;
  margin-bottom: 24px;
}
.main__footer .content .footer-bottom .footer-bottom-lower address .site-title, .main__footer .content .footer-bottom .footer-bottom-lower address span, .main__footer .content .footer-bottom .footer-bottom-lower address a {
  width: -moz-fit-content;
  width: fit-content;
}
.main__footer .content .footer-bottom .footer-bottom-lower address .site-title {
  margin-bottom: 6px;
}
.main__footer .content .footer-bottom .footer-bottom-lower .logos {
  display: flex;
  flex-direction: column;
}
.main__footer .content .footer-bottom .footer-bottom-lower .logos .logos-inner {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.main__footer .content .footer-bottom .footer-bottom-lower .logos .logos-inner img {
  height: 30px;
}
.main__footer .content .footer-bottom .footer-bottom-lower .logos {
  gap: 10px;
}
.main__footer .content .footer-bottom .footer-bottom-lower .pages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main__footer .content .footer-bottom .footer-bottom-lower .pages .linkedin {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main__footer .content .footer-bottom .footer-bottom-lower .pages .linkedin img {
  height: 17px;
  width: auto;
  margin-bottom: 0;
}
.main__footer .content .footer-bottom .footer-bottom-lower .pages p, .main__footer .content .footer-bottom .footer-bottom-lower .pages a {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
  font-weight: 300;
}

.logo-footer {
  padding: 0 24px;
  background-color: #E8B749;
}
.logo-footer h3 {
  color: white;
}
@media (max-width: 500px) {
  .logo-footer h3 {
    font-size: 30vw;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

:root {
  --pastille-width: 10px;
  --pastille-left: 0px;
  --navbar-height: 100px;
}
@media (max-width: 768px) {
  :root {
    --navbar-height: 64px;
  }
}

.main__header {
  min-height: 100px;
  width: 100%;
  background-color: transparent;
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 1s, background-color 0.3s;
}
.main__header.scrolled {
  background-color: white;
}
@media (max-width: 768px) {
  .main__header {
    min-height: 64px;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    background-color: white;
    transition: none;
  }
}
.main__header .anchors {
  height: 37px;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 0;
  gap: 60px;
  position: fixed;
  left: 24px;
  top: calc((var(--navbar-height) - 37px) / 2);
  z-index: 7;
}
.main__header .anchors a:hover {
  color: #E8B749;
}
@media (max-width: 1024px) {
  .main__header .anchors {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .main__header .anchors {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    gap: 0;
    transform: none;
    overflow: visible;
  }
}
.main__header .anchors .anchors-list {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .main__header .anchors .anchors-list {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main__header .anchors .anchors-list {
    gap: 20px;
  }
}
.main__header .anchors .anchor {
  z-index: 10;
  cursor: pointer;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: black;
  opacity: 0;
}
.main__header .anchors .anchor--logo {
  padding: 0;
}
@media (max-width: 768px) {
  .main__header .anchors .anchor--logo {
    opacity: 1;
    height: auto;
  }
  .main__header .anchors .anchor--logo img {
    display: block;
    width: 76px;
    height: auto;
  }
}
.main__header .rightSide {
  position: fixed;
  right: 24px;
  top: calc((var(--navbar-height) - 37px) / 2);
  z-index: 7;
  height: 37px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main__header .rightSide {
    display: none;
  }
}
.main__header .rightSide .anchors-list {
  display: flex;
  gap: 35px;
  align-items: center;
  height: 100%;
}
.main__header .rightSide .anchors-list a:hover {
  color: #E8B749;
}
.main__header .lang-switcher {
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
}
.main__header .lang-switcher__sep {
  padding: 0 6px;
  padding-bottom: 12px;
  color: rgb(98, 106, 99);
  text-transform: uppercase;
}
.main__header .lang-switcher__item {
  text-transform: uppercase;
  color: #000000;
  transition: color 0.2s;
}
.main__header .lang-switcher__item:not(.active) {
  color: rgb(98, 106, 99);
}
.main__header .lang-switcher__item:not(.active):hover {
  color: #000000;
}
.main__header .header-file-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  color: black;
  opacity: 0;
}
.main__header .header-file-btn img {
  width: 16px;
  height: auto;
}
.main__header .rightSide .anchor {
  z-index: 10;
  cursor: pointer;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: black;
  opacity: 0;
}
.main__header #menu-burger,
.main__header .menu-burger {
  display: none;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 11;
  border: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  position: relative;
}
@media (max-width: 768px) {
  .main__header #menu-burger,
  .main__header .menu-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    flex-shrink: 0;
  }
}
.main__header .menu-burger__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .main__header .menu-burger__icon {
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
}
.main__header .menu-burger__icon--open {
  opacity: 1;
  pointer-events: auto;
}
.main__header .menu-burger__icon--close {
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (max-width: 768px) {
  .main__header.menu-open {
    position: fixed;
    inset: 0;
    z-index: 200;
    min-height: 100vh;
    background-color: white;
    padding: 0 12px 12px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 64px 1fr;
    grid-template-areas: "topbar" "menu";
    align-items: start;
    overflow-y: auto;
    transition: none;
  }
  .main__header.menu-open .anchors,
  .main__header.menu-open .rightSide,
  .main__header.menu-open .rightSide .anchors-list {
    display: contents;
  }
  .main__header.menu-open .anchors,
  .main__header.menu-open .rightSide,
  .main__header.menu-open .rightSide .anchors-list,
  .main__header.menu-open .anchor,
  .main__header.menu-open .lang-switcher,
  .main__header.menu-open .menu-burger,
  .main__header.menu-open #menu-burger {
    transition: none;
  }
  .main__header.menu-open .anchor--logo {
    grid-area: topbar;
    justify-self: start;
    align-self: center;
  }
  .main__header.menu-open .menu-burger,
  .main__header.menu-open #menu-burger {
    grid-area: topbar;
    justify-self: end;
    align-self: center;
    position: relative;
  }
  .main__header.menu-open .anchors > .anchors-list,
  .main__header.menu-open .rightSide .anchor,
  .main__header.menu-open .lang-switcher {
    grid-area: menu;
  }
  .main__header.menu-open .anchors > .anchors-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    margin-top: 48px;
  }
  .main__header.menu-open .anchor.text-button {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto;
    justify-content: flex-start;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000000;
  }
  .main__header.menu-open .anchor.text-button.active {
    color: #E8B749;
  }
  .main__header.menu-open .rightSide .anchor {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto;
    justify-content: flex-start;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #000000;
  }
  .main__header.menu-open .lang-switcher {
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 72px;
    font-size: 20px;
    line-height: 1.2;
  }
  .main__header.menu-open .lang-switcher__item {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    transition: none;
  }
  .main__header.menu-open .lang-switcher__item:not(.active) {
    color: #949494;
  }
  .main__header.menu-open .lang-switcher__sep {
    color: #949494;
    font-size: 20px;
  }
  .main__header.menu-open .header-file-btn {
    display: none;
  }
  .main__header.menu-open .menu-burger__icon--open {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
    pointer-events: none;
  }
  .main__header.menu-open .menu-burger__icon--close {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.floatingLinkBox {
  position: fixed;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  background-color: white;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100vw - 24px);
  left: 12px;
  right: auto;
  bottom: 12px;
}
@media (min-width: 1024px) {
  .floatingLinkBox {
    left: auto;
    right: 24px;
    bottom: 6px;
    max-width: calc(100vw - 48px);
  }
}
@media (max-width: 768px) {
  .floatingLinkBox {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    z-index: 200;
  }
}
.floatingLinkBox__link {
  width: 100%;
  background-color: #FBECC9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  min-height: 43px;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: box-shadow 0.4s ease-in-out;
  border: none;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 768px) {
  .floatingLinkBox__link {
    padding: 6px;
    min-height: 30px;
    width: auto;
  }
}
.floatingLinkBox__link span {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0;
}
.floatingLinkBox__link img,
.floatingLinkBox__link svg {
  color: #000000;
}
.floatingLinkBox__link:hover {
  background-color: black;
}
.floatingLinkBox__link:hover span {
  color: white;
}
.floatingLinkBox__link:hover img, .floatingLinkBox__link:hover svg {
  filter: invert(1);
}
.floatingLinkBox__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #000000;
  stroke: #000000;
}

@media (max-width: 768px) {
  body.menu-open .floatingLinkBox {
    z-index: 201;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.container {
  display: flex;
  flex-direction: column;
}
.container .section {
  padding-top: 24px;
}
.container .section:first-of-type {
  padding-top: 0;
}
@media (max-width: 500px) {
  .container .section {
    padding-top: 60px;
  }
}
.container .section.background-white {
  background-color: #ffffff;
}
.container .section.background-grey {
  background-color: #EDEDED;
}
.container .section .bloc:not(.bloc-entete) {
  margin-bottom: 24px;
}
.container .section .bloc:first-of-type {
  margin-top: 0;
}
.container #cielo {
  background-color: #EDEDED;
}
.container #espaces-disponibles .infos {
  margin-bottom: 30px;
  position: relative;
}
.container #espaces-disponibles .infos .section-number {
  color: #ffffff;
}
.container #espaces-disponibles .infos {
  background-color: rgba(0, 0, 0, 0.6);
}
.container #espaces-disponibles .infos h1, .container #espaces-disponibles .infos p {
  color: white;
}
.container #le-quartier .infos h1 {
  color: #000000;
  width: 70%;
}
.container #le-quartier .infos p {
  margin-bottom: 0;
}
.container #le-quartier .bloc-text {
  width: 70%;
}
@media (max-width: 1024px) {
  .container #le-quartier .bloc-text {
    width: 100%;
  }
}
.container #le-quartier .bloc-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-height: 600px;
}
.page-template-template-policies .main__header {
  opacity: 1 !important;
  background-color: white;
}
.page-template-template-policies .main__header .anchors > .anchors-list {
  display: none !important;
}
.page-template-template-policies .main__header .anchor--logo,
.page-template-template-policies .main__header .lang-switcher,
.page-template-template-policies .main__header .header-file-btn,
.page-template-template-policies .main__header .rightSide .anchor {
  opacity: 1;
}

.policies {
  padding-top: 108px;
  padding-bottom: 55px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 500px) {
  .policies {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.policies .page-title {
  color: #000000;
  text-align: center;
  margin-bottom: 28.8px;
}
.policies .bloc_titre {
  margin-bottom: 8px;
}
.policies .bloc_titre h2 {
  color: #000000;
  text-align: left;
}
.policies .bloc_paragraphe {
  margin-bottom: 19.2px;
}
.policies .bloc_paragraphe * {
  color: #000000;
  text-align: left;
  text-transform: none;
}
.policies .bloc_paragraphe:first-of-type * {
  text-align: center;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-text {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .bloc-text {
    padding-bottom: 0px;
    padding-top: 9px;
  }
}

.bloc-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-text-lines {
  margin-top: 60px;
  margin-bottom: 90px;
}
.bloc-text-lines .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bloc-text-lines .list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 120px;
  }
}
@media (max-width: 500px) {
  .bloc-text-lines .list {
    grid-template-columns: 1fr;
  }
}
.bloc-text-lines .list li {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 48px 0;
}
.bloc-text-lines .list li:hover {
  cursor: default;
}
.bloc-text-lines .list li .arrow {
  padding: 9.6px;
  aspect-ratio: 1;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  transform-origin: left;
}
.bloc-text-lines .list li .arrow span {
  line-height: 1em;
}
.bloc-text-lines .list li .text-container {
  width: 70%;
}
.bloc-text-lines .list li .title {
  line-height: 1em;
}
.bloc-text-lines .list li p {
  line-height: 25px;
}
.bloc-text-lines .list li:nth-child(even) img {
  width: 100%;
  height: 400px;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-slider {
  width: 100%;
}
.bloc-slider .slider {
  width: 100%;
  overflow: hidden;
}
.bloc-slider .slider .swiper-wrapper {
  align-items: flex-end;
}
.bloc-slider .slider .swiper-slide {
  width: 100%;
}
.bloc-slider .slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 75vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: transform 0.3s ease-in-out;
  transform-origin: right top;
}
@media (max-width: 500px) {
  .bloc-slider .slider .swiper-slide img {
    width: 100%;
  }
}
.bloc-slider .slider .swiper-slide-next img {
  transform: scaleY(0.9);
}
.bloc-slider .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 14.4px;
  padding-right: 6px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .bloc-slider .slider-nav {
    transform: translateY(-19px);
  }
}
.bloc-slider .slider-nav__prev, .bloc-slider .slider-nav__next {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  color: #000000;
}
.bloc-slider .slider-nav__prev.swiper-button-disabled, .bloc-slider .slider-nav__next.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.bloc-slider .slider-nav__index {
  font-weight: 400;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-floors-list {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bloc-floors-list .columns-names, .bloc-floors-list .floors-wrapper {
  width: 100%;
  max-width: 1100px;
}
.bloc-floors-list .columns-names {
  padding-bottom: 12px;
  text-transform: uppercase;
}
.bloc-floors-list .six-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 1.6fr) 32px;
  grid-template-rows: 1fr;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.bloc-floors-list .six-columns .column-name,
.bloc-floors-list .six-columns .detail {
  min-width: 0;
}
@media (max-width: 500px) {
  .bloc-floors-list .six-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1.5fr) 32px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .bloc-floors-list .six-columns .column-name--type,
  .bloc-floors-list .six-columns .column-name--plans {
    display: none;
  }
  .bloc-floors-list .six-columns .column-name--etage,
  .bloc-floors-list .six-columns .detail-titre {
    grid-column: 1;
  }
  .bloc-floors-list .six-columns .column-name--surface,
  .bloc-floors-list .six-columns .detail-surface {
    grid-column: 2;
  }
  .bloc-floors-list .six-columns .column-name--disponibilite,
  .bloc-floors-list .six-columns .detail-disponibilite {
    grid-column: 3;
  }
  .bloc-floors-list .six-columns .column-name--toggle,
  .bloc-floors-list .six-columns .detail-toggle {
    grid-column: 4;
  }
}
.bloc-floors-list .floors-wrapper {
  display: flex;
  flex-direction: column;
}
.bloc-floors-list .floors-wrapper li {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border-top: solid 1px black;
}
.bloc-floors-list .floors-wrapper li .floor-content {
  background-color: transparent;
}
.bloc-floors-list .floors-wrapper li .topside {
  padding: 12px 0px;
  height: 70px;
  cursor: pointer;
  transition: padding-bottom 0.3s ease;
}
@media (max-width: 768px) {
  .bloc-floors-list .floors-wrapper li .topside {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .bloc-floors-list .floors-wrapper li .topside.open {
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .bloc-floors-list .floors-wrapper li .topside {
    height: auto;
  }
}
.bloc-floors-list .floors-wrapper li .topside:last-of-type {
  border-bottom: none;
}
.bloc-floors-list .floors-wrapper li .topside span {
  color: #000000;
}
.bloc-floors-list .floors-wrapper li .topside .floor {
  color: #000000;
}
.bloc-floors-list .floors-wrapper li .topside button:not(.arrow) {
  margin-right: 19.2px;
  border-radius: 25px;
  padding: 8px;
  max-width: 200px;
  border: none;
}
.bloc-floors-list .floors-wrapper li .topside button:not(.arrow).available {
  background-color: #E8B749;
  color: black;
}
.bloc-floors-list .floors-wrapper li .topside button:not(.arrow).unavailable {
  background-color: rgb(98, 106, 99);
  color: white;
}
.bloc-floors-list .floors-wrapper li .topside .details {
  width: 100%;
}
.bloc-floors-list .floors-wrapper li .topside .details .detail {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 500px) {
  .bloc-floors-list .floors-wrapper li .topside .details .detail-type,
  .bloc-floors-list .floors-wrapper li .topside .details .detail-plans {
    display: none;
  }
}
.bloc-floors-list .floors-wrapper li .topside .details .detail-availability {
  display: none;
}
.bloc-floors-list .floors-wrapper li .topside .details .detail-plans .main-btn {
  max-width: 100%;
}
.bloc-floors-list .floors-wrapper li .topside .details .detail-toggle {
  justify-content: flex-end;
}
.bloc-floors-list .floors-wrapper li .topside .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  --vertical-scale: 1;
}
.bloc-floors-list .floors-wrapper li .topside .arrow::before, .bloc-floors-list .floors-wrapper li .topside .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000000;
  transform: translate(-50%, -50%);
}
.bloc-floors-list .floors-wrapper li .topside .arrow::before {
  width: 32px;
  height: 1px;
}
.bloc-floors-list .floors-wrapper li .topside .arrow::after {
  width: 1px;
  height: 32px;
  transform: translate(-50%, -50%) scaleY(var(--vertical-scale));
  transform-origin: center;
}
.bloc-floors-list .floors-wrapper li .floor-content {
  max-height: 0;
  width: 100%;
  gap: 30px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  transition: all 1s, padding-left 0s, padding-right 0s;
}
@media (max-width: 768px) {
  .bloc-floors-list .floors-wrapper li .floor-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.bloc-floors-list .floors-wrapper li .floor-content.open {
  padding-bottom: 45px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .bloc-floors-list .floors-wrapper li .floor-content.open {
    padding-bottom: 24px;
    padding-top: 0px;
  }
}
@media (max-width: 500px) {
  .bloc-floors-list .floors-wrapper li .floor-content {
    grid-template-columns: 1fr;
  }
}
.bloc-floors-list .floors-wrapper li .floor-content .left {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.bloc-floors-list .floors-wrapper li .floor-content .left::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .bloc-floors-list .floors-wrapper li .floor-content .left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }
}
.bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper {
  padding-top: 12px;
  width: 70%;
}
@media (max-width: 768px) {
  .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h1, .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h2, .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h3, .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h4 {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h1::first-letter, .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h2::first-letter, .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h3::first-letter, .bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper h4::first-letter {
  text-transform: uppercase;
}
.bloc-floors-list .floors-wrapper li .floor-content .left .wysiwyg-wrapper p {
  font-weight: 300;
}
.bloc-floors-list .floors-wrapper li .floor-content > img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 500px;
  padding-top: 12px;
}
.bloc-floors-list .floors-wrapper li .floor-content .pdf-link-mobile {
  margin-top: 12px;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-hero-list {
  width: 100%;
  min-height: 80vh;
  box-sizing: content-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 500px) {
  .bloc-hero-list {
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bloc-hero-list .wrapper-img {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  .bloc-hero-list .wrapper-img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.bloc-hero-list .wrapper-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}
.bloc-hero-list .wrapper-img img.hero-0 {
  visibility: visible;
}
.bloc-hero-list .wrapper-img img.hidden {
  visibility: hidden !important;
}
.bloc-hero-list .wrapper-img img.activate {
  visibility: visible;
}
.bloc-hero-list .wrapper-content {
  padding: 24px;
  background: black;
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .bloc-hero-list .wrapper-content {
    padding: 9.6px 12px;
  }
}
@media (max-width: 768px) {
  .bloc-hero-list .wrapper-content {
    padding: 12px;
    height: 70vh;
  }
}
.bloc-hero-list .wrapper-content .items-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloc-hero-list .wrapper-content .items-wrapper .titles-container {
  display: flex;
  gap: 5px;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
.bloc-hero-list .wrapper-content .items-wrapper .titles-container p {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  cursor: default;
}
.bloc-hero-list .wrapper-content .items-wrapper .titles-container p[data-index="0"] {
  color: #E8B749;
}
.bloc-hero-list .wrapper-content .items-wrapper .titles-container p.activate {
  color: #E8B749;
}
.bloc-hero-list .wrapper-content .items-wrapper .titles-container p.inactive {
  color: white;
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container {
  position: relative;
  width: 100%;
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding-right: 19.2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  .bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container {
    padding: 9.6px 0;
  }
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container[data-index="0"] {
  visibility: visible;
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container.hidden {
  visibility: hidden !important;
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container.activate {
  visibility: visible;
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container p {
  color: white;
}
.bloc-hero-list .wrapper-content .items-wrapper .descriptions-container .description-container p.small-title {
  font-weight: 400;
  margin-bottom: 9.6px;
  display: none;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-map {
  display: flex;
  margin-top: 71px;
  margin-bottom: 55px;
  padding-left: 12px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #FBECC9;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1024px) {
  .bloc-map {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .bloc-map {
    padding: 12px !important;
  }
}
.bloc-map #map {
  width: 75%;
  height: auto;
  aspect-ratio: 16/9;
  touch-action: manipulation;
}
@media (max-width: 1024px) {
  .bloc-map #map {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 500px) {
  .bloc-map #map {
    height: 60vh;
  }
}
.bloc-map #map .mapboxgl-control-container {
  display: none !important;
}
.bloc-map #map .mapboxgl-popup {
  width: 210px;
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content {
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content h2, .bloc-map #map .mapboxgl-popup .mapboxgl-popup-content h1 {
  color: black;
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content h2 {
  font-weight: 200;
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content h1 {
  margin-top: 6px;
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content::first-letter {
  text-transform: uppercase;
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content button {
  outline: none;
}
.bloc-map #map .mapboxgl-popup .mapboxgl-popup-content .mapboxgl-popup-close-button {
  color: rgb(98, 106, 99);
  top: 6px;
  right: 5px;
}
.bloc-map .markers {
  display: none;
}
.bloc-map .marker-logo {
  background-size: cover;
  border-radius: 100px;
  background-color: white;
  height: 40px;
  width: 40px;
  padding: 5px;
  cursor: pointer;
}
.bloc-map .marker-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bloc-map .marker-velo {
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.bloc-map .marker-velo img {
  display: block;
  width: 100%;
  height: 100%;
}
.bloc-map .map-marker {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #E8B749;
}
.bloc-map .map-marker.restaurants-cafes {
  background-color: #ef7d00;
}
.bloc-map .map-marker.fitness-sport, .bloc-map .map-marker.fitness {
  background-color: #f39dae;
}
.bloc-map .map-marker.commerces, .bloc-map .map-marker.shops {
  background-color: #951b81;
}
.bloc-map .map-marker.espaces-verts, .bloc-map .map-marker.parks {
  background-color: #3fa535;
}
.bloc-map .map-marker.transports-publics, .bloc-map .map-marker.public-transports {
  background-color: #009fe3;
}
@media (max-width: 500px) {
  .bloc-map .map-marker {
    width: 10px;
    height: 10px;
  }
}
.bloc-map .sidebar {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 12px 0px 12px 18px;
  background-color: black;
}
@media (max-width: 1024px) {
  .bloc-map .sidebar {
    width: 100%;
    padding: 12px;
  }
}
.bloc-map .sidebar h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: white;
}
.bloc-map .sidebar .filters {
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .bloc-map .sidebar .filters {
    margin-bottom: 42px;
  }
}
.bloc-map .sidebar .filters label {
  padding: 6px 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  color: white;
}
.bloc-map .sidebar .filters label .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}
.bloc-map .sidebar .filters label .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider {
  background-color: #E8B749;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider.restaurants-cafes {
  background-color: #ef7d00;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider.fitness-sport, .bloc-map .sidebar .filters label .switch input:checked + .slider.fitness {
  background-color: #f39dae;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider.commerces, .bloc-map .sidebar .filters label .switch input:checked + .slider.shops {
  background-color: #951b81;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider.espaces-verts, .bloc-map .sidebar .filters label .switch input:checked + .slider.parks {
  background-color: #3fa535;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider.transports-publics, .bloc-map .sidebar .filters label .switch input:checked + .slider.public-transport {
  background-color: #009fe3;
}
.bloc-map .sidebar .filters label .switch input:checked + .slider:before {
  transform: translateX(25px);
  box-shadow: none;
}
.bloc-map .sidebar .filters label .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDEDED;
  transition: all 0.2s ease 0.05s;
}
.bloc-map .sidebar .filters label .switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  top: 0px;
  background-color: white;
  border: solid 1px white;
  transition: 0.1s;
  box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.4509803922);
}
.bloc-map .sidebar .filters label .switch .slider.restaurants-cafes::before {
  background-color: #ef7d00;
}
.bloc-map .sidebar .filters label .switch .slider.fitness-sport::before, .bloc-map .sidebar .filters label .switch .slider.fitness::before {
  background-color: #f39dae;
}
.bloc-map .sidebar .filters label .switch .slider.commerces::before, .bloc-map .sidebar .filters label .switch .slider.shops::before {
  background-color: #951b81;
}
.bloc-map .sidebar .filters label .switch .slider.espaces-verts::before, .bloc-map .sidebar .filters label .switch .slider.parks::before {
  background-color: #3fa535;
}
.bloc-map .sidebar .filters label .switch .slider.transports-publics::before, .bloc-map .sidebar .filters label .switch .slider.public-transports::before {
  background-color: #009fe3;
}
.bloc-map .sidebar .filters label .switch .slider.round {
  border-radius: 25px;
}
.bloc-map .sidebar .filters label .switch .slider.round:before {
  border-radius: 50%;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-popup {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.bloc-popup button {
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #E8B749;
  border-radius: 5px;
  margin-bottom: 12px;
  vertical-align: middle;
  padding: 9px 12px;
  padding-bottom: 14px;
  line-height: 0.75rem;
}
.bloc-popup .popup {
  z-index: 100;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  padding: 24px 24px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 500px) {
  .bloc-popup .popup {
    padding: 48px 12px;
  }
}
.bloc-popup .popup .popup-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  background-color: white;
  padding: 24px;
  border-radius: 20px;
  width: 100%;
  max-height: 100%;
  min-height: 0;
  overflow: hidden;
}
.bloc-popup .popup .popup-content .popup-content-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.bloc-popup .popup #close {
  cursor: pointer;
  height: 17px;
  width: 17px;
  color: black;
}
.bloc-popup .popup .embed {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bloc-popup .popup .embed iframe, .bloc-popup .popup .embed object, .bloc-popup .popup .embed embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bloc-popup .popup.open {
  display: flex;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-button-shortcode {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 102px;
}
.bloc-button-shortcode--popup-only {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .bloc-button-shortcode {
    margin-bottom: 60px;
    justify-content: center;
  }
}
.bloc-button-shortcode .popup {
  z-index: -1;
  opacity: 0;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  transition: all 1s;
}
.bloc-button-shortcode .popup .popup-box {
  max-width: 600px;
  min-height: 300px;
  width: 100%;
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bloc-button-shortcode .popup .popup-box .message {
  margin-bottom: 30px;
}
.bloc-button-shortcode .popup .popup-box #close {
  cursor: pointer;
  height: 20px;
  width: 20px;
  color: #000000;
  position: absolute;
  right: 6px;
  top: 6px;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 {
  width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .bloc-button-shortcode .popup .popup-box .wpcf7 {
    width: 100%;
  }
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 9.6px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .bloc-button-shortcode .popup .popup-box .wpcf7 input {
    margin-bottom: 18px;
  }
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input::-moz-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input::placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input:first-of-type {
  padding-top: 0;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input:-webkit-autofill, .bloc-button-shortcode .popup .popup-box .wpcf7 input:-webkit-autofill:hover, .bloc-button-shortcode .popup .popup-box .wpcf7 input:-webkit-autofill:focus, .bloc-button-shortcode .popup .popup-box .wpcf7 input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .first-line p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .bloc-button-shortcode .popup .popup-box .wpcf7 .first-line p {
    flex-direction: column;
  }
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .first-line p span {
  width: 50%;
}
@media (max-width: 768px) {
  .bloc-button-shortcode .popup .popup-box .wpcf7 .first-line p span {
    width: 100%;
  }
}
.bloc-button-shortcode .popup .popup-box .wpcf7 textarea {
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  width: 100%;
  border-bottom: 1.5px solid #000000;
  background-color: #ffffff;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 textarea::placeholder {
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio {
    gap: 10px;
    flex-direction: column;
  }
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio .wpcf7-list-item label input {
  width: -moz-fit-content;
  width: fit-content;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio .wpcf7-list-item label input:checked {
  accent-color: black;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  color: black;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input[type=submit] {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 12px;
  margin-bottom: 0;
  margin-top: 9.6px;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  padding-bottom: 0px;
  transition: all 0.3s;
  transform-origin: bottom left;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 input[type=submit]:hover {
  background-color: #E8B749;
  color: black;
  box-shadow: 0 0 10px #E8B749, 0 0 20px #E8B749;
  scale: 1.1;
}
.bloc-button-shortcode .popup .popup-box .wpcf7 .wpcf7-spinner {
  display: none;
}
@media (max-width: 500px) {
  .bloc-button-shortcode .popup {
    padding: 48px 12px;
  }
}
.bloc-button-shortcode .popup.open {
  opacity: 1;
  z-index: 10;
  transition: all 1s;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-button-file,
.bloc-button-lien {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
@media (max-width: 500px) {
  .bloc-button-file,
  .bloc-button-lien {
    margin-bottom: 60px;
    justify-content: center;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-distances-map {
  width: 100%;
}
.bloc-distances-map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloc-distances-map img.mobile {
  display: none;
}
@media (max-width: 500px) {
  .bloc-distances-map img.mobile {
    display: block;
  }
  .bloc-distances-map img.desktop {
    display: none;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.intro {
  box-sizing: border-box;
}
.intro .first-part, .intro .second-part {
  height: calc(100vh - var(--navbar-height, 100px));
  height: calc(100svh - var(--navbar-height, 100px));
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 500px) {
  .intro .first-part, .intro .second-part {
    height: auto;
    min-height: calc(100vh - var(--navbar-height, 64px));
    min-height: calc(100svh - var(--navbar-height, 64px));
    padding: 0 12px;
    padding-bottom: 0;
  }
}
.intro .first-part {
  position: relative;
}
@media (max-width: 500px) {
  .intro .first-part {
    display: flex;
    flex-direction: column;
  }
}
.intro .first-part .title {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 48px;
}
@media (max-width: 500px) {
  .intro .first-part .title {
    height: auto;
    margin-top: auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  .intro .first-part .title {
    padding-left: calc((100vw - 1920px) / 2 + 24px);
    padding-right: calc((100vw - 1920px) / 2 + 24px);
  }
}
.intro .first-part .title h1, .intro .first-part .title p {
  color: white;
  opacity: 0;
  position: relative;
}
@media (max-width: 500px) {
  .intro .first-part .title p {
    margin-bottom: 48px;
  }
}
.intro .first-part .title strong {
  color: #E8B749;
  font-weight: initial;
}
.intro .first-part .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}
.intro .first-part .img-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 10%);
}
@media (max-width: 768px) {
  .intro .first-part .img-wrapper::after {
    background: linear-gradient(180deg, rgb(255, 255, 255) 8%, rgba(255, 255, 255, 0) 12%);
  }
}
.intro .first-part .img-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}
.intro .first-part .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .first-part::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  background-color: #E8B749;
}
@media (max-width: 500px) {
  .intro .first-part::after {
    position: relative;
    left: auto;
    bottom: auto;
    flex-shrink: 0;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.intro .second-part {
  background-color: #6BFF7E;
  display: flex;
  align-items: center;
  height: 80vh;
}
.intro .second-part p {
  width: 80vw;
  max-width: 1240px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .intro .second-part p {
    line-height: normal;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-text-image {
  margin-bottom: 76.8px;
}
.bloc-text-image .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  grid-template-rows: 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
@media (max-width: 500px) {
  .bloc-text-image .list {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.bloc-text-image .list li, .bloc-text-image .list a {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .bloc-text-image .list li, .bloc-text-image .list a {
    align-items: center;
  }
}
.bloc-text-image .list li .img-wrapper, .bloc-text-image .list a .img-wrapper {
  width: 106px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.bloc-text-image .list li .img-wrapper img, .bloc-text-image .list a .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bloc-text-image .list li .text-container, .bloc-text-image .list a .text-container {
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bloc-text-image .list li .text-container, .bloc-text-image .list a .text-container {
    max-width: 100%;
  }
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-data-texte .data-texte-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 500px) {
  .bloc-data-texte .data-texte-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bloc-data-texte .data-texte-container .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.8s;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px black;
  padding-top: 6px;
}
.bloc-data-texte .data-texte-container .container .texte, .bloc-data-texte .data-texte-container .container .data {
  cursor: default;
  transition: all 0.4s;
}
.bloc-data-texte .data-texte-container .container .texte {
  width: 80%;
  padding-bottom: 9.6px;
  padding-top: 6px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .bloc-data-texte .data-texte-container .container .texte {
    width: 100%;
  }
}
.bloc-data-texte .data-texte-container .container:hover .data {
  color: #E8B749;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-texte-riche {
  margin-bottom: 24px;
}
.bloc-texte-riche .wysiwyg-wrapper {
  width: 75%;
}
@media (max-width: 768px) {
  .bloc-texte-riche .wysiwyg-wrapper {
    width: 100%;
  }
}
.bloc-texte-riche .wysiwyg-wrapper h2 {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .bloc-texte-riche .wysiwyg-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.bloc-texte-riche .wysiwyg-wrapper h2 {
  line-height: 1;
}
.bloc-texte-riche .wysiwyg-wrapper h2[data-animation=true] .line {
  display: block;
  position: relative;
}
.bloc-texte-riche .wysiwyg-wrapper h2[data-animation=true] .line__grey {
  color: #EDEDED;
}
.bloc-texte-riche .wysiwyg-wrapper h2[data-animation=true] .line__black {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  clip-path: inset(0 100% 0 0);
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-texte-grand {
  margin-bottom: 24px;
}
.bloc-texte-grand .wysiwyg-wrapper {
  width: 100%;
}
.bloc-texte-grand .wysiwyg-wrapper h2 {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .bloc-texte-grand .wysiwyg-wrapper h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.bloc-texte-grand .wysiwyg-wrapper h2[data-animation=true] .line {
  display: block;
  position: relative;
}
.bloc-texte-grand .wysiwyg-wrapper h2[data-animation=true] .line__grey {
  color: #EDEDED;
}
.bloc-texte-grand .wysiwyg-wrapper h2[data-animation=true] .line__black {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  clip-path: inset(0 100% 0 0);
}
.bloc-texte-grand .wysiwyg-wrapper p {
  line-height: 1;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-separateur {
  width: 100%;
  height: 20px;
}
.bloc-separateur__line {
  display: block;
  width: 100%;
  height: 20px;
  background-color: #E8B749;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Thin.otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Light.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Bold.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-Black.otf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Base Grotesk";
  src: url("../fonts/BaseGrotesk-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}

.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}

.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}
@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}

.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}
.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}
.text-section-title--lighter {
  font-weight: 200;
}
@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}

.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-entete {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bloc-entete .infos {
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 500px) {
  .bloc-entete .infos p {
    line-height: normal;
  }
}
.bloc-entete .infos h1, .bloc-entete .infos p {
  color: black;
}
.bloc-entete .infos--with-title {
  justify-content: space-between;
}
.bloc-entete .infos--with-title-only {
  height: auto;
}
@media (max-width: 500px) {
  .bloc-entete .infos {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
}
.bloc-entete .infos p {
  width: 70%;
}
@media (max-width: 1024px) {
  .bloc-entete .infos p {
    width: 100%;
  }
}
.bloc-entete .infos.first {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .bloc-entete .infos.first {
    flex-direction: column-reverse;
  }
}
.bloc-entete .infos.first p {
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .bloc-entete .infos.first p {
    line-height: initial;
  }
}
.bloc-entete .infos.first .section-number {
  align-items: flex-start;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .bloc-entete .infos.first .section-number {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.bloc-entete .infos .section-number {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 450px;
  margin-top: -18px;
  margin-bottom: 53px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
@media (max-width: 500px) {
  .bloc-entete .infos .section-number {
    line-height: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .bloc-entete .infos .section-number {
    line-height: 250px;
  }
}
.bloc-entete .section-image {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 500px) {
  .bloc-entete .section-image {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.bloc-entete .section-image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.text-xxl {
  font-size: 296px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.text-body {
  font-size: 20px;
  line-height: 26.4px;
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-body {
    font-size: 17.6px;
  }
}
.text-body-small {
  font-size: 12px;
  font-weight: 200;
  line-height: 13.6px;
}

.text-body-medium {
  font-size: 51.2px;
  line-height: 50.4px;
  font-weight: 400;
}

@media (max-width: 500px) {
  .text-body-medium {
    font-size: 28px;
    line-height: 32px;
  }
}
.text-body-medium-large {
  font-size: 28px;
  line-height: 50.4px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-medium-large {
    font-size: 20px;
  }
}
.text-body-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 300;
}

@media (max-width: 500px) {
  .text-body-large {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
  }
}
.text-button {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding-bottom: 11px;
  line-height: normal;
}

.text-button--light {
  font-weight: 200;
}

.text-section-title {
  font-size: 80px;
  font-weight: 500;
}

.text-section-title--lighter {
  font-weight: 200;
}

@media (max-width: 500px) {
  .text-section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.text-all-caps {
  text-transform: uppercase;
}

.text-caps {
  text-transform: capitalize;
}

.text-title-lll {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.bold {
  font-weight: 700;
}

.text-medium {
  font-weight: 500;
}

.bloc-data-texte-icons .data-texte-container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 500px) {
  .bloc-data-texte-icons .data-texte-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bloc-data-texte-icons .data-texte-container .container {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  transition: background-color 0.8s;
  width: 100%;
  box-sizing: border-box;
  border-top: solid 1px black;
  padding-top: 6px;
}
.bloc-data-texte-icons .data-texte-container .container .icon-container {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  align-self: flex-start;
}
.bloc-data-texte-icons .data-texte-container .container .icon-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.bloc-data-texte-icons .data-texte-container .container .text-container {
  min-width: 0;
  flex: 1;
}
.bloc-data-texte-icons .data-texte-container .container .texte, .bloc-data-texte-icons .data-texte-container .container .data {
  cursor: default;
  transition: all 0.4s;
}
.bloc-data-texte-icons .data-texte-container .container .texte {
  width: 100%;
  padding-bottom: 6px;
  padding-top: 6px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .bloc-data-texte-icons .data-texte-container .container .texte {
    width: 100%;
  }
}
.bloc-data-texte-icons .data-texte-container .container:hover .data {
  color: #E8B749;
}

.bloc {
  padding: 24px 24px;
}
@media screen and (min-width: 1920px) {
  .bloc {
    padding-left: calc((100vw - 1920px) / 2 + 24px);
    padding-right: calc((100vw - 1920px) / 2 + 24px);
  }
}
@media (max-width: 500px) {
  .bloc {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.separator-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .separator-container {
    padding: 0 12px;
  }
}
.separator-container .separator {
  width: 100%;
  background-color: #E8B749;
  height: 20px;
}
/*# sourceMappingURL=main.min.css.map */