/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.intro-locked,
html.intro-locked body {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}
html.intro-locked .herozoom .hero,
html.intro-locked body .herozoom .hero {
  top: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}
body * {
  outline: none;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 200ms ease-in-out;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/
/* HTML */
html {
  font-family: "Fraunces", serif;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
}

a {
  transition: all 200ms ease-in-out;
}

section {
  position: relative;
}
section::before {
  content: "";
  background: var(--bg, #fff);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
}

.gallery figure {
  margin: 5px;
}

.gallery a {
  display: block;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Class */
.clear {
  clear: both;
}

/* Animations */
#primary-menu .sub-menu {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

@media screen and (max-width: 900px) {
  html {
    width: 100%;
    height: 100%;
  }
}
a {
  transition: all 200ms ease-in-out;
}

.wrapper {
  max-width: 1530px;
  padding: 0 60px;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
}
@media (max-width: 1480px) {
  .wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 600px) {
  .wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wrapper.full {
  max-width: 5000px;
}

.animunderline, body .coordonnees div a, body .bulles-v2 .bulle__face--back a, body .footer .wrapper a:not(.logo):not(.rslink), body .faq-container .faq a, body .split-map .txt .split-map-title a, body .bulles .bulle__face--back a.biglink + h3, body .bulles .bulle__face--back a.biglink + h3 + p span, body .link {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
.animunderline:hover, body .coordonnees div a:hover, body .bulles-v2 .bulle__face--back a:hover, body .footer .wrapper a:hover:not(.logo):not(.rslink), body .faq-container .faq a:hover, body .split-map .txt .split-map-title a:hover, body .bulles .bulle__face--back a.biglink + h3:hover, body .bulles .bulle__face--back a.biglink + h3 + p span:hover, body .link:hover {
  background-size: 0 1px, 100% 1px;
}

.pt {
  padding-top: 114px;
}
@media (max-width: 1480px) {
  .pt {
    padding-top: 60px !important;
  }
  .pt.ptstatic {
    padding-top: 120px !important;
  }
}
@media (max-width: 600px) {
  .pt {
    padding-top: 50px !important;
  }
}

.pts {
  padding-top: 57px !important;
}
@media (max-width: 1480px) {
  .pts {
    padding-top: 57px !important;
  }
}
@media (max-width: 600px) {
  .pts {
    padding-top: 45px !important;
  }
}

.ptxs {
  padding-top: 40px !important;
}

.pb {
  padding-bottom: 114px;
}
@media (max-width: 1480px) {
  .pb {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 600px) {
  .pb {
    padding-bottom: 50px !important;
  }
}

.pbs {
  padding-bottom: 57px !important;
}
@media (max-width: 1480px) {
  .pbs {
    padding-bottom: 57px !important;
  }
}
@media (max-width: 600px) {
  .pbs {
    padding-bottom: 45px !important;
  }
}

.pbxs {
  padding-bottom: 40px !important;
}

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

.mt0 {
  margin-top: 0 !important;
}

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

body {
  padding: 110px 20px 20px 20px;
  background-color: #b19369;
}
@media (max-width: 700px) {
  body {
    padding: 50px 10px 10px 10px;
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #b19369;
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  background: #2a4348;
  border-radius: 1px;
}
body .mainframe {
  position: fixed;
  border-radius: 50px;
  border: 20px solid #b19369;
  left: 0;
  top: 90px;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 700px) {
  body .mainframe {
    top: 40px;
    border-width: 10px;
    border-radius: 20px;
  }
}
@media (max-width: 600px) {
  body .mainframe {
    border-radius: 20px 20px 0 0;
    border-bottom: 0;
  }
}
body .mainframe::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 110px;
  background: #b19369;
}
@media (max-width: 700px) {
  body .mainframe::before {
    height: 50px;
  }
}
body .mainframe::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px;
  background: #b19369;
}
body header {
  position: fixed;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
}
@media (max-width: 700px) {
  body header {
    height: 50px;
  }
}
body header .wrapper {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 700px) {
  body header .wrapper {
    padding: 0 10px !important;
  }
}
body header .wrapper .left {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
@media (max-width: 1300px) {
  body header .wrapper .left {
    gap: 20px;
  }
}
body header .wrapper .left .burger {
  width: clamp(38px, 2.612244898vw + 28.2040816327px, 70px);
  height: clamp(38px, 2.612244898vw + 28.2040816327px, 70px);
  border-radius: 50%;
  background: #3e555a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
body header .wrapper .left .burger.active {
  opacity: 0;
}
body header .wrapper .left .burger:hover {
  background: white;
}
@media (max-width: 600px) {
  body header .wrapper .left .burger:hover {
    background: #3e555a;
  }
}
body header .wrapper .left .burger:hover img {
  filter: invert(1);
  opacity: 0.8;
}
body header .wrapper .left .burger img {
  width: clamp(22px, 1.5510204082vw + 16.1836734694px, 41px);
  transition: all 200ms ease-in-out;
}
body header .wrapper .left .mainmenu {
  height: 100%;
}
@media (max-width: 1200px) {
  body header .wrapper .left .mainmenu {
    display: none;
  }
}
body header .wrapper .left .mainmenu a {
  font-family: "Libre Franklin", sans-serif;
  line-height: 1em;
  display: flex;
}
body header .wrapper .left .mainmenu a:hover {
  color: white;
}
body header .wrapper .left .mainmenu > ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  gap: clamp(16px, 0.3265306122vw + 14.7755102041px, 20px);
  list-style: none;
}
body header .wrapper .left .mainmenu > ul > li {
  display: flex;
  position: relative;
  height: 100%;
}
body header .wrapper .left .mainmenu > ul > li.active > a {
  color: white;
}
body header .wrapper .left .mainmenu > ul > li.active > a::after {
  opacity: 1;
}
body header .wrapper .left .mainmenu > ul > li:hover > a {
  color: white;
}
body header .wrapper .left .mainmenu > ul > li:hover > a::after {
  opacity: 1;
}
body header .wrapper .left .mainmenu > ul > li:hover ul {
  pointer-events: all;
  opacity: 1;
}
body header .wrapper .left .mainmenu > ul > li:hover ul li.active > a {
  color: white;
}
body header .wrapper .left .mainmenu > ul > li > a {
  text-transform: uppercase;
  font-size: clamp(14px, 0.3265306122vw + 12.7755102041px, 18px);
  color: #2a4348;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  height: 100%;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
  position: relative;
  justify-content: center;
}
body header .wrapper .left .mainmenu > ul > li > a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  transition: all 200ms ease-in-out;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}
body header .wrapper .left .mainmenu > ul > li ul {
  position: absolute;
  top: calc(100% - 2px);
  left: -20px;
  margin: 0;
  padding: 0 20px 25px 20px;
  background: #b19369;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  border-radius: 0 0 16px 16px;
  transition: all 200ms ease-in-out;
}
body header .wrapper .left .mainmenu > ul > li ul a {
  text-transform: uppercase;
  font-size: clamp(13px, 0.2448979592vw + 12.0816326531px, 16px);
  color: #2a4348;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  font-weight: 400;
}
body header .wrapper .right {
  display: flex;
  align-items: center;
  gap: 38px;
  height: 100%;
}
@media (max-width: 1300px) {
  body header .wrapper .right {
    gap: 20px;
  }
}
@media (max-width: 500px) {
  body header .wrapper .right {
    gap: 10px;
  }
}
body header .wrapper .right .contact {
  display: flex;
  height: 100%;
  align-items: center;
  gap: clamp(0px, 0.8163265306vw - 3.0612244898px, 10px);
}
body header .wrapper .right .contact > a {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 5px;
}
body header .wrapper .right .contact > a:hover svg {
  fill: white;
}
body header .wrapper .right .contact > a svg {
  width: clamp(20px, 0.3265306122vw + 18.7755102041px, 24px);
  fill: #2a4348;
  transition: all 200ms ease-in-out;
}
body header .wrapper .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  transition: all 200ms ease-in-out;
}
body header .wrapper .logo img {
  max-width: 100%;
}
body header .wrapper .logo.scrolled.big {
  opacity: 0;
  transform: translateX(-50%) scale(0.9);
  pointer-events: none;
}
body header .wrapper .logo.scrolled.small {
  opacity: 1 !important;
}
body header .wrapper .logo.scrolled.small img {
  transform: translateY(0);
}
body header .wrapper .logo.small {
  width: clamp(100px, 10.8571428571vw + 59.2857142857px, 233px);
}
body header .wrapper .logo.small img {
  transform: translateY(10px);
  transition: all 400ms ease-in-out;
}
body header .wrapper .logo.big {
  transform-origin: center top;
  transform: translateX(-50%);
  top: 20px;
  z-index: 2;
  width: clamp(106px, 13.1428571429vw + 56.7142857143px, 267px);
}
body header .wrapper .logo.big + .logo.small {
  opacity: 0;
}
body .hero {
  width: 100%;
  height: calc(100svh - 130px);
  position: relative;
}
@media (max-width: 700px) {
  body .hero {
    height: calc(100svh - 50px);
  }
}
@media (max-width: 700px) {
  body .hero.withcaption {
    padding-top: 100px;
  }
}
@media (max-width: 900px) {
  body .hero.withcaption .wrapper {
    justify-content: flex-start !important;
    padding-bottom: clamp(172px, 10.4489795918vw + 132.8163265306px, 300px);
    padding-top: 30px;
    position: initial;
  }
  body .hero.withcaption .wrapper h1 {
    padding-bottom: 20px !important;
    z-index: 10;
  }
}
body .hero.small {
  height: auto !important;
  min-height: clamp(400px, 14.693877551vw + 344.8979591837px, 580px);
}
body .hero.small .slide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
body .hero.small .slide img {
  position: absolute;
  inset: 0;
  transition: transform 0.5s;
  animation-name: animate-pop;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}
@keyframes animate-pop {
  0% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
body .hero.small .wrapper {
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
@media (max-width: 900px) {
  body .hero.small .wrapper {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
body .hero.small .wrapper h1 {
  padding-bottom: 150px;
}
@media (max-width: 900px) {
  body .hero.small .wrapper h1 {
    padding-bottom: 50px;
  }
}
body .hero.small .caption {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background: #87948c;
  z-index: 1;
  padding-left: clamp(20px, 13.0612244898vw - 28.9795918367px, 180px);
  padding-bottom: 150px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: clamp(30px, 2.8571428571vw + 19.2857142857px, 65px);
}
@media (max-width: 1400px) {
  body .hero.small .caption {
    padding-left: 120px;
  }
}
@media (max-width: 1200px) {
  body .hero.small .caption {
    padding-left: 100px;
  }
}
@media (max-width: 900px) {
  body .hero.small .caption {
    padding-bottom: 50px;
    position: initial;
    background: none;
    padding: 0;
    align-items: center;
  }
  body .hero.small .caption * {
    color: white !important;
    text-align: center !important;
  }
}
body .hero.small .caption .title {
  max-width: 430px;
  font-size: clamp(22px, 1.6326530612vw + 15.8775510204px, 42px);
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  body .hero.small .caption .title {
    text-align: left;
  }
}
body .hero.small .caption .pictos img {
  filter: brightness(0) invert(1);
}
body .hero .slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
  z-index: 1;
}
body .hero .wrapper {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 101;
}
body .hero .wrapper .cta-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(30px, 2.4489795918vw + 20.8163265306px, 60px);
  pointer-events: none;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 700px) {
  body .hero .wrapper .cta-container.cta-ctnr-bulle {
    position: initial;
    margin-top: 30px;
  }
  body .hero .wrapper .cta-container.cta-ctnr-bulle .cta-courbe {
    display: none;
  }
}
body .hero .wrapper .cta-container .cta {
  pointer-events: all;
  z-index: 2;
}
body .hero .wrapper .cta-container .cta-courbe {
  width: clamp(70px, 6.8571428571vw + 44.2857142857px, 154px);
  height: auto;
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 60%;
  pointer-events: none;
}
body .hero .wrapper .scrolldown {
  width: clamp(46px, 1.1428571429vw + 41.7142857143px, 60px);
  height: clamp(46px, 1.1428571429vw + 41.7142857143px, 60px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d77651;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 60px;
  animation: float 3s infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(0);
  }
}
@media (max-width: 700px) {
  body .hero .wrapper .scrolldown {
    width: 45px;
    height: 45px;
    position: static;
    margin-top: 42px;
  }
}
body .hero .wrapper .scrolldown:hover {
  background: #fb6f3a;
}
body .hero .wrapper .scrolldown img {
  width: clamp(20px, 0.8163265306vw + 16.9387755102px, 30px);
}
@media (max-width: 700px) {
  body .hero .wrapper .scrolldown img {
    width: 20px;
  }
}
body .hero .wrapper .split {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 700px) {
  body .hero .wrapper .split {
    height: auto;
    flex-direction: column;
    gap: 42px;
    padding-top: 160px;
  }
}
body .hero .wrapper .split > div {
  flex: 1 1 0;
}
@media (max-width: 700px) {
  body .hero .wrapper .split > div {
    flex: none;
  }
}
body .hero .wrapper .split > div:last-child {
  display: flex;
  justify-content: center;
}
body .hero .wrapper .split > div .bulle {
  box-sizing: border-box;
  padding: 30px;
  width: clamp(222px, 17.7959183673vw + 155.2653061224px, 440px);
  height: clamp(222px, 17.7959183673vw + 155.2653061224px, 440px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(135, 148, 140, 0.8);
}
body .hero .wrapper .split > div .bulle span {
  color: white;
  font-size: clamp(28px, 1.7959183673vw + 21.2653061224px, 50px);
  max-width: 340px;
  width: 100%;
  display: flex;
}
body .hero .wrapper .split > div .bulle span:nth-child(1) {
  font-weight: 400;
}
body .hero .wrapper .split > div .bulle span:nth-child(2) {
  font-weight: 600;
  justify-content: center;
}
body .hero .wrapper .split > div .bulle span:nth-child(3) {
  font-weight: 700;
  justify-content: flex-end;
}
body h1 {
  font-family: "Libre Franklin", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: clamp(16px, 0.4897959184vw + 14.1632653061px, 22px);
  font-weight: 500;
  margin: 0;
  line-height: 1.4em;
}
@media (max-width: 700px) {
  body h1 {
    text-align: center;
  }
}
body .btn {
  height: clamp(50px, 0.8163265306vw + 46.9387755102px, 60px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 34px;
  border-radius: clamp(4px, 0.1632653061vw + 3.387755102px, 6px);
  border: 1px solid white;
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 0.3265306122vw + 14.7755102041px, 20px);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background: #3e555a;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body .btn::before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fb6f3a;
  transition: all 700ms cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}
body .btn:hover::before {
  width: 100%;
}
body .siteparici {
  position: fixed;
  z-index: 99999999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #b19369;
}
body #introOverlay {
  position: fixed;
  inset: 0;
  background: #b19369;
  pointer-events: none;
  z-index: 100;
}
body.home .afterintro {
  opacity: 0;
}
body .courbe {
  position: absolute;
  top: calc(100svh - 180px);
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  body .courbe {
    display: none !important;
  }
}
body .courbe svg {
  display: block;
  width: 100%;
  height: auto;
}
body .courbe svg path {
  stroke: #d77651;
}
body main {
  position: relative;
  z-index: 2;
}
body .title {
  font-size: clamp(26px, 2.612244898vw + 16.2040816327px, 58px);
  line-height: 1.2em;
  margin-bottom: clamp(25px, 2.0408163265vw + 17.3469387755px, 50px);
}
@media (max-width: 1000px) {
  body .title {
    text-align: center;
  }
}
body .title.mw {
  max-width: 542px;
}
@media (max-width: 1000px) {
  body .title.mw {
    max-width: 100%;
  }
}
body .title.mw + .txt {
  max-width: 542px;
}
@media (max-width: 1000px) {
  body .title.mw + .txt {
    max-width: 100%;
  }
}
body h2 {
  font-size: clamp(14px, 0.1632653061vw + 13.387755102px, 16px);
  color: #87948c;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  margin: 0 0 clamp(10px, 1.2244897959vw + 5.4081632653px, 25px) 0;
}
@media (max-width: 1000px) {
  body h2 {
    text-align: center;
  }
}
body h2.reverse {
  max-width: 542px;
  margin-left: auto;
}
@media (max-width: 1000px) {
  body h2.reverse {
    max-width: 100%;
  }
}
body .txtimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  body .txtimg {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  body .txtimg {
    gap: 20px;
  }
}
body .txtimg .txt {
  max-width: 444px;
  box-sizing: border-box;
  border-left: 2px solid #d77651;
  padding-left: clamp(20px, 0.8163265306vw + 16.9387755102px, 30px);
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  body .txtimg .txt {
    max-width: 100%;
  }
}
body .txtimg .imgmorph {
  position: relative;
}
body .txtimg .imgmorph img {
  aspect-ratio: 1/1;
  transition: all 100ms ease-in-out;
}
body .txtimg .imgmorph img.img1 {
  width: clamp(250px, 26.1224489796vw + 152.0408163265px, 570px);
  border-radius: 50%;
}
body .txtimg .imgmorph img.img2 {
  width: clamp(185px, 17.5510204082vw + 119.1836734694px, 400px);
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  left: -20%;
  bottom: -20%;
}
@media (max-width: 600px) {
  body .txtimg .imgmorph img.img2 {
    left: -10%;
    bottom: -10%;
    width: clamp(140px, 21.2244897959vw + 60.4081632653px, 400px);
  }
}
body .txtimg .imgmorph img.img2.reverse {
  left: auto;
  right: -20%;
}
@media (max-width: 600px) {
  body .txtimg .imgmorph img.img2.reverse {
    left: auto;
    right: -15%;
  }
}
body .txtimg .btncontainer {
  display: flex;
  justify-content: flex-end;
  max-width: 542px;
}
@media (max-width: 1000px) {
  body .txtimg .btncontainer {
    justify-content: center;
    max-width: 100%;
    padding-top: 0 !important;
  }
}
body p,
body .p,
body ul.list li,
body .split-map .txt ul li {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(16px, 0.3265306122vw + 14.7755102041px, 20px);
  font-weight: 200;
  line-height: 1.5em;
  margin-top: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
body p:last-of-type,
body .p:last-of-type,
body ul.list li:last-of-type,
body .split-map .txt ul li:last-of-type {
  margin-bottom: 0;
}
body p.xl,
body .p.xl,
body ul.list li.xl,
body .split-map .txt ul li.xl {
  font-size: clamp(18px, 0.3265306122vw + 16.7755102041px, 22px);
}
body .parici {
  font-family: "Fraunces", serif;
}
@media (max-width: 600px) {
  body .parici {
    font-size: 120%;
  }
}
body .link:hover {
  color: #fb6f3a !important;
}
body .cta {
  height: clamp(110px, 6.5306122449vw + 85.5102040816px, 190px);
  font-size: clamp(16px, 0.4897959184vw + 14.1632653061px, 22px);
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  gap: 10px;
  z-index: 1;
}
body .cta:hover span {
  transform: rotate(0);
}
body .cta:hover i::before {
  width: 100%;
  border-radius: 45%;
}
body .cta span {
  transform: rotate(-5deg);
  transition: transform 200ms ease-in-out;
}
body .cta span span {
  font-weight: 400;
  white-space: nowrap;
}
body .cta i {
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background: #d77651;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}
body .cta i::before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fb6f3a;
  border-radius: 50%;
  transition: all 700ms cubic-bezier(0.5, 0, 0, 1);
  z-index: -1;
}
body .cta::after {
  content: "";
  width: clamp(8px, 0.3265306122vw + 6.7755102041px, 12px);
  height: clamp(8px, 0.3265306122vw + 6.7755102041px, 12px);
  background: white;
  border-radius: 50%;
}
body .textcenter {
  text-align: center;
}
body .mt0 {
  margin-top: 0 !important;
}
body .mb0 {
  margin-bottom: 0 !important;
}
body .carousel .slick-list {
  margin: 0 clamp(-27px, -1.5510204082vw - 2.1836734694px, -8px);
}
body .carousel .slick-slide {
  margin: 0 clamp(8px, 1.5510204082vw + 2.1836734694px, 27px);
}
body .carousel .elt {
  display: flex;
  flex-direction: column;
  position: relative;
}
body .carousel .elt:hover .img img {
  transform: scale(1.05);
}
body .carousel .elt:hover .animunderline, body .carousel .elt:hover .coordonnees div a, body .coordonnees div .carousel .elt:hover a, body .carousel .elt:hover .bulles-v2 .bulle__face--back a, body .bulles-v2 .bulle__face--back .carousel .elt:hover a, body .carousel .elt:hover .footer .wrapper a:not(.logo):not(.rslink), body .footer .wrapper .carousel .elt:hover a:not(.logo):not(.rslink), body .carousel .elt:hover .faq-container .faq a, body .faq-container .faq .carousel .elt:hover a, body .carousel .elt:hover .split-map .txt .split-map-title a, body .split-map .txt .split-map-title .carousel .elt:hover a, body .carousel .elt:hover .bulles .bulle__face--back a.biglink + h3, body .bulles .bulle__face--back .carousel .elt:hover a.biglink + h3, body .carousel .elt:hover .bulles .bulle__face--back a.biglink + h3 + p span, body .bulles .bulle__face--back a.biglink + h3 + p .carousel .elt:hover span, body .carousel .elt:hover .link {
  background-size: 0 1px, 100% 1px;
}
body .carousel .elt a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
body .carousel .elt .img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 20px 10px clamp(30px, 0.8163265306vw + 26.9387755102px, 40px) 10px;
  aspect-ratio: 1/1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: clamp(30px, 0.8163265306vw + 26.9387755102px, 40px);
}
body .carousel .elt .img::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 78%);
  pointer-events: none;
}
body .carousel .elt .img .animunderline, body .carousel .elt .img .coordonnees div a, body .coordonnees div .carousel .elt .img a, body .carousel .elt .img .bulles-v2 .bulle__face--back a, body .bulles-v2 .bulle__face--back .carousel .elt .img a, body .carousel .elt .img .footer .wrapper a:not(.logo):not(.rslink), body .footer .wrapper .carousel .elt .img a:not(.logo):not(.rslink), body .carousel .elt .img .faq-container .faq a, body .faq-container .faq .carousel .elt .img a, body .carousel .elt .img .split-map .txt .split-map-title a, body .split-map .txt .split-map-title .carousel .elt .img a, body .carousel .elt .img .bulles .bulle__face--back a.biglink + h3, body .bulles .bulle__face--back .carousel .elt .img a.biglink + h3, body .carousel .elt .img .bulles .bulle__face--back a.biglink + h3 + p span, body .bulles .bulle__face--back a.biglink + h3 + p .carousel .elt .img span, body .carousel .elt .img .link {
  transition: all 300ms;
}
body .carousel .elt .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 400ms ease-in-out;
}
body .carousel .elt .img h3 {
  position: relative;
  z-index: 3;
  margin: 0;
  text-align: center;
  font-size: clamp(22px, 0.8163265306vw + 18.9387755102px, 32px);
  font-weight: 400;
}
body .slick-arrow {
  width: clamp(40px, 4.0816326531vw + 24.693877551px, 90px);
  height: clamp(40px, 4.0816326531vw + 24.693877551px, 90px);
  background-color: white;
  border-radius: 50%;
  transition: background-color 200ms ease-in-out;
  cursor: pointer;
  font-size: 0 !important;
  position: absolute;
  top: 0;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
}
body .slick-arrow:hover {
  background-color: #fb6f3a;
}
body .slick-arrow:hover::before {
  filter: brightness(0) invert(1);
}
body .slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: clamp(22px, 2.693877551vw + 11.8979591837px, 55px);
}
body .slick-arrow.slick-prev {
  left: clamp(-45px, -2.0408163265vw - 12.3469387755px, -20px);
}
@media (max-width: 1480px) {
  body .slick-arrow.slick-prev {
    left: -20px;
  }
}
@media (max-width: 600px) {
  body .slick-arrow.slick-prev {
    left: -10px;
  }
}
body .slick-arrow.slick-prev::before {
  background-image: url(../img/arrow-left.png);
}
body .slick-arrow.slick-next {
  right: clamp(-45px, -2.0408163265vw - 12.3469387755px, -20px);
}
@media (max-width: 1480px) {
  body .slick-arrow.slick-next {
    right: -20px;
  }
}
@media (max-width: 600px) {
  body .slick-arrow.slick-next {
    right: -10px;
  }
}
body .slick-arrow.slick-next::before {
  background-image: url(../img/arrow-right.png);
}
body .swiper-container {
  width: 100%;
  overflow: visible;
}
body .swiper-slide {
  background-position: center;
  background-size: cover;
  width: clamp(280px, 53.0612244898vw + 81.0204081633px, 930px);
  aspect-ratio: 1/0.66;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 600px) {
  body .swiper-slide {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1000px) {
  body .swiper-slide-prev {
    transform: translate3d(250px, 0px, -599px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}
@media (max-width: 700px) {
  body .swiper-slide-prev {
    transform: translate3d(180px, 0px, -599px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}
@media (max-width: 1000px) {
  body .swiper-slide-next {
    transform: translate3d(-250px, 0px, -599px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}
@media (max-width: 700px) {
  body .swiper-slide-next {
    transform: translate3d(-180px, 0px, -599px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  }
}
body .swiper-slide-active:hover .visuel {
  transform: scale(1.05);
}
body .swiper-slide-active:hover .caption h3 {
  background-size: 0 1px, 100% 1px;
}
body .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-next):not(.swiper-slide-active) {
  opacity: 0;
}
body .swiper-slide:not(.swiper-slide-active) .caption {
  opacity: 0;
}
body .swiper-slide .visuel {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 600ms ease-in-out;
}
body .swiper-slide .caption {
  transition: opacity 200ms ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  text-align: center;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 78%);
  padding: clamp(20px, 3.2653061224vw + 7.7551020408px, 60px) 20px;
  box-sizing: border-box;
}
body .swiper-slide .caption h3 {
  color: white;
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
body .swiper-button-prev,
body .swiper-button-next {
  width: 20%;
  top: 57px !important;
  bottom: 0 !important;
  transform: none;
  height: auto !important;
  display: flex;
  align-items: center;
}
body .swiper-button-prev:hover::before,
body .swiper-button-next:hover::before {
  background-color: #fb6f3a;
}
body .swiper-button-prev:hover::after,
body .swiper-button-next:hover::after {
  filter: brightness(0) invert(1);
}
body .swiper-button-prev::before,
body .swiper-button-next::before {
  content: "";
  width: clamp(40px, 4.0816326531vw + 24.693877551px, 90px);
  height: clamp(40px, 4.0816326531vw + 24.693877551px, 90px);
  background-color: white;
  background-position: center center;
  border-radius: 50%;
  transition: all 200ms ease-in-out;
}
body .swiper-button-prev::after,
body .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(40px, 4.0816326531vw + 24.693877551px, 90px);
  bottom: 0;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all 200ms ease-in-out;
  background-position: center center;
}
body .swiper-button-prev svg,
body .swiper-button-next svg {
  display: none;
}
body .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}
@media (max-width: 1480px) {
  body .swiper-button-prev {
    left: 3.5% !important;
  }
}
@media (max-width: 1300px) {
  body .swiper-button-prev {
    left: 5% !important;
  }
}
@media (max-width: 1000px) {
  body .swiper-button-prev {
    left: -3% !important;
  }
}
body .swiper-button-prev::after {
  content: "";
  background-image: url(../img/arrow-left.png);
  background-size: clamp(22px, 2.693877551vw + 11.8979591837px, 55px);
}
body .swiper-button-next {
  right: 0;
  justify-content: flex-end;
}
@media (max-width: 1480px) {
  body .swiper-button-next {
    right: 3.5% !important;
  }
}
@media (max-width: 1300px) {
  body .swiper-button-next {
    right: 5% !important;
  }
}
@media (max-width: 1000px) {
  body .swiper-button-next {
    right: -3% !important;
  }
}
body .swiper-button-next::after {
  content: "";
  background-image: url(../img/arrow-right.png);
  background-size: clamp(22px, 2.693877551vw + 11.8979591837px, 55px);
}
body h3 {
  margin: 0;
  font-size: clamp(22px, 2.1224489796vw + 14.0408163265px, 48px);
}
body h3 span {
  font-weight: 400;
}
body .pictos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: clamp(10px, 2.4489795918vw + 0.8163265306px, 40px);
}
body .pictos span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 0.4897959184vw + 8.1632653061px, 16px);
  text-align: center;
  color: white;
  font-size: clamp(12px, 0.4897959184vw + 10.1632653061px, 18px);
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
}
body .pictos span img {
  width: auto;
  height: clamp(20px, 1.7959183673vw + 13.2653061224px, 42px);
}
body .bulle-cta {
  display: flex;
  gap: clamp(35px, 3.6734693878vw + 21.2244897959px, 80px);
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  body .bulle-cta {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  body .bulle-cta {
    padding-top: 35px !important;
  }
}
body .bulle-cta .bulle {
  padding: 36px;
  box-sizing: border-box;
  max-width: 440px;
  color: white;
  background: #87948c;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .bulle-cta .bulle strong {
  color: #282525;
}
body .sidemenu {
  position: fixed;
  left: -100%;
  top: 20px;
  bottom: 20px;
  background: #3e555a;
  max-width: 450px;
  width: 100%;
  border-radius: 0 30px 30px 0;
  z-index: 1000;
  transition: all 400ms ease-in-out;
}
@media (max-width: 700px) {
  body .sidemenu {
    top: 10px;
    bottom: 10px;
    max-width: 350px;
  }
}
@media (max-width: 600px) {
  body .sidemenu {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  body .sidemenu {
    max-width: calc(100% - 20px);
  }
}
body .sidemenu.active {
  left: 20px;
}
@media (max-width: 700px) {
  body .sidemenu.active {
    left: 10px;
  }
}
body .sidemenu .close {
  padding: 16px;
  cursor: pointer;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 700px) {
  body .sidemenu .close {
    padding: 8px;
  }
}
body .sidemenu .close svg {
  transition: all 200ms ease-in-out;
}
@media (max-width: 700px) {
  body .sidemenu .close svg {
    width: 34px;
    height: 34px;
  }
}
body .sidemenu .close:hover svg {
  stroke: white;
}
body .sidemenu .container {
  max-width: 240px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (max-width: 700px) {
  body .sidemenu .container {
    margin-left: 60px;
  }
}
body .sidemenu .container .logo {
  max-width: 142px;
  display: flex;
}
body .sidemenu .container .logo img {
  width: 100%;
  height: auto;
}
body .sidemenu .container p {
  font-size: clamp(15px, 0.2448979592vw + 14.0816326531px, 18px);
  margin: 0;
  color: white;
}
body .sidemenu .container p a {
  color: white;
}
body .sidemenu .container ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body .sidemenu .container ul.menu * {
  list-style: none;
}
body .sidemenu .container ul.menu a {
  font-family: "Libre Franklin", sans-serif;
  line-height: 1em;
  display: flex;
  color: #b19369;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: clamp(16px, 0.1632653061vw + 15.387755102px, 18px);
  letter-spacing: 1px;
  display: flex;
  white-space: nowrap;
}
body .sidemenu .container ul.menu a.active {
  color: white;
}
body .sidemenu .container ul.menu li:hover > a {
  color: white;
}
body .sidemenu .container ul.menu > li {
  position: relative;
}
body .sidemenu .container ul.menu > li .chevron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 30px;
  height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 200ms ease-in-out;
  justify-content: center;
  align-items: center;
}
body .sidemenu .container ul.menu > li .chevron.active {
  transform: rotate(180deg);
}
body .sidemenu .container ul.menu > li .submenu-container {
  display: none;
}
body .sidemenu .container ul.menu > li .submenu-container ul.submenu {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 20px;
  padding-top: 20px;
}
body .sidemenu .container ul.menu > li .submenu-container ul.submenu a {
  font-size: clamp(14px, 0.1632653061vw + 13.387755102px, 16px);
}
body .sidemenu .container .rs {
  display: flex;
  align-items: center;
  gap: 20px;
}
body .sidemenu .container .rs a {
  display: flex;
}
body .sidemenu .container .rs a:hover img {
  filter: brightness(0) invert(1);
}
body .sidemenu .container .rs a img {
  transition: all 200ms ease-in-out;
}
body .container-ancestor {
  max-height: calc(100svh - 114px);
  overflow-y: auto;
  margin-top: 26px;
}
@media (max-width: 700px) {
  body .container-ancestor {
    max-height: calc(100svh - 100px);
  }
}
body .container-ancestor::-webkit-scrollbar {
  width: 10px;
}
body .container-ancestor::-webkit-scrollbar-track {
  background: #455c64;
  border-radius: 1px;
}
body .container-ancestor::-webkit-scrollbar-thumb {
  background: #2a4348;
  border-radius: 1px;
}
body .white,
body .white * {
  color: white;
}
body .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}
body .bg .bg-img {
  position: absolute;
  left: 0;
  top: -12%;
  right: 0;
  bottom: -12%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  will-change: transform;
}
body .bulles {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  body .bulles {
    flex-direction: column;
    align-items: center;
  }
}
body .bulles .bulle {
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  position: relative;
  perspective: 1200px;
  cursor: default;
}
body .bulles .bulle:hover .bulle__inner {
  transform: rotateY(180deg);
}
body .bulles .bulle__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-style: preserve-3d;
}
body .bulles .bulle h3 {
  font-size: clamp(20px, 0.6530612245vw + 17.5510204082px, 28px) !important;
  font-weight: 400;
  white-space: nowrap;
}
body .bulles .bulle h3.white {
  color: white !important;
}
body .bulles .bulle__face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  gap: clamp(8px, 0.1632653061vw + 7.387755102px, 10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
body .bulles .bulle__face p {
  font-size: clamp(14px, 0.3265306122vw + 12.7755102041px, 18px);
  line-height: 1.3em;
}
body .bulles .bulle__face--back {
  transform: rotateY(180deg);
  background: #fb6f3a;
}
body .bulles .bulle__face--back p {
  white-space: normal;
  font-size: clamp(14px, 0.4897959184vw + 12.1632653061px, 20px) !important;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282525;
  font-family: "Fraunces", serif;
}
body .bulles .bulle__face--back a.biglink {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body .bulles .bulle__face--back a.biglink:hover + h3, body .bulles .bulle__face--back a.biglink:hover + h3 + p span {
  background-size: 0 1px, 100% 1px;
}
body .bulles .bulle:nth-child(1) {
  width: 27%;
  margin-right: -2%;
  margin-top: 3%;
}
@media (max-width: 1200px) {
  body .bulles .bulle:nth-child(1) {
    width: clamp(222px, 8.1632653061vw + 191.387755102px, 322px);
    margin: 0;
  }
}
body .bulles .bulle:nth-child(1) .bulle__face--front {
  background: #a98759;
}
body .bulles .bulle:nth-child(1) img {
  width: clamp(85px, 4.6530612245vw + 67.5510204082px, 142px);
}
body .bulles .bulle:nth-child(2) {
  width: 19%;
  margin-top: 16%;
  margin-right: -2%;
  margin-left: 2%;
}
@media (max-width: 1200px) {
  body .bulles .bulle:nth-child(2) {
    width: clamp(178px, 8.1632653061vw + 147.387755102px, 278px);
    margin: 0 20% 0 0;
  }
}
@media (max-width: 1000px) {
  body .bulles .bulle:nth-child(2) {
    margin: 0 30% 0 0;
  }
}
@media (max-width: 600px) {
  body .bulles .bulle:nth-child(2) {
    margin: 0 40% 0 0;
  }
}
body .bulles .bulle:nth-child(2) .bulle__face--front {
  background: #87948c;
}
body .bulles .bulle:nth-child(2) img {
  width: clamp(49px, 4vw + 34px, 98px);
}
body .bulles .bulle:nth-child(3) {
  width: 19%;
  margin: 0 -3%;
}
@media (max-width: 1200px) {
  body .bulles .bulle:nth-child(3) {
    width: clamp(178px, 8.1632653061vw + 147.387755102px, 278px);
    margin: -40px 0 -40px 20%;
  }
}
@media (max-width: 1000px) {
  body .bulles .bulle:nth-child(3) {
    margin: -40px 0 -40px 30%;
  }
}
@media (max-width: 600px) {
  body .bulles .bulle:nth-child(3) {
    margin: -40px 0 -40px 40%;
  }
}
body .bulles .bulle:nth-child(3) .bulle__face--front {
  background: #876643;
}
body .bulles .bulle:nth-child(3) img {
  width: clamp(49px, 4vw + 34px, 98px);
}
body .bulles .bulle:nth-child(4) {
  width: 19%;
  margin-top: 15%;
}
@media (max-width: 1200px) {
  body .bulles .bulle:nth-child(4) {
    width: clamp(178px, 8.1632653061vw + 147.387755102px, 278px);
    margin: 0 20% 0 0;
  }
}
@media (max-width: 1000px) {
  body .bulles .bulle:nth-child(4) {
    margin: 0 30% 0 0;
  }
}
@media (max-width: 600px) {
  body .bulles .bulle:nth-child(4) {
    margin: 0 40% 0 0;
  }
}
body .bulles .bulle:nth-child(4) .bulle__face--front {
  background: #3e555a;
}
body .bulles .bulle:nth-child(4) img {
  width: clamp(31px, 2.4489795918vw + 21.8163265306px, 61px);
}
body .bulles .bulle:nth-child(5) {
  width: 24%;
  margin-top: 5%;
}
@media (max-width: 1200px) {
  body .bulles .bulle:nth-child(5) {
    width: clamp(222px, 8.1632653061vw + 191.387755102px, 322px);
    margin: 0;
  }
}
body .bulles .bulle:nth-child(5) .bulle__face--front {
  background: #744748;
}
body .bulles .bulle:nth-child(5) img {
  width: clamp(69px, 2.9387755102vw + 57.9795918367px, 105px);
}
body .barre {
  white-space: nowrap;
  position: relative;
}
body .barre::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #282525;
}
@media (max-width: 600px) {
  body .barre::before {
    top: 8px;
  }
}
body .split-map .txt {
  max-width: 1000px;
  flex: 480px 0 0;
}
@media (max-width: 1000px) {
  body .split-map .txt {
    max-width: 100%;
    flex: none;
    width: 100%;
  }
}
body .split-map .txt .split-map-title {
  font-size: clamp(20px, 0.3265306122vw + 18.7755102041px, 24px);
  margin-bottom: 30px;
}
body .split-map .txt .split-map-title a {
  font-size: clamp(16px, 0.3265306122vw + 14.7755102041px, 20px);
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  color: #d77651;
}
body .split-map .txt .split-map-title a:hover {
  color: #fb6f3a;
}
body .split-map .txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .split-map .txt ul li {
  position: relative;
  padding: 0 0 0 clamp(22px, 0.2448979592vw + 21.0816326531px, 25px);
}
body .split-map .txt ul li::before {
  content: "";
  width: clamp(10px, 0.1632653061vw + 9.387755102px, 12px);
  height: clamp(10px, 0.1632653061vw + 9.387755102px, 12px);
  border-radius: 50%;
  background: #d77651;
  position: absolute;
  left: 0;
  top: 2px;
}
body .split-map .txt ul ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body .split-map .txt ul ul li {
  padding: 0 0 0 clamp(17px, 0.2448979592vw + 16.0816326531px, 20px);
}
body .split-map .txt ul ul li::before {
  background: #282525;
  width: clamp(8px, 0.1632653061vw + 7.387755102px, 10px);
  height: clamp(8px, 0.1632653061vw + 7.387755102px, 10px);
}
body .split-map .txt > ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body .split-map .txt > ul > li > strong {
  color: #d77651;
}
body .split-map .img {
  flex: auto;
}
body .split-map .img a {
  position: relative;
  display: block;
}
body .split-map .img a img {
  width: 100%;
  height: auto;
}
body .split-map .img a img.arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  animation: floatarrow 1.5s ease-in-out infinite;
}
@keyframes floatarrow {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
body .cta-map {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  body .cta-map {
    position: initial;
    padding-top: 45px;
  }
}
body .cta-map a {
  pointer-events: all;
}
@media (max-width: 700px) {
  body .mainreservationbtn {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    bottom: 30px;
    z-index: 10;
  }
}
@media (max-width: 600px) {
  body .mainreservationbtn {
    bottom: 10px;
  }
}
@media (max-width: 1000px) {
  body .ctamorph {
    padding-top: 15%;
  }
}
@media (max-width: 1000px) {
  body .section-googlemap {
    padding-top: 0 !important;
  }
}
body .map-desk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 1000px) {
  body .map-desk {
    display: none;
  }
}
body .map-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 1000px) {
  body .map-mobile {
    display: block;
  }
}
body .wrapper-map {
  z-index: 2;
}
@media (max-width: 1000px) {
  body .wrapper-map {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
}
body .wrapper-map .map-legend {
  border-radius: 30px;
  background: white;
  padding: clamp(30px, 0.8163265306vw + 26.9387755102px, 40px) clamp(20px, 1.6326530612vw + 13.8775510204px, 40px);
  display: flex;
  gap: clamp(30px, 1.6326530612vw + 23.8775510204px, 50px) clamp(30px, 2.4489795918vw + 20.8163265306px, 60px);
  flex-wrap: wrap;
  max-width: 580px;
  width: 100%;
}
@media (max-width: 1000px) {
  body .wrapper-map .map-legend {
    border-radius: 0;
    padding-bottom: 0 !important;
  }
}
body .wrapper-map .map-legend > div {
  width: calc(50% - clamp(15px, 1.2244897959vw + 10.4081632653px, 30px));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
body .wrapper-map .map-legend > div img {
  max-height: clamp(44px, 1.6326530612vw + 37.8775510204px, 64px);
  width: auto;
}
body .wrapper-map .map-legend > div h3 {
  color: #e18c6d;
  font-size: clamp(18px, 0.6530612245vw + 15.5510204082px, 26px);
  font-weight: 400;
  white-space: nowrap;
}
body .wrapper-map .map-legend > div p {
  font-size: clamp(14px, 0.1632653061vw + 13.387755102px, 16px);
}
body .mwfull {
  max-width: 100%;
}
body .mw930 {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
body .mw950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
body .mw870 {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
body ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body ul.list.orangedots li::before {
  background: #d77651;
}
body ul.list li {
  position: relative;
  padding: 0 0 0 clamp(22px, 0.2448979592vw + 21.0816326531px, 25px);
}
body ul.list li::before {
  content: "";
  width: clamp(10px, 0.1632653061vw + 9.387755102px, 12px);
  height: clamp(10px, 0.1632653061vw + 9.387755102px, 12px);
  border-radius: 50%;
  background: #87948c;
  position: absolute;
  left: 0;
  top: 2px;
}
body ul.list ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body ul.list ul li {
  padding: 0 0 0 clamp(17px, 0.2448979592vw + 16.0816326531px, 20px);
}
body ul.list ul li::before {
  background: #282525;
  width: clamp(8px, 0.1632653061vw + 7.387755102px, 10px);
  height: clamp(8px, 0.1632653061vw + 7.387755102px, 10px);
}
body .faq-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 930px;
  margin: auto;
}
body .faq-container .faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 0.9795918367vw + 18.3265306122px, 34px);
  padding: clamp(30px, 0.8163265306vw + 26.9387755102px, 40px) 0;
  border-bottom: 1px solid #87948c;
}
body .faq-container .faq:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
body .faq-container .faq h2 {
  font-size: clamp(18px, 0.3265306122vw + 16.7755102041px, 22px);
  margin: 0;
}
body .faq-container .faq a {
  color: #d77651;
  font-weight: 500;
}
body .faq-container .faq a:hover {
  color: #fb6f3a;
}
body .orange {
  color: #d77651;
}
body .green {
  color: #3e555a;
}
body .footer {
  background: white;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
@media (max-width: 700px) {
  body .footer {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  body .footer .ptxs {
    padding-top: 26px !important;
  }
  body .footer .pbxs {
    padding-bottom: 26px !important;
  }
}
@media (max-width: 600px) {
  body .footer .pbxs {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 600px) {
  body .footer {
    bottom: 0;
  }
}
body .footer .wrapper {
  max-width: 1290px;
}
body .footer .wrapper a:not(.logo):not(.rslink):hover {
  color: #fb6f3a;
}
body .footer .wrapper p {
  font-size: clamp(16px, 0.4897959184vw + 14.1632653061px, 22px);
  line-height: 1.35em;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  body .footer .wrapper p {
    margin-bottom: 15px;
  }
}
body .footer .wrapper .logo {
  display: flex;
  justify-content: center;
  width: clamp(106px, 18.2857142857vw + 37.4285714286px, 330px);
  margin: auto;
  transition: none;
  transform: scale(0.05);
  transform-origin: center center;
}
body .footer .wrapper .logo img {
  width: 100%;
}
body .footer .wrapper .parici {
  font-size: clamp(22px, 0.4897959184vw + 20.1632653061px, 28px);
}
body .footer .wrapper .footermenu {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 10px 0 20px 0;
}
@media (max-width: 700px) {
  body .footer .wrapper .footermenu {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 600px) {
  body .footer .wrapper .footermenu {
    gap: 2px;
    padding: 0 0 15px 0;
  }
}
body .footer .wrapper .footermenu a {
  font-size: clamp(14px, 0.1632653061vw + 13.387755102px, 16px);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 200;
  font-family: "Libre Franklin", sans-serif;
  line-height: 1.4em;
}
body .footer .wrapper .bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  body .footer .wrapper .bottom {
    flex-direction: column;
    gap: 16px;
  }
  body .footer .wrapper .bottom p {
    flex: none;
    text-align: center;
  }
  body .footer .wrapper .bottom .first {
    order: 2;
  }
  body .footer .wrapper .bottom .rs {
    order: 1;
    flex: none;
  }
  body .footer .wrapper .bottom .last {
    order: 3;
    padding-bottom: 34px;
  }
}
@media (max-width: 600px) {
  body .footer .wrapper .bottom {
    padding-bottom: 14px;
  }
  body .footer .wrapper .bottom .last {
    padding-bottom: 30px;
  }
}
body .footer .wrapper .bottom p {
  flex: 1 1 0;
  margin: 0;
  font-size: clamp(14px, 0.1632653061vw + 13.387755102px, 16px);
}
body .footer .wrapper .bottom p.last {
  text-align: right;
}
body .footer .wrapper .bottom .rs {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 0.3265306122vw + 14.7755102041px, 20px);
}
body .footer .wrapper .bottom .rs a {
  display: flex;
}
body .footer .wrapper .bottom .rs a:hover {
  opacity: 0.5;
}
body .footer .wrapper .bottom .rs a img {
  width: clamp(25px, 2.0408163265vw + 17.3469387755px, 50px);
}
body .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #3e555a;
  padding: 20px 0;
}
@media (max-width: 600px) {
  body .breadcrumbs {
    padding-bottom: 0;
  }
}
body .breadcrumbs * {
  font-family: "Libre Franklin", sans-serif;
  color: #3e555a;
  letter-spacing: 1px;
  line-height: 1em;
  font-size: clamp(12px, 0.1632653061vw + 11.387755102px, 14px);
}
body .breadcrumbs .last {
  color: #d77651;
  font-weight: 500;
}
body .breadcrumbs a:not(.last):hover {
  color: #fb6f3a;
}
@media (max-width: 1000px) {
  body .hidemobile {
    display: none;
  }
}
body .orangeline {
  width: 6px;
  height: 100px;
  background: #d77651;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  pointer-events: none;
  margin: auto;
}
@media (max-width: 1480px) {
  body .orangeline {
    width: 5px;
    height: 60px;
    bottom: -30px;
  }
}
@media (max-width: 600px) {
  body .orangeline {
    width: 4px;
    height: 40px;
    bottom: -20px;
  }
}
body .sticky-nav-container-ancestor {
  position: relative;
}
body .sticky-nav-container-ancestor .wrapper-sticky {
  position: sticky;
  top: 110px;
  z-index: 10;
}
@media (max-width: 700px) {
  body .sticky-nav-container-ancestor .wrapper-sticky {
    top: 50px;
  }
}
@media (max-width: 1400px) {
  body .sticky-nav-container-ancestor .wrapper-sticky.spec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container {
  border-top: 1px solid;
  border-bottom: 1px solid;
  max-width: 1410px;
  margin: auto;
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 0.4897959184vw + 12.1632653061px, 20px);
}
@media (max-width: 600px) {
  body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav {
    justify-content: flex-start;
    overflow-x: auto;
  }
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav a {
  font-family: "Libre Franklin", sans-serif;
  white-space: nowrap;
  line-height: 1em;
  padding: clamp(12px, 1.4693877551vw + 6.4897959184px, 30px) 0;
  font-size: clamp(14px, 0.4897959184vw + 12.1632653061px, 20px);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3e555a;
  display: flex;
  align-items: center;
  gap: clamp(14px, 0.4897959184vw + 12.1632653061px, 20px);
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav a.active {
  color: #fb6f3a;
  font-weight: 600;
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav a:hover {
  color: #fb6f3a;
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav a::after {
  content: "";
  width: clamp(8px, 0.3265306122vw + 6.7755102041px, 12px);
  height: clamp(8px, 0.3265306122vw + 6.7755102041px, 12px);
  border-radius: 50%;
  background: #87948c;
}
body .sticky-nav-container-ancestor .wrapper-sticky .sticky-nav-container .sticky-nav a:last-child::after {
  display: none;
}
body .room-card {
  width: 100%;
  aspect-ratio: 1/0.497;
  border-radius: clamp(20px, 0.8163265306vw + 16.9387755102px, 30px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  body .room-card {
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 600px) {
  body .room-card.withpicto {
    aspect-ratio: 1/0.9;
  }
}
body .room-card.withpicto .caption .picto {
  width: auto;
  height: clamp(70px, 7.3469387755vw + 42.4489795918px, 160px);
}
body .room-card:hover .visuel {
  transform: scale(1.03);
}
body .room-card:hover .caption h3 {
  background-size: 0 1px, 100% 1px;
}
body .room-card .gallery {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  right: clamp(15px, 3.6734693878vw + 1.2244897959px, 60px);
  top: clamp(15px, 2.0408163265vw + 7.3469387755px, 40px);
  transition: all 200ms ease-in-out;
  width: clamp(30px, 2.4489795918vw + 20.8163265306px, 60px);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/icon-gallery.png);
}
body .room-card .gallery:hover {
  background-image: url(../img/icon-gallery-hover.png);
}
body .room-card .gallery a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body .room-card .visuel {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 400ms ease-in-out;
}
body .room-card .caption {
  transition: opacity 200ms ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  text-align: center;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 78%);
  padding: clamp(20px, 3.2653061224vw + 7.7551020408px, 60px) 20px;
  box-sizing: border-box;
}
body .room-card .caption h3 {
  color: white;
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
body .btncontainer-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  body .btncontainer-right {
    justify-content: center;
  }
}
body .btncontainer-right.spec {
  width: calc(100vw - (100vw - 1130px));
  justify-content: center;
}
@media (max-width: 1130px) {
  body .btncontainer-right.spec {
    width: calc(100vw - 120px);
  }
}
@media (max-width: 1000px) {
  body .btncontainer-right.spec {
    width: 100%;
  }
}
body .room-card-desc {
  display: flex;
  max-width: 1130px;
  margin: auto;
  gap: clamp(30px, 12.2448979592vw - 15.9183673469px, 180px);
}
@media (max-width: 1000px) {
  body .room-card-desc {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(24px, 4.5714285714vw + 6.8571428571px, 80px);
  }
}
body .room-card-desc .left {
  max-width: 700px;
}
@media (max-width: 1130px) {
  body .room-card-desc .left {
    max-width: 560px;
  }
}
body .grid-sizer,
body .grid-item {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 600px) {
  body .grid-sizer,
  body .grid-item {
    width: calc((100% - 20px) / 2);
  }
}
body .gal-photos a {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}
@media (max-width: 600px) {
  body .gal-photos a {
    margin-top: 20px;
    border-radius: 14px;
  }
}
body .gal-photos a:hover img {
  transform: scale(1.02);
}
body .gal-photos a:hover .hover {
  opacity: 1;
}
body .gal-photos a img {
  width: 100%;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
body .gal-photos a .hover {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  padding: 10px 10px clamp(20px, 2.4489795918vw + 10.8163265306px, 50px) 10px;
  color: white;
  font-size: clamp(14px, 0.8163265306vw + 10.9387755102px, 24px);
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 200ms ease-in-out;
}
body .bulles-v2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px 15px;
}
@media (max-width: 1000px) {
  body .bulles-v2 {
    max-width: 600px;
    margin: auto;
  }
}
@media (max-width: 600px) {
  body .bulles-v2 {
    max-width: 350px;
    gap: 0;
  }
}
body .bulles-v2 .bulle {
  width: clamp(178px, 7.5102040816vw + 149.8367346939px, 270px);
  aspect-ratio: 1/1;
  flex: 0 0 auto;
  position: relative;
  perspective: 1200px;
  cursor: default;
}
body .bulles-v2 .bulle:hover .bulle__inner {
  transform: rotateY(180deg);
}
body .bulles-v2 .bulle:nth-child(odd) {
  transform: translateY(-40px);
}
@media (max-width: 1000px) {
  body .bulles-v2 .bulle:nth-child(odd) {
    transform: none;
  }
}
@media (max-width: 600px) {
  body .bulles-v2 .bulle:nth-child(odd) {
    transform: translate(-40px, 0);
  }
}
@media (max-width: 1000px) {
  body .bulles-v2 .bulle:nth-child(even) {
    transform: translateY(-40px);
  }
}
@media (max-width: 600px) {
  body .bulles-v2 .bulle:nth-child(even) {
    transform: translate(40px, 0);
  }
}
body .bulles-v2 .bulle__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-style: preserve-3d;
}
body .bulles-v2 .bulle__face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  gap: clamp(8px, 0.1632653061vw + 7.387755102px, 10px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
body .bulles-v2 .bulle__face img {
  width: auto;
  height: clamp(60px, 1.6326530612vw + 53.8775510204px, 80px);
}
body .bulles-v2 .bulle__face h3 {
  font-size: clamp(20px, 0.6530612245vw + 17.5510204082px, 28px);
  font-weight: 400;
  white-space: nowrap;
}
body .bulles-v2 .bulle__face p {
  font-size: clamp(14px, 0.3265306122vw + 12.7755102041px, 18px);
  line-height: 1.3em;
}
body .bulles-v2 .bulle__face--back {
  transform: rotateY(180deg);
  background: #fb6f3a;
}
body .bulles-v2 .bulle__face--back p {
  white-space: normal;
}
body .bulles-v2 .bulle__face--back * {
  font-size: clamp(14px, 0.4897959184vw + 12.1632653061px, 20px) !important;
  font-weight: 500;
  letter-spacing: 1px;
  color: #282525;
  font-family: "Fraunces", serif;
}
body .bulles-v2 .bulle__face--back a {
  cursor: pointer;
}
@media (max-width: 700px) {
  body.home .hero .wrapper .split, body.herobulle .hero .wrapper .split {
    padding-top: 100px;
    gap: 30px;
  }
}
@keyframes fadeInUpXS {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .animate__fadeInUpXS {
  animation-name: fadeInUpXS;
}
@keyframes fadeInLeftXS {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
body .animate__fadeInLeftXS {
  animation-name: fadeInLeftXS;
}
body .slideparallax {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
body .damier {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 4.8979591837vw + 1.6326530612px, 80px);
}
@media (max-width: 1000px) {
  body .damier {
    flex-direction: column;
    align-items: center;
  }
}
body .damier.reverse {
  justify-content: flex-end;
}
body .damier .img {
  width: 40%;
  border-radius: clamp(20px, 0.8163265306vw + 16.9387755102px, 30px);
  overflow: hidden;
  display: flex;
}
@media (max-width: 1200px) {
  body .damier .img {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  body .damier .img {
    max-width: 400px;
    width: 100%;
    order: 1;
  }
}
body .damier .img img {
  width: 100%;
}
body .damier .txt {
  max-width: 530px;
  padding-top: clamp(0px, 4.8979591837vw - 18.3673469388px, 60px);
}
@media (max-width: 1000px) {
  body .damier .txt {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    order: 2;
  }
}
body .coordonnees {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: clamp(20px, 1.1428571429vw + 15.7142857143px, 34px);
}
@media (max-width: 1100px) {
  body .coordonnees {
    flex-direction: column;
  }
}
body .coordonnees div {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  body .coordonnees div {
    flex-direction: column;
  }
}
body .coordonnees div img {
  width: auto;
  height: clamp(24px, 2.0408163265vw + 16.3469387755px, 49px);
}
body .coordonnees div a {
  font-family: "Libre Franklin", sans-serif;
  font-size: clamp(16px, 0.5714285714vw + 13.8571428571px, 23px);
  transition: all 200ms ease-in-out;
}
body .coordonnees div a:hover {
  color: #fb6f3a !important;
}
body .contact-form input[type=text]::-moz-placeholder,
body .contact-form input[type=email]::-moz-placeholder,
body .contact-form textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
body .contact-form input[type=text]::-moz-placeholder, body .contact-form input[type=email]::-moz-placeholder, body .contact-form textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
body .contact-form input[type=text]::placeholder,
body .contact-form input[type=email]::placeholder,
body .contact-form textarea::placeholder {
  color: white;
  opacity: 1;
}
body .contact-form input[type=text]::-webkit-input-placeholder,
body .contact-form input[type=email]::-webkit-input-placeholder,
body .contact-form textarea::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
body .contact-form input[type=text]:-ms-input-placeholder,
body .contact-form input[type=email]:-ms-input-placeholder,
body .contact-form textarea:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
body .form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: clamp(500px, 26.9387755102vw + 398.9795918367px, 830px);
  width: 100%;
  aspect-ratio: 1/1;
  background: #87948c;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 20px;
  margin: auto;
  z-index: 2;
}
@media (max-width: 600px) {
  body .form-container {
    border-radius: 20px;
    aspect-ratio: auto;
    padding: 35px 20px;
  }
}
body .form-container * {
  font-family: "Libre Franklin", sans-serif;
}
body .form-container .contact-form {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  width: 100%;
  margin: auto;
  gap: 20px;
}
@media (max-width: 1200px) {
  body .form-container .contact-form {
    max-width: 350px;
  }
}
@media (max-width: 700px) {
  body .form-container .contact-form {
    max-width: 300px;
  }
}
body .form-container .contact-form input[type=text],
body .form-container .contact-form input[type=email],
body .form-container .contact-form textarea {
  background: none;
  border: 0;
  padding: 0 0 10px 0;
  color: white;
  font-size: clamp(16px, 0.4897959184vw + 14.1632653061px, 22px);
  border-bottom: 1px solid white;
  width: 100%;
}
body .form-container .contact-form textarea {
  height: clamp(90px, 2.4489795918vw + 80.8163265306px, 120px);
  resize: none;
}
@media (max-width: 900px) {
  body .form-container .contact-form textarea {
    height: 90px;
  }
}
@media (max-width: 700px) {
  body .form-container .contact-form textarea {
    height: 60px;
  }
}
body .form-container .contact-form .checkbox-field input {
  display: none;
}
body .form-container .contact-form .checkbox-field input:checked + label span::before {
  content: "";
  position: absolute;
  background: white;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
}
body .form-container .contact-form .checkbox-field label {
  display: flex;
  gap: 16px;
  cursor: pointer;
}
body .form-container .contact-form .checkbox-field label span {
  flex: 18px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid white;
  position: relative;
}
body .form-container .contact-form .mention {
  font-size: 14px;
}
@media (max-width: 700px) {
  body .form-container .contact-form .mention {
    font-size: 12px;
  }
}
body .form-container .contact-form .mention a:hover {
  color: #282525;
}
body .form-container .contact-form .submit-container {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 700px) {
  body .form-container .contact-form .submit-container {
    padding-top: 10px;
  }
}
body .form-ancestor {
  position: relative;
  margin-top: clamp(40px, 3.2653061224vw + 27.7551020408px, 80px);
}
body .form-ancestor .visu {
  position: absolute;
  z-index: 1;
  width: clamp(100px, 28.5714285714vw - 7.1428571429px, 450px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 900px) {
  body .form-ancestor .visu {
    display: none;
  }
}
body .form-ancestor .visu img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
body.herozoom .hero {
  position: sticky;
  top: 110px;
  z-index: -1;
}
@media (max-width: 700px) {
  body.herozoom .hero {
    top: 50px;
  }
}
body.herozoom .hero .parallax-zoom {
  opacity: 1;
  width: auto;
  height: auto;
  transform-origin: bottom center;
  border-radius: 30px 30px 0 0;
  will-change: transform, opacity;
  transform: translate(0) scale(1);
}
@media (max-width: 700px) {
  body.herozoom .hero .parallax-zoom {
    border-radius: 20px 20px 0 0;
  }
}
body.herozoom .hero .parallax-zoom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
body.herozoom .section-2 {
  border-radius: clamp(20px, 0.8163265306vw + 16.9387755102px, 30px) clamp(20px, 0.8163265306vw + 16.9387755102px, 30px) 0 0;
  overflow: hidden;
}
body .backtop {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 50px;
  display: flex;
  width: clamp(24px, 1.387755102vw + 18.7959183673px, 41px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 700px) {
  body .backtop {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 600px) {
  body .backtop {
    bottom: 15px;
  }
}
body .backtop.active {
  opacity: 1;
  pointer-events: all;
}
body .backtop:hover {
  transform: translateY(-5px);
}
body .backtop img {
  width: 100%;
}
body .lang-switch {
  display: flex;
  gap: 4px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-family: "Libre Franklin", sans-serif;
  text-align: left;
}
body .lang-switch:hover a:not(.active) {
  transition-delay: 0ms;
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
body .lang-switch:hover svg {
  transform: rotate(180deg);
}
body .lang-switch a {
  padding: 2px 0;
  font-size: clamp(14px, 0.3265306122vw + 12.7755102041px, 18px);
  color: #2a4348;
  font-weight: 500;
  letter-spacing: 1px;
}
body .lang-switch a:hover {
  color: white;
}
body .lang-switch a.active {
  pointer-events: none;
  color: white;
  display: flex;
  align-items: center;
}
body .lang-switch a.active svg {
  transition: all 200ms ease-in-out;
}
@media (max-width: 600px) {
  body .lang-switch a.active svg {
    width: 20px;
    height: 20px;
  }
}
body .lang-switch a:not(.active) {
  position: absolute;
  top: calc(100% + 0.05em);
  left: 0;
  right: 0;
  transform: translateY(6px);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 200ms ease, transform 200ms ease;
  transition-delay: 120ms;
}
@media (max-width: 900px) {
  body .split-small-bulle-wrapper {
    position: inherit !important;
  }
}
body .split-small-bulle-wrapper .split {
  width: 100%;
}
@media (max-width: 900px) {
  body .split-small-bulle-wrapper .split {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: clamp(170px, 4.4897959184vw + 153.1632653061px, 225px);
  }
}
@media (max-width: 700px) {
  body .split-small-bulle-wrapper .split {
    padding-top: 100px !important;
    gap: 30px !important;
  }
}
@media (max-width: 700px) {
  body .split-small-bulle-wrapper .split h1 {
    padding-bottom: 0 !important;
  }
}
body .split-small-bulle-wrapper .split > div:nth-child(1) {
  align-self: flex-end;
}
@media (max-width: 900px) {
  body .split-small-bulle-wrapper .split > div:nth-child(1) {
    align-self: center;
  }
}
body .split-small-bulle-wrapper .split > div:nth-child(2) {
  justify-content: flex-end !important;
}
body .split-small-bulle-wrapper .split > div:nth-child(2) .bulle {
  width: clamp(222px, 14.5306122449vw + 167.5102040816px, 400px) !important;
  height: clamp(222px, 14.5306122449vw + 167.5102040816px, 400px) !important;
  box-shadow: clamp(-35px, -2.0408163265vw - 2.3469387755px, -10px) 5px 0 0 #3e555a;
}
body .split-small-bulle-wrapper .split > div:nth-child(2) .bulle span {
  font-size: clamp(28px, 1.1428571429vw + 23.7142857143px, 42px) !important;
}/*# sourceMappingURL=style.css.map */