@charset "UTF-8";
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html.lenis,
html.lenis body {
  height: 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;
}

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: "Libre Franklin", sans-serif;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
}

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

section {
  position: relative;
}
section ul:not(.unique) {
  margin-top: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section ul:not(.unique) li {
  font-weight: 300;
  list-style: none;
  position: relative;
  padding-left: 35px;
}
@media (max-width: 600px) {
  section ul:not(.unique) li {
    padding-left: 25px;
  }
}
section ul:not(.unique) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--bullet, #fff);
}
@media (max-width: 600px) {
  section ul:not(.unique) li::before {
    top: 11px;
    width: 8px;
    height: 8px;
  }
}

/* WordPress */
.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, .wp-caption section ul:not(.unique) li.wp-caption-text, section ul:not(.unique) .wp-caption li.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;
}

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

.wrapper {
  max-width: 1490px;
  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 {
  background: linear-gradient(to right, transparent, transparent), linear-gradient(to right, currentColor, currentColor, currentColor);
  background-size: 100% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms;
}
.animunderline:hover {
  background-size: 0 2px, 100% 2px;
}

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

.pts {
  padding-top: 80px !important;
}
@media (max-width: 1480px) {
  .pts {
    padding-top: 60px !important;
  }
}

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

.pbs {
  padding-bottom: 80px !important;
}
@media (max-width: 1480px) {
  .pbs {
    padding-bottom: 60px !important;
  }
}

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

@keyframes captionfadeup {
  0% {
    transform: translate(0px, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
@keyframes captionvisuin {
  0% {
    transform: scale3d(1.1, 1.1, 1);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.mt0 {
  margin-top: 0 !important;
}

p.small, section ul:not(.unique) li.small {
  font-size: 12px !important;
}

.odometer {
  line-height: 1em !important;
}

.odometer-inside {
  white-space: nowrap;
}

.slick-dots {
  margin: 60px auto 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  order: 2;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
}
.slick-dots li.slick-active button {
  background: black;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 50px;
  height: 3px;
  background: #EEEFF2;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.hidden-field {
  display: none !important;
}

.slick-slider:not(.home-slider) {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0 20px;
}
.slick-slider:not(.home-slider) .slick-list {
  order: 1;
  width: 100%;
}
.slick-slider:not(.home-slider) .slick-list .slick-track {
  width: 100%;
}
.slick-slider:not(.home-slider) .slick-prev {
  order: 2;
}
.slick-slider:not(.home-slider) .slick-next {
  order: 3;
}

@keyframes captionfadeup {
  0% {
    transform: translate(0px, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}
body * {
  box-sizing: border-box;
}
body.page {
  padding-top: 100svh;
}
body header {
  width: 100%;
  height: 162px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: all 350ms ease-in-out;
}
@media (max-width: 1800px) {
  body header {
    height: 110px;
  }
}
@media (max-width: 800px) {
  body header {
    height: 70px !important;
  }
}
body header.static {
  position: absolute !important;
  transform: none !important;
}
body header.page {
  background: #bc8e77;
  height: 162px;
}
@media (max-width: 1800px) {
  body header.page {
    height: 110px;
  }
}
@media (max-width: 800px) {
  body header.page {
    height: 70px !important;
  }
}
body header.hide-header {
  transform: translateY(-100%);
  transition: all 500ms ease-in-out;
}
body header.coloredd, body header.colored {
  height: 110px !important;
  background: #bc8e77;
}
@media (max-width: 800px) {
  body header.coloredd, body header.colored {
    height: 70px !important;
  }
}
body header.coloredd .burger, body header.colored .burger {
  flex: 60px 0 0 !important;
  width: 60px !important;
  height: 60px !important;
}
body header.coloredd .burger .lines, body header.colored .burger .lines {
  width: 34px !important;
}
body header.coloredd #mainnav a, body header.colored #mainnav a {
  height: 21px !important;
}
body header.coloredd #mainnav a,
body header.coloredd #mainnav a span, body header.colored #mainnav a,
body header.colored #mainnav a span {
  font-size: 18px !important;
}
body header.coloredd #logo, body header.colored #logo {
  width: 248px !important;
  height: 62px !important;
}
body header.coloredd #logo img, body header.colored #logo img {
  width: 248px !important;
  height: 62px !important;
}
body header.coloredd .phone, body header.colored .phone {
  font-size: 18px !important;
  padding: 0 19px !important;
  color: #1a293d;
}
body header.coloredd .btn-book, body header.colored .btn-book {
  font-size: 18px !important;
  height: 54px !important;
  padding: 6px 45px !important;
}
body header.coloredd .langswitch a, body header.colored .langswitch a {
  font-size: 18px !important;
}
body header.coloredd .wrapper .right .elts > div, body header.colored .wrapper .right .elts > div {
  gap: 20px;
}
body header.coloredd .wrapper .right .elts > div svg, body header.colored .wrapper .right .elts > div svg {
  width: 30px !important;
}
@media (max-width: 1800px) {
  body header .burger {
    flex: 60px 0 0 !important;
    width: 60px !important;
    height: 60px !important;
  }
  body header .burger .lines {
    width: 34px !important;
  }
  body header #mainnav a {
    height: 21px !important;
  }
  body header #mainnav a,
  body header #mainnav a span {
    font-size: 18px !important;
  }
  body header #logo {
    width: 248px !important;
    height: 62px !important;
  }
  body header #logo img {
    width: 248px !important;
    height: 62px !important;
  }
  body header .phone {
    font-size: 18px !important;
  }
  body header .btn-book {
    font-size: 18px !important;
    height: 54px !important;
    padding: 6px 45px !important;
  }
}
body header .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header .wrapper #logo {
  width: 328px;
  height: 82px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 800px) {
  body header .wrapper #logo {
    width: 150px !important;
    height: 38px !important;
  }
}
body header .wrapper #logo img {
  width: 328px;
  height: 82px;
  height: auto;
  transition: all 200ms ease-in-out;
}
@media (max-width: 800px) {
  body header .wrapper #logo img {
    width: 150px !important;
    height: 38px !important;
  }
}
body header .wrapper #logo img.colored {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body header .wrapper .left {
  display: flex;
  align-items: center;
  gap: 30px;
}
body header .wrapper .left .burger {
  flex: 90px 0 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  cursor: pointer;
  background: #1a293d;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  body header .wrapper .left .burger {
    flex: 50px 0 0 !important;
    width: 50px !important;
    height: 50px !important;
  }
}
body header .wrapper .left .burger:hover {
  background: #101a27;
}
body header .wrapper .left .burger img {
  width: 56px;
  transition: all 200ms ease-in-out;
}
@media (max-width: 800px) {
  body header .wrapper .left .burger img {
    width: 30px !important;
  }
}
body header .wrapper .left #mainnav {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1600px) {
  body header .wrapper .left #mainnav {
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  body header .wrapper .left #mainnav {
    display: none;
  }
}
body header .wrapper .left #mainnav > li {
  position: relative;
}
body header .wrapper .left #mainnav > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 1px;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-end;
}
body header .wrapper .left #mainnav > li > a span {
  height: 100%;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
body header .wrapper .left #mainnav > li > a span:first-child {
  opacity: 0;
  color: #1a293d;
}
body header .wrapper .left #mainnav > li.active > a span, body header .wrapper .left #mainnav > li:hover > a span {
  transform: translateY(100%);
}
body header .wrapper .left #mainnav > li.active > a span:first-child, body header .wrapper .left #mainnav > li:hover > a span:first-child {
  opacity: 1;
}
body header .wrapper .left #mainnav > li.active > a span:last-child, body header .wrapper .left #mainnav > li:hover > a span:last-child {
  opacity: 0;
}
body header .wrapper .left #mainnav > li:hover .submenuhover {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  top: calc(100% - 1px);
}
body header .wrapper .left #mainnav > li .submenuhover {
  position: absolute;
  left: 0;
  top: calc(90% - 1px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
}
body header .wrapper .left #mainnav > li .submenuhover * {
  height: auto !important;
}
body header .wrapper .left #mainnav > li .submenuhover li {
  background: #1a293d;
}
body header .wrapper .left #mainnav > li .submenuhover li a {
  white-space: nowrap;
  color: white;
  display: flex;
  padding: 6px 20px !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1em;
  letter-spacing: 1px;
}
body header .wrapper .left #mainnav > li .submenuhover li a:hover, body header .wrapper .left #mainnav > li .submenuhover li a.active {
  color: #bc8e77;
}
@media (max-width: 1800px) {
  body header .wrapper .left #mainnav > li .submenuhover li a {
    font-size: 14px !important;
  }
}
body header .wrapper .left #mainnav > li .submenuhover li a.desc {
  font-family: "Dancing Script", cursive;
  color: #bc8e77;
  text-transform: none;
  font-size: 30px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 1800px) {
  body header .wrapper .left #mainnav > li .submenuhover li a.desc {
    font-size: 26px !important;
  }
}
body header .wrapper .left #mainnav > li .submenuhover li:first-child a {
  padding-top: 17px !important;
}
body header .wrapper .left #mainnav > li .submenuhover li:last-child a {
  padding-bottom: 22px !important;
}
body header .wrapper .right {
  display: flex;
  align-items: center;
}
body header .wrapper .right .elts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 800px) {
  body header .wrapper .right .elts {
    display: none;
  }
}
body header .wrapper .right .elts .phone {
  padding: 0 43px;
}
@media (max-width: 1800px) {
  body header .wrapper .right .elts .phone {
    padding: 0 19px;
  }
}
body header .wrapper .right .elts > div {
  display: flex;
  gap: 38px;
  align-items: center;
}
@media (max-width: 1800px) {
  body header .wrapper .right .elts > div {
    gap: 20px;
  }
}
body header .wrapper .right .elts > div .langswitch {
  color: white;
  position: relative;
}
body header .wrapper .right .elts > div .langswitch a {
  color: white;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1800px) {
  body header .wrapper .right .elts > div .langswitch a {
    font-size: 18px !important;
  }
  body header .wrapper .right .elts > div .langswitch a svg {
    width: 30px !important;
  }
}
body header .wrapper .right .elts > div .langswitch a::before {
  content: "";
  position: absolute;
  background: white;
  left: -8px;
  bottom: 0;
  right: -2px;
  bottom: 0;
  height: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
body header .wrapper .right .elts > div .langswitch a:not(.active) {
  position: absolute;
  top: 100%;
  left: -8px;
  right: -2px;
  display: none;
  z-index: 2;
  color: black;
  background: white;
  line-height: 1em;
  padding: 8px 8px;
  font-size: 20px;
  font-weight: 600;
  transition: color 200ms ease-in-out;
}
body header .wrapper .right .elts > div .langswitch a:not(.active):hover {
  color: #d38f73;
}
body header .wrapper .right .elts > div .langswitch a.active {
  display: flex;
  gap: 2px;
  align-items: center;
}
body header .wrapper .right .elts > div .langswitch a.open {
  color: black;
}
body header .wrapper .right .elts > div .langswitch a.open svg {
  transform: rotate(-180deg);
  stroke: black;
}
body header .wrapper .right .elts > div .langswitch a.open::before {
  height: 100%;
}
body header .wrapper .right .elts > div .langswitch a svg {
  transition: all 300ms ease-in-out;
}
body .btn-book {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
  padding: 10px 75px;
  height: 74px;
  background: #e18c6d;
  border: 1px solid white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1800px) {
  body .btn-book {
    font-size: 18px !important;
    height: 54px !important;
    padding: 6px 45px !important;
  }
}
body .btn-book:hover::before {
  height: 100%;
}
body .btn-book:hover span {
  color: #1a293d;
}
body .btn-book span {
  position: relative;
  transition: all 200ms ease-in-out;
  z-index: 2;
}
body .btn-book::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: white;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
}
body .phone {
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  color: white;
  letter-spacing: 1px;
}
@media (max-width: 1800px) {
  body .phone {
    font-size: 18px !important;
    padding: 0 19px;
  }
}
body p, body section ul:not(.unique) li, section ul:not(.unique) body li,
body .p,
body .gal-photos a .hover {
  font-size: 30px;
  font-weight: 200;
  line-height: 1.45em;
  margin-top: 0;
}
@media (max-width: 1480px) {
  body p, body section ul:not(.unique) li, section ul:not(.unique) body li,
  body .p,
  body .gal-photos a .hover {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  body p, body section ul:not(.unique) li, section ul:not(.unique) body li,
  body .p,
  body .gal-photos a .hover {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  body p, body section ul:not(.unique) li, section ul:not(.unique) body li,
  body .p,
  body .gal-photos a .hover {
    font-size: 19px;
    line-height: 1.5em;
  }
}
body p strong, body section ul:not(.unique) li strong, section ul:not(.unique) body li strong,
body .p strong,
body .gal-photos a .hover strong {
  font-weight: 600;
}
body .white {
  color: white;
}
body h1 {
  margin: 0;
  color: white;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  body h1 {
    font-size: 34px;
  }
}
@media (max-width: 1530px) {
  body h1 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  body h1 {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  body .container-center h2 {
    left: auto;
    transform: none;
  }
}
body h2,
body .h2 {
  font-family: "Dancing Script", cursive;
  margin: 0;
  padding: 0 0 66px 0;
  font-size: 100px;
  font-weight: 400;
  display: inline-flex;
  line-height: 1em;
  position: relative;
}
@media (max-width: 1480px) {
  body h2,
  body .h2 {
    font-size: 80px;
  }
}
@media (max-width: 1300px) {
  body h2,
  body .h2 {
    font-size: 65px;
    padding: 0 0 50px 0;
  }
}
@media (max-width: 1000px) {
  body h2,
  body .h2 {
    padding: 0 0 40px 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  body h2,
  body .h2 {
    font-size: 50px;
    padding: 0 0 30px 0;
  }
}
@media (max-width: 500px) {
  body h2,
  body .h2 {
    font-size: 46px;
  }
}
body h2 span,
body .h2 span {
  position: relative;
  transform: rotate(-5deg);
  transform-origin: left bottom;
  padding-bottom: 5px !important;
}
body h2 span i,
body .h2 span i {
  border-bottom: 5px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
}
@media (max-width: 1300px) {
  body h2 span i,
  body .h2 span i {
    border-bottom: 3px solid;
  }
}
@media (max-width: 600px) {
  body .section2 .split,
  body .section5 .split {
    gap: 0;
  }
}
body .btn {
  height: 190px;
  position: relative;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: rotate(-5deg);
  float: right;
  margin-top: 30px;
}
@media (max-width: 600px) {
  body .btn {
    height: 108px;
    margin-top: 10px;
  }
}
body .btn.simple {
  transform: none !important;
}
body .btn.simple:hover {
  transform: none !important;
}
body .btn:hover {
  transform: rotate(0);
}
body .btn:hover .bulle {
  transform: translate(-50%, -50%) scale(0.8);
}
body .btn:hover .txt {
  border-color: transparent !important;
  background-size: 0 1px, 100% 1px;
}
body .btn .txt {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid;
  line-height: 1em;
  z-index: 2;
  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 101%;
  background-repeat: no-repeat;
  transition: background-size 500ms;
}
@media (max-width: 1480px) {
  body .btn .txt {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  body .btn .txt {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .btn .txt {
    font-size: 16px;
  }
}
body .btn .bulle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1480px) {
  body .btn .bulle {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 1300px) {
  body .btn .bulle {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 600px) {
  body .btn .bulle {
    width: 100px;
    height: 100px;
  }
}
body .leftbordered {
  padding-left: 44px;
  position: relative;
}
@media (max-width: 1300px) {
  body .leftbordered {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  body .leftbordered {
    padding-left: 20px;
  }
}
body .leftbordered .border {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 2px;
}
body .hero-page {
  width: 100%;
  height: 100svh;
  background: black;
  padding-top: 162px;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1800px) {
  body .hero-page {
    padding-top: 110px;
  }
}
@media (max-width: 800px) {
  body .hero-page {
    padding-top: 70px;
  }
}
body .hero-page .thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  opacity: 0.6;
  z-index: 1;
}
body .hero-page .wrapper {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1400px) {
  body .hero-page .wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 800px) {
  body .hero-page .wrapper {
    padding-top: 25px;
  }
}
body .hero-page .wrapper .breadcrumbs {
  display: flex;
  gap: 2px;
  line-height: 1em;
  color: white;
  font-size: 16px;
}
@media (max-width: 1400px) {
  body .hero-page .wrapper .breadcrumbs {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  body .hero-page .wrapper .breadcrumbs {
    font-size: 14px;
  }
}
body .hero-page .wrapper .breadcrumbs * {
  color: white;
  line-height: 1em;
  font-weight: 300;
}
body .hero-page .wrapper .breadcrumbs a:last-of-type {
  font-weight: 600;
}
body .hero-page .wrapper .breadcrumbs a:not(.last):hover {
  color: #dc7874;
}
body .hero-page .wrapper .caption {
  text-align: center;
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
body .hero-page .wrapper .caption h1 {
  font-family: "Dancing Script", cursive;
  margin: 0;
  padding: 50px 0 40px 0;
  font-size: 120px;
  font-weight: 400;
  display: inline-flex;
  line-height: 1em;
  position: relative;
}
@media (max-width: 1480px) {
  body .hero-page .wrapper .caption h1 {
    font-size: 100px;
  }
}
@media (max-width: 1300px) {
  body .hero-page .wrapper .caption h1 {
    font-size: 85px;
    padding: 40px 0 35px 0;
  }
}
@media (max-width: 1000px) {
  body .hero-page .wrapper .caption h1 {
    padding: 35px 0 30px 0;
  }
}
@media (max-width: 600px) {
  body .hero-page .wrapper .caption h1 {
    font-size: 55px;
  }
}
body .hero-page .wrapper .caption h1 span {
  position: relative;
  transform: rotate(-5deg);
  transform-origin: left bottom;
  padding-bottom: 5px !important;
}
body .hero-page .wrapper .caption h1 span i {
  border-bottom: 6px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1300px) {
  body .hero-page .wrapper .caption h1 span i {
    border-bottom: 3px solid;
  }
}
body .hero-page .wrapper .caption .txt {
  max-width: 908px;
  margin: auto;
}
body .hero-page .wrapper .caption .bottom {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
body .hero-page .wrapper .caption .bottom::after {
  content: "";
  width: 1px;
  height: 100px;
  background: white;
}
@media (max-width: 1400px) {
  body .hero-page .wrapper .caption .bottom::after {
    height: 50px;
  }
}
body .hero-page .wrapper .caption .bottom .btn {
  height: 124px;
}
@media (max-width: 600px) {
  body .hero-page .wrapper .caption .bottom .btn {
    height: 108px;
  }
}
body .hero-page .wrapper .caption .bottom .btn span:not(.white) {
  text-decoration: underline;
}
body .hero-page .wrapper .caption .bottom .btn .bulle {
  width: 120px;
  height: 120px;
}
@media (max-width: 600px) {
  body .hero-page .wrapper .caption .bottom .btn .bulle {
    width: 100px;
    height: 100px;
  }
}
body .hero {
  width: 100%;
  height: 100svh;
  background: #BC8E77;
  background: linear-gradient(90deg, rgb(188, 142, 119) 50%, rgb(26, 41, 61) 50%);
  overflow: hidden;
}
body .hero .right {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 60px;
  gap: 70px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1600px) {
  body .hero .right {
    gap: 120px;
  }
}
@media (max-width: 1480px) {
  body .hero .right {
    padding-right: 30px;
  }
}
@media (max-width: 1300px) {
  body .hero .right {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding-top: 160px;
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  body .hero .right {
    flex-direction: column;
    gap: 22px;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
  }
}
body .hero .right .btn-book {
  display: none;
}
@media (max-width: 800px) {
  body .hero .right .btn-book {
    display: flex;
  }
}
body .hero .right h1 {
  text-align: right;
}
@media (max-width: 1300px) {
  body .hero .right h1 {
    text-align: center;
  }
}
body .hero .right .metro {
  width: 288px;
  height: 450px;
  background: url(../img/metro.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
@media (max-width: 1600px) {
  body .hero .right .metro {
    width: 220px;
    height: 344px;
  }
}
@media (max-width: 1300px) {
  body .hero .right .metro {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  body .hero .right .metro {
    width: 180px;
    height: 281px;
  }
}
@media (max-width: 900px) {
  body .hero .right .metro {
    display: none;
  }
}
body .hero .right .metro .point {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #e18c6d;
  box-shadow: 0 0 0 #e18c6d;
  animation: pulsing 2s infinite;
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 98px;
}
@media (max-width: 1600px) {
  body .hero .right .metro .point {
    left: 72px;
  }
}
@media (max-width: 1200px) {
  body .hero .right .metro .point {
    left: 60px;
    width: 18px;
    height: 18px;
    top: -4px;
  }
}
@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 #e18c6d;
  }
  70% {
    box-shadow: 0 0 0 20px transparent;
  }
  to {
    box-shadow: 0 0 0 0 transparent;
  }
}
body .hero .illustration {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -35px;
  z-index: 1;
  transform-origin: bottom center;
}
@media (max-width: 1800px) {
  body .hero .illustration {
    bottom: -40px;
  }
}
@media (max-width: 1600px) {
  body .hero .illustration {
    transform: scale(0.9);
    bottom: -30px;
  }
}
@media (max-width: 1400px) {
  body .hero .illustration {
    transform: scale(0.8);
  }
}
@media (max-width: 1300px) {
  body .hero .illustration {
    transform: scale(0.7);
    bottom: -20px;
  }
}
@media (max-width: 1200px) {
  body .hero .illustration {
    transform: scale(0.6);
  }
}
@media (max-width: 800px) {
  body .hero .illustration {
    transform: scale(0.4);
    bottom: 0;
  }
}
body .hero .illustration .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../img/illus-bg.png) no-repeat center bottom;
}
@media (max-width: 800px) {
  body .hero .illustration .bg {
    left: -200px;
    right: -200px;
    top: -500px;
  }
}
body .hero .illustration .metrofront {
  position: absolute;
  left: -5px;
  top: 0;
  right: -5px;
  bottom: 0;
  z-index: 20;
  background: url(../img/metrofront.png) no-repeat center bottom;
  pointer-events: none;
}
@media (max-width: 800px) {
  body .hero .illustration .metrofront {
    left: -400px;
    right: -400px;
  }
}
body .hero .illustration .metroback {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 2px;
  z-index: 10;
  background-image: url(../img/metroback.png);
  background-repeat: repeat-x;
  background-position-y: bottom;
  pointer-events: none;
  animation: scroll-bg 60s linear infinite, shake 3s ease-in-out infinite;
}
@media (max-width: 800px) {
  body .hero .illustration .metroback {
    left: -400px;
    right: -400px;
  }
}
@keyframes metro-loop {
  /* Phase 1 : roule (40s si durée totale 80s → 0% → 50%) */
  0% {
    background-position-x: 0;
  }
  50% {
    background-position-x: 10000px;
  }
  /* Phase 2 : arrêt (immobile) */
  50%, 70% {
    background-position-x: 10000px;
  }
  /* Phase 3 : reprise progressive */
  100% {
    background-position-x: 20000px;
  }
}
body .hero .illustration .illuvalise {
  position: absolute;
  width: 306px;
  height: 521px;
  right: calc(50% - 521px);
  bottom: 314px;
  z-index: 30;
  background: url(../img/valise2.png) no-repeat center bottom;
  transform-origin: top center;
  animation: balancement 6s ease-in-out infinite alternate;
  pointer-events: none;
}
body .hero .illustration .hommeparpl {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: url(../img/hommeparpl.png) no-repeat center bottom;
  animation: floatparpl 12s ease-in-out infinite;
}
body .hero .illustration .illusdame {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: url(../img/illusdame.png) no-repeat center bottom;
}
@media (max-width: 500px) {
  body .hero .illustration .illusdame {
    left: -200px;
    right: -200px;
  }
}
body .hero .illustration .illuscle {
  position: absolute;
  width: 35px;
  height: 87px;
  right: calc(50% + 129px);
  bottom: 343px;
  z-index: 30;
  background: url(../img/illuscle.png) no-repeat center bottom;
  transform-origin: top center;
  pointer-events: none;
  animation: secoue 6s ease-in-out infinite;
}
body .hero .illustration .camera {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: url(../img/camera.png) no-repeat center bottom;
}
@media (max-width: 800px) {
  body .hero .illustration .camera {
    display: none;
  }
}
body .hero .illustration .rouecamera1 {
  position: absolute;
  bottom: 203px;
  right: calc(50% - 376px);
  width: 46px;
  height: 47px;
  z-index: 39;
  background: url(../img/rouecamera.png) no-repeat center center;
  animation: rotatecam 8s linear infinite;
}
@media (max-width: 800px) {
  body .hero .illustration .rouecamera1 {
    display: none;
  }
}
body .hero .illustration .rouecamera2 {
  position: absolute;
  bottom: 203px;
  right: calc(50% - 422px);
  width: 46px;
  height: 47px;
  z-index: 39;
  background: url(../img/rouecamera.png) no-repeat center center;
  animation: rotatecam 8s linear infinite;
}
@media (max-width: 800px) {
  body .hero .illustration .rouecamera2 {
    display: none;
  }
}
body .hero .illustration .soleil {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../img/soleil.png) no-repeat center bottom;
  animation: rotatesun 10s ease-in-out infinite alternate;
}
@media (max-width: 1300px) {
  body .hero .illustration .soleil {
    left: -200px;
  }
}
@media (max-width: 800px) {
  body .hero .illustration .soleil {
    left: -300px;
    right: -300px;
    top: -500px;
  }
}
body .hero .illustration .voiture {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: url(../img/voiture.png) no-repeat center bottom;
}
@media (max-width: 1300px) {
  body .hero .illustration .voiture {
    background-position-x: 40px;
    bottom: -25px;
    left: -200px;
  }
}
@media (max-width: 800px) {
  body .hero .illustration .voiture {
    display: none;
  }
}
body .hero .illustration .mongolf1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: url(../img/mongolf1.png) repeat-y center bottom;
  animation: descente 1300s linear forwards, flottementm 6s ease-in-out infinite;
}
@media (max-width: 1300px) {
  body .hero .illustration .mongolf1 {
    top: -500px;
    left: -200px;
    background-position-x: 90px;
  }
}
@media (max-width: 800px) {
  body .hero .illustration .mongolf1 {
    top: -1000px;
  }
}
@media (max-width: 600px) {
  body .hero .illustration .mongolf1 {
    top: -1500px;
  }
}
@keyframes descente {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 100000px;
  }
}
@keyframes flottementm {
  0% {
    transform: translateX(-20px) rotate(-2deg);
  }
  25% {
    transform: translateX(10px) rotate(1deg);
  }
  50% {
    transform: translateX(25px) rotate(-1.5deg);
  }
  75% {
    transform: translateX(-15px) rotate(2deg);
  }
  100% {
    transform: translateX(-20px) rotate(-2deg);
  }
}
@keyframes rotatesun {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(10deg) scale(0.9);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes rotatecam {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes secoue {
  0%, 75% {
    transform: rotate(0deg);
  }
  78% {
    transform: rotate(8deg);
  }
  81% {
    transform: rotate(-6deg);
  }
  84% {
    transform: rotate(4deg);
  }
  88% {
    transform: rotate(-2deg);
  }
  92%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes floatparpl {
  0% {
    transform: translatey(-50px) rotate(0);
  }
  50% {
    transform: translatey(20px) rotate(10deg);
  }
  100% {
    transform: translatey(-50px) rotate(0);
  }
}
@keyframes balancement {
  0% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(3deg);
  }
}
@keyframes scroll-bg {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 10000px;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(0.5px, -0.5px);
  }
  20% {
    transform: translate(-1px, 0.5px);
  }
  30% {
    transform: translate(1px, -1px);
  }
  40% {
    transform: translate(-0.5px, 1px);
  }
  50% {
    transform: translate(0.8px, 0.2px);
  }
  60% {
    transform: translate(-0.6px, -0.4px);
  }
  70% {
    transform: translate(1px, 0.6px);
  }
  80% {
    transform: translate(-0.8px, -0.2px);
  }
  90% {
    transform: translate(0.4px, 0.8px);
  }
}
body .news {
  width: 100%;
  height: 90px;
  background: white;
  overflow: hidden;
}
@media (max-width: 1480px) {
  body .news {
    height: 80px;
  }
}
@media (max-width: 1200px) {
  body .news {
    height: 70px;
  }
}
@media (max-width: 600px) {
  body .news {
    height: 60px;
  }
}
body .news .scrolling-text {
  animation: scroll-text 30s linear infinite;
  white-space: nowrap;
  display: flex;
  height: 100%;
  align-items: center;
}
body .news .scrolling-text ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
body .news .scrolling-text ul li {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 2px;
}
@media (max-width: 1480px) {
  body .news .scrolling-text ul li {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  body .news .scrolling-text ul li {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  body .news .scrolling-text ul li {
    font-size: 14px;
  }
}
@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body section[data-bg] {
  width: 100%;
  min-height: 100svh;
}
body .sidetitle {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  position: relative;
  left: 60px;
  text-align: center;
  float: left;
  z-index: 10;
}
@media (max-width: 1480px) {
  body .sidetitle {
    left: 30px;
  }
}
@media (max-width: 1000px) {
  body .sidetitle {
    transform: none;
    writing-mode: initial;
    float: none;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  body .sidetitle {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.4em;
  }
}
body .split {
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
}
@media (max-width: 1000px) {
  body .split {
    gap: 30px;
  }
}
body .split > div {
  width: calc((100% - 120px) / 2);
}
@media (max-width: 1000px) {
  body .split > div {
    width: 100%;
  }
}
body .section1 .wrapper .split {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  body .section1 .wrapper .split {
    gap: 60px;
  }
}
body .section1 .wrapper .split .last {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1800px) {
  body .section1 .wrapper .split .last {
    align-items: center;
  }
}
@media (max-width: 1480px) {
  body .section1 .wrapper .split .last {
    padding-bottom: 0;
  }
}
body .section1 .wrapper .split .last > img {
  position: absolute;
  left: -126px;
  top: -100px;
  z-index: 3;
}
@media (max-width: 1300px) {
  body .section1 .wrapper .split .last > img {
    max-width: 180px;
    left: -80px;
  }
}
@media (max-width: 1000px) {
  body .section1 .wrapper .split .last > img {
    display: none;
  }
}
body .section1 .wrapper .split .last .section1-img {
  position: initial;
}
body .section1 .wrapper .split .last .section1-img .back {
  bottom: 12px;
}
@media (max-width: 600px) {
  body .section1 .wrapper .split .last .section1-img .back {
    bottom: 6px;
  }
}
@media (max-width: 1800px) {
  body .parallax1 {
    max-width: 290px;
  }
}
@media (max-width: 1300px) {
  body .parallax1 {
    max-width: 260px;
    top: 0 !important;
  }
}
@media (max-width: 1000px) {
  body .section1-img.front {
    width: 45%;
  }
}
@media (max-width: 1800px) {
  body .section1-img.front img {
    max-width: 350px;
  }
}
@media (max-width: 1300px) {
  body .section1-img.front img {
    max-width: 250px;
  }
}
@media (max-width: 1000px) {
  body .section1-img.front img {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  body .section1-img.back {
    justify-content: flex-end;
    top: auto;
    bottom: 0;
    width: 60%;
  }
}
@media (max-width: 1800px) {
  body .section1-img.back img {
    max-width: 490px;
  }
}
@media (max-width: 1300px) {
  body .section1-img.back img {
    max-width: 390px;
  }
}
@media (max-width: 1000px) {
  body .section1-img.back img {
    max-width: 100%;
  }
}
body .section1-img {
  position: absolute;
  top: 0;
  right: 60px;
  display: flex;
  z-index: 1;
}
@media (max-width: 1480px) {
  body .section1-img {
    right: 30px;
  }
}
@media (max-width: 1300px) {
  body .section1-img {
    top: 100px;
  }
}
@media (max-width: 600px) {
  body .section1-img {
    right: 20px;
  }
}
body .section1-img > div {
  position: relative;
}
body .section1-img .back {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  right: -12px;
  bottom: -12px;
}
@media (max-width: 600px) {
  body .section1-img .back {
    right: -6px;
    bottom: -6px;
  }
}
body .section1-img img {
  position: relative;
  z-index: 2;
  display: flex;
}
body .carrousel-chambres-container-ancestor {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor {
    margin-top: 30px;
  }
}
body .carrousel-chambres-container-ancestor .key {
  position: absolute;
  left: 228px;
  top: 205px;
  z-index: 1;
  pointer-events: none;
  max-width: 600px;
}
@media (max-width: 1700px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 120px;
  }
}
@media (max-width: 1600px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 60px;
  }
}
@media (max-width: 1480px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 30px;
    max-width: 550px;
    top: 237px;
  }
}
@media (max-width: 1300px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 20px;
    max-width: 400px;
    top: 333px;
  }
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 20px;
    max-width: 400px;
    top: 226px;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 20px;
    max-width: 200px;
    top: 223px;
  }
}
@media (max-width: 500px) {
  body .carrousel-chambres-container-ancestor .key {
    left: 10px;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container {
  position: relative;
  left: 50%;
  width: 117.2%;
  transform: translateX(-50%) rotate(-5deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container {
    transform: none;
    left: auto;
    width: 100%;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .slick-list {
  padding: 0 !important;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres.v2 .chambre {
  position: relative;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres.v2 .chambre:hover .title {
  background: linear-gradient(180deg, rgba(26, 41, 62, 0) 0%, rgba(26, 41, 62, 0) 80%);
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres.v2 .chambre .title {
  position: absolute;
  left: 45px;
  top: 30px;
  right: 45px;
  bottom: 45px;
  background: #1A293E;
  background: linear-gradient(180deg, rgba(26, 41, 62, 0.65) 0%, rgba(26, 41, 62, 0) 80%);
  z-index: 2;
  padding-top: 65px;
  border-radius: 200px 200px 0 0;
  transition: all 400ms ease-in-out;
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres.v2 .chambre .title {
    left: 20px;
    top: 30px;
    right: 20px;
    bottom: 30px;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre {
  width: 420px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
  padding: 30px 45px;
  gap: 30px;
  transform: rotate(5deg);
  overflow: hidden;
}
@media (max-width: 1480px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre {
    width: 420px;
  }
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre:not(.slick-active) {
    opacity: 0;
  }
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre {
    width: 400px;
    transform: none;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre {
    width: 240px;
    padding: 30px 20px;
  }
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .title {
    font-size: 18px !important;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre:hover .visu::before {
  opacity: 0.8;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre:hover .visu svg {
  transform: scale(1.01);
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre:hover .visu .txt0 {
  opacity: 1;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre:hover .visu .txt {
  opacity: 1;
  bottom: 60px;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .title {
  -webkit-font-smoothing: antialiased;
  transform: translateZ(0);
  transition: all 600ms cubic-bezier(0.5, 0, 0, 1);
  position: relative;
  z-index: 20;
  text-transform: none;
  line-height: 1.2em;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .title span {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1em;
}
@media (max-width: 1600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .title span {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .title span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .title span {
    font-size: 14px;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu {
  width: 100%;
  height: 520px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 200px 200px 0 0;
  position: relative;
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu {
    height: 450px;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu {
    height: 320px;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 400ms cubic-bezier(0.5, 0, 0, 1);
  background: #dc7874;
  opacity: 0;
  border-radius: 200px 200px 0 0;
  z-index: 1;
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu svg {
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
  z-index: 2;
  fill: #1a293d;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transition: transform 600ms cubic-bezier(0.5, 0, 0, 1);
  transform: scale(5);
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu .txt0 {
  text-align: center;
  color: white;
  font-size: 20px;
  position: relative;
  z-index: 10;
  padding-top: 140px;
  display: block;
  line-height: 1.5em;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu .txt0 {
    font-size: 16px;
    padding-top: 130px;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu .txt0 {
    display: none;
  }
}
body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu .txt {
  font-family: "Dancing Script", cursive;
  transform: rotate(-5deg);
  line-height: 1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 10;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #1a293e;
  transition: all 600ms cubic-bezier(0.5, 0, 0, 1);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1000px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu .txt {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-container-ancestor .carrousel-chambres-container .carrousel-chambres .chambre .visu .txt {
    font-size: 22px;
  }
}
body .floatnone {
  float: none;
}
body .section2 .slk-nav {
  top: 200px;
}
@media (max-width: 600px) {
  body .section2 .slk-nav {
    top: 300px;
  }
}
body .section3 .slk-nav {
  top: 106px;
}
@media (max-width: 1600px) {
  body .section3 .slk-nav {
    top: 102px;
  }
}
@media (max-width: 600px) {
  body .slider.anm .visu p, body .slider.anm .visu section ul:not(.unique) li, section ul:not(.unique) body .slider.anm .visu li {
    text-align: center;
  }
}
body .section5 .slk-nav {
  bottom: 86px;
  top: 50px;
}
@media (max-width: 1600px) {
  body .section5 .slk-nav {
    bottom: 82px;
  }
}
@media (max-width: 1000px) {
  body .section5 .slk-nav {
    bottom: 78px;
  }
}
@media (max-width: 600px) {
  body .section5 .slk-nav {
    bottom: 88px;
  }
}
body .slk-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
body .slk-nav .wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .slk-nav .wrapper a {
  cursor: pointer;
  pointer-events: all;
  flex: 100px 0 0;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1480px) {
  body .slk-nav .wrapper a {
    flex: 80px 0 0;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 900px) {
  body .slk-nav .wrapper a {
    flex: 50px 0 0;
    width: 50px;
    height: 50px;
  }
}
body .slk-nav .wrapper a:hover .hover {
  opacity: 1;
}
body .slk-nav .wrapper a img {
  width: 100%;
}
body .slk-nav .wrapper a .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
body .btn-container-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  body .btn-container-right {
    justify-content: center;
  }
  body .btn-container-right .btn {
    left: auto !important;
    transform: rotate(-5deg) !important;
  }
  body .btn-container-right .btn:hover {
    transform: rotate(0) !important;
  }
}
body .mt0 {
  margin-top: 0 !important;
}
body .section3 {
  position: relative;
}
body .section3 .papillons {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 120px;
  transform-origin: right center;
}
@media (max-width: 1800px) {
  body .section3 .papillons {
    top: 120px;
    max-width: 400px;
  }
}
@media (max-width: 1600px) {
  body .section3 .papillons {
    top: 120px;
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  body .section3 .papillons {
    display: none;
  }
}
body .container-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .container-center .content {
  max-width: 920px;
  width: 100%;
}
body .textcenter {
  text-align: center;
}
body .title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1em;
  white-space: nowrap;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 1600px) {
  body .title {
    font-size: 22px !important;
  }
}
@media (max-width: 1000px) {
  body .title {
    font-size: 20px !important;
  }
}
@media (max-width: 600px) {
  body .title {
    white-space: wrap;
  }
}
body .title span {
  text-transform: none;
  font-weight: 200;
  display: block;
  margin-top: 8px;
}
body .slider {
  padding-top: 50px;
  z-index: 2;
}
body .slider .slick-track {
  display: flex;
  gap: 30px;
}
@media (max-width: 1100px) {
  body .slider .slick-track {
    gap: 0;
  }
}
body .slider .slick-list {
  overflow: visible;
}
body .slider .slick-slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1000px) {
  body .slider .slick-slide {
    margin: 0 20px;
  }
}
body .slider .slick-slide:hover .visuin {
  transform: scale(1.04);
}
body .slider .slick-slide:hover .visu::before {
  opacity: 0.4 !important;
}
body .slider .slick-slide.slick-center .visu::before {
  opacity: 0.3;
}
body .slider .slick-slide.slick-center .visu p, body .slider .slick-slide.slick-center .visu section ul:not(.unique) li, section ul:not(.unique) body .slider .slick-slide.slick-center .visu li {
  position: relative;
  z-index: 3;
  opacity: 1;
}
body .slider .slick-slide .title {
  text-align: center;
}
body .slider .slick-slide .visu {
  width: 920px;
  aspect-ratio: 1/0.563;
  box-sizing: border-box;
  padding: 30px 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1480px) {
  body .slider .slick-slide .visu {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  body .slider .slick-slide .visu {
    width: 100%;
  }
}
@media (max-width: 700px) {
  body .slider .slick-slide .visu {
    padding: 20px;
  }
}
body .slider .slick-slide .visu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 200ms ease-in-out;
}
body .slider .slick-slide .visu p, body .slider .slick-slide .visu section ul:not(.unique) li, section ul:not(.unique) body .slider .slick-slide .visu li {
  margin: 0;
  font-family: "Dancing Script", cursive;
  font-size: 48px;
  line-height: 1.1em;
  color: white;
  transform: rotate(-5deg);
  position: relative;
  z-index: 3;
  transition: all 600ms ease-in-out;
}
@media (max-width: 1480px) {
  body .slider .slick-slide .visu p, body .slider .slick-slide .visu section ul:not(.unique) li, section ul:not(.unique) body .slider .slick-slide .visu li {
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  body .slider .slick-slide .visu p, body .slider .slick-slide .visu section ul:not(.unique) li, section ul:not(.unique) body .slider .slick-slide .visu li {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  body .slider .slick-slide .visu p, body .slider .slick-slide .visu section ul:not(.unique) li, section ul:not(.unique) body .slider .slick-slide .visu li {
    font-size: 26px;
  }
}
body .slider .slick-slide .visu .visuin {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 500ms ease-in-out;
}
body .slider2 {
  padding-top: 50px;
  z-index: 2;
}
body .slider2 .slick-slide {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
@media (max-width: 600px) {
  body .slider2 .slick-slide {
    margin: 0;
  }
  body .slider2 .slick-slide img {
    width: 100%;
  }
}
body .slider2 .slick-slide .title {
  font-size: 24px;
}
body .arguments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 90px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  body .arguments {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  body .arguments {
    margin-top: 60px;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 800px;
  }
}
@media (max-width: 600px) {
  body .arguments {
    gap: 20px 10px;
  }
}
body .arguments.full {
  max-width: 1700px;
}
body .arguments > div {
  flex: 1 1 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  aspect-ratio: 1/1;
  gap: 30px;
  position: relative;
}
@media (max-width: 1300px) {
  body .arguments > div {
    flex: none;
    width: 260px;
    gap: 20px;
  }
  body .arguments > div:nth-child(1) {
    order: 1;
  }
  body .arguments > div:nth-child(2) {
    order: 2;
  }
  body .arguments > div:nth-child(3) {
    order: 4;
  }
  body .arguments > div:nth-child(4) {
    order: 3;
  }
}
@media (max-width: 700px) {
  body .arguments > div {
    width: calc(50% - 20px);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  body .arguments > div {
    width: calc(50% - 10px);
    gap: 8px;
    padding: 5px;
  }
}
body .arguments > div * {
  position: relative;
  z-index: 2;
}
body .arguments > div img {
  height: 110px;
  width: auto;
}
@media (max-width: 1600px) {
  body .arguments > div img {
    height: 80px;
  }
}
@media (max-width: 1300px) {
  body .arguments > div img {
    height: 70px;
  }
}
@media (max-width: 600px) {
  body .arguments > div img {
    height: 40px;
  }
}
body .arguments > div p, body .arguments > div section ul:not(.unique) li, section ul:not(.unique) body .arguments > div li {
  font-size: 22px;
  color: white;
}
@media (max-width: 1700px) {
  body .arguments > div p, body .arguments > div section ul:not(.unique) li, section ul:not(.unique) body .arguments > div li {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  body .arguments > div p, body .arguments > div section ul:not(.unique) li, section ul:not(.unique) body .arguments > div li {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .arguments > div p, body .arguments > div section ul:not(.unique) li, section ul:not(.unique) body .arguments > div li {
    font-size: 12px;
    font-weight: 500;
  }
}
body .arguments > div.v2:nth-child(2)::before, body .arguments > div:not(.v2):nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #994c53;
  z-index: 1;
  transform: rotate(5deg);
}
body .arguments > div.v2:nth-child(4)::before, body .arguments > div:not(.v2):nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #994c53;
  z-index: 1;
  transform: rotate(-5deg);
}
body .arguments > div.v2:nth-child(1), body .arguments > div.v2:nth-child(3), body .arguments > div:not(.v2):nth-child(2), body .arguments > div:not(.v2):nth-child(4) {
  background: #e2b74d;
  border-radius: 50%;
  border: 2px solid white;
}
body .section4 .wrapper {
  z-index: 2;
}
body .section4 .valise {
  position: absolute;
  left: 120px;
  top: 0;
  max-width: 500px;
}
@media (max-width: 1800px) {
  body .section4 .valise {
    max-width: 450px;
  }
}
@media (max-width: 1700px) {
  body .section4 .valise {
    max-width: 400px;
  }
}
@media (max-width: 1530px) {
  body .section4 .valise {
    left: 100px;
  }
}
@media (max-width: 1300px) {
  body .section4 .valise {
    max-width: 300px;
  }
}
@media (max-width: 1400px) {
  body .section4 .valise {
    max-width: 280px;
  }
}
@media (max-width: 1100px) {
  body .section4 .valise {
    display: none;
  }
}
body .rejoignez {
  padding-top: 50px;
  display: flex;
}
@media (max-width: 1200px) {
  body .rejoignez {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  body .rejoignez {
    padding-top: 20px;
  }
}
body .rejoignez *:not(.txt) {
  color: white;
  font-size: 24px !important;
}
@media (max-width: 600px) {
  body .rejoignez *:not(.txt) {
    font-size: 19px !important;
    line-height: 1.5em;
  }
}
body .rejoignez .content {
  flex: 520px 0 0;
}
@media (max-width: 1200px) {
  body .rejoignez .content {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
}
body .rejoignez .content .title {
  margin-bottom: 10px;
  display: block;
}
body .rejoignez .content ul {
  margin-bottom: 30px;
}
body .rejoignez .map {
  flex: auto;
  margin-right: calc(50% - 50vw + 30px);
  width: 100vw;
  position: relative;
}
@media (max-width: 1600px) {
  body .rejoignez .map {
    margin-right: calc(50% - 50vw + 100px);
  }
}
@media (max-width: 1200px) {
  body .rejoignez .map {
    width: 100%;
    margin: 0;
    flex: none;
  }
}
body .rejoignez .map a {
  display: flex;
}
body .rejoignez .map a img {
  width: 100%;
}
body .rejoignez .map .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  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 .t0 {
  top: 0 !important;
}
@media (max-width: 1600px) {
  body .section6 {
    background-size: 800px;
    background-position: right top 500px;
  }
}
@media (max-width: 1480px) {
  body .section6 {
    background-position: right top 400px;
  }
}
@media (max-width: 1200px) {
  body .section6 {
    background: none;
  }
}
@media (max-width: 900px) {
  body .section6 {
    background: none;
  }
}
body .animh2 > span {
  overflow: hidden;
  padding: 0px 13px;
}
body .char {
  transform: translatey(115px);
}
body .footer {
  overflow: hidden;
}
@media (max-width: 600px) {
  body .footer {
    min-height: 10px;
    padding-bottom: 100px !important;
  }
}
body .footer .hobou {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 80px;
  gap: 20px;
}
@media (max-width: 600px) {
  body .footer .hobou {
    gap: 5px;
  }
}
body .footer .hobou span {
  padding-left: 50px;
  padding-right: 50px;
}
body .footer .hobou span:nth-child(2), body .footer .hobou span:nth-child(4) {
  padding-bottom: 60px;
}
body .footer .hobou span:nth-child(3) {
  padding-bottom: 100px;
}
body .footer .whatsapp {
  display: flex;
  justify-content: center;
}
body .footer .whatsapp a {
  display: flex;
}
body .footer .whatsapp a:hover {
  opacity: 0.5;
}
@media (max-width: 1480px) {
  body .footer .whatsapp a img {
    max-width: 100px;
  }
}
@media (max-width: 1200px) {
  body .footer .whatsapp a img {
    max-width: 80px;
  }
}
@media (max-width: 600px) {
  body .footer .whatsapp a img {
    max-width: 60px;
  }
}
body .footer .footermenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}
@media (max-width: 800px) {
  body .footer .footermenu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  body .footer .footermenu {
    gap: 2px;
  }
}
body .footer .footermenu a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1480px) {
  body .footer .footermenu a {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  body .footer .footermenu a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .footer .footermenu a {
    font-size: 14px;
  }
}
body .footer .footermenu a:hover {
  color: #2c516d;
}
body .footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  body .footer .bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  body .footer .bottom .rs {
    order: 1;
  }
  body .footer .bottom p, body .footer .bottom section ul:not(.unique) li, section ul:not(.unique) body .footer .bottom li {
    order: 2;
  }
}
body .footer .bottom > p, body .footer section ul:not(.unique) .bottom > li, section ul:not(.unique) body .footer .bottom > li, body .footer .bottom > div {
  flex: 1 1 0;
}
body .footer .bottom > p:first-child, body .footer section ul:not(.unique) .bottom > li:first-child, section ul:not(.unique) body .footer .bottom > li:first-child {
  text-align: left;
}
body .footer .bottom > p:last-child, body .footer section ul:not(.unique) .bottom > li:last-child, section ul:not(.unique) body .footer .bottom > li:last-child {
  text-align: right;
}
body .footer .bottom * {
  color: white;
  font-size: 22px;
  line-height: 1em;
  margin: 0;
}
@media (max-width: 1480px) {
  body .footer .bottom * {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  body .footer .bottom * {
    font-size: 18px;
  }
}
body .footer .bottom .rs {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1480px) {
  body .footer .bottom .rs {
    gap: 20px;
  }
}
body .footer .bottom .rs a {
  display: flex;
}
body .footer .bottom .rs a:hover {
  opacity: 0.5;
}
@media (max-width: 1480px) {
  body .footer .bottom .rs a img {
    max-width: 60px;
  }
}
@media (max-width: 1200px) {
  body .footer .bottom .rs a img {
    max-width: 50px;
  }
}
@media (max-width: 600px) {
  body .footer .bottom .rs a img {
    max-width: 40px;
  }
}
@media (max-width: 1600px) {
  body .pushside,
  body .section1,
  body .section2 .split,
  body .section4,
  body .section5,
  body .section6 {
    padding-left: 100px;
  }
  body .pushside .sidetitle,
  body .section1 .sidetitle,
  body .section2 .split .sidetitle,
  body .section4 .sidetitle,
  body .section5 .sidetitle,
  body .section6 .sidetitle {
    margin-left: -100px;
  }
}
@media (max-width: 1480px) {
  body .pushside,
  body .section1,
  body .section2 .split,
  body .section4,
  body .section5,
  body .section6 {
    padding-left: 60px;
  }
  body .pushside .sidetitle,
  body .section1 .sidetitle,
  body .section2 .split .sidetitle,
  body .section4 .sidetitle,
  body .section5 .sidetitle,
  body .section6 .sidetitle {
    margin-left: -60px;
  }
}
@media (max-width: 1000px) {
  body .pushside,
  body .section1,
  body .section2 .split,
  body .section4,
  body .section5,
  body .section6 {
    padding-left: 0;
  }
}
@media (max-width: 1400px) {
  body .footerhobou .footerhobouspan:nth-child(1) img,
  body .footerhobou .footerhobouspan:nth-child(5) img {
    max-width: 103px;
  }
  body .footerhobou .footerhobouspan:nth-child(2) img,
  body .footerhobou .footerhobouspan:nth-child(4) img {
    max-width: 108px;
  }
  body .footerhobou .footerhobouspan:nth-child(3) img {
    max-width: 101px;
  }
}
@media (max-width: 1100px) {
  body .footerhobou .footerhobouspan:nth-child(1) img,
  body .footerhobou .footerhobouspan:nth-child(5) img {
    max-width: 63px;
  }
  body .footerhobou .footerhobouspan:nth-child(2) img,
  body .footerhobou .footerhobouspan:nth-child(4) img {
    max-width: 68px;
  }
  body .footerhobou .footerhobouspan:nth-child(3) img {
    max-width: 61px;
  }
}
@media (max-width: 600px) {
  body .footerhobou .footerhobouspan:nth-child(1) img,
  body .footerhobou .footerhobouspan:nth-child(5) img {
    max-width: 33px;
  }
  body .footerhobou .footerhobouspan:nth-child(2) img,
  body .footerhobou .footerhobouspan:nth-child(4) img {
    max-width: 38px;
  }
  body .footerhobou .footerhobouspan:nth-child(3) img {
    max-width: 31px;
  }
}
body .responsivemenu {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  background: #1f283b;
  z-index: 10000;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  transition: all 400ms ease-in-out;
  overflow-y: auto;
}
@media (max-width: 600px) {
  body .responsivemenu {
    padding: 20px;
    max-width: 100%;
  }
}
body .responsivemenu.active {
  left: 0;
}
body .responsivemenu .close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
@media (max-width: 600px) {
  body .responsivemenu .close {
    transform: translateY(-6px);
  }
}
body .responsivemenu .close:hover {
  opacity: 0.5;
}
body .responsivemenu .close svg {
  transform: translateX(10px);
}
body .responsivemenu .submenu-container {
  display: none;
}
body .responsivemenu * {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 1px;
  white-space: nowrap;
  list-style: none;
}
@media (max-width: 600px) {
  body .responsivemenu * {
    font-size: 15px;
    text-align: center;
  }
}
body .responsivemenu *.active, body .responsivemenu *:hover {
  color: #d38f73;
}
body .responsivemenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  body .responsivemenu ul {
    gap: 20px;
  }
}
body .responsivemenu ul.submenu {
  padding: 30px 0 10px 20px;
  gap: 20px;
}
@media (max-width: 600px) {
  body .responsivemenu ul.submenu {
    padding: 20px 0 10px 0;
    gap: 15px;
  }
}
body .responsivemenu ul.submenu * {
  font-weight: 500;
}
body .responsivemenu ul.submenu .desc {
  font-family: "Dancing Script", cursive;
  color: #bc8e77;
  text-transform: none;
  font-size: 32px !important;
}
@media (max-width: 600px) {
  body .responsivemenu ul.submenu .desc {
    font-size: 30px !important;
  }
}
body .responsivemenu ul li {
  position: relative;
}
body .responsivemenu ul li a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  body .responsivemenu ul li a {
    font-size: 18px !important;
  }
}
body .responsivemenu ul 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;
}
body .responsivemenu ul li .chevron.active {
  transform: rotate(180deg);
}
body .rs.mobile {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 60px 0 40px 0;
}
@media (max-width: 600px) {
  body .rs.mobile {
    gap: 15px;
    justify-content: center;
  }
}
body .rs.mobile a {
  width: 50px;
}
@media (max-width: 600px) {
  body .rs.mobile a {
    width: 40px;
  }
}
body .rs.mobile a:hover {
  opacity: 0.3;
}
body .rs.mobile a img {
  width: 100%;
  filter: brightness(0) invert(1);
}
body .addressmobile {
  text-transform: none;
  white-space: wrap;
  font-weight: 400;
  pointer-events: none;
  text-align: center;
  line-height: 1.5em;
  font-size: 18px !important;
}
@media (max-width: 600px) {
  body .addressmobile {
    font-size: 15px !important;
  }
}
body .addressmobile span {
  font-size: 18px !important;
  font-weight: 400;
}
@media (max-width: 600px) {
  body .addressmobile span {
    font-size: 15px !important;
  }
}
body .addressmobile * {
  text-transform: none !important;
}
body .addressmobile a {
  pointer-events: all;
}
body .backtop {
  position: fixed;
  right: 30px;
  bottom: -100px;
  width: 20px;
  height: 66px;
  z-index: 1000;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media (max-width: 600px) {
  body .backtop {
    right: 20px;
  }
}
body .backtop:hover {
  opacity: 0.5 !important;
}
body .backtop.active {
  opacity: 1;
  bottom: 30px;
  pointer-events: all;
}
@media (max-width: 800px) {
  body .backtop.active {
    bottom: 80px;
  }
}
body .resp {
  display: none;
}
@media (max-width: 600px) {
  body .resp {
    display: flex;
  }
}
body .resp2 {
  display: none;
}
@media (max-width: 1400px) {
  body .resp2 {
    display: block;
  }
}
body .logo2 {
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  margin-top: -71px;
}
body .logo2 img {
  width: 160px;
}
body .f-button {
  background: none !important;
}
body .mobile-actions {
  display: none;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: -200px;
  gap: 10px;
  pointer-events: none;
  z-index: 100;
  transition: all 400ms ease-in-out;
}
@media (max-width: 800px) {
  body .mobile-actions {
    display: flex;
    pointer-events: all;
  }
}
body .mobile-actions.active {
  bottom: 20px;
}
body .mobile-actions a {
  width: calc(50% - 5px);
  white-space: nowrap;
  font-size: 13px !important;
  height: 50px !important;
}
body .mobile-actions a::before {
  display: none;
}
body .mobile-actions a.call {
  background: #1e283b;
}
body .headmarker {
  display: none;
}
@media (max-width: 800px) {
  body .headmarker {
    display: flex;
  }
}
body .blankline1 {
  display: flex;
  justify-content: center;
}
body .blankline1 span {
  width: 1px;
  height: 100px;
}
@media (max-width: 1400px) {
  body .blankline1 span {
    height: 50px;
  }
}
body .sectionroom1 .wrapper .btn-book {
  margin-top: 46px;
}
@media (max-width: 1200px) {
  body .sectionroom1 .wrapper .btn-book {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  body .sectionroom1 .wrapper .btn-book {
    margin-top: 20px;
  }
}
body .sectionroom1 .wrapper .woomen-window {
  position: absolute;
  bottom: 10px;
  right: 60px;
}
@media (max-width: 1800px) {
  body .sectionroom1 .wrapper .woomen-window {
    max-width: 380px;
  }
}
@media (max-width: 1600px) {
  body .sectionroom1 .wrapper .woomen-window {
    max-width: 250px;
    bottom: 30px;
  }
}
@media (max-width: 1400px) {
  body .sectionroom1 .wrapper .woomen-window {
    position: relative;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    margin-top: 40px;
  }
}
body .sectionroom1 .bottom {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  gap: 140px;
}
@media (max-width: 1400px) {
  body .sectionroom1 .bottom {
    gap: 130px;
  }
}
@media (max-width: 1000px) {
  body .sectionroom1 .bottom {
    flex-direction: column-reverse;
    gap: 40px;
  }
  body .sectionroom1 .bottom > div {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  body .sectionroom1 .bottom {
    gap: 30px;
  }
}
body .sectionroom1 .bottom .images {
  width: calc(63% - 70px);
  position: relative;
}
@media (max-width: 1400px) {
  body .sectionroom1 .bottom .images {
    width: calc(63% - 65px);
  }
}
body .sectionroom1 .bottom .images img.main {
  width: 100%;
}
body .sectionroom1 .bottom .images .imgroom2 {
  position: absolute;
  right: 75px;
  bottom: -152px;
  z-index: 1;
}
@media (max-width: 1530px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 440px;
  }
}
@media (max-width: 1480px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    right: 88px;
    bottom: -95px;
  }
}
@media (max-width: 1400px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 400px;
    right: 88px;
    bottom: -100px;
  }
}
@media (max-width: 1300px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 350px;
    right: 100px;
  }
}
@media (max-width: 1200px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 300px;
    bottom: -80px;
    right: 120px;
  }
}
@media (max-width: 1000px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 400px;
    bottom: -30px;
    right: 224px;
  }
}
@media (max-width: 900px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 350px;
  }
}
@media (max-width: 800px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 250px;
    right: 180px;
  }
}
@media (max-width: 600px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    right: 130px;
  }
}
@media (max-width: 500px) {
  body .sectionroom1 .bottom .images .imgroom2 {
    max-width: 150px;
    right: auto;
    left: 80px;
  }
}
body .sectionroom1 .bottom .content {
  width: calc(37% - 70px);
}
@media (max-width: 1400px) {
  body .sectionroom1 .bottom .content {
    width: calc(37% - 65px);
  }
}
body .sectionroom1 .bottom .btn-book {
  float: right;
}
@media (max-width: 1000px) {
  body .sectionroom1 .bottom .btn-book {
    float: none;
  }
}
body .sectionroom2 .wrapper {
  z-index: 2;
}
body .sectionroom2 .serveur {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  body .sectionroom2 .serveur {
    bottom: auto;
    top: 0;
    max-width: 200px;
  }
}
@media (max-width: 600px) {
  body .sectionroom2 .serveur {
    top: 320px;
    max-width: 120px;
  }
}
body .sectionroom2 .arguments {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1600px) {
  body .sectionroom2 .arguments {
    padding-left: 0;
    padding-right: 0;
  }
}
body .gal-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 50px 60px 0 60px;
}
@media (max-width: 1600px) {
  body .gal-photos {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  body .gal-photos {
    padding-top: 30px;
  }
}
body .gal-photos a {
  width: calc((100% - 20px) / 3);
  aspect-ratio: 1/0.63;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  body .gal-photos a {
    width: calc((100% - 10px) / 2);
  }
}
body .gal-photos a .visu {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
  z-index: 1;
}
body .gal-photos a .hover {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: white;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
body .gal-photos a:hover .visu {
  transform: scale(1.03);
}
body .gal-photos a:hover .hover {
  opacity: 1;
}
body .key2 {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 234px;
  max-width: 250px;
  pointer-events: none;
}
@media (max-width: 1530px) {
  body .key2 {
    bottom: 197px;
    max-width: 180px;
  }
}
@media (max-width: 1480px) {
  body .key2 {
    bottom: 126px;
    max-width: 180px;
  }
}
@media (max-width: 1400px) {
  body .key2 {
    max-width: 160px;
  }
}
@media (max-width: 1100px) {
  body .key2 {
    display: none;
  }
}
body .carrousel-chambres-nav.v2 {
  top: 0;
  left: 20px;
}
@media (max-width: 1600px) {
  body .carrousel-chambres-nav.v2 {
    left: 0;
  }
}
@media (max-width: 600px) {
  body .carrousel-chambres-nav.v2 {
    top: 0;
  }
}
body .carrousel-chambres-nav.v2 .wrapper {
  max-width: 1570px;
}
@media (max-width: 1600px) {
  body .carrousel-chambres-nav.v2 .wrapper {
    max-width: 1390px;
  }
}
@media (max-width: 1480px) {
  body .carrousel-chambres-nav.v2 .wrapper {
    max-width: 1306px;
  }
}
@media (max-width: 1300px) {
  body .carrousel-chambres-nav.v2 .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  body section:not(.hero-page) .btn {
    float: none;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
  }
  body section:not(.hero-page) .btn:hover {
    transform: translateX(-50%) rotate(0);
  }
}
@media (max-width: 1000px) {
  body .section3 .content {
    max-width: 100%;
  }
}
body .animh2v2 {
  opacity: 0;
}
body .animh2v2 .animh2v2 .char {
  opacity: 0;
}
body h1.animh2 {
  opacity: 0;
  animation: fadeInh1 1.5s ease forwards;
}
@keyframes fadeInh1 {
  to {
    opacity: 1;
  }
}
body .slider.anm .slick-list {
  left: -18px;
}
@media (max-width: 1100px) {
  body .slider.anm .slick-list {
    left: auto;
  }
}
body .animh2 br,
body .animh2h1 br {
  display: none;
}
@media (max-width: 500px) {
  body .animh2 br,
  body .animh2h1 br {
    display: block;
  }
}
@media (max-width: 600px) {
  body .ptmob30 {
    padding-top: 30px !important;
  }
}
@media (max-width: 600px) {
  body .arguments + .arguments {
    margin-top: 20px;
  }
  body .arguments + .arguments > div:nth-child(1) {
    order: 2;
  }
  body .arguments + .arguments > div:nth-child(2) {
    order: 1;
  }
  body .arguments + .arguments > div:nth-child(3) {
    order: 3;
  }
  body .arguments + .arguments > div:nth-child(4) {
    order: 4;
  }
}
body .z10 {
  z-index: 10;
}
body .relative {
  position: relative;
}
body .slk-nav.v3 .wrapper {
  max-width: 1176px;
  left: -7px;
}
@media (max-width: 1480px) {
  body .slk-nav.v3 .wrapper {
    max-width: 1095px;
  }
}
@media (max-width: 1100px) {
  body .slk-nav.v3 .wrapper {
    left: 0;
    max-width: 100%;
  }
}
body .slider-container-anm {
  position: relative;
}
@media (max-width: 600px) {
  body .slider.anm .slick-slide .visu::before {
    opacity: 0.4 !important;
  }
}
body .slider2-contcont {
  position: relative;
}
body .opacity0 {
  opacity: 0;
}
body .particularbtncont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
@media (max-width: 1600px) {
  body .particularbtncont {
    bottom: 140px;
  }
}
@media (max-width: 1530px) {
  body .particularbtncont {
    bottom: 200px;
  }
}
@media (max-width: 1480px) {
  body .particularbtncont {
    bottom: 220px;
  }
}
@media (max-width: 1400px) {
  body .particularbtncont {
    bottom: 260px;
  }
}
@media (max-width: 1200px) {
  body .particularbtncont {
    display: none;
  }
}
body .particularbtncont a {
  pointer-events: all;
}
@media (max-width: 1200px) {
  body .btn-container-right-nnnn.opacity0 {
    opacity: 1;
  }
}
body .respmobile {
  display: none;
}
@media (max-width: 800px) {
  body .respmobile {
    display: flex;
  }
}
body .mw1000 {
  max-width: 1000px !important;
}
body .keyhole-hero-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: ZoomIn 0.8s ease-out forwards;
  z-index: 1;
}
body .keyhole-hero-container .keyhole-hero {
  width: 100%;
  height: 480px;
}
@media (max-width: 1800px) {
  body .keyhole-hero-container .keyhole-hero {
    height: 400px;
  }
}
@media (max-width: 1600px) {
  body .keyhole-hero-container .keyhole-hero {
    height: calc(100svh - 450px);
  }
}
@media (max-width: 600px) {
  body .keyhole-hero-container .keyhole-hero {
    height: calc(100svh - 300px);
  }
}
@keyframes ZoomIn {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
body .damecle-hero {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: calc(100svh + 44px);
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 1800px) {
  body .damecle-hero {
    height: calc(100svh + 37px);
  }
}
@media (max-width: 1600px) {
  body .damecle-hero {
    height: calc(100svh + 32px);
  }
}
@media (max-width: 1530px) {
  body .damecle-hero {
    height: calc(100svh + 24px);
  }
}
@media (max-width: 1100px) {
  body .damecle-hero {
    height: calc(100svh + 18px);
  }
}
@media (max-width: 900px) {
  body .damecle-hero {
    height: calc(100svh + 13px);
  }
}
body .damecle-hero > div {
  position: relative;
  width: 100%;
  height: 100%;
}
body .damecle-hero > div img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1800px) {
  body .damecle-hero > div img {
    max-width: 600px;
  }
}
@media (max-width: 1600px) {
  body .damecle-hero > div img {
    max-width: 520px;
  }
}
@media (max-width: 1530px) {
  body .damecle-hero > div img {
    max-width: 400px;
  }
}
@media (max-width: 1100px) {
  body .damecle-hero > div img {
    max-width: 300px;
  }
}
@media (max-width: 900px) {
  body .damecle-hero > div img {
    max-width: 200px;
  }
}
@media (max-width: 500px) {
  body .damecle-hero > div img {
    display: none;
  }
}
body .damecle-hero > div img.img1 {
  z-index: 2;
}
body .damecle-hero > div img.img2 {
  transform-origin: top right;
  animation: secoue2 3s ease-in-out infinite;
  z-index: 1;
}
body .fillespapillon-hero {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: calc(100svh + 44px);
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 1800px) {
  body .fillespapillon-hero {
    height: calc(100svh + 37px);
  }
}
@media (max-width: 1600px) {
  body .fillespapillon-hero {
    height: calc(100svh + 32px);
  }
}
@media (max-width: 1530px) {
  body .fillespapillon-hero {
    height: calc(100svh + 24px);
  }
}
@media (max-width: 1100px) {
  body .fillespapillon-hero {
    height: calc(100svh + 18px);
  }
}
@media (max-width: 900px) {
  body .fillespapillon-hero {
    height: calc(100svh + 13px);
  }
}
body .fillespapillon-hero > div {
  position: relative;
  width: 100%;
  height: 100%;
}
body .fillespapillon-hero > div img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1800px) {
  body .fillespapillon-hero > div img {
    max-width: 450px;
  }
}
@media (max-width: 1700px) {
  body .fillespapillon-hero > div img {
    max-width: 400px;
  }
}
@media (max-width: 1530px) {
  body .fillespapillon-hero > div img {
    max-width: 400px;
  }
}
@media (max-width: 1600px) {
  body .fillespapillon-hero > div img {
    max-width: 340px;
  }
}
@media (max-width: 1100px) {
  body .fillespapillon-hero > div img {
    max-width: 300px;
  }
}
@media (max-width: 900px) {
  body .fillespapillon-hero > div img {
    max-width: 200px;
  }
}
@media (max-width: 600px) {
  body .fillespapillon-hero > div img {
    display: none;
  }
}
body .bigcamera-hero {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: calc(100svh + 20px);
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 700px) {
  body .bigcamera-hero {
    display: none;
  }
}
body .bigcamera-hero > div {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: right bottom;
}
@media (max-width: 1600px) {
  body .bigcamera-hero > div {
    transform: scale(0.8);
  }
}
@media (max-width: 1530px) {
  body .bigcamera-hero > div {
    transform: scale(0.7);
  }
}
@media (max-width: 1300px) {
  body .bigcamera-hero > div {
    transform: scale(0.5);
  }
}
body .bigcamera-hero > div .bigroll1 {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 478px;
  animation: rotatecam 12s linear infinite;
}
body .bigcamera-hero > div .bigroll2 {
  position: absolute;
  z-index: 1;
  right: 160px;
  bottom: 478px;
  animation: rotatecam 12s linear infinite;
}
body .bigcamera-hero > div .bigcamera {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@keyframes secoue2 {
  0%, 75% {
    transform: rotate(0deg);
  }
  78% {
    transform: rotate(-2deg);
  }
  81% {
    transform: rotate(1deg);
  }
  84% {
    transform: rotate(-1deg);
  }
  92%, 100% {
    transform: rotate(0deg);
  }
}
body .fullline span {
  display: block;
  width: 100%;
}
body .sticky-nav-container-ancestor {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
  display: flex;
}
body .sticky-nav-container-ancestor .sticky-nav-container {
  transition: all 350ms ease-in-out;
  width: 100%;
  overflow-x: auto;
  z-index: 50;
  box-sizing: border-box;
  background: #1a293e;
}
body .sticky-nav-container-ancestor .sticky-nav-container.is-sticky .sticky-nav a {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
body .sticky-nav-container-ancestor .sticky-nav-container.v2 {
  background: #ba614e;
}
body .sticky-nav-container-ancestor .sticky-nav-container.v2 .sticky-nav a::before {
  background: #f4ce91;
}
body .sticky-nav-container-ancestor .sticky-nav-container.v2 .sticky-nav a:hover span, body .sticky-nav-container-ancestor .sticky-nav-container.v2 .sticky-nav a.active span {
  color: #f4ce91;
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav {
  max-width: 1534px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
  transition: all 200ms ease-in-out;
}
@media (max-width: 600px) {
  body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav {
    justify-content: flex-start;
  }
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a {
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  position: relative;
  white-space: nowrap;
  padding: 50px 0 50px 20px;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1480px) {
  body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a {
    font-size: 24px;
    padding: 40px 0 40px 20px;
  }
}
@media (max-width: 1300px) {
  body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a {
    font-size: 18px;
    padding: 30px 0 30px 20px;
  }
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a span {
  pointer-events: none;
  transition: all 200ms ease-in-out;
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #dc7874;
  border-radius: 50%;
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a:first-child::before {
  display: none;
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a:last-child {
  padding-right: 20px;
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a.active span {
  color: #dc7874;
}
body .sticky-nav-container-ancestor .sticky-nav-container .sticky-nav a:hover span {
  color: #dc7874;
}
body .sticky-chambre {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  body .sticky-chambre {
    align-items: flex-start;
  }
}
body .sticky-chambre .sticky-chambre-visu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
body .sticky-chambre::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #1a293e;
  z-index: 2;
}
body .sticky-chambre .wrapper {
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  body .sticky-chambre .wrapper {
    flex-direction: column;
    gap: 60px;
    align-items: center;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper {
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  body .sticky-chambre .wrapper {
    gap: 24px;
  }
}
body .sticky-chambre .wrapper .visu {
  position: relative;
  width: 28%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 300px 300px 0 0;
  aspect-ratio: 1/1.7;
  overflow: hidden;
  transition: all 500ms cubic-bezier(0.5, 0, 0, 1);
  -webkit-mask-image: url("../img/keyhole-silhouette.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 500%;
  mask-image: url("../img/keyhole-silhouette.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 500%;
}
@media (max-width: 1200px) {
  body .sticky-chambre .wrapper .visu {
    width: 30%;
  }
}
@media (max-width: 1100px) {
  body .sticky-chambre .wrapper .visu {
    width: 32%;
  }
}
@media (max-width: 1000px) {
  body .sticky-chambre .wrapper .visu {
    width: 100px;
    aspect-ratio: 1/1.5;
    order: 1;
  }
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .visu {
    width: 80px;
  }
}
body .sticky-chambre .wrapper .visu:hover {
  -webkit-mask-size: 160%;
  mask-size: 160%;
}
body .sticky-chambre .wrapper .visu a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body .sticky-chambre .wrapper .content {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  body .sticky-chambre .wrapper .content {
    width: 62%;
  }
}
@media (max-width: 1100px) {
  body .sticky-chambre .wrapper .content {
    width: 64%;
  }
}
@media (max-width: 1000px) {
  body .sticky-chambre .wrapper .content {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .content {
    align-items: center;
  }
  body .sticky-chambre .wrapper .content .h2 {
    transform: none;
    left: auto;
    position: absolute;
    top: 40px;
    left: 120px;
  }
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .content p,
  body .sticky-chambre .wrapper .content li {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .content p, body .sticky-chambre .wrapper .content section ul:not(.unique) li, section ul:not(.unique) body .sticky-chambre .wrapper .content li {
    margin-bottom: 8px;
  }
}
body .sticky-chambre .wrapper .content .actions {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .content .actions {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0 !important;
    gap: 20px;
    padding-top: 30px;
  }
}
body .sticky-chambre .wrapper .content .actions .btn {
  float: none !important;
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .content .actions .btn {
    left: auto;
  }
  body .sticky-chambre .wrapper .content .actions .btn:not(.simple) {
    transform: rotate(-5deg);
  }
  body .sticky-chambre .wrapper .content .actions .btn:not(.simple):hover {
    transform: rotate(0);
  }
}
@media (max-width: 600px) {
  body .sticky-chambre .wrapper .content .actions .btn.simple {
    height: auto !important;
  }
}
body .sticky-chambre .wrapper .content .actions .btn.simple:hover .txt {
  color: #dc7874;
}
body .sticky-chambre .wrapper .content .actions .btn.simple .txt {
  transition: background-size 500ms, color 200ms ease-in-out;
}
body .oxh {
  overflow-x: hidden;
}
body h3.h2 {
  font-size: 70px;
}
@media (max-width: 1480px) {
  body h3.h2 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  body h3.h2 {
    font-size: 45px;
    padding: 0 0 50px 0;
  }
}
@media (max-width: 1000px) {
  body h3.h2 {
    padding: 0 0 40px 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  body h3.h2 {
    padding: 0 0 30px 0;
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  body h3.h2 span {
    padding: 0 5px;
  }
}
body h3.h2 span i {
  border-bottom: 4px solid;
}
@media (max-width: 900px) {
  body h3.h2 span i {
    border-bottom: 3px solid;
  }
}
@media (max-width: 600px) {
  body h3.h2 span i {
    border-bottom: 2px solid;
  }
}
body h3.h2.num2 {
  font-size: 75px;
}
@media (max-width: 1480px) {
  body h3.h2.num2 {
    font-size: 65px;
  }
}
@media (max-width: 1300px) {
  body h3.h2.num2 {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  body h3.h2.num2 {
    font-size: 38px;
  }
}
body h3.h2.num3 {
  font-size: 80px;
}
@media (max-width: 1480px) {
  body h3.h2.num3 {
    font-size: 70px;
  }
}
@media (max-width: 1300px) {
  body h3.h2.num3 {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  body h3.h2.num3 {
    font-size: 40px;
  }
}
body h3.h2.num4 {
  font-size: 85px;
}
@media (max-width: 1480px) {
  body h3.h2.num4 {
    font-size: 75px;
  }
}
@media (max-width: 1300px) {
  body h3.h2.num4 {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  body h3.h2.num4 {
    font-size: 42px;
  }
}
body h3.h2.num5 {
  font-size: 90px;
}
@media (max-width: 1480px) {
  body h3.h2.num5 {
    font-size: 80px;
  }
}
@media (max-width: 1300px) {
  body h3.h2.num5 {
    font-size: 65px;
  }
}
@media (max-width: 600px) {
  body h3.h2.num5 {
    font-size: 44px;
  }
}
body h3.h2.num6 {
  font-size: 95px;
}
@media (max-width: 1480px) {
  body h3.h2.num6 {
    font-size: 85px;
  }
}
@media (max-width: 1300px) {
  body h3.h2.num6 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  body h3.h2.num6 {
    font-size: 46px;
  }
}
body .mb0 {
  margin-bottom: 0 !important;
}
body .experience-elt {
  position: relative;
}
@media (max-width: 1100px) {
  body .experience-elt {
    display: flex;
    flex-direction: column-reverse !important;
  }
  body .experience-elt img {
    max-width: 100% !important;
  }
}
body .experience-elt.reverse .parallax-container {
  left: auto;
  right: 0;
}
body .experience-elt.reverse .parallax-container img {
  transform-origin: right top;
}
body .experience-elt.reverse .parallax-container .img2 {
  right: auto;
  left: -70px;
}
@media (max-width: 1800px) {
  body .experience-elt.reverse .parallax-container .img2 {
    left: 0;
  }
}
@media (max-width: 1600px) {
  body .experience-elt.reverse .parallax-container .img2 {
    left: 14%;
  }
}
@media (max-width: 1300px) {
  body .experience-elt.reverse .parallax-container .img2 {
    left: 18%;
  }
}
@media (max-width: 1100px) {
  body .experience-elt.reverse .parallax-container .img2 {
    left: 5%;
    max-width: 40%;
    top: 40%;
  }
}
body .experience-elt.reverse .wrapper {
  justify-content: flex-start;
}
body .experience-elt .parallax-container {
  height: 630px;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: content-box;
}
@media (max-width: 1100px) {
  body .experience-elt .parallax-container {
    position: inherit;
    height: auto;
  }
}
body .experience-elt .parallax-container img {
  transform-origin: left top;
}
@media (max-width: 1800px) {
  body .experience-elt .parallax-container img {
    transform: scale(0.8);
  }
}
@media (max-width: 1600px) {
  body .experience-elt .parallax-container img {
    transform: scale(0.7);
  }
}
@media (max-width: 1300px) {
  body .experience-elt .parallax-container img {
    transform: scale(0.6);
  }
}
@media (max-width: 1100px) {
  body .experience-elt .parallax-container img {
    transform: none;
  }
}
body .experience-elt .parallax-container .img2 {
  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 2;
}
@media (max-width: 1800px) {
  body .experience-elt .parallax-container .img2 {
    right: 0;
  }
}
@media (max-width: 1600px) {
  body .experience-elt .parallax-container .img2 {
    right: 14%;
  }
}
@media (max-width: 1300px) {
  body .experience-elt .parallax-container .img2 {
    right: 18%;
  }
}
@media (max-width: 1100px) {
  body .experience-elt .parallax-container .img2 {
    right: 5%;
    max-width: 40%;
    top: 40%;
  }
}
body .experience-elt .wrapper {
  display: flex;
  justify-content: flex-end;
}
body .experience-elt .wrapper > div {
  width: 36%;
}
@media (max-width: 1100px) {
  body .experience-elt .wrapper > div {
    width: 100%;
  }
}
body .coordonnees-hero {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1a293e;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding: 50px 20px;
}
@media (max-width: 1480px) {
  body .coordonnees-hero {
    padding: 40px 20px;
  }
}
@media (max-width: 1300px) {
  body .coordonnees-hero {
    padding: 30px 20px;
  }
}
@media (max-width: 1100px) {
  body .coordonnees-hero {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 700px) {
  body .coordonnees-hero {
    gap: 20px;
  }
}
body .coordonnees-hero a {
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1480px) {
  body .coordonnees-hero a {
    font-size: 20px;
  }
  body .coordonnees-hero a img {
    height: 40px;
    width: auto;
  }
}
@media (max-width: 1300px) {
  body .coordonnees-hero a {
    font-size: 18px;
  }
  body .coordonnees-hero a img {
    height: 35px;
    width: auto;
  }
}
@media (max-width: 700px) {
  body .coordonnees-hero a {
    font-size: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  body .coordonnees-hero a img {
    height: 25px;
    width: auto;
  }
}
body .coordonnees-hero a:hover {
  color: #dc7874;
}
body .m0 {
  margin: 0 !important;
}
body .contact-wrapper {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding: 80px 200px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  body .contact-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 600px) {
  body .contact-wrapper {
    padding: 60px 30px;
  }
}
body .contact-wrapper::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e18c6d;
  transform: rotate(-5deg);
}
@media (max-width: 1000px) {
  body .contact-wrapper::before {
    transform: none;
  }
}
body .contact-wrapper .contact-flag {
  position: absolute;
  left: -250px;
  top: 45%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1800px) {
  body .contact-wrapper .contact-flag {
    transform: scale(0.8);
    left: -200px;
  }
}
@media (max-width: 1600px) {
  body .contact-wrapper .contact-flag {
    transform: scale(0.6);
    left: -160px;
    top: 40%;
  }
}
@media (max-width: 1300px) {
  body .contact-wrapper .contact-flag {
    display: none;
  }
}
body .contact-wrapper .valise-contact {
  position: absolute;
  left: calc(100% - 200px);
  top: 48px;
  z-index: 10;
  pointer-events: none;
  transition: all 800ms cubic-bezier(0.5, 0, 0, 1);
  transform-origin: center left;
}
@media (max-width: 1800px) {
  body .contact-wrapper .valise-contact {
    top: -50px;
    transform: scale(0.8);
  }
  body .contact-wrapper .valise-contact.active {
    transform: scale(0.8) rotate(-2deg) !important;
  }
}
@media (max-width: 1600px) {
  body .contact-wrapper .valise-contact {
    top: -100px;
    left: calc(100% - 180px);
    transform: scale(0.6);
  }
  body .contact-wrapper .valise-contact.active {
    transform: scale(0.6) rotate(-2deg) !important;
  }
}
@media (max-width: 1300px) {
  body .contact-wrapper .valise-contact {
    display: none;
  }
}
body .contact-wrapper .valise-contact img {
  position: relative;
  z-index: 2;
}
body .contact-wrapper .valise-contact .img2 {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 70%;
  transition: all 800ms cubic-bezier(0.5, 0, 0, 1);
}
body .contact-wrapper .valise-contact .img2 img {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 800ms cubic-bezier(0.5, 0, 0, 1);
}
body .contact-wrapper .valise-contact.active {
  transform: rotate(-2deg);
}
body .contact-wrapper .valise-contact.active .img2 {
  height: 67%;
}
body .contact-wrapper .valise-contact.active .img2 img {
  bottom: 50px;
  left: -2px;
}
body .contact-wrapper h2 {
  z-index: 10;
}
body .contact-wrapper form.contact-form {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
body .contact-wrapper form.contact-form p, body .contact-wrapper form.contact-form section ul:not(.unique) li, section ul:not(.unique) body .contact-wrapper form.contact-form li {
  color: #1a293e;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1000px) {
  body .contact-wrapper form.contact-form p, body .contact-wrapper form.contact-form section ul:not(.unique) li, section ul:not(.unique) body .contact-wrapper form.contact-form li {
    font-size: 16px;
  }
}
body .contact-wrapper form.contact-form p a, body .contact-wrapper form.contact-form section ul:not(.unique) li a, section ul:not(.unique) body .contact-wrapper form.contact-form li a {
  text-decoration: underline;
}
body .contact-wrapper form.contact-form .field {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  body .contact-wrapper form.contact-form .field {
    gap: 18px;
  }
}
body .contact-wrapper form.contact-form .field label {
  font-size: 30px;
  color: #1a293e;
  line-height: 1em;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  body .contact-wrapper form.contact-form .field label {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  body .contact-wrapper form.contact-form .field label {
    font-size: 22px;
  }
}
body .contact-wrapper form.contact-form .field input[type=text],
body .contact-wrapper form.contact-form .field input[type=email],
body .contact-wrapper form.contact-form .field textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #1a293e;
  padding: 0 0 22px 0;
  color: white;
  font-size: 22px;
}
@media (max-width: 1000px) {
  body .contact-wrapper form.contact-form .field input[type=text],
  body .contact-wrapper form.contact-form .field input[type=email],
  body .contact-wrapper form.contact-form .field textarea {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .contact-wrapper form.contact-form .field input[type=text],
  body .contact-wrapper form.contact-form .field input[type=email],
  body .contact-wrapper form.contact-form .field textarea {
    font-size: 16px;
  }
}
body .contact-wrapper form.contact-form .field input[type=text]::-moz-placeholder, body .contact-wrapper form.contact-form .field input[type=text]::-moz-placeholder,
body .contact-wrapper form.contact-form .field input[type=email]::-moz-placeholder,
body .contact-wrapper form.contact-form .field input[type=email]::-moz-placeholder,
body .contact-wrapper form.contact-form .field textarea::-moz-placeholder,
body .contact-wrapper form.contact-form .field textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
body .contact-wrapper form.contact-form .field input[type=text]::-moz-placeholder, body .contact-wrapper form.contact-form .field input[type=text]::-moz-placeholder, body .contact-wrapper form.contact-form .field input[type=email]::-moz-placeholder, body .contact-wrapper form.contact-form .field input[type=email]::-moz-placeholder, body .contact-wrapper form.contact-form .field textarea::-moz-placeholder, body .contact-wrapper form.contact-form .field textarea::-moz-placeholder {
  color: white;
  opacity: 1;
}
body .contact-wrapper form.contact-form .field input[type=text]::placeholder, body .contact-wrapper form.contact-form .field input[type=text]::placeholder,
body .contact-wrapper form.contact-form .field input[type=email]::placeholder,
body .contact-wrapper form.contact-form .field input[type=email]::placeholder,
body .contact-wrapper form.contact-form .field textarea::placeholder,
body .contact-wrapper form.contact-form .field textarea::placeholder {
  color: white;
  opacity: 1;
}
body .contact-wrapper form.contact-form .field textarea {
  height: 130px;
  resize: none;
}
body .contact-wrapper form.contact-form .checkbox-field input {
  display: none;
}
body .contact-wrapper form.contact-form .checkbox-field input:checked + label span::before {
  display: block;
}
body .contact-wrapper form.contact-form .checkbox-field label {
  display: flex;
  gap: 24px;
}
body .contact-wrapper form.contact-form .checkbox-field label span {
  cursor: pointer;
  flex: 30px 0 0;
  width: 30px;
  height: 30px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #1a293e;
}
body .contact-wrapper form.contact-form .checkbox-field label span::before {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: #1a293e;
  pointer-events: none;
}
body .contact-wrapper form.contact-form .submit-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 14px;
}
body .contact-wrapper form.contact-form .submit-container button {
  background: #1a293e;
}
body .contact-wrapper form.contact-form .submit-container button span {
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  body .img-desk {
    display: none;
  }
}
body .img-mobile {
  display: none;
}
@media (max-width: 600px) {
  body .img-mobile {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */