.wrapper {
  overflow: visible !important;
}

@font-face {
  font-family: "Adore";
  src: url("fonts/Adore.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("fonts/Helvetica.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-thin";
  src: url("fonts/Helvetica-thin.otf?v.01") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --padding-150: 150px;
  --padding-100: 100px;
  --gap-50: 40px;
  --padding-horizontal: 7%;
  --fs-12: 12px;
  --fs-14: 14px;
  --fs-16: 19px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-32: 32px;
  --fs-40: 36px;
  --fs-48: 48px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-50: 50px;
}

* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

html.html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0 !important;
}
html.html.overflow {
  overflow: hidden;
}

.content {
  will-change: transform;
}

body {
  max-width: 1920px;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: #fcf5ed;
  font-family: "Helvetica", sans-serif;
}

.width {
  padding: 0 var(--padding-horizontal);
  margin: 0 auto;
  display: flex;
  width: 100vw;
  max-width: 1920px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #212842;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212842;
}

/* loading */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
  z-index: 99999;
  transition-duration: 1s;
  transition-delay: 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loading .logo-animation {
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .logo-animation video {
  width: 140%;
}
#loading .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#loading .overlay.show .bar {
  transform: scale(1, 1) translate3d(0, 0, 0);
  transform-origin: 0 0;
}
#loading .overlay .bar {
  position: absolute;
  width: 10.1vw;
  background: #b7a895;
  top: 0;
  bottom: 0;
  transform: scale(1, 0) translate3d(0, 0, 0);
  transform-origin: 100% 100%;
  transition: transform 0.5s ease-out;
  border-left: 1px solid rgb(201, 189.75, 175.5);
}
#loading .overlay .bar:first-of-type {
  border-left: none;
}
#loading .overlay .bar:nth-of-type(1) {
  left: 0vw;
  transition-delay: 0.05s;
}
#loading .overlay .bar:nth-of-type(2) {
  left: 10vw;
  transition-delay: 0.1s;
}
#loading .overlay .bar:nth-of-type(3) {
  left: 20vw;
  transition-delay: 0.15s;
}
#loading .overlay .bar:nth-of-type(4) {
  left: 30vw;
  transition-delay: 0.2s;
}
#loading .overlay .bar:nth-of-type(5) {
  left: 40vw;
  transition-delay: 0.25s;
}
#loading .overlay .bar:nth-of-type(6) {
  left: 50vw;
  transition-delay: 0.3s;
}
#loading .overlay .bar:nth-of-type(7) {
  left: 60vw;
  transition-delay: 0.35s;
}
#loading .overlay .bar:nth-of-type(8) {
  left: 70vw;
  transition-delay: 0.4s;
}
#loading .overlay .bar:nth-of-type(9) {
  left: 80vw;
  transition-delay: 0.45s;
}
#loading .overlay .bar:nth-of-type(10) {
  left: 90vw;
  transition-delay: 0.5s;
}
#loading .container .right-layer, #loading .container .left-layer, #loading .container .bottom-layer, #loading .container .top-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: auto;
  right: auto;
}
#loading .container .top-layer {
  top: -100%;
  background: #6c567b;
  transition: all 0.9s cubic-bezier(0.6, 0.05, 0.4, 1);
}
#loading .container .top-layer.active {
  top: 100%;
}
#loading .container .top-layer--2 {
  background: #393e46;
  transition-delay: 0.6s;
}
#loading .container .top-layer--3 {
  background: #6c5b7b;
  transition-delay: 0.4s;
}
#loading .container .top-layer--4 {
  background: #6b828a;
  transition-delay: 0.2s;
}
#loading .container .top-layer--5 {
  background: #f67280;
  transition-delay: 0.1s;
}
#loading .container .bottom-layer {
  top: 100%;
  background: #48466d;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loading .container .bottom-layer.active {
  top: -100%;
}
#loading .container .bottom-layer--2 {
  background: #ecf3a3;
  transition-delay: 0.12s;
}
#loading .container .bottom-layer--3 {
  background: #95a792;
  transition-delay: 0.4s;
}
#loading .container .left-layer {
  top: 0;
  bottom: 0;
  left: -100%;
  background: #1c243a;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loading .container .left-layer.active {
  left: 100%;
}
#loading .container .left-layer--2 {
  background: #fcf5ed;
  transition-delay: 0.3s;
}
#loading .container .left-layer--3 {
  background: #fcf5ed;
  transition-delay: 0.12s;
}
#loading .container .left-layer--4 {
  background: #6b828a;
  transition-delay: 0.08s;
}
#loading .container .right-layer {
  top: 0;
  bottom: 0;
  left: 100%;
  background: #212842;
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#loading .container .right-layer.active {
  left: -100%;
}
#loading .container .right-layer--2 {
  background: #c79ecf;
  transition-delay: 0.3s;
}
#loading .container .right-layer--3 {
  background: #fe9191;
  transition-delay: 0.2s;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}
#loading.hidden div {
  transform: scale(1);
}

#legales {
  margin-top: 100px;
  padding-bottom: 50px;
  display: flex;
}
#legales .width {
  flex-direction: column;
}
#legales h2 {
  margin: 30px 0;
}
#legales p {
  margin: 10px 0;
}

a[data-fancybox] {
  display: block;
  width: 100%;
  height: 100%;
}
a[data-fancybox] img {
  display: block;
  width: 100%;
  height: 100%;
}
a[data-fancybox]:focus-visible {
  outline: none;
}

.fancybox-infobar * {
  color: white;
}

#e404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
#e404 .width div {
  width: 100%;
}
#e404 .width div h2 {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp {
  position: fixed;
  z-index: 99999;
  display: block;
  bottom: 14px;
  left: 7px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #212842;
  transition: all 0.3s linear;
}
.whatsapp img {
  height: 100%;
  width: 30px;
  height: 30px;
  filter: invert(1);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.whatsapp:hover img {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(2px, 0);
  }
  60% {
    transform: translate(-2px, 0);
  }
  80% {
    transform: translate(2px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
p,
li,
span {
  font-family: "Helvetica", sans-serif;
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  color: #212842;
}

a,
span {
  display: inline-block;
}

ul {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

h1 {
  font-family: "Helvetica", sans-serif;
  font-size: var(--fs-32);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #fcf5ed;
  max-width: 33ch;
}
h1 span {
  font-family: "Adore", sans-serif;
  font-size: var(--fs-32);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #fcf5ed;
}

h2,
.title {
  font-family: "Adore", sans-serif;
  font-size: var(--fs-40);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #212842;
  margin-bottom: var(--gap-32);
}

.subtitle {
  font-size: var(--fs-14);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.5px;
  display: block;
  text-align: left;
  color: #212842;
  font-family: "Helvetica", sans-serif;
  position: relative;
  margin-bottom: var(--gap-24);
  margin-left: 24px;
}
.subtitle::before {
  content: "";
  display: block;
  background-color: #212842;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 5px;
}

.btn {
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-16);
  font-family: "Helvetica", sans-serif;
  text-decoration: underline;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 50px 9px 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
  background-color: #fcf5ed;
  color: #212842;
  border-radius: 30px;
  text-underline-offset: 2px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #fcf5ed;
}
.btn::after {
  content: url("imgs/icons/button-arrow.svg");
  display: block;
  position: absolute;
  right: 24px;
  top: 6px;
  transition: all 0.3s linear;
}
.btn:hover {
  background-color: transparent;
  color: #fcf5ed;
}
.btn:hover::after {
  transform: rotate(45deg);
  filter: invert(1);
}
.btn__transparent {
  background-color: transparent;
  color: #fcf5ed;
}
.btn__transparent::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
.btn__transparent:hover {
  background-color: #fcf5ed;
  color: #212842;
}
.btn__transparent:hover::after {
  filter: invert(-1);
}

.btn.pulse {
  background: #212842;
  border: 1px solid #212842;
  overflow: visible;
  width: 100px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.btn.pulse::before, .btn.pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #212842;
  border-radius: inherit;
  opacity: 1;
  animation: ripple 2s ease-out infinite;
}
.btn.pulse::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.scroll {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 50px;
}
.scroll svg .move {
  animation: animate 2s infinite;
}

@keyframes animate {
  0% {
    opacity: 0.5;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.5;
    transform: translateY(-10px);
  }
}
header {
  margin: 0 auto;
  width: 100vw;
  max-width: 1920px;
  height: -moz-max-content;
  height: max-content;
  z-index: 99;
  transition: all 0.3s linear;
  background-color: transparent;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: var(--gap-50);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-50);
  transition: all 0.3s linear;
  z-index: 1;
}
header a {
  width: 100%;
  height: 100%;
}
header a .logo {
  width: 240px;
  height: auto;
  position: absolute;
  left: var(--gap-50);
  top: var(--gap-50);
  transition: all 0.3s linear;
}
header .top {
  width: 100%;
}
header .top nav div ul {
  counter-reset: menu-item;
  display: flex;
  gap: 50px;
  justify-content: center;
  height: 70px;
  align-items: center;
}
header .top nav div ul li {
  counter-increment: menu-item;
  justify-self: flex-end;
}
header .top nav div ul li:last-of-type {
  position: absolute;
  right: var(--gap-50);
}
header .top nav div ul li:last-of-type a {
  padding-top: 0;
  padding-bottom: 3px;
  padding-right: 20px;
  text-decoration: none;
  border: transparent;
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}
header .top nav div ul li:last-of-type a::after {
  content: url("imgs/icons/button-arrow-white.svg");
  right: -5px;
  top: -5px;
}
header .top nav div ul li:last-of-type a:hover {
  background-color: transparent;
  color: #fcf5ed;
}
header .top nav div ul li:last-of-type a:hover::after {
  filter: none;
}
header .top nav div ul li a {
  font-family: "Helvetica-thin", sans-serif;
  text-transform: uppercase;
  font-size: var(--fs-14);
  color: #fcf5ed;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
  position: relative;
  margin-bottom: 0;
}
header .top nav div ul li a:hover {
  border-bottom: 1px solid #fcf5ed;
}
header.colored {
  background-color: #fcf5ed;
  padding-top: 0;
  padding-bottom: 0;
}
header.colored .top nav div ul li:last-of-type a::after {
  content: url("imgs/icons/button-arrow.svg");
}
header.colored .top nav div ul li:last-of-type a:hover {
  color: #212842;
}
header.colored .top nav div ul li a {
  color: #212842;
}
header.colored .top nav div ul li a:hover {
  border-color: #212842;
}
header.colored .logo {
  filter: invert(100%) hue-rotate(10deg) brightness(150%) contrast(75%);
  top: 16px;
  width: 140px;
}

.layer {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 2;
  height: 70px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s linear;
}
.layer #menu-btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 42px;
  height: 42px;
  mix-blend-mode: difference;
  margin-bottom: 16px;
  margin-left: 15px;
}
.layer #menu-btn span,
.layer #menu-btn span::before,
.layer #menu-btn span::after {
  content: "";
  width: 42px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #fcf5ed;
}
.layer #menu-btn span::before {
  width: 24px;
  top: 10px;
  transition: all 0.1s linear;
}
.layer #menu-btn span::after {
  opacity: 0;
  transition: all 0.3s linear;
}
.layer #menu-btn.active {
  right: var(--gap-32);
  left: auto;
}
.layer #menu-btn.active span {
  background-color: transparent;
  width: 24px;
  position: relative;
}
.layer #menu-btn.active span::before {
  transform: translateY(-1px) translateX(-4px) rotate(-45deg);
  background-color: #fcf5ed;
  width: 24px;
}
.layer #menu-btn.active span::after {
  transform: translateY(9px) translateX(-4px) rotate(45deg);
  background-color: #fcf5ed;
  width: 24px;
  opacity: 1;
}
.layer .logo {
  width: 130px;
  position: relative;
  left: calc(50% - 30px);
  transform: translateX(calc(-50% - 30px));
  margin-top: 0px;
}
.layer.colored {
  background-color: #fcf5ed;
}
.layer.colored .logo {
  filter: brightness(1) invert(1);
}
.layer.active #menu-btn {
  mix-blend-mode: normal;
}
.layer.active #menu-btn.active span::after, .layer.active #menu-btn.active span::before {
  background-color: #212842;
}

.message {
  height: 22vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  height: 80vh;
}
.message .width div {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

#accueilPage #accueil {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  max-height: 1080px;
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#accueilPage #accueil .width {
  padding: 0 calc(var(--gap-50) * 2) calc(var(--gap-50) * 2) var(--gap-50);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
#accueilPage #accueil .width .btn.btn__transparent {
  text-decoration: none;
  position: absolute;
  left: 20px;
  top: 50%;
  background-color: #212842;
  color: #fcf5ed;
  height: 60px;
  padding: 0;
  width: 190px;
  transform: rotate(-90deg);
  transform-origin: left top;
  white-space: nowrap;
}
#accueilPage #accueil .width .btn.btn__transparent::after {
  display: none;
}
#accueilPage #accueil .width .btn.btn__transparent:hover {
  background-color: #fcf5ed;
  color: #212842;
  border-color: #212842;
}
#accueilPage #accueil .width .btn.btn__transparent:hover::after {
  filter: none;
}
#accueilPage #accueil .width .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}
#accueilPage #accueil .width .info .animated-title {
  overflow: hidden;
  height: -moz-max-content;
  height: max-content;
}
#accueilPage #accueil .width .info h1 {
  transition: 0.8s linear;
  opacity: 0;
  transform: translateY(100px);
}
#accueilPage #accueil .width .info h1.animation-up-1 {
  transition: 0.8s linear;
}
#accueilPage #accueil .width .info h1.animation-up-2 {
  transition: 1.6s linear;
}
#accueilPage #accueil .width .info h1.animation-up.isAnimated {
  opacity: 1;
  transform: translateY(0);
}
#accueilPage #accueil .width .info .buttons {
  display: flex;
  gap: 14px;
}
#accueilPage #accueil .width #video-accueil {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 100dvh;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage #accueil1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#accueilPage #accueil1 .width {
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-right: 0;
  width: 100vw;
  max-width: 1920px;
  margin-left: 0;
  padding-left: var(--padding-horizontal);
  padding-bottom: 0;
}
#accueilPage #accueil1 .width .wrapper {
  margin-top: calc(var(--padding-100) / 2);
  margin-bottom: var(--padding-100);
}
#accueilPage #accueil1 .width .title {
  max-width: 40ch;
}
#accueilPage #accueil1 .width p {
  max-width: 58ch;
  margin-bottom: 0;
}
#accueilPage #accueil1 .logo-background {
  max-width: 700px;
  min-width: 500px;
  width: 37%;
  transition: all 1s linear;
  z-index: -1;
}
#accueilPage #accueil1 .logo-background:first-of-type {
  align-self: flex-end;
  margin-right: var(--gap-32);
  margin-top: 32px;
}
#accueilPage #accueil1 .logo-background.logo-background2 {
  align-self: flex-start;
  margin-bottom: 32px;
  margin-left: calc(-1 * var(--padding-horizontal));
}
#accueilPage #accueil2 {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  gap: 70px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#accueilPage #accueil2 .width {
  padding-left: 0;
  padding-right: 0;
}
#accueilPage #accueil2 .width .left {
  width: 50%;
  max-width: 960px;
  background-color: #212842;
  padding: var(--padding-150) var(--padding-horizontal);
}
#accueilPage #accueil2 .width .left * {
  color: #fcf5ed;
}
#accueilPage #accueil2 .width .left .title {
  max-width: 24ch;
}
#accueilPage #accueil2 .width .left .title1 {
  margin-bottom: 0;
}
#accueilPage #accueil2 .width .left .title2 {
  margin-left: 158px;
}
#accueilPage #accueil2 .width .left .img {
  margin-bottom: var(--gap-50);
  overflow: hidden;
  height: 450px;
  display: flex;
  justify-content: flex-start;
}
#accueilPage #accueil2 .width .left .img img {
  height: 130%;
  width: auto;
}
#accueilPage #accueil2 .width .left p {
  margin-bottom: var(--gap-24);
}
#accueilPage #accueil2 .width .left .btn__transparent:hover {
  color: #212842;
}
#accueilPage #accueil2 .width .right {
  position: absolute;
  top: -200px;
  height: 100%;
  right: 0;
  z-index: -1;
  width: calc(50% + 70px);
  max-width: 1135px;
  overflow-y: hidden;
}
#accueilPage #accueil2 .width .right img {
  height: 120%;
  -o-object-position: center !important;
     object-position: center !important;
}
#accueilPage #accueil3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: var(--gap-50);
  padding-top: 0;
  padding-bottom: var(--padding-100);
  padding-left: 0;
  padding-right: 0;
  width: 100vw;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#accueilPage #accueil3 .width {
  padding-left: 0;
  padding-right: 0;
  gap: var(--gap-50);
  width: 100%;
}
#accueilPage #accueil3 .width .left {
  width: calc(42% - var(--gap-50));
  padding-left: var(--gap-50);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: calc(100dvh - 100px);
  min-height: 900px;
}
#accueilPage #accueil3 .width .left .top .title {
  max-width: 22ch;
}
#accueilPage #accueil3 .width .left .top p {
  max-width: 60ch;
}
#accueilPage #accueil3 .width .left .info .type {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: var(--fs-16);
  color: rgba(32, 32, 32, 0.5098039216);
  margin-bottom: 8px;
}
#accueilPage #accueil3 .width .left .info .text {
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  font-size: var(--fs-16);
  color: #212842;
}
#accueilPage #accueil3 .width .left .info .text span {
  font-family: "Adore", sans-serif;
  font-weight: 400;
  font-size: var(--fs-24);
  color: #212842;
}
#accueilPage #accueil3 .width .left .info .text:not(:last-of-type) {
  margin-bottom: var(--gap-32);
}
#accueilPage #accueil3 .width .left .buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-24);
  margin-top: var(--gap-50);
}
#accueilPage #accueil3 .width .left .buttons .btn:first-of-type {
  background-color: #212842;
  color: #fcf5ed;
}
#accueilPage #accueil3 .width .left .buttons .btn:first-of-type:after {
  content: url("imgs/icons/button-arrow-white.svg");
}
#accueilPage #accueil3 .width .left .buttons .btn:first-of-type:hover::after {
  filter: none;
}
#accueilPage #accueil3 .width .left .buttons .btn:last-of-type {
  border: 1px solid #212842;
  color: #212842;
}
#accueilPage #accueil3 .width .left .buttons .btn:last-of-type:after {
  content: url("imgs/icons/button-arrow.svg");
}
#accueilPage #accueil3 .width .left .buttons .btn:last-of-type:hover::after {
  filter: none;
}
#accueilPage #accueil3 .width .right {
  width: 58%;
  overflow: hidden;
  overscroll-behavior: none;
}
#accueilPage #accueil3 .width .right .text {
  display: flex;
  gap: var(--gap-50);
  padding-right: 5%;
}
#accueilPage #accueil3 .width .right .text p {
  margin-bottom: 0;
}
#accueilPage #accueil3 .width .right .swipe-section {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#accueilPage #accueil3 .width .right .swipe-section .panel {
  position: absolute;
  height: 100dvh;
  width: 100%;
  background-position: center center;
}
#accueilPage #accueil3 .width .right .swipe-section .panel.second {
  background-image: url("imgs/vis/2.jpg?v.01");
}
#accueilPage #accueil3 .width .right .swipe-section .panel.third {
  background-image: url("imgs/vis/3.jpg?v.01");
}
#accueilPage #accueil4 {
  border-top: 0.5px solid rgba(32, 32, 32, 0.3882352941);
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
}
#accueilPage #accueil4 .width {
  display: flex;
  gap: var(--padding-100);
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  padding-left: var(--gap-50);
  padding-bottom: var(--padding-150);
}
#accueilPage #accueil4 .width .left {
  max-width: 46ch;
}
#accueilPage #accueil4 .width .right {
  max-width: 60ch;
}
#accueilPage #accueil4 .wrapper {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie {
  height: 70vh;
  max-height: 650px;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie swiper-slide {
  height: 100%;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie::part(container) {
  overflow: visible;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie::part(bullet-active) {
  background-color: #212842;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-prev), #accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-next) {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #212842;
  padding: 5px;
  top: -50px;
  background: #fcf5ed;
  border-radius: 50%;
  z-index: 50;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-prev):hover, #accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-next):hover {
  filter: invert(1);
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-prev) {
  left: calc(98% - 37px);
  background: #fcf5ed url("imgs/icons/slider-arrow.svg") no-repeat center;
  background-size: 50%;
}
#accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-next) {
  left: 98%;
  transform: rotate(180deg);
  background: #fcf5ed url("imgs/icons/slider-arrow.svg") no-repeat center;
  background-size: 50%;
}
#accueilPage #accueil5 {
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
  max-height: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#accueilPage #accueil5 .width {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#accueilPage #accueil5 .width .info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-50);
}
#accueilPage #accueil5 .width .info p {
  max-width: 60ch;
}
#accueilPage #visite-virtuelle {
  padding-bottom: var(--padding-150);
}
#accueilPage #visite-virtuelle .width {
  flex-direction: column;
  align-items: center;
  padding-left: var(--gap-50);
  padding-right: var(--gap-50);
  position: relative;
}
#accueilPage #visite-virtuelle .width .wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
}
#accueilPage #visite-virtuelle .width .wrapper .iframe {
  width: 100%;
  height: 100%;
}
#accueilPage #visite-virtuelle .width .wrapper .zoom {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: #212842;
  padding: 10px;
}
#accueilPage #accueil-fullscreen {
  margin-top: var(--gap-50);
  margin-bottom: 0;
  height: 100vh;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#accueilPage #accueil-fullscreen img {
  height: 120%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage #accueil-fullscreen .info {
  position: absolute;
  right: var(--padding-horizontal);
  left: auto;
  top: var(--padding-150);
  max-width: 600px;
  z-index: 2;
}
#accueilPage #accueil-fullscreen .info .btn:hover {
  color: #212842;
}
#accueilPage #accueil-fullscreen .info h2,
#accueilPage #accueil-fullscreen .info p,
#accueilPage #accueil-fullscreen .info a {
  color: #fcf5ed;
  margin-bottom: var(--gap-32);
}
#accueilPage #accueil-fullscreen .info a {
  margin-bottom: 0;
}

#icons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  background: url("imgs/vis/2.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1920px;
  height: 100dvh;
  margin-left: auto;
  background-size: contain;
  margin-right: auto;
  margin-bottom: var(--padding-100);
}
#icons .width {
  display: flex;
  flex-direction: column;
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
  width: 100vw;
  margin-left: 0;
}
#icons .width .subtitle {
  margin-left: auto;
  margin-right: auto;
}
#icons .width .subtitle::before {
  background-color: #fcf5ed;
}
#icons .width .title {
  margin-bottom: var(--padding-150);
  margin-left: auto;
  margin-right: auto;
  max-width: 40ch;
  text-align: center;
}
#icons .width * {
  color: #fcf5ed;
}
#icons .width ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--padding-100);
}
#icons .width ul li img {
  width: 50px;
  height: 50px;
  margin-bottom: var(--gap-32);
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#icons .width ul li span {
  font-size: var(--fs-16);
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 22ch;
}
#icons .width ul li p {
  color: #6b828a;
}

#images {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  background-color: #fcf5ed;
  width: 100vw;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: var(--padding-150);
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#images .width {
  padding-right: 0;
  padding-top: var(--padding-150);
  padding-left: var(--padding-horizontal);
  gap: var(--gap-50);
  border-top: 0.5px solid rgba(32, 32, 32, 0.3882352941);
}
#images .width img {
  height: 130% !important;
  width: 100% !important;
}
#images .width .left {
  width: 37%;
}
#images .width .left .img {
  overflow: hidden;
}
#images .width .left .img:first-of-type {
  width: 100%;
  height: 320px;
  margin-bottom: 340px;
  position: relative;
  z-index: 2;
}
#images .width .left .img:last-of-type {
  width: 70%;
  height: 320px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
#images .width .right {
  width: calc(63% - var(--gap-50));
}
#images .width .right .img {
  max-width: 490px;
  width: 48%;
  height: 710px;
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
}
#images .width .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31%;
  text-align: center;
  max-width: 80ch;
  z-index: 5;
}
#images .width .text .subtitle {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#images .width .text .title {
  margin-bottom: var(--gap-32);
  max-width: 30ch;
}
#images .width .text .btn {
  background-color: #212842;
  color: #fcf5ed;
}
#images .width .text .btn::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
#images .width .text .btn:hover::after {
  filter: none;
}
#images .width .text * {
  text-align: center;
}
#images .width .text .btn {
  margin: 0 auto;
}
#images .width .logo-background {
  position: absolute;
  left: 0%;
  bottom: var(--padding-100);
  width: 190px;
}

#situationPage #situation {
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 100dvh;
  max-height: 1080px;
  min-height: 650px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
#situationPage #situation::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#situationPage #situation .width {
  padding: 0 var(--gap-50) calc(var(--gap-50) * 2) var(--gap-50);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20%;
  position: relative;
  z-index: 1;
}
#situationPage #situation .width #video-situation {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#situationPage #situation .width .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
#situationPage #situation .width .info h1 {
  max-width: 32ch;
  text-align: center;
}
#situationPage #situation .width .info .subtitle {
  color: #fcf5ed;
  margin-bottom: var(--gap-24);
}
#situationPage #situation .width .info .subtitle::before {
  background-color: #fcf5ed;
}
#situationPage #situation1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#situationPage #situation1 .width {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin-left: 0;
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
  gap: var(--gap-50);
  padding-left: var(--gap-50);
  padding-right: var(--gap-50);
}
#situationPage #situation1 .width .title {
  max-width: 27ch;
}
#situationPage #situation1 .width .wrapper {
  display: flex;
}
#situationPage #situation1 .width .wrapper .left {
  width: 42%;
  padding-right: var(--padding-horizontal);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: var(--padding-100);
  padding-bottom: var(--padding-100);
  justify-content: space-between;
}
#situationPage #situation1 .width .wrapper .left p {
  max-width: 49ch;
}
#situationPage #situation1 .width .wrapper .left ul {
  margin-top: var(--gap-50);
}
#situationPage #situation1 .width .wrapper .left ul li {
  max-width: 49ch;
  margin-bottom: 8px;
}
#situationPage #situation1 .width .wrapper .right {
  width: 58%;
  height: 900px;
}
#situationPage #situation1 .width .btn {
  border-color: #212842;
  margin-top: var(--gap-50);
}
#situationPage #situation1 .width .btn:hover {
  color: #212842;
}
#situationPage #situation1 .width .btn:hover::after {
  filter: none;
}
#situationPage #situation2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#situationPage #situation2 .width {
  display: flex;
  flex-direction: column;
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
  width: 100vw;
  margin-left: 0;
  padding-top: var(--gap-50);
  padding-left: var(--gap-50);
  padding-right: var(--gap-50);
}
#situationPage #situation2 .width .maps {
  margin-bottom: 18px;
  overflow: hidden;
}
#situationPage #situation2 .width .maps .swiper-maps {
  width: calc(100vw - 2 * var(--gap-50));
  max-width: calc(1920px - 2 * var(--gap-50));
  height: 100%;
  overflow: hidden;
}
#situationPage #situation2 .width .maps .swiper-maps::part(container) {
  overflow: visible;
}
#situationPage #situation2 .width .maps .swiper-maps::part(button-prev), #situationPage #situation2 .width .maps .swiper-maps::part(button-next) {
  width: 45px;
  height: 45px;
  background: #f5efe8 url("imgs/icons/slider-arrow.svg") no-repeat center center;
  bottom: 20px;
  top: auto;
  background: #fcf5ed;
  border-radius: 50%;
}
#situationPage #situation2 .width .maps .swiper-maps::part(button-prev) {
  left: calc(96% - 60px);
  background: #f5efe8 url("imgs/icons/slider-arrow.svg") no-repeat center;
}
#situationPage #situation2 .width .maps .swiper-maps::part(button-next) {
  left: 96%;
  background: #f5efe8 url("imgs/icons/slider-arrow.svg") no-repeat center center;
  transform: rotate(180deg);
}
#situationPage #situation2 .width .maps .swiper-maps swiper-slide {
  height: 100%;
}
#situationPage #situation2 .width .maps .swiper-maps-2 {
  width: calc(100vw - 2 * var(--gap-50));
  max-width: calc(1920px - 2 * var(--gap-50));
  height: 100%;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 0;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide {
  display: flex;
  gap: 16px;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item {
  flex: 1;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #525869;
  border-radius: 4px;
  padding: 16px;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .measurement {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: var(--gap-50);
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .measurement .number {
  font-family: "Adore", sans-serif;
  font-size: var(--fs-48);
  font-weight: 400;
  line-height: 1;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .measurement .unit {
  font-family: "Helvetica", sans-serif;
  font-size: var(--fs-12);
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--gap-24);
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .bottom .point {
  font-family: "Adore", sans-serif;
  font-size: var(--fs-24);
  font-weight: 400;
  line-height: 1;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .bottom .icon {
  width: 40px;
  height: 40px;
  border: 0.5px solid #525869;
  border-radius: 50%;
  padding: 10px;
  flex-shrink: 0;
}
#situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .bottom .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
#situationPage #situation2 .width .text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--gap-50);
  width: 100vw;
  max-width: 1366px;
  padding-right: var(--padding-horizontal);
  padding-left: 0;
}
#situationPage #situation3 .width {
  flex-direction: column;
  padding-bottom: var(--padding-100);
  padding-right: var(--gap-50);
  padding-left: var(--gap-50);
}
#situationPage #situation3 .width h2 {
  text-align: center;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}
#situationPage #situation3 .width p {
  max-width: 76ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--padding-100);
  text-align: center;
}
#situationPage #situation3 .width ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-50);
}
#situationPage #situation3 .width ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--gap-50);
  width: 260px;
}
#situationPage #situation3 .width ul li .img {
  height: 20vw;
  width: 20vw;
  max-width: 250px;
  max-height: 250px;
}
#situationPage #situation3 .width ul li .img img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#situationPage #situation3 .width ul li .title {
  text-align: center;
  font-size: var(--fs-20);
}
#situationPage #situation-fullscreen {
  height: 100dvh;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#situationPage #situation-fullscreen img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#architecturePage #architecture {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#architecturePage #architecture .width {
  background-image: url(imgs/vis/3.jpg);
  background-repeat: no-repeat;
  padding: 0 var(--gap-50) calc(var(--gap-50) * 2) var(--gap-50);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-size: cover;
}
#architecturePage #architecture .width::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#architecturePage #architecture .width .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
  padding-top: calc(var(--padding-150) * 2);
}
#architecturePage #architecture .width .info .subtitle {
  color: #fcf5ed;
}
#architecturePage #architecture .width .info .subtitle::before {
  background-color: #fcf5ed;
}
#architecturePage #architecture .width .info h1 {
  max-width: 32ch;
  text-align: center;
}
#architecturePage #architecture .width .table {
  background-color: #fcf5ed;
  padding: var(--padding-100);
  position: relative;
  z-index: 3;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
}
#architecturePage #architecture .width .table .subtitle {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--padding-100);
}
#architecturePage #architecture .width .table .title {
  margin-bottom: var(--gap-32);
  font-size: var(--fs-24);
  text-decoration: underline;
  text-underline-offset: 4px;
}
#architecturePage #architecture .width .table ul:not(:last-of-type) {
  margin-bottom: var(--padding-100);
}
#architecturePage #architecture .width .table ul li {
  display: flex;
  gap: var(--gap-50);
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}
#architecturePage #architecture .width .table ul li:not(:last-of-type) {
  border-bottom: 0.5px solid #a39f9b;
}
#architecturePage #architecture .width .table ul li p.left {
  font-size: var(--fs-20);
}
#architecturePage #architecture .width .table ul li p.right {
  font-size: var(--fs-16);
  color: #a39f9b;
  max-width: 42ch;
  text-align: justify;
}

#appartementsPage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#appartementsPage #appartements {
  flex-direction: column;
  display: flex;
  position: relative;
}
#appartementsPage #appartements .info {
  padding: var(--padding-150) var(--padding-horizontal);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#appartementsPage #appartements .info h1 {
  margin-bottom: 0;
}
#appartementsPage #appartements .width {
  width: 100vw;
  max-width: 1920px;
  padding-left: var(--gap-50);
  padding-right: var(--gap-50);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  background: #fbf9f8;
}
#appartementsPage #appartements .facade-window {
  height: 100dvh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: #fcf5ed;
  transition: all 0.5s linear;
  transform: translateY(-100%);
  display: flex;
  z-index: 3;
}
#appartementsPage #appartements .facade-window.active {
  transform: translateY(0);
}
#appartementsPage #appartements .facade-window .width {
  max-width: 1920px;
  width: 100vw;
  margin: auto;
  height: 100%;
  position: relative;
  padding: var(--gap-50);
  gap: var(--gap-50);
  max-height: 1080px;
  overflow-y: auto;
  justify-content: space-between;
  display: flex;
  height: 100%;
}
#appartementsPage #appartements .facade-window .width .facade {
  width: 50%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
#appartementsPage #appartements .facade-window .width .facade a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#appartementsPage #appartements .facade-window .width .facade a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#appartementsPage #appartements .facade-window .width .facade-table {
  width: calc(50% - var(--gap-50));
  height: auto;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 600px;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail {
  list-style: none;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail li {
  opacity: 1;
  transition: all 0.3s linear;
  display: flex;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail li a {
  cursor: inherit;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail li p {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #212842;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E10, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E11, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E20, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E21, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E30, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E31 {
  position: absolute;
  width: 32%;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E10, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E20, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E30 {
  position: absolute;
  bottom: 50px;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E11, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E21, #appartementsPage #appartements .facade-window .width .facade-table .lot-detail li.lot-E31 {
  position: absolute;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: all 0.3s linear;
  position: relative;
  padding: 32px 32px;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header > div p {
  color: #212842;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header > div p:first-of-type {
  color: #212842;
  text-transform: uppercase;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header > div p:last-of-type {
  color: #212842;
  text-transform: uppercase;
}
#appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header > div p.lot-etage {
  margin-bottom: 12px !important;
  margin-bottom: 0;
  font-family: "Adore", sans-serif;
  font-size: var(--fs-24);
  text-transform: uppercase;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: var(--gap-24);
  transition: all 0.3s linear;
  padding-bottom: var(--gap-32);
  padding-left: 32px;
  padding-right: 32px;
  position: static !important;
  border-bottom: 0.5px solid #212842;
  position: relative !important;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:nth-of-type(2n),
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:nth-of-type(2n) {
  display: none;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .btn,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .btn {
  font-size: 16px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info p,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion p {
  font-size: 16px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion * {
  margin: 0;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.info-E10 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.info-E20 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.info-E30 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.info-E10 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.info-E20 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.info-E30 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.info-E10 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.info-E20 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.info-E30 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.info-E10 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.info-E20 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.info-E30 .telecharger {
  margin-right: 20px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E10, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E20, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E30, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E10, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E20, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E30,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E10,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E20,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E30,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E10,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E20,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E30 {
  background-color: #505971;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E10 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E20 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E30 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E10 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E20 .telecharger, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E30 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E10 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E20 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E30 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E10 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E20 .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E30 .telecharger {
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border-color: #fcf5ed;
  color: #fcf5ed;
  transition: all 0.3s linear;
  margin-right: 20px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E10 .telecharger::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E20 .telecharger::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E30 .telecharger::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E10 .telecharger::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E20 .telecharger::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E30 .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E10 .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E20 .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E30 .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E10 .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E20 .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E30 .telecharger::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E10 .telecharger:hover::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E20 .telecharger:hover::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E30 .telecharger:hover::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E10 .telecharger:hover::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E20 .telecharger:hover::after, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E30 .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E10 .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E20 .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E30 .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E10 .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E20 .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E30 .telecharger:hover::after {
  filter: none;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E10 *, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E20 *, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info.active.info-E30 *, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E10 *, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E20 *, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info:hover.info-E30 *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E10 *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E20 *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.active.info-E30 *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E10 *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E20 *,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion:hover.info-E30 * {
  color: #fcf5ed;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .telecharger,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .telecharger {
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border-color: #212842;
  color: #212842;
  margin-right: 0px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .telecharger::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .telecharger::after {
  content: url("imgs/icons/button-arrow.svg");
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .telecharger:hover::after,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .telecharger:hover::after {
  filter: none;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .showMore,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .showMore {
  position: absolute;
  right: 0px;
  top: calc(50% - 3px);
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding: 12px;
  background-color: #212842;
  border-radius: 50%;
  margin-right: -18px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s linear;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .showMore.open,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .showMore.open {
  transform: translateY(-50%) rotate(0deg);
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lot-header,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .lot-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: all 0.3s linear;
  position: relative;
  padding: 32px 32px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lot-header > div,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .lot-header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lot-header > div p,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .lot-header > div p {
  color: #212842;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1;
  margin-bottom: 6px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lot-header > div p:first-of-type,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .lot-header > div p:first-of-type {
  color: #212842;
  text-transform: uppercase;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lot-header > div p:last-of-type,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .lot-header > div p:last-of-type {
  color: #212842;
  text-transform: uppercase;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lot-header > div p.lot-etage,
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion .lot-header > div p.lot-etage {
  margin-bottom: 12px !important;
  margin-bottom: 0;
  font-family: "Adore", sans-serif;
  font-size: var(--fs-24);
  text-transform: uppercase;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion {
  border-bottom: none;
  padding: 0;
  display: flex;
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
  height: 265px;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.lot-E11, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.lot-E21, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.lot-E31 {
  display: none !important;
}
#appartementsPage #appartements .facade-window .width .facade-table .wrapper .accordion.hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
#appartementsPage #appartements .facade-window .width .facade-close {
  position: absolute;
  bottom: var(--gap-50);
  left: var(--gap-50);
  width: 15px;
  height: 30px;
}
#appartementsPage #appartements .facade-window .width .facade-close .facade-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
}
#appartementsPage #appartements .facade-window .width .facade-closeX {
  position: absolute;
  top: var(--gap-50);
  right: 37px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fbf9f8;
  z-index: 11;
}
#appartementsPage #appartements .facade-window .width .facade-busole {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #212842;
  width: 90px;
  height: 90px;
  top: var(--gap-50);
  left: var(--gap-50);
  display: flex;
  align-items: center;
  justify-content: center;
}
#appartementsPage #appartements .facade-window .width .facade-busole img {
  width: 60px;
  height: 60px;
}
#appartementsPage #appartements .content1 {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  padding-bottom: var(--padding-100);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: var(--padding-100);
  flex-direction: column;
}
#appartementsPage #appartements .content1 .table {
  width: 100%;
  overflow-x: auto;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix {
  margin-bottom: var(--gap-50);
  width: 100%;
  min-width: 840px;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix th.column-2,
#appartementsPage #appartements .content1 .table .avp-table.avp-prix td.column-2 {
  display: none;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix thead tr th {
  background-color: rgba(196, 179, 159, 0.2901960784);
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: var(--fs-14);
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr {
  cursor: pointer;
  transition: all 0.3s linear;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(196, 179, 159, 0.2196078431);
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td.d {
  position: relative;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td.d::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a9c297;
  border-radius: 50%;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td.v {
  position: relative;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td.v::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #eab2a7;
  border-radius: 50%;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td.r {
  position: relative;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr td.r::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1e7a4;
  border-radius: 50%;
}
#appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr.hover, #appartementsPage #appartements .content1 .table .avp-table.avp-prix tbody tr:hover {
  background-color: rgba(196, 179, 159, 0.2901960784);
}
#appartementsPage #appartements .content1 ul {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
#appartementsPage #appartements .content1 ul li {
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
#appartementsPage #appartements .content1 ul li p {
  font-size: 14px;
  margin-bottom: 0;
}
#appartementsPage #appartements .content1 ul li span {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
#appartementsPage #appartements .content1 ul li span.d {
  background-color: #a9c297;
}
#appartementsPage #appartements .content1 ul li span.r {
  background-color: #f1e7a4;
}
#appartementsPage #appartements .content1 ul li span.v {
  background-color: #eab2a7;
}
#appartementsPage #appartements .content1 .subtitle {
  margin-left: 0;
  font-size: var(--fs-14);
}
#appartementsPage #appartements .content1 .subtitle::before {
  display: none;
}
#appartementsPage #appartements .content1 .subtitle span {
  font-weight: bold;
  font-size: var(--fs-14);
}
#appartementsPage #appartements .content1 .small {
  color: #999999;
  font-size: var(--fs-14);
}
#appartementsPage #batimentA,
#appartementsPage #batimentB,
#appartementsPage #batimentC,
#appartementsPage #batimentD {
  cursor: none;
  pointer-events: none;
}

/*** GALERIE ***/
#galeriePage #galerie {
  background-image: url(imgs/vis/11.jpg);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1920px;
  height: 100dvh;
  max-height: 1080px;
  min-height: 650px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
#galeriePage #galerie::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#galeriePage #galerie .width {
  padding: 0 var(--gap-50) calc(var(--gap-50) * 2) var(--gap-50);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20%;
  position: relative;
  z-index: 1;
}
#galeriePage #galerie .width .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  margin-top: 50ch;
}
#galeriePage #galerie .width .info h1 {
  max-width: 32ch;
  text-align: center;
}
#galeriePage #galerie .width .info .subtitle {
  color: #fcf5ed;
  margin-bottom: var(--gap-24);
}
#galeriePage #galerie .width .info .subtitle::before {
  background-color: #fcf5ed;
}
#galeriePage #galerie1 {
  background-color: #fcf5ed;
  display: flex;
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
}
#galeriePage #galerie1 .width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
#galeriePage #galerie1 .width .wrapper {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie {
  max-height: 650px;
  height: 70vh;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie swiper-slide {
  height: 100%;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie::part(container) {
  overflow: visible;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie::part(bullet-active) {
  background-color: #212842;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie::part(button-prev), #galeriePage #galerie1 .width .wrapper .swiper-galerie::part(button-next) {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #212842;
  padding: 5px;
  bottom: -50px;
  top: auto;
  background: #fcf5ed;
  border-radius: 50%;
  z-index: 50;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie::part(button-prev):hover, #galeriePage #galerie1 .width .wrapper .swiper-galerie::part(button-next):hover {
  filter: invert(1);
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie::part(button-prev) {
  left: calc(50% - 40px);
  background: #fcf5ed url("imgs/icons/slider-arrow.svg") no-repeat center;
}
#galeriePage #galerie1 .width .wrapper .swiper-galerie::part(button-next) {
  left: 50%;
  transform: rotate(180deg);
  background: #fcf5ed url("imgs/icons/slider-arrow.svg") no-repeat center;
}

#contact {
  display: flex;
}
#contact .width {
  background-image: url("imgs/vis/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: center bottom;
  align-items: center;
  justify-content: center;
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
  width: 100vw;
  z-index: 10;
}
#contact .width .wrapper {
  background-color: #fcf5ed;
  max-width: 930px;
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: var(--padding-100) var(--padding-150);
}
#contact .width .wrapper .title {
  text-align: center;
  margin-bottom: 32px;
}
#contact .width .wrapper .text {
  font-size: var(--fs-24);
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  margin-bottom: 50px;
}
#contact .width .wrapper .form form .form-flex {
  margin-bottom: var(--gap-50);
}
#contact .width .wrapper .form form .form-flex input,
#contact .width .wrapper .form form .form-flex textarea {
  width: 100%;
  height: 58px;
  background-color: #fcf5ed;
  border: none;
  border-bottom: 0.5px solid #1c243a;
  outline: none;
  padding: 30px 0px 0px 0px;
  font-family: "Helvetica", sans-serif;
  font-size: var(--fs-16);
  font-weight: 200;
  color: #212842;
}
#contact .width .wrapper .form form .form-flex input::-moz-placeholder, #contact .width .wrapper .form form .form-flex textarea::-moz-placeholder {
  font-family: "Helvetica", sans-serif;
  font-size: var(--fs-16);
  font-weight: 200;
  color: rgba(28, 36, 58, 0.368627451);
}
#contact .width .wrapper .form form .form-flex input::placeholder,
#contact .width .wrapper .form form .form-flex textarea::placeholder {
  font-family: "Helvetica", sans-serif;
  font-size: var(--fs-16);
  font-weight: 200;
  color: rgba(28, 36, 58, 0.368627451);
}
#contact .width .wrapper .form form .submit {
  margin-bottom: 130px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact .width .wrapper .form form .submit button.btn {
  max-width: 430px;
  width: 100%;
  background-color: #212842;
  color: #fcf5ed;
  height: 43px;
}
#contact .width .wrapper .form form .submit button.btn::after {
  content: url("imgs/icons/button-arrow-white.svg");
  right: 30%;
  top: 8px;
}
#contact .width .wrapper .form form .submit button.btn:hover::after {
  filter: none;
}
#contact .width .wrapper .manager .brand {
  width: 160px;
  margin-bottom: var(--gap-32);
  filter: brightness(0) invert(0);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#contact .width .wrapper .manager .photo {
  width: 150px;
  height: 150px;
  margin-bottom: var(--gap-24);
  margin-left: auto;
  margin-right: auto;
}
#contact .width .wrapper .manager .photo img {
  border-radius: 50%;
}
#contact .width .wrapper .manager h2 {
  text-align: center;
  font-size: var(--fs-24);
  margin-bottom: var(--gap-32);
}
#contact .width .wrapper .manager a {
  text-align: center;
  display: block;
  margin-bottom: 2px;
}

/*** CONTACT PAGE ***/
#contactPage {
  position: relative;
}
#contactPage .logo {
  width: 240px;
  position: absolute;
  left: var(--gap-50);
  top: var(--gap-50);
}

/*** FOOTER ***/
footer {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 100dvh;
  min-height: 600px;
}
footer .width {
  background-color: #212842;
  width: 100vw;
  flex-direction: column;
  margin-left: 0;
  padding-top: var(--gap-50);
  padding-bottom: var(--gap-50);
  padding-left: var(--gap-50);
  padding-right: var(--gap-50);
  justify-content: space-between;
}
footer .width .logo-background {
  margin-bottom: 70px;
}
footer .width p {
  margin-bottom: 0;
  text-align: center;
}
footer .width p a {
  color: #fcf5ed;
  font-size: var(--fs-14);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/*** RESPONSIVE ***/
@media only screen and (max-width: 1440px) {
  #accueilPage #accueil1 .logo-background {
    width: 44%;
    min-width: initial;
  }
  #images .width .right .img {
    width: 70%;
  }
  #images .width .text {
    right: 41%;
  }
  #architecturePage #architecture .width .table {
    min-width: 750px;
    margin-left: 0;
    margin-right: 0;
  }
  #contact .width {
    padding-left: 0;
    padding-right: 0;
  }
  #contact .width .wrapper {
    min-width: 750px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --padding-150: 100px;
    --padding-100: 100px;
    --padding-horizontal: 5%;
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 19px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-32: 26px;
    --fs-40: 32px;
    --fs-48: 42px;
    --gap-24: 24px;
    --gap-32: 32px;
    --gap-50: 50px;
  }
  #accueilPage #accueil3 .width .left .buttons {
    flex-wrap: wrap;
  }
  #images .width .text {
    max-width: 48ch;
    right: 50%;
  }
  #images .width .logo-background {
    width: 170px;
  }
  #situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide {
    flex-wrap: wrap;
  }
  #situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide li {
    min-width: 230px;
  }
  #situationPage #situation2 .width .maps .swiper-maps::part(button-prev) {
    left: calc(94% - 60px);
  }
  #situationPage #situation2 .width .maps .swiper-maps::part(button-next) {
    left: 94%;
  }
  #architecturePage #architecture .width .table {
    min-width: 650px;
    padding: var(--padding-100) 50px;
  }
  #contact .width .wrapper {
    min-width: 650px;
    padding: var(--padding-100) 50px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --fs-24: 22px;
    --fs-32: 24px;
    --fs-40: 30px;
    --fs-48: 36px;
    --gap-50: 32px;
  }
  .content {
    transform: translateZ(0px) !important;
  }
  .wrapper {
    -webkit-overflow-scrolling: touch !important;
  }
  .img img {
    height: 100% !important;
  }
  .layer {
    display: flex;
  }
  header {
    mix-blend-mode: normal;
    width: 100% !important;
    background-color: #fcf5ed;
    transform: translateX(-150%);
    transition: all 0.3s linear;
    height: 100dvh;
  }
  header .top nav {
    margin-top: var(--padding-100);
  }
  header .top nav div ul {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  header .top nav div ul li:first-of-type {
    padding-left: 0;
  }
  header .top nav div ul li:last-of-type {
    position: static;
  }
  header .top nav div ul li a {
    color: #212842;
    font-size: var(--fs-16);
  }
  header .top nav div ul li:last-of-type a::after {
    content: url("imgs/icons/button-arrow.svg");
  }
  header .top nav div ul li:last-of-type a:hover {
    color: #212842;
  }
  header .logo {
    display: none;
  }
  header.active {
    transform: translateX(-50%);
  }
  header.active ~ .layer.active .logo {
    filter: brightness(1) invert(1);
  }
  .width {
    width: 100vw !important;
    max-width: 1920px;
  }
  #accueilPage #accueil .width {
    padding-right: var(--padding-horizontal);
  }
  #accueilPage #accueil .width .btn.btn__transparent {
    left: 5px;
  }
  #accueilPage #accueil .width .info {
    flex-direction: column;
    align-items: center;
    gap: var(--gap-50);
  }
  #accueilPage #accueil .width .info h1 {
    text-align: center;
  }
  #accueilPage #accueil .width .animated-title {
    max-width: 73ch;
  }
  #accueilPage #accueil .width .logo {
    top: var(--gap-32);
    margin-left: auto;
    margin-right: auto;
  }
  #accueilPage #accueil .width .wrapper {
    margin-bottom: var(--padding-100);
  }
  #accueilPage #accueil .width .subtitle {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  #accueilPage #accueil .width .title {
    max-width: initial;
    text-align: center;
  }
  #accueilPage #accueil .width .logo-background.logo-background2 {
    margin-left: 0;
  }
  #accueilPage #accueil1 .width .wrapper {
    margin-bottom: var(--padding-100);
    padding-right: var(--padding-horizontal);
  }
  #accueilPage #accueil1 .logo-background {
    width: 90%;
  }
  #accueilPage #visite-virtuelle {
    padding-bottom: 0;
  }
  #accueilPage #accueil2 .width .left {
    width: 100%;
    max-width: initial;
  }
  #accueilPage #accueil2 .width .left .img {
    justify-content: center;
  }
  #accueilPage #accueil2 .width .left .title {
    max-width: initial;
  }
  #accueilPage #accueil2 .width .right {
    display: none;
  }
  #accueilPage #accueil3 {
    padding-top: 0;
  }
  #accueilPage #accueil3 .width {
    flex-direction: column;
    padding-top: var(--padding-100);
    gap: var(--padding-100);
  }
  #accueilPage #accueil3 .width .left {
    width: 100%;
    padding-right: var(--padding-horizontal);
    padding-left: var(--padding-horizontal);
    height: auto;
    min-height: initial;
  }
  #accueilPage #accueil3 .width .left .buttons {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  #accueilPage #accueil3 .width .left .buttons .btn {
    width: 310px;
  }
  #accueilPage #accueil3 .width .left .top .title {
    max-width: initial;
  }
  #accueilPage #accueil3 .width .left .top p {
    max-width: initial;
  }
  #accueilPage #accueil3 .width .right {
    width: 100%;
    height: 1200px;
  }
  #accueilPage #accueil3 .width .right .img {
    max-height: 450px;
  }
  #accueilPage #accueil3 .width .right .text {
    padding-left: var(--padding-horizontal);
    padding-right: var(--padding-horizontal);
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
  }
  #accueilPage #accueil4 .wrapper .swiper-int-galerie {
    height: 70vh;
  }
  #accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-prev) {
    left: calc(50% - 37px);
    bottom: -50px;
    top: auto;
  }
  #accueilPage #accueil4 .wrapper .swiper-int-galerie::part(button-next) {
    left: 50%;
    bottom: -50px;
    top: auto;
  }
  #accueilPage #accueil4 .width {
    flex-direction: column;
    gap: 0;
  }
  #accueilPage #accueil4 .width .left {
    width: 100%;
  }
  #accueilPage #accueil4 .width .left h2 {
    text-align: center;
    max-width: initial;
  }
  #accueilPage #accueil4 .width .right {
    width: 100%;
  }
  #accueilPage #accueil4 .width .right p {
    max-width: initial;
  }
  #accueilPage #accueil5 {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 0;
    padding-top: var(--padding-100);
  }
  #accueilPage #accueil5 .width {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #accueilPage #accueil5 .width .info {
    flex-direction: column;
  }
  #accueilPage #accueil5 .width .info p {
    max-width: initial;
  }
  #accueilPage #accueil-fullscreen {
    height: 100dvh;
    margin-bottom: 0;
    margin-top: 0;
  }
  #images .width .text {
    max-width: initial;
    right: 0%;
    left: var(--gap-50);
  }
  #images .width .text .title {
    margin-left: auto;
    margin-right: auto;
  }
  #images .width .left {
    width: 60%;
  }
  #images .width .left .img:last-of-type {
    margin-left: 90%;
  }
  #images .width .right {
    width: calc(40% - var(--gap-50));
  }
  #images .width .right .img {
    display: none;
  }
  #situationPage #situation .width .logo {
    top: var(--gap-32);
    margin-left: auto;
    margin-right: auto;
  }
  #situationPage #situation::after {
    right: 0;
  }
  #situationPage #situation1 .width .title {
    max-width: initial;
  }
  #situationPage #situation1 .width .wrapper {
    flex-direction: column;
  }
  #situationPage #situation1 .width .wrapper .left {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0;
    padding-right: 0;
  }
  #situationPage #situation1 .width .wrapper .left p {
    max-width: initial;
  }
  #situationPage #situation1 .width .wrapper .left ul li {
    max-width: initial;
  }
  #situationPage #situation1 .width .wrapper .right {
    width: 100%;
    height: 500px;
  }
  #situationPage #situation3 .width {
    flex-direction: column;
    padding-bottom: var(--padding-100);
    padding-top: var(--padding-100);
  }
  #situationPage #situation3 .width p {
    margin-bottom: 50px;
  }
  #situationPage #situation3 .width ul {
    flex-wrap: wrap;
  }
  #situationPage #situation3 .width ul li {
    width: 40%;
  }
  #situationPage #situation3 .width ul li .img {
    width: 200px;
    height: 200px !important;
  }
  #situationPage #situation2 .width {
    padding-right: var(--gap-50);
  }
  #situationPage #situation2 .width .maps .swiper-maps {
    width: calc(100vw - 2 * var(--gap-50));
    max-width: initial;
  }
  #situationPage #situation2 .width .text {
    padding-right: 0;
    flex-direction: column;
    width: 100%;
  }
  #situationPage #situation-fullscreen {
    height: 100dvh;
  }
  #appartementsPage #appartements .logo {
    top: var(--gap-32);
    left: 50%;
    transform: translateX(-50%);
  }
  #appartementsPage #appartements .content1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #appartementsPage #appartements .content1 .subtitle,
  #appartementsPage #appartements .content1 .small {
    margin-left: var(--padding-horizontal);
    margin-right: var(--padding-horizontal);
  }
  #appartementsPage #appartements .content1 ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: var(--padding-horizontal);
  }
  #appartementsPage #appartements .content1 .table {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  #appartementsPage #appartements .width {
    padding-left: 0;
    padding-right: 0;
    height: 90dvh;
    width: 100vw;
    position: relative;
    background-color: #fcf5ed;
  }
  #appartementsPage #appartements .width svg {
    width: 100%;
    height: 90dvh;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #appartementsPage #appartements::after {
    right: 0;
  }
  #appartementsPage #appartements .facade-window {
    background-color: #fbf9f8;
  }
  #appartementsPage #appartements .facade-window .width {
    flex-direction: column;
    padding-top: calc(2 * var(--padding-100));
    padding-bottom: var(--padding-100);
    width: 100vw;
    max-height: initial;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--padding-100);
  }
  #appartementsPage #appartements .facade-window .width .facade {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #appartementsPage #appartements .facade-window .width .facade-table {
    width: 100%;
  }
  #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info {
    padding-left: 12px;
    padding-right: 12px;
  }
  #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lotnumber-A10, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lotnumber-B10, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lotnumber-C10, #appartementsPage #appartements .facade-window .width .facade-table .wrapper .info .lotnumber-D10 {
    display: none;
  }
  #appartementsPage #appartements .facade-window .width .facade-table .lot-detail .lot-header {
    padding-left: 12px;
    padding-right: 12px;
  }
  #appartementsPage #appartements .facade-window .width .facade-close {
    top: var(--gap-50);
    left: 50%;
    transform: translateX(-50%);
  }
  #appartementsPage #appartements .facade-window .width .facade-closeX {
    right: var(--gap-32);
    top: var(--gap-32);
    position: fixed;
    z-index: 23;
    width: 20px;
    height: 20px;
  }
  #appartementsPage #appartements .facade-window .width .facade-busole {
    width: 60px;
    height: 60px;
    top: 80px;
  }
  #appartementsPage #appartements .facade-window .width .facade-busole IMG {
    width: 40px;
    height: 40px;
  }
  #icons {
    height: 500px;
    background-size: cover;
    margin-bottom: 0;
  }
  #architecturePage #architecture .width .table {
    min-width: 600px;
  }
  #architecturePage #architecture .width .logo {
    top: var(--gap-32);
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: calc(2 * var(--padding-100));
  }
  #galeriePage #galerie .width .logo {
    margin-left: auto;
    margin-right: auto;
    top: var(--gap-32);
  }
  #galeriePage #galerie::after {
    right: 0;
  }
  #galeriePage #galerie1 .width .wrapper .swiper-galerie {
    height: 70vh;
  }
  #contactPage .logo {
    top: var(--gap-32);
    left: 50%;
    transform: translateX(-50%);
  }
  #contact .width {
    padding: 0;
  }
  #contact .width .wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
  footer {
    height: 80dvh;
  }
  footer .width p a {
    max-width: 20ch;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  #images .width .text {
    right: var(--padding-horizontal);
    z-index: 5;
  }
  #images .width .text .title,
  #images .width .text .subtitle {
    color: #212842;
  }
  #images .width .text .btn {
    background-color: #fcf5ed;
    color: #212842;
    border-color: #212842;
  }
  #images .width .text .btn::after {
    content: url("imgs/icons/button-arrow.svg");
  }
  #accueilPage #accueil .width .info .animated-title {
    flex-direction: column;
  }
  #accueilPage #accueil-fullscreen .info {
    right: auto;
    left: auto;
    padding-left: var(--padding-horizontal);
    padding-right: var(--padding-horizontal);
  }
  #architecturePage #architecture .width .table {
    min-width: initial;
    width: 100%;
  }
  #architecturePage #architecture .width .table ul li {
    flex-direction: column;
    gap: var(--gap-24);
  }
  #architecturePage #architecture .width .table ul li p.left,
  #architecturePage #architecture .width .table ul li p.right {
    margin-bottom: 0;
    max-width: initial;
  }
  #situationPage #situation2 .width {
    padding-bottom: 0;
  }
  #situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item {
    flex: auto;
    width: 100%;
  }
  #contact .width .wrapper {
    padding: var(--padding-100) var(--padding-horizontal);
  }
}
@media only screen and (max-width: 576px) {
  :root {
    --padding-150: 70px;
    --padding-100: 70px;
    --padding-horizontal: 5%;
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 19px;
    --fs-20: 18px;
    --fs-24: 20px;
    --fs-32: 22px;
    --fs-40: 28px;
    --fs-48: 28px;
  }
  .layer .logo {
    left: auto;
    position: absolute;
    right: 15px;
    transform: none;
  }
  #accueilPage #accueil .width .logo {
    width: 170px;
    margin-right: 0;
  }
  #accueilPage #accueil .width .info .animated-title h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #situationPage #situation .width .logo {
    width: 170px;
    margin-right: 0;
  }
  #situationPage #situation2 .width .maps .swiper-maps::part(button-next) {
    left: 85%;
  }
  #situationPage #situation2 .width .maps .swiper-maps::part(button-prev) {
    left: calc(85% - 60px);
  }
  #situationPage #situation2 .width .maps .swiper-maps-2 swiper-slide .item .measurement {
    margin-bottom: 0;
  }
  #situationPage #situation3 .width ul li {
    width: 100%;
  }
  #architecturePage #architecture .width .logo {
    width: 170px;
    margin-right: 0;
  }
  #appartementsPage #appartements .logo {
    width: 170px;
    right: var(--gap-32);
    transform: translate(0);
    left: auto;
  }
  #galeriePage #galerie .width .logo {
    width: 170px;
    margin-right: 0;
  }
  #icons .width ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #contactPage .logo {
    width: 170px;
    right: var(--gap-32);
    transform: translate(0);
    left: auto;
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --padding-150: 100px;
    --padding-100: 100px;
    --padding-horizontal: 8%;
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 19px;
    --fs-20: 20px;
    --fs-24: 22px;
    --fs-32: 24px;
    --fs-48: 34px;
  }
  #accueilPage #accueil2 .width .left .title2 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  #appartementsPage #appartements .width {
    overflow: hidden;
  }
  #appartementsPage #appartements .width svg {
    width: 200%;
    -o-object-position: center;
       object-position: center;
  }
}/*# sourceMappingURL=style.css.map */