@font-face {
  font-family: "AbhayaLibre-Medium";
  src: url("fonts/AbhayaLibre-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --padding-150: 150px;
  --padding-100: 100px;
  --padding-40: 40px;
  --max-width-400: 400px;
  --height-600: 600px;
  --fs-14: 15px;
  --fs-16: 16px;
  --fs-20: 20px;
  --fs-32: 34px;
  --gap-24: 24px;
  --gap-32: 32px;
}

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

section {
  max-height: 1440px;
  min-height: 800px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  will-change: transform;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}
html.noscroll {
  overflow: hidden;
}

body {
  max-width: 2560px;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

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

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

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

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

#legales {
  padding-top: 50px;
  padding-bottom: 50px;
  max-height: initial;
  min-height: initial;
}
#legales h2 {
  margin: 30px 0;
}
#legales p {
  margin: 10px 0;
}

.section-heading {
  text-wrap: nowrap;
}
.section-heading .clip-text {
  display: inline-block !important;
}

.message {
  height: 100dvh;
}
.message section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.message section .icon-sent {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp {
  position: fixed;
  z-index: 99999;
  display: block;
  bottom: 1%;
  left: 1%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #c99e67;
  transition: all 0.3s linear;
}
.whatsapp:hover {
  transform: scale(1.1);
}
.whatsapp img {
  height: 100%;
  width: 30px;
  height: 30px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.width-5 {
  padding-left: 5%;
  margin: 0 auto;
  padding-right: 5%;
}

.width-10 {
  padding-left: 5%;
  margin: 0 auto;
  padding-right: 5%;
}

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

.fancybox-infobar * {
  color: white;
}

.swiper-button-next,
.swiper-button-prev {
  color: #c99e67 !important;
}

#e404 {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#e404 section {
  display: flex;
  align-items: center;
  justify-content: center;
}
#e404 section h2 {
  color: #102f3b;
}

a {
  text-decoration: none;
}

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

#loading {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  background: #f7f6ef;
  overflow: hidden;
  z-index: 99999;
  transition-duration: 1s;
  transition-delay: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: transform 0.8s ease-out;
}
#loading .logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .logo #Calque_1 .cls-2 {
  opacity: 0;
  transform: translateY(40px);
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s ease;
  transition-delay: 1.8s;
}
#loading .logo #Calque_1.animated .cls-2 {
  opacity: 1;
  transform: translateY(0);
}
#loading .logo svg {
  width: 25vw;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 1.2s;
}
#loading .logo svg path,
#loading .logo svg rect {
  stroke-dasharray: 290px;
  stroke-dashoffset: 290px;
  stroke-width: 1;
  fill: transparent;
}
#loading .logo svg.animated {
  opacity: 1;
}
#loading .logo svg path {
  fill: none;
  stroke: #c99e67;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}
#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: #c99e67;
  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(214.5, 182.25, 141);
}
#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: #c99e67;
  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: #c99e67;
  transition-delay: 0.6s;
}
#loading .container .top-layer--3 {
  background: #102f3b;
  transition-delay: 0.4s;
}
#loading .container .top-layer--4 {
  background: #c99e67;
  transition-delay: 0.2s;
}
#loading .container .top-layer--5 {
  background: #102f3b;
  transition-delay: 0.1s;
}
#loading .container .bottom-layer {
  top: 100%;
  background: #c99e67;
  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: #f7f6ef;
  transition-delay: 0.12s;
}
#loading .container .bottom-layer--3 {
  background: #c99e67;
  transition-delay: 0.4s;
}
#loading .container .left-layer {
  top: 0;
  bottom: 0;
  left: -100%;
  background: #102f3b;
  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: #c99e67;
  transition-delay: 0.3s;
}
#loading .container .left-layer--3 {
  background: #f7f6ef;
  transition-delay: 0.12s;
}
#loading .container .left-layer--4 {
  background: #c99e67;
  transition-delay: 0.08s;
}
#loading .container .right-layer {
  top: 0;
  bottom: 0;
  left: 100%;
  background: #c99e67;
  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: #f4e3d3;
  transition-delay: 0.3s;
}
#loading .container .right-layer--3 {
  background: #c99e67;
  transition-delay: 0.2s;
}
#loading.hidden {
  transform: translateY(-100%);
}
h1,
h2,
.title {
  font-family: "AbhayaLibre-Medium", serif !important;
  font-size: var(--fs-32);
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #102f3b;
  position: relative;
  margin-bottom: 32px;
  text-transform: capitalize;
}
h1 span,
h2 span,
.title span {
  font-family: "AbhayaLibre-Medium", serif !important;
  font-size: var(--fs-32);
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #c99e67;
}

a,
p,
li,
span {
  font-family: "Roboto", sans-serif;
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  text-decoration: none;
  color: #102f3b;
  font-kerning: normal;
}

p {
  margin-bottom: 15px;
}

.subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  line-height: 1.2;
  text-align: left;
  color: #c99e67;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
}

.btn {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14);
  border-radius: 40px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
  text-transform: uppercase;
  margin-top: 44px;
  background-color: transparent;
  color: transparent;
  overflow: hidden;
  max-height: 50px;
}
.btn:after, .btn:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  color: #102f3b;
  transition: all 300ms ease-in-out;
  transform-origin: 0% 0%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 40px;
}
.btn:after {
  top: 100%;
  color: #f7f6ef;
  background-color: #102f3b;
}
.btn:before {
  top: 0;
  color: #f7f6ef;
  background-color: #c99e67;
}
.btn:hover {
  color: transparent;
}
.btn:hover:after {
  top: 0;
}
.btn:hover:before {
  top: -100%;
}

header {
  opacity: 0;
  max-width: 2560px;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  z-index: 99;
  transition: all 0.3s linear;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  position: fixed;
  filter: invert(1) brightness(10);
  transition: all 0.3s linear;
}
header.visible {
  opacity: 1;
}
header.active {
  filter: none;
  background: #f7f6ef;
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
}
header .width-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
header .width-5 .logo {
  position: relative;
  z-index: 999;
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .width-5 .logo a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
}
header .width-5 .logo a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .width-5 nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .width-5 nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  gap: 37px;
}
header .width-5 nav ul li {
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
  height: 16px;
}
header .width-5 nav ul li a {
  font-family: "Roboto", sans-serif;
  font-size: var(--fs-14);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4px;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.5s;
  white-space: nowrap;
  color: #c99e67;
  position: relative;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: #102f3b;
  color: transparent;
}
header .width-5 nav ul li a:after, header .width-5 nav ul li a:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  color: #102f3b;
  transition: all 300ms ease-in-out;
  transform-origin: 0% 0%;
  text-align: left;
}
header .width-5 nav ul li a:after {
  top: 100%;
}
header .width-5 nav ul li a:before {
  top: 0;
}
header .width-5 nav ul li a:hover {
  color: transparent;
}
header .width-5 nav ul li a:hover:after {
  top: 0;
}
header .width-5 nav ul li a:hover:before {
  top: -100%;
}
header .width-5 .phone {
  position: absolute;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
header .width-5 .phone span {
  color: #102f3b;
  font-weight: 600;
  text-transform: uppercase;
}
header .width-5 .phone p a {
  color: #c99e67;
}

#menu-btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 52px;
  height: 30px;
  position: absolute;
  z-index: 100;
  display: none;
}
#menu-btn.active span {
  background-color: transparent;
}
#menu-btn.active span::before {
  transform: translateY(-8px) rotate(135deg);
  background-color: #c99e67;
}
#menu-btn.active span::after {
  transform: translateY(12px) rotate(-135deg);
  background-color: #c99e67;
}
#menu-btn span,
#menu-btn span::before,
#menu-btn span::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #c99e67;
}
#menu-btn span::before {
  top: 10px;
  transition: all 0.1s linear;
}
#menu-btn span::after {
  bottom: 10px;
  transition: all 0.1s linear;
}

.icons-section {
  position: relative;
  background-color: #102f3b;
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
}
.icons-section .width-5 .title {
  text-align: center;
  margin-bottom: 100px;
  color: #f7f6ef;
}
.icons-section .width-5 .title span {
  color: #f7f6ef !important;
}
.icons-section .width-5 .title img {
  width: 100px;
  margin: 0 auto;
  filter: invert(1) brightness(10);
}
.icons-section .width-5 .title:before {
  display: none;
}
.icons-section .width-5 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icons-section .width-5 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33.33%;
}
.icons-section .width-5 ul li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
.icons-section .width-5 ul li span {
  font-size: var(--fs-16);
  font-weight: 500;
  margin-bottom: 8px;
  color: #f7f6ef;
}
.icons-section .width-5 ul li p {
  font-size: var(--fs-16);
  margin-bottom: 8px;
  text-align: center;
  color: #f7f6ef;
}
.icons-section .width-5 .btn {
  margin: 67px auto 0 auto;
}

.icons2 {
  padding-top: var(--padding-100);
  padding-bottom: var(--padding-150);
  background-color: #102f3b;
  min-height: initial;
}
.icons2 h2 {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  color: #f7f6ef;
}
.icons2 h2 span {
  color: #f7f6ef;
}
.icons2 .width-5 .logo {
  width: 100px;
  margin: 0 auto 0px auto;
  filter: invert(1) brightness(10);
}
.icons2 .width-5 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  grid-gap: 50px var(--gap-24);
}
.icons2 .width-5 ul li {
  display: flex;
  align-items: center;
  gap: var(--gap-24);
  justify-content: center;
  flex-direction: column;
}
.icons2 .width-5 ul li img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 1s linear;
  filter: invert(1);
}
.icons2 .width-5 ul li p {
  color: #f7f6ef;
  max-width: 30ch;
  font-size: 17px;
}

#accueilPage #accueil {
  height: 100dvh;
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
#accueilPage #accueil .container1 {
  width: 100%;
  height: 100%;
}
#accueilPage #accueil .container1 .top {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#accueilPage #accueil .container1 .top::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  top: auto;
  display: block;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 15%, rgba(37, 37, 37, 0.7) 100%);
  height: 44%;
  width: 100%;
}
#accueilPage #accueil .container1 .top::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  top: 0;
  display: block;
  background: linear-gradient(0deg, rgba(39, 39, 39, 0) 15%, rgba(37, 37, 37, 0.7) 100%);
  height: 44%;
  width: 100%;
}
#accueilPage #accueil .container1 .top img {
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage #accueil .container1 .top .btn {
  position: absolute;
  bottom: 32px;
  margin: 0;
  left: 5%;
  z-index: 1;
}
#accueilPage #accueil .container1 .top .logo {
  position: absolute;
  bottom: 250px;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 1;
}
#accueilPage #accueil .container1 .top .logo img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
#accueilPage #accueil .container1 .top .logo .title {
  font-size: 150px;
  color: #f7f6ef;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1;
  text-wrap: nowrap;
}
#accueilPage #accueil .container1 .top .box {
  position: absolute;
  width: auto;
  padding: 0 20px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 65%;
  right: 2%;
  background-color: #c99e67;
  transform: rotate(90deg);
  transform-origin: 100% 65%;
  transition: all 1s linear;
}
#accueilPage #accueil .container1 .top .box:hover {
  background-color: #c99e67;
}
#accueilPage #accueil .container1 .top .box a {
  color: #102f3b;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "AbhayaLibre-Medium", serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#accueilPage #accueil .container1 .top .box a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
#accueilPage #accueil .container1 .bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #f7f6ef;
}
#accueilPage #accueil .container1 .bottom div {
  padding-top: var(--gap-24);
  padding-bottom: var(--gap-24);
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  background-color: #c99e67;
  text-align: center;
}
#accueilPage #accueil .container1 .bottom div:not(:last-of-type)::after {
  content: "";
  display: block;
  height: 61px;
  width: 0.5px;
  position: absolute;
  top: 0;
  right: 0;
}
#accueilPage #accueil .container1 .bottom div p {
  font-size: var(--fs-14);
  letter-spacing: 1px;
  text-align: center;
}
#accueilPage #accueil .container1 .bottom div p:first-of-type {
  color: #f7f6ef;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#accueilPage #accueil .container1 .bottom div p:last-of-type {
  color: #f7f6ef;
}
#accueilPage #accueil .container1 .arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 32px;
  z-index: 4;
}
#accueilPage #accueil .container1 .arrows path {
  stroke: #f7f6ef;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
#accueilPage #accueil .container1 .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
#accueilPage #accueil .container1 .arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
#accueilPage #accueil .container1 .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#accueilPage #accueil1 {
  padding-top: calc(2 * var(--padding-150));
  padding-bottom: calc(2 * var(--padding-150));
  background-color: #102f3b;
  margin-top: 0;
  min-height: initial;
}
#accueilPage #accueil1 .width-10 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
}
#accueilPage #accueil1 .width-10 ul li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#accueilPage #accueil1 .width-10 ul li .light,
#accueilPage #accueil1 .width-10 ul li .dark {
  background-color: rgba(247, 246, 239, 0.2);
  width: 100%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 33%;
  z-index: -1;
}
#accueilPage #accueil1 .width-10 ul li .dark {
  background-color: #f7f6ef;
  width: 0;
}
#accueilPage #accueil1 .width-10 ul li .img {
  width: 100px;
  height: 100px;
  border: 1px solid #f7f6ef;
  border-radius: 50%;
  margin-bottom: 24px;
  background-color: #102f3b;
}
#accueilPage #accueil1 .width-10 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) brightness(5);
  padding: 16px;
  border-radius: 50%;
}
#accueilPage #accueil1 .width-10 ul li p {
  text-align: center;
  font-family: "AbhayaLibre-Medium", serif;
  text-transform: uppercase;
  color: #f7f6ef;
  font-size: 20px;
}
#accueilPage .mainaction {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  perspective: 240px;
}
#accueilPage .mainaction .action {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
#accueilPage .mainaction .action #accueil2 {
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#accueilPage .mainaction .action #accueil2 .width-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-right: 0;
  width: 100%;
}
#accueilPage .mainaction .action #accueil2 .width-10 .left {
  width: calc(40% - var(--padding-100));
  max-width: var(--max-width-400);
}
#accueilPage .mainaction .action #accueil2 .width-10 .left .btn {
  width: -moz-max-content;
  width: max-content;
}
#accueilPage .mainaction .action #accueil2 .width-10 .right {
  width: 60%;
  position: relative;
  height: var(--height-600);
}
#accueilPage .mainaction .action #accueil2 .width-10 .right .second {
  pointer-events: all;
}
#accueilPage .mainaction .action #accueil2 .width-10 .right a {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple2.svg");
          mask-image: url("imgs/logo/logo-simple2.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 1px solid white;
  transition: border 0.3s linear, -webkit-mask-size 0.8s ease;
  transition: mask-size 0.8s ease, border 0.3s linear;
  transition: mask-size 0.8s ease, border 0.3s linear, -webkit-mask-size 0.8s ease;
}
#accueilPage .mainaction .action #accueil2 .width-10 .right a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
#accueilPage .mainaction .action #accueil2 .width-10 .right a:hover {
  border: 20px solid white;
}
#accueilPage .mainaction .action #accueil2 .width-10 .right video {
  width: 100%;
  height: 100%;
}
#accueilPage .mainaction .action #accueil3 {
  padding-bottom: 0;
  padding-top: 0px;
  width: 100%;
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  pointer-events: none;
  height: 100dvh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
#accueilPage .mainaction .action #accueil3 .width-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  gap: 50px;
  width: 100%;
}
#accueilPage .mainaction .action #accueil3 .width-10 .left {
  width: 60%;
}
#accueilPage .mainaction .action #accueil3 .width-10 .left a {
  display: none;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple3.svg");
          mask-image: url("imgs/logo/logo-simple3.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.3s linear;
  border: 1px solid white;
}
#accueilPage .mainaction .action #accueil3 .width-10 .left a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage .mainaction .action #accueil3 .width-10 .left a:hover {
  border: 20px solid white;
}
#accueilPage .mainaction .action #accueil3 .width-10 .right {
  width: calc(40% - var(--padding-100));
  margin: 0 auto;
  max-width: var(--max-width-400);
  margin-right: 0;
  margin-left: 0;
}
#accueilPage .mainaction .action #accueil3 .width-10 .right .btn {
  width: -moz-max-content;
  width: max-content;
  pointer-events: all;
}
#accueilPage #accueil4 {
  padding-top: 80px;
  padding-bottom: 0px;
  max-height: initial;
  height: auto;
  min-height: initial;
}
#accueilPage #accueil4 .width-10 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 94dvh;
  min-height: 600px;
  max-height: 1080px;
  max-width: 90vw;
}
#accueilPage #accueil4 .width-10 #video-accueil {
  height: 90dvh;
  min-height: 600px;
  max-height: 1080px;
  max-width: 90vw;
  opacity: 0;
  transition: all 0.3s linear;
}
#accueilPage #accueil4 .width-10 #video-layer {
  position: absolute;
  inset: 0;
  background-image: url("imgs/vis/6d.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s linear;
  pointer-events: none;
  background-position: center center;
}
#accueilPage #accueil4 .width-10 .video-play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  margin: 40px auto 20px auto;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  box-shadow: 0 0px 30px rgba(201, 158, 103, 0.5);
}
#accueilPage #accueil4 .width-10 .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(201, 158, 103, 0.65);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#accueilPage #accueil4 .width-10 .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  transition: all 200ms;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#accueilPage #accueil4 .width-10 .video-play-button:hover:after {
  background: #c99e67;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#accueilPage #accueil4 .width-10 .video-play-button:hover span {
  border-left: 32px solid white;
}
#accueilPage #accueil4 .width-10 .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
#accueilPage #accueil4 .width-10 .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(0.8);
  border-left: 32px solid #c99e67;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
#accueilPage .icons-section {
  margin-top: 0px;
  min-height: initial;
}
#accueilPage #images {
  padding-top: var(--padding-100);
  max-height: initial;
  min-height: initial;
  height: auto;
}
#accueilPage #images .titleSection {
  margin-bottom: 100px;
}
#accueilPage #images .titleSection .subtitle,
#accueilPage #images .titleSection .title {
  margin: 0 auto 23px auto;
  text-align: center;
}
#accueilPage #images .titleSection .subtitle:before,
#accueilPage #images .titleSection .title:before {
  margin: 0 auto 23px auto;
}
#accueilPage #images .titleSection .subtitle span,
#accueilPage #images .titleSection .title span {
  text-align: center;
  display: inline;
}
#accueilPage #images .titleSection .subtitle {
  margin-bottom: 25px;
}
#accueilPage #images .titleSection .title {
  position: relative;
}
#accueilPage #images .titleSection hr {
  width: 342px;
  margin: 0 auto;
  height: 1px;
  background-color: #f7f6ef;
}
#accueilPage #images .titleSection h2,
#accueilPage #images .titleSection span {
  max-width: auto;
}
#accueilPage #images .width-5 {
  padding: 0;
}
#accueilPage #images .width-5 .bottom {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#accueilPage #images .width-5 .bottom hr {
  width: 342px;
  margin: 0 auto;
  height: 1px;
  background-color: #f7f6ef;
  margin-bottom: 24px;
}
#accueilPage #images .width-5 .bottom p {
  text-align: center;
}
#accueilPage #images .width-5 .maincontainer {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  perspective: 240px;
}
#accueilPage #images .width-5 .maincontainer .image {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
#accueilPage #images .width-5 .maincontainer .image div {
  width: 100%;
  height: 100dvh;
  background-repeat: no-repeat;
  background-size: cover;
}
#accueilPage #images .width-5 .maincontainer .image div.first {
  background-image: url("imgs/vis/2.jpg");
  z-index: 5;
}
#accueilPage #images .width-5 .maincontainer .image div.second {
  background-image: url("imgs/vis/2a.jpg");
  z-index: 6;
  position: absolute;
  top: 0;
}
#accueilPage #images .width-5 .maincontainer .image div.third {
  background-image: url("imgs/vis/2.jpg");
  z-index: 7;
  position: absolute;
  top: 0;
}
#accueilPage #images .width-5 .maincontainer .image div.fourth {
  background-image: url("imgs/vis/2b.jpg");
  z-index: 8;
  position: absolute;
  top: 0;
}
#accueilPage .contactSection {
  padding-top: 0;
  min-height: initial;
}

#situationPage #situation {
  height: 100dvh;
  width: 100vw;
  min-height: 600px;
}
#situationPage #situation .width {
  height: 100dvh;
  min-height: 600px;
}
#situationPage #situation .width .top {
  height: 100dvh;
  min-height: 600px;
  max-height: 1440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#situationPage #situation .width .top::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  top: auto;
  display: block;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 15%, rgba(37, 37, 37, 0.7) 100%);
  height: 44%;
  width: 100%;
  animation: hideMask 2.5s ease forwards;
}
#situationPage #situation .width .top::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  top: 0;
  display: block;
  background: linear-gradient(0deg, rgba(39, 39, 39, 0) 15%, rgba(37, 37, 37, 0.7) 100%);
  height: 44%;
  width: 100%;
  animation: hideMask 2.5s ease forwards;
}
#situationPage #situation .width .top .logo {
  position: absolute;
  bottom: 250px;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 1;
  animation: hideMask 2.5s ease forwards;
  z-index: 1;
}
#situationPage #situation .width .top .logo .title {
  font-size: 100px;
  color: #f7f6ef;
  text-transform: capitalize;
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 1;
}
#situationPage #situation .width .top .btn {
  position: absolute;
  margin-top: 0;
  top: auto;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  animation: hideMask 2.5s ease forwards;
  z-index: 1;
}
#situationPage #situation .width .top .mask-layer {
  background-image: url("imgs/vis/5a.jpg");
  background-size: cover;
  animation: hideMask 2.5s ease forwards;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
}
#situationPage #situation .width .top .img {
  width: 100%;
  -webkit-mask-image: url("imgs/logo/logo-simple.svg");
          mask-image: url("imgs/logo/logo-simple.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  animation: move 2s ease forwards;
}
#situationPage #situation .width .top .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@keyframes move {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes hideMask {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#situationPage #situation .width .top .box {
  position: absolute;
  width: auto;
  padding: 0 20px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 65%;
  right: 2%;
  background-color: #c99e67;
  transform: rotate(90deg);
  transform-origin: 100% 65%;
  transition: all 1s linear;
}
#situationPage #situation .width .top .box:hover {
  background-color: #c99e67;
}
#situationPage #situation .width .top .box a {
  color: #102f3b;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "AbhayaLibre-Medium", serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#situationPage #situation .width .top .box a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
#situationPage #situation .width .top .arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 32px;
  z-index: 4;
}
#situationPage #situation .width .top .arrows path {
  stroke: #f7f6ef;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
#situationPage #situation .width .top .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
#situationPage #situation .width .top .arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
#situationPage #situation .width .top .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#situationPage #situation1 {
  min-height: initial;
}
#situationPage #situation1 .titleSection {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0px;
}
#situationPage #situation1 .titleSection .subtitle {
  margin: 0 auto;
  text-align: center;
}
#situationPage #situation1 .titleSection .subtitle:before {
  margin: 0 auto 10px auto;
}
#situationPage #situation1 .titleSection .title {
  margin: 30px auto 0 auto;
  text-align: center;
}
#situationPage #situation1 .titleSection .title span {
  display: inline-block;
}
#situationPage #situation1 .titleSection hr {
  width: 342px;
  height: 1px;
  margin: 24px auto 0 auto;
}
#situationPage .mainaction-situation {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  perspective: 240px;
}
#situationPage .mainaction-situation .action {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
#situationPage .mainaction-situation .action #situation2 {
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#situationPage .mainaction-situation .action #situation2 .width-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-right: 0;
  width: 100%;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .left {
  width: calc(40% - var(--padding-100));
  max-width: var(--max-width-400);
}
#situationPage .mainaction-situation .action #situation2 .width-10 .left .btn {
  width: -moz-max-content;
  width: max-content;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .left table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr th {
  text-align: left;
  font-weight: 400;
  padding: 4px 0;
  font-family: "Roboto", sans-serif;
  color: #102f3b;
  border-bottom: 1px solid #c99e67;
  height: 30px;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr td {
  display: flex;
  padding: 4px 0;
  height: 30px;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  font-family: "Roboto", sans-serif;
  color: #102f3b;
  border-bottom: 1px solid #c99e67;
  text-align: right;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr td img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .right {
  width: 60%;
  position: relative;
  height: var(--height-600);
}
#situationPage .mainaction-situation .action #situation2 .width-10 .right .second {
  pointer-events: all;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .right a {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple2.svg");
          mask-image: url("imgs/logo/logo-simple2.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 1px solid white;
  transition: border 0.3s linear, -webkit-mask-size 0.8s ease;
  transition: mask-size 0.8s ease, border 0.3s linear;
  transition: mask-size 0.8s ease, border 0.3s linear, -webkit-mask-size 0.8s ease;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .right a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .right a:hover {
  border: 20px solid white;
}
#situationPage .mainaction-situation .action #situation2 .width-10 .right video {
  width: 100%;
  height: 100%;
}
#situationPage .mainaction-situation .action #situation4 {
  padding-bottom: 0;
  padding-top: 0px;
  width: 100%;
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  pointer-events: none;
  height: 100dvh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
#situationPage .mainaction-situation .action #situation4 .width-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  gap: 50px;
  width: 100%;
}
#situationPage .mainaction-situation .action #situation4 .width-10 .left {
  width: 60%;
}
#situationPage .mainaction-situation .action #situation4 .width-10 .left a {
  display: none;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple3.svg");
          mask-image: url("imgs/logo/logo-simple3.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.3s linear;
  border: 1px solid white;
}
#situationPage .mainaction-situation .action #situation4 .width-10 .left a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
#situationPage .mainaction-situation .action #situation4 .width-10 .left a:hover {
  border: 20px solid white;
}
#situationPage .mainaction-situation .action #situation4 .width-10 .right {
  width: calc(40% - var(--padding-100));
  margin: 0 auto;
  max-width: var(--max-width-400);
  margin-right: 0;
  margin-left: 0;
}
#situationPage .mainaction-situation .action #situation4 .width-10 .right .btn {
  width: -moz-max-content;
  width: max-content;
  pointer-events: all;
}

#architecturePage #architecture {
  height: 100dvh;
  width: 100vw;
  min-height: 600px;
}
#architecturePage #architecture .width {
  height: 100dvh;
  min-height: 600px;
}
#architecturePage #architecture .width .top {
  height: 100dvh;
  min-height: 600px;
  max-height: 1440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
#architecturePage #architecture .width .top::after {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  top: auto;
  display: block;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 15%, rgba(37, 37, 37, 0.7) 100%);
  height: 44%;
  width: 100%;
  animation: hideMask 2.5s ease forwards;
}
#architecturePage #architecture .width .top::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  top: 0;
  display: block;
  background: linear-gradient(0deg, rgba(39, 39, 39, 0) 15%, rgba(37, 37, 37, 0.7) 100%);
  height: 44%;
  width: 100%;
  animation: hideMask 2.5s ease forwards;
}
#architecturePage #architecture .width .top .logo {
  position: absolute;
  bottom: 250px;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 1;
  animation: hideMask 2.5s ease forwards;
  z-index: 1;
}
#architecturePage #architecture .width .top .logo .title {
  font-size: 100px;
  color: #f7f6ef;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
#architecturePage #architecture .width .top .btn {
  position: absolute;
  top: auto;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  animation: hideMask 2.5s ease forwards;
  z-index: 1;
}
#architecturePage #architecture .width .top .mask-layer {
  background-image: url("imgs/vis/2a.jpg");
  background-size: cover;
  animation: hideMask 2.5s ease forwards;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
}
#architecturePage #architecture .width .top .img {
  width: 100%;
  -webkit-mask-image: url("imgs/logo/logo-simple.svg");
          mask-image: url("imgs/logo/logo-simple.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  animation: move 2s ease forwards;
}
#architecturePage #architecture .width .top .img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@keyframes move {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes hideMask {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#architecturePage #architecture .width .top .box {
  position: absolute;
  width: auto;
  padding: 0 20px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 65%;
  right: 2%;
  background-color: #c99e67;
  transform: rotate(90deg);
  transform-origin: 100% 65%;
  transition: all 1s linear;
}
#architecturePage #architecture .width .top .box:hover {
  background-color: #c99e67;
}
#architecturePage #architecture .width .top .box a {
  color: #102f3b;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "AbhayaLibre-Medium", serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#architecturePage #architecture .width .top .box a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
#architecturePage #architecture .width .top .arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 32px;
  z-index: 4;
}
#architecturePage #architecture .width .top .arrows path {
  stroke: #f7f6ef;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
#architecturePage #architecture .width .top .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
#architecturePage #architecture .width .top .arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
#architecturePage #architecture .width .top .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#architecturePage #architecture1 {
  min-height: initial;
}
#architecturePage #architecture1 .titleSection {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 0px;
}
#architecturePage #architecture1 .titleSection .subtitle {
  margin: 0 auto;
  text-align: center;
}
#architecturePage #architecture1 .titleSection .subtitle:before {
  margin: 0 auto 10px auto;
}
#architecturePage #architecture1 .titleSection .title {
  margin: 30px auto 0 auto;
  text-align: center;
}
#architecturePage #architecture1 .titleSection .title span {
  display: inline-block;
}
#architecturePage #architecture1 .titleSection hr {
  width: 342px;
  height: 1px;
  margin: 24px auto 0 auto;
}
#architecturePage .mainaction-architecture {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  perspective: 240px;
}
#architecturePage .mainaction-architecture .action {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  align-items: center;
  justify-content: center;
}
#architecturePage .mainaction-architecture .action #architecture2 {
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-right: 0;
  width: 100%;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .left {
  width: calc(40% - var(--padding-100));
  max-width: var(--max-width-400);
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .left .btn {
  width: -moz-max-content;
  width: max-content;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .right {
  width: 60%;
  position: relative;
  height: var(--height-600);
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .right .second {
  pointer-events: all;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .right a {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple2.svg");
          mask-image: url("imgs/logo/logo-simple2.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border: 1px solid white;
  transition: border 0.3s linear, -webkit-mask-size 0.8s ease;
  transition: mask-size 0.8s ease, border 0.3s linear;
  transition: mask-size 0.8s ease, border 0.3s linear, -webkit-mask-size 0.8s ease;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .right a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .right a:hover {
  border: 20px solid white;
}
#architecturePage .mainaction-architecture .action #architecture2 .width-10 .right video {
  width: 100%;
  height: 100%;
}
#architecturePage .mainaction-architecture .action #architecture3 {
  padding-bottom: 0;
  padding-top: 0px;
  width: 100%;
  max-height: 1440px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  pointer-events: none;
  height: 100dvh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  gap: 50px;
  width: 100%;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 .left {
  width: 60%;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 .left a {
  display: none;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple3.svg");
          mask-image: url("imgs/logo/logo-simple3.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: all 0.3s linear;
  border: 1px solid white;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 .left a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 .left a:hover {
  border: 20px solid white;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 .right {
  width: calc(40% - var(--padding-100));
  margin: 0 auto;
  max-width: var(--max-width-400);
  margin-right: 0;
  margin-left: 0;
}
#architecturePage .mainaction-architecture .action #architecture3 .width-10 .right .btn {
  width: -moz-max-content;
  width: max-content;
  pointer-events: all;
}
#architecturePage #architecture4 {
  min-height: initial;
}
#architecturePage #architecture4 .width-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#architecturePage #architecture4 .width-5 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
#architecturePage #architecture4 .width-5 ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
}
#architecturePage #architecture4 .width-5 ul li:hover img {
  -webkit-mask-size: 200%;
          mask-size: 200%;
}
#architecturePage #architecture4 .width-5 ul li .info {
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
}
#architecturePage #architecture4 .width-5 ul li img {
  height: 200px;
  -webkit-mask-image: url("imgs/logo/logo-simple2.svg");
          mask-image: url("imgs/logo/logo-simple2.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: -webkit-mask-size 0.8s ease;
  transition: mask-size 0.8s ease;
  transition: mask-size 0.8s ease, -webkit-mask-size 0.8s ease;
}
#architecturePage #architecture4 .width-5 ul li h2 {
  font-size: 28px;
  text-align: center;
}
#architecturePage #architecture4 .width-5 ul li hr {
  margin-bottom: 32px;
}
#architecturePage #architecture4 .width-5 ul li p {
  text-align: center;
}
#architecturePage #architecture4 .width-5 ul li p span {
  color: #c99e67;
}

#architecture5 {
  max-height: initial;
}
#architecture5 .width-5 {
  padding-left: 1% !important;
  padding-right: 1%;
  height: auto;
}
#architecture5 .width-5 iframe {
  width: 100%;
  max-width: 2560px;
  height: 50vw;
  max-height: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#architecture5 .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#architecture5 .bottom hr {
  width: 342px;
  margin: 0 auto;
  height: 1px;
  background-color: #f7f6ef;
  margin-bottom: 24px;
}
#architecture5 .bottom p {
  text-align: center;
}

/*** PLANS & PRIX ***/
#appartements {
  background-color: #f7f6ef;
}
#appartements .container {
  padding-left: 0;
  min-height: 1200px;
  max-width: 2560px;
}
#appartements .info {
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#appartements .info .left {
  width: calc(40% - var(--padding-100));
  margin: 0 auto;
  max-width: var(--max-width-400);
  margin-right: 0;
  margin-left: 0;
}
#appartements .info .right {
  width: 60%;
  order: -1;
}
#appartements .info .right a {
  display: flex;
  overflow: hidden;
  height: var(--height-600);
  -webkit-mask-image: url("imgs/logo/logo-simple2.svg");
          mask-image: url("imgs/logo/logo-simple2.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: -webkit-mask-size 0.8s ease;
  transition: mask-size 0.8s ease;
  transition: mask-size 0.8s ease, -webkit-mask-size 0.8s ease;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
#appartements .info .right a img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
#appartements .info .right a:hover {
  border: 20px solid transparent;
}
#appartements * {
  font-family: "Roboto", sans-serif;
}
#appartements .batiement {
  transition: all 0.5s linear;
  transform-origin: top center;
}
#appartements .facade-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
  overflow: auto;
  margin-top: 100px;
}
#appartements .facade-container .facade {
  width: 55%;
  position: relative;
}
#appartements .facade-container .facade svg {
  transform: translateY(-50px);
}
#appartements .facade-container .facade .busole {
  position: absolute;
  top: 20%;
  left: 0;
  width: 60px;
  height: 60px;
  opacity: 0.5;
}
#appartements .facade-container .facade .status-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#appartements .facade-container .facade .status-container p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0px;
  margin-bottom: 12px;
  color: #102f3b;
}
#appartements .facade-container .facade .status-container .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#appartements .facade-container .facade .status-container .container > div {
  width: 100px;
  margin-right: 20px;
}
#appartements .facade-container .facade .status-container .container > div span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
#appartements .facade-container .facade .status-container .container > div span.disp {
  background-color: #80bb9f;
}
#appartements .facade-container .facade .status-container .container > div span.res {
  background-color: #ffdfa0;
}
#appartements .facade-container .facade .status-container .container > div span.loue {
  background-color: #eb7b81;
}
#appartements .facade-container .facade .status-container .container > div p {
  text-align: center;
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #102f3b;
}
#appartements .facade-container .prix {
  width: 43%;
}
#appartements .facade-container .prix .pieces-selection {
  margin-bottom: 30px;
}
#appartements .facade-container .prix .pieces-selection p {
  font-weight: 400;
  font-size: 14px;
  color: #102f3b;
  margin-bottom: 12px;
}
#appartements .facade-container .prix .pieces-selection .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 5px;
}
#appartements .facade-container .prix .pieces-selection .container label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 90px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#appartements .facade-container .prix .pieces-selection .container label input {
  display: none;
}
#appartements .facade-container .prix .pieces-selection .container label input:checked + .checkmark {
  background-color: #c99e67;
  border-color: #c99e67;
}
#appartements .facade-container .prix .pieces-selection .container label span {
  color: #102f3b;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
#appartements .facade-container .prix .pieces-selection .container label .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  padding: 2px;
  outline: 1px solid #102f3b;
  outline-offset: 2px;
  flex-shrink: 0;
  margin-right: 10px;
}
#appartements .facade-container .prix .facade-table {
  overflow-y: auto;
}
#appartements .facade-container .prix .facade-table::-webkit-scrollbar {
  width: 5px;
}
#appartements .facade-container .prix .facade-table::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
#appartements .facade-container .prix .facade-table::-webkit-scrollbar-track {
  background-color: #fff;
}
#appartements .facade-container .prix .facade-table .lot-detail {
  border-collapse: collapse;
  width: 100%;
}
#appartements .facade-container .prix .facade-table .lot-detail thead tr th {
  background-color: #c99e67;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #102f3b;
  padding: 8px 4px;
  font-size: 14px;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr td {
  font-family: "Roboto", sans-serif;
  color: #102f3b;
  background-color: #e7dbc7;
  background-color: #f7f6ef;
  padding: 8px 4px;
  text-align: center;
  border-bottom: 1px solid rgba(201, 158, 103, 0.6);
  cursor: pointer;
  font-size: 14px;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr td.d, #appartements .facade-container .prix .facade-table .lot-detail tbody tr td.r, #appartements .facade-container .prix .facade-table .lot-detail tbody tr td.v {
  position: relative;
  padding-left: 22px;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr td.d::after, #appartements .facade-container .prix .facade-table .lot-detail tbody tr td.r::after, #appartements .facade-container .prix .facade-table .lot-detail tbody tr td.v::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #7a9a5a;
  border-radius: 50%;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr td.r::after {
  background-color: #d3b25a;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr td.v::after {
  background-color: #b85a4a;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr:nth-of-type(2n + 1) td {
  background-color: #d6c3a2;
  background-color: #f7f6ef;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr:hover td {
  background-color: #c99e67;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr.r td, #appartements .facade-container .prix .facade-table .lot-detail tbody tr.v td {
  cursor: not-allowed;
}
#appartements .facade-container .prix .facade-table .lot-detail tbody tr.hover td {
  background-color: #c99e67;
}
#appartements .facade-container .prix .parking {
  margin-top: 24px;
  margin-bottom: 0;
}
#appartements .facade-container .prix .legend {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-start;
}
#appartements .facade-container .prix .legend p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#appartements .facade-container .prix .legend p span {
  width: 10px;
  height: 10px;
  background-color: #7a9a5a;
  border-radius: 50%;
  display: block;
  margin-right: 6px;
}
#appartements .facade-container .prix .legend p span.reserve {
  background-color: #d3b25a;
}
#appartements .facade-container .prix .legend p span.vendu {
  background-color: #b85a4a;
}
#appartements .facade-container .plan-big {
  top: 0px;
  width: 100vw;
  height: 100dvh;
  right: -100%;
  position: fixed;
  z-index: 9999;
  background-color: #f7f6ef;
  padding: 5%;
  transition-duration: 0.6s;
  opacity: 0;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100dvh;
  overflow: auto;
}
#appartements .facade-container .plan-big.active {
  right: 0;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
}
#appartements .facade-container .plan-big .container {
  min-height: initial;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 3%;
  align-items: center;
  justify-content: space-between;
  max-width: 2560px;
  position: relative;
}
#appartements .facade-container .plan-big .container .data {
  width: 400px;
  flex-shrink: 0;
  margin-right: 50px;
}
#appartements .facade-container .plan-big .container .data .btn {
  margin-left: auto;
  margin-right: auto;
  color: #102f3b;
}
#appartements .facade-container .plan-big .container .data .btn:hover {
  color: #f7f6ef;
}
#appartements .facade-container .plan-big .container .data .data-table {
  width: 100%;
  border-collapse: collapse;
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr:nth-of-type(2n + 1) td {
  background-color: transparent;
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr:nth-of-type(2n + 1) th {
  background-color: transparent;
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr:first-of-type {
  background-color: transparent;
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr:first-of-type th {
  font-size: 20px;
  text-align: left;
  background-color: #c99e67;
  padding-bottom: 24px;
  padding-top: 24px;
  font-family: "Roboto", sans-serif;
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr:first-of-type td {
  font-size: 20px;
  background-color: #c99e67;
  padding-bottom: 24px;
  padding-top: 24px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr th {
  text-align: left;
  padding: 4px 10px;
  font-family: "Roboto", sans-serif;
  background-color: transparent;
  font-weight: 400;
  border-bottom: 1px solid rgba(201, 158, 103, 0.6);
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr td {
  text-align: center;
  padding: 4px 10px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid rgba(201, 158, 103, 0.6);
}
#appartements .facade-container .plan-big .container .data .data-table tbody tr:hover td,
#appartements .facade-container .plan-big .container .data .data-table tbody tr:hover th {
  background-color: #c99e67;
}
#appartements .facade-container .plan-big .container .data p:first-child,
#appartements .facade-container .plan-big .container .data p:first-child span {
  font-size: 22px;
  color: #c99e67;
}
#appartements .facade-container .plan-big .container .data p {
  font-weight: bold;
}
#appartements .facade-container .plan-big .container .data p sup {
  font-size: 11px;
}
#appartements .facade-container .plan-big .container img {
  width: calc(100% - 450px);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#appartements .facade-container .plan-big .container .close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  font-weight: lighter;
  z-index: 1000;
}
#appartements .facade-container .v.hover *,
#appartements .facade-container .v:hover * {
  fill: #c99e67;
  stroke: #fff;
  cursor: not-allowed;
}
#appartements .facade-container .v.hover ~ .label *,
#appartements .facade-container .v:hover ~ .label * {
  fill: #c99e67;
  stroke: #fff;
}
#appartements .facade-container .r.hover *,
#appartements .facade-container .r:hover * {
  fill: #c99e67;
  stroke: #fff;
  cursor: not-allowed;
}
#appartements .facade-container .r.hover ~ .label *,
#appartements .facade-container .r:hover ~ .label * {
  fill: #c99e67;
  stroke: #fff;
}
#appartements .facade-container .d.hover *,
#appartements .facade-container .d:hover * {
  fill: #c99e67;
  stroke: #fff;
}
#appartements .facade-container .d.hover ~ .label *,
#appartements .facade-container .d:hover ~ .label * {
  fill: #c99e67;
  stroke: #fff;
}
#appartements .facade-container .grey,
#appartements .facade-container .grey * {
  fill: #e0e0e0;
  stroke: #666666;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
#appartements .facade-container .grey1,
#appartements .facade-container .grey1 * {
  fill: #e0e0e0;
  stroke: #666666;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
#appartements .facade-container .grey2,
#appartements .facade-container .grey2 * {
  fill: #e0e0e0;
  stroke: #666666;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
#appartements .facade-container .window,
#appartements .facade-container .window * {
  fill: #f1f0e7;
  stroke: #666666;
  stroke-width: 0.25;
  stroke-miterlimit: 10;
}
#appartements .facade-container sup {
  font-size: 10px;
}
#appartements .tooltip {
  position: fixed;
  z-index: 99;
  visibility: hidden;
  background-color: #f7f6ef;
  border: 1px solid #a5a5a5;
  width: 130px;
  height: 80px;
  text-align: center;
  transform-origin: center;
  pointer-events: none;
}
#appartements .tooltip > div {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition-duration: 0.2s;
  text-align: center;
}
#appartements .tooltip > div * {
  color: #a5a5a5;
}
#appartements .tooltip > div h5 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: initial;
  margin-bottom: initial;
}
#appartements .tooltip > div p {
  font-size: 16px;
  line-height: initial;
  margin-bottom: 5px;
  text-align: center;
}
#appartements .tooltip.visible {
  visibility: visible;
}
#appartements .tooltip.visible > div {
  opacity: 1;
}
#appartements .floor {
  cursor: pointer;
}
#appartements #batiement-A .floor {
  transition: all 0.4s linear;
}
#appartements #batiement-A .floor ~ .label {
  transition: all 0.4s linear;
}
#appartements #batiement-A .floor.move {
  transform: translateY(-60px);
}
#appartements #batiement-A .floor.move ~ .label {
  transform: translateY(-60px);
}
#appartements #batiement-C .floor {
  transition: all 0.4s linear;
}
#appartements #batiement-C .floor ~ .label {
  transition: all 0.4s linear;
}
#appartements #batiement-C .floor.move {
  transform: translateY(-50px);
  pointer-events: none;
}
#appartements #batiement-C .floor.move ~ .label {
  transform: translateY(-50px);
}
#appartements #batiement-B .floor,
#appartements #batiement-D .floor {
  transition: all 0.4s linear;
}
#appartements #batiement-B .floor ~ .label,
#appartements #batiement-D .floor ~ .label {
  transition: all 0.4s linear;
}
#appartements #batiement-B .floor.move,
#appartements #batiement-D .floor.move {
  transform: translateY(-60px);
}
#appartements #batiement-B .floor.move ~ .label,
#appartements #batiement-D .floor.move ~ .label {
  transform: translateY(-60px);
}
#appartements .icons-section {
  position: relative;
  z-index: 3;
  padding-left: 5%;
  padding-right: 5%;
}
#appartements .icons-section .titleSection img {
  width: 100px;
  margin: 0 auto 0px auto;
  filter: invert(1) brightness(10);
}
#appartements .icons-section .titleSection .title {
  color: #f7f6ef;
  text-align: center;
}
#appartements .icons-section .width-5 {
  margin-top: 80px;
}
#appartements .icons-section .width-5 ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
#appartements .icons-section .width-5 ul li a {
  display: block;
  color: #102f3b;
}
#appartements .icons-section .width-5 ul li {
  width: 48%;
  max-width: 600px;
  padding: 0px;
  height: auto;
  border: 1px solid #f7f6ef;
}
#appartements .icons-section .width-5 ul li img {
  width: 100%;
  height: 400px;
  margin-bottom: 32px;
  transition: all 0.3s linear;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#appartements .icons-section .width-5 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s linear;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
#appartements .icons-section .width-5 ul li a h2,
#appartements .icons-section .width-5 ul li a span {
  padding-left: 24px;
  padding-right: 24px;
}
#appartements .icons-section .width-5 ul li a span {
  padding-bottom: 24px;
}
#appartements .icons-section .width-5 ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("imgs/icons/download.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  opacity: 0;
  transition: all 0.3s linear;
}
#appartements .icons-section .width-5 ul li a:hover::after {
  opacity: 1;
}
#appartements .icons-section .width-5 ul li a:hover img {
  transform: scale(1.05) !important;
}
#appartements .icons-section .width-5 ul li a h2 {
  margin-bottom: 12px;
}
#appartements .icons-section .width-5 ul li span {
  text-align: center;
}
#appartements .icons-section .width-5 ul li p {
  margin-top: 20px;
  color: #102f3b;
  text-align: center;
}
#appartements .contactSection {
  padding-top: 0px;
  min-height: initial;
}

/*** GALERIE ***/
#galerie {
  padding-top: 250px;
}
#galerie h2 {
  padding-left: 5%;
  padding-right: 5%;
}
#galerie .images {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0px;
}
#galerie .images a {
  display: block;
  height: 450px;
  overflow: hidden;
  border: 8px solid #fff;
  position: relative;
}
#galerie .images a img {
  transition: all 0.3s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
#galerie .images a:after {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: rgba(201, 158, 103, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
}
#galerie .images a:hover img {
  transform: scale(1.05);
}
#galerie .images a:hover:after {
  opacity: 1;
}
#galerie .images a:nth-child(4n+1) {
  width: calc(55% - 0px);
}
#galerie .images a:nth-child(4n+2) {
  width: calc(45% - 0px);
}
#galerie .images a:nth-child(4n+3) {
  width: calc(45% - 0px);
}
#galerie .images a:nth-child(4n+4) {
  width: calc(55% - 0px);
}

.contactSection {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
  min-height: initial;
}
.contactSection .width-10 {
  width: 80%;
  margin: 0 auto;
  background-color: #102f3b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f7f6ef;
}
.contactSection .width-10 .data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contactSection .width-10 .data .left {
  margin-right: 60px;
}
.contactSection .width-10 .data .left img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  -o-object-position: right top;
     object-position: right top;
}
.contactSection .width-10 .data .right .logo {
  width: 160px;
}
.contactSection .width-10 .data .right .logo img {
  filter: brightness(0) invert(1);
}
.contactSection .width-10 .data .right p {
  text-align: center;
  margin: 21px 0;
  color: #f7f6ef;
}
.contactSection .width-10 .data .right p b {
  font-size: 1.2em;
  white-space: nowrap;
}
.contactSection .width-10 .data .right a {
  color: #f7f6ef;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s linear;
}
.contactSection .width-10 .data .right a:hover {
  text-decoration: underline;
}
.contactSection .width-10 .btn {
  margin-top: 80px;
  position: relative;
  z-index: 4;
  color: #102f3b;
  border-color: #102f3b;
  border: 1px solid #102f3b;
}
.contactSection .width-10 .btn:hover {
  color: #c99e67;
  border-color: #f7f6ef;
  border: 1px solid #c99e67;
}
.contactSection .width-10 .btn:hover::after {
  color: #c99e67;
}

/*** CONTACT PAGE ***/
#contact {
  min-height: 100dvh;
}
#contact .width {
  position: relative;
}
#contact .width .btn-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c99e67;
  cursor: pointer;
}
#contact .width .btn-bottom img {
  width: 100%;
  filter: invert(1);
  height: 100%;
}
#contact .width .top {
  height: 90vh;
  max-height: 1440px;
}
#contact .width-10 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
#contact .width-10 img {
  width: 150px;
}
#contact .width-10 .subtitle:before {
  margin: 0 auto 10px auto;
}
#contact .width-10 .title {
  max-width: 37ch;
  margin-bottom: 100px;
  text-align: center;
}
#contact .width-10 .title span {
  display: inline;
}
#contact .width-10 .title::before {
  display: none;
}
#contact .width-10 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contact .width-10 .container .left {
  width: 35%;
  text-align: center;
}
#contact .width-10 .container .left .logo {
  display: block;
  width: 233px;
  height: 80px;
  margin: 0 auto 30px auto;
}
#contact .width-10 .container .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#contact .width-10 .container .left p.acteur-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-weight: bold;
  line-height: 17.5px;
  letter-spacing: 2px;
  color: #102f3b;
  margin-bottom: 12px;
}
#contact .width-10 .container .left p {
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  color: #102f3b;
  transition: all 0.3s linear;
  display: block;
}
#contact .width-10 .container .left a {
  font-size: 17px;
  letter-spacing: 0px;
  margin-bottom: 3px;
  text-align: center;
  color: #102f3b;
  transition: all 0.3s linear;
  display: block;
}
#contact .width-10 .container .left a:hover {
  color: #c99e67;
}
#contact .width-10 .container .left .img {
  text-align: center;
  display: block;
  margin: 0 auto 40px auto;
}
#contact .width-10 .container form {
  width: 50%;
}
#contact .width-10 .container form .form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .width-10 .container form .form-flex div {
  width: 100%;
}
#contact .width-10 .container form .form-flex textarea {
  min-height: 200px;
}
#contact .width-10 .container form .form-flex input:not([type=submit]),
#contact .width-10 .container form .form-flex textarea {
  background: #fff;
  outline: none;
  border: none;
  border-bottom: 1px solid #102f3b;
  font-size: var(--fs-16);
  text-align: left;
  color: #102f3b;
  padding: 14px;
  width: 100%;
  margin-bottom: 30px;
  width: 100%;
}
#contact .width-10 .container form .form-flex input:not([type=submit])::-moz-placeholder, #contact .width-10 .container form .form-flex textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  color: #102f3b;
  font-size: var(--fs-14);
  font-weight: 400;
}
#contact .width-10 .container form .form-flex input:not([type=submit])::placeholder,
#contact .width-10 .container form .form-flex textarea::placeholder {
  font-family: "Roboto", sans-serif;
  color: #102f3b;
  font-size: var(--fs-14);
  font-weight: 400;
}
#contact .width-10 .container form #submit {
  margin-top: 0;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c99e67;
  color: #f7f6ef;
  font-weight: bold;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}
#contact .width-10 .container form #submit:hover {
  background-color: transparent;
  color: #c99e67;
}

/*** FOOTER ***/
footer {
  border-top: 1px solid #f7f6ef;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #102f3b;
  z-index: 3;
}
footer .width-10 {
  text-align: center;
}
footer .width-10 p,
footer .width-10 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 2px;
  text-align: center;
  color: #f7f6ef;
}
footer .width-10 a {
  text-decoration: underline;
  text-transform: uppercase;
}
footer .width-10 p:first-child {
  max-width: 75ch;
  margin: 0 auto;
}
footer .width-10 p.avp {
  margin-top: 11px;
  color: #f7f6ef;
}
footer .width-10 p.avp a {
  color: #f7f6ef;
  white-space: nowrap;
  display: inline-block;
  transition: all 0.3s linear;
  text-decoration: none;
}
footer .width-10 p.avp a:hover {
  color: #c99e67;
}

/*** SUCCES ***/
#succes {
  padding-bottom: 110px;
  min-height: var(--height-600);
  display: flex;
  align-items: center;
}
#succes section {
  margin-bottom: 0;
}
#succes div {
  text-align: center;
}
#succes h2 {
  font-size: 32px;
}
#succes .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 80px;
  border-radius: 15px;
  border: solid 10px #ffffff;
  box-shadow: 0 0 0 10px #2e3136;
  margin: 0 auto 30px auto;
  transition-duration: 0.6s;
  background-color: #ffffff;
}
#succes .icon img {
  width: 30px;
  height: 30px;
  transition-duration: 0.6s;
  transition-delay: 0.2s;
  opacity: 0;
}
#succes .icon.display img {
  width: 100px;
  height: 100px;
  opacity: 1;
}
#succes .display.sended {
  background-color: #9ee18e;
}
#succes .display.not-sended {
  background-color: #f98888;
}

/*** RESPONSIVE ***/
@media only screen and (min-width: 1920px) {
  :root {
    --padding-150: 150px;
    --padding-100: 100px;
    --padding-40: 40px;
    --max-width-400: 600px;
    --height-600: 800px;
    --fs-14: 16px;
    --fs-16: 18px;
    --fs-20: 22px;
    --fs-32: 36px;
    --gap-24: 24px;
    --gap-32: 32px;
  }
  #architecturePage #architecture4 .width-5 ul li img {
    height: 400px;
  }
  #appartements .info {
    padding-bottom: var(--padding-100);
  }
}
@media only screen and (max-width: 1920px) {
  :root {
    --padding-150: 150px;
    --padding-100: 100px;
    --padding-40: 40px;
    --max-width-400: 400px;
    --height-600: 600px;
    --fs-14: 15px;
    --fs-16: 16px;
    --fs-20: 20px;
    --fs-32: 34px;
    --gap-24: 24px;
    --gap-32: 32px;
  }
}
@media only screen and (max-width: 1700px) {
  #accueilPage #accueil .top {
    height: 100dvh;
    max-height: 1440px;
  }
  #contact .width-5 .top {
    height: 100dvh;
    max-height: 1440px;
  }
  #galerie {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1600px) {
  .icons-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #accueilPage #images .width-5 .swiper-container-galerie swiper-slide {
    height: 450px;
    max-height: auto;
  }
  #situationPage #situation .titleSection {
    padding-top: 88px;
    padding-bottom: 100px;
  }
  #architecturePage #architecture-accueil .titleSection {
    padding-top: 88px;
    padding-bottom: 100px;
  }
  #architecturePage #architecture2 {
    padding-bottom: 100px;
  }
  #architecturePage #architecture2 .width-5 .right {
    width: 35%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1440px) {
  :root {
    --padding-150: 100px;
    --fs-32: 26px;
  }
  header .width-5 nav ul li a {
    font-size: 14px;
  }
  h1,
  h2,
  .title {
    margin-bottom: 32px;
  }
  .subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #accueilPage #accueil .top .box {
    right: 3%;
  }
  #accueilPage #accueil .bottom div p {
    letter-spacing: initial;
  }
  #accueilPage #accueil .bottom div p:last-of-type {
    padding-right: 0px;
  }
  #accueilPage #accueil2 {
    padding-bottom: 50px;
  }
  #accueilPage #accueil2 .width-10 .left {
    width: 40%;
  }
  #accueilPage #images .width-5 .swiper-container-galerie swiper-slide {
    height: 400px;
    max-height: initial;
  }
  #architecturePage #architecture2 .width-5 .right {
    width: 40%;
    margin-right: 5%;
  }
  #situationPage #situation2 .width-5 .left {
    min-height: initial;
  }
  #situationPage #situation2 .width-5 .right {
    width: 40%;
    margin-right: 5%;
  }
  #contact {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1300px) {
  .pastille {
    width: 130px;
    height: 130px;
    top: 80px;
  }
  .width-10 {
    padding-left: 8%;
    padding-right: 8%;
  }
  header {
    filter: none;
  }
  header .width-5 .logo a img {
    filter: invert(1) brightness(10);
  }
  header .width-5 #menu-btn {
    filter: invert(1) brightness(10);
  }
  header .width-5 nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
    filter: none;
  }
  header .width-5 nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -2000%;
    left: 0;
    background-color: #f7f6ef;
    padding: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
  }
  header .width-5 nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 25px;
    margin-top: 40px;
  }
  header .width-5 nav ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  header .width-5 nav ul li:not(:last-of-type)::after {
    display: none;
  }
  header .width-5 nav ul li a {
    font-size: 18px;
    text-align: center;
    color: #f7f6ef;
  }
  header.active .width-5 .logo a img {
    filter: none;
  }
  header.active #menu-btn {
    filter: none;
  }
  #menu-btn {
    display: block;
    right: 6%;
  }
  .icons-section .width-5 ul li img {
    width: 50px;
    height: 50px;
  }
  #accueilPage #accueil1 {
    padding-top: var(--padding-150);
    padding-bottom: var(--padding-150);
  }
  #situationPage #situation4 .width-5 {
    align-items: flex-start;
  }
  #situationPage #situation4 .width-5 .left {
    min-height: auto;
  }
  #situationPage #situation4 .width-5 .right {
    width: 35%;
    margin-right: 5%;
  }
  #accueilPage #images .width-5 .bottom {
    margin-bottom: 100px;
  }
  .contactSection {
    border-top: 1px solid #f7f6ef;
    border-bottom: 1px solid #f7f6ef;
    padding-bottom: 0;
    padding-top: 0 !important;
  }
  .contactSection .width-10 {
    width: 100%;
  }
  #appartements .facade-container.width-5 {
    padding-left: 2%;
    padding-right: 2%;
  }
  #appartements .facade-container .facade h2 {
    margin-left: 5%;
  }
  #appartements .facade-container .facade svg {
    margin-top: initial;
  }
  #appartements .facade-container .plan-big {
    width: 100%;
  }
  #appartements .facade-container .prix {
    width: 43%;
  }
  #galerie {
    padding-top: 150px;
  }
  #contact .width-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #contact .acteurs {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #architecture5 .bottom {
    margin-bottom: 100px;
  }
  #architecturePage #architecture4 .width-5 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1060px) {
  :root {
    --padding-150: 100px;
    --padding-100: 80px;
    --padding-40: 40px;
    --max-width-400: 400px;
    --height-600: 65vw;
    --fs-14: 16px;
    --fs-16: 16px;
    --fs-20: 18px;
    --fs-32: 26px;
    --gap-24: 24px;
    --gap-32: 32px;
  }
  #loading .logo svg {
    width: 50vw;
  }
  h1,
  h2,
  .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
  }
  h1 span,
  h2 span,
  .title span {
    text-align: center;
  }
  header {
    height: 100px;
  }
  header .width-5 .logo a img {
    filter: invert(1) brightness(10);
  }
  header #menu-btn {
    filter: invert(1) brightness(10);
  }
  header.active .width-5 .logo a img {
    filter: none;
  }
  header.active #menu-btn {
    filter: none;
  }
  .subtitle {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .subtitle::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
  }
  section {
    height: auto !important;
    min-height: initial !important;
    min-width: initial !important;
    max-height: initial !important;
    max-width: initial !important;
  }
  #accueilPage #accueil .container1 .top .logo img {
    width: 150px;
    height: 150px;
  }
  #accueilPage #accueil .container1 .top .logo .title {
    font-size: 70px;
  }
  #accueilPage #accueil1 .width-10 {
    display: flex;
    justify-content: center;
  }
  #accueilPage #accueil1 .width-10 ul {
    flex-wrap: wrap;
    width: 300px;
  }
  #accueilPage #accueil1 .width-10 ul li {
    width: 100%;
    flex: auto;
    align-items: center;
    gap: 24px;
    flex-direction: row;
  }
  #accueilPage #accueil1 .width-10 ul li p {
    text-align: left;
  }
  #accueilPage #accueil1 .width-10 ul li .img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
  }
  #accueilPage #accueil1 .width-10 ul li .light {
    width: 10px;
    height: 100%;
    left: 33px;
  }
  #accueilPage #accueil1 .width-10 ul li:first-of-type .img, #accueilPage #accueil1 .width-10 ul li:nth-of-type(2) .img {
    background-color: #f7f6ef;
  }
  #accueilPage #accueil1 .width-10 ul li:first-of-type .img img, #accueilPage #accueil1 .width-10 ul li:nth-of-type(2) .img img {
    filter: none;
  }
  #accueilPage #accueil1 .width-10 ul li:first-of-type .dark {
    width: 10px;
    left: 33px;
    height: 100%;
  }
  #accueilPage .mainaction {
    height: auto;
  }
  #accueilPage .mainaction .action {
    height: auto;
  }
  #accueilPage .mainaction .action #accueil2 {
    position: static;
    padding-bottom: 0;
    padding-top: var(--padding-100);
  }
  #accueilPage .mainaction .action #accueil2 .width-10 {
    gap: initial;
    flex-wrap: wrap;
    padding-right: 8%;
  }
  #accueilPage .mainaction .action #accueil2 .width-10 .left {
    width: 100%;
    margin-bottom: 0px;
    max-width: initial;
  }
  #accueilPage .mainaction .action #accueil2 .width-10 .left p {
    max-width: initial;
  }
  #accueilPage .mainaction .action #accueil2 .width-10 .right {
    width: 100%;
    max-width: initial;
  }
  #accueilPage .mainaction .action #accueil3 {
    position: static;
    pointer-events: all;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 {
    padding-top: 0;
    padding-bottom: var(--padding-100);
    gap: initial;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 8%;
    padding-bottom: 0;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 .left {
    width: 100%;
    max-width: initial;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 .left a {
    display: flex;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 .left a img {
    height: 100%;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 .right {
    width: 100%;
    order: -1;
    margin-bottom: 0px;
    max-width: initial;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 .right a img {
    height: 100%;
  }
  #accueilPage .mainaction .action #accueil3 .width-10 .right p {
    max-width: initial;
  }
  #accueilPage .icons-section {
    margin-top: 0px;
  }
  #accueilPage #accueil4 {
    margin-top: 0;
    padding-bottom: var(--padding-100);
  }
  #accueilPage #images {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #accueilPage #images .width-5 .swiper-container-galerie swiper-slide {
    height: 300px;
  }
  #accueilPage #images .width-5 .bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
  #accueilPage #images .width-5 .maincontainer {
    height: 500px;
  }
  #accueilPage #images .width-5 .maincontainer .image {
    height: 500px;
  }
  #accueilPage #images .width-5 .maincontainer .image div {
    height: 500px !important;
    background-position: center center;
  }
  #accueilPage #images .titleSection {
    margin-bottom: 50px;
  }
  #accueilPage #images .title:before,
  #accueilPage #images h2:before {
    display: none;
  }
  #icons .width ul li img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
  }
  #icons .width ul li span {
    text-align: center;
  }
  #icons .width ul li p {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  #icons .width ul li::before {
    width: 30px;
    height: 30px;
  }
  .icons-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .icons-section .width-5 ul li {
    width: 30%;
    text-align: center;
  }
  .icons-section .width-5 ul li p {
    text-align: center;
  }
  .icons2 .width ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #situationPage #situation .width .top .logo .title {
    font-size: 50px;
  }
  #situationPage #situation .titleSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #situationPage .mainaction-situation {
    height: auto;
  }
  #situationPage .mainaction-situation .action {
    height: auto;
  }
  #situationPage .mainaction-situation .action #situation2 {
    position: static;
    padding-bottom: 0;
    padding-top: var(--padding-100);
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 {
    gap: initial;
    flex-wrap: wrap;
    padding-right: 8%;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .left {
    width: 100%;
    margin-bottom: 0px;
    max-width: initial;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .left p {
    max-width: initial;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .right {
    width: 100%;
    max-width: initial;
  }
  #situationPage .mainaction-situation .action #situation4 {
    position: static;
    pointer-events: all;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 {
    padding-top: 0;
    padding-bottom: 0;
    gap: initial;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 8%;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .left {
    width: 100%;
    max-width: initial;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .left a {
    display: flex;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .left a img {
    height: 100%;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .right {
    width: 100%;
    order: -1;
    margin-bottom: 0px;
    max-width: initial;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .right a {
    display: flex;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .right a img {
    height: 100%;
  }
  #situationPage .mainaction-situation .action #situation4 .width-10 .right p {
    max-width: initial;
  }
  #architecturePage #architecture .width .top .logo .title {
    font-size: 50px;
  }
  #architecturePage #architecture .titleSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #architecturePage .mainaction-architecture {
    height: auto;
  }
  #architecturePage .mainaction-architecture .action {
    height: auto;
  }
  #architecturePage .mainaction-architecture .action #architecture2 {
    position: static;
    padding-bottom: 0;
    padding-top: var(--padding-100);
  }
  #architecturePage .mainaction-architecture .action #architecture2 .width-10 {
    gap: initial;
    flex-wrap: wrap;
    padding-right: 8%;
  }
  #architecturePage .mainaction-architecture .action #architecture2 .width-10 .left {
    width: 100%;
    margin-bottom: 0px;
    max-width: initial;
  }
  #architecturePage .mainaction-architecture .action #architecture2 .width-10 .left p {
    max-width: initial;
  }
  #architecturePage .mainaction-architecture .action #architecture2 .width-10 .right {
    width: 100%;
    max-width: initial;
  }
  #architecturePage .mainaction-architecture .action #architecture3 {
    position: static;
    pointer-events: all;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 {
    padding-top: 0;
    padding-bottom: 0;
    gap: initial;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 8%;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 .left {
    width: 100%;
    max-width: initial;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 .left a img {
    height: 100%;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 .right {
    width: 100%;
    order: -1;
    margin-bottom: 0px;
    max-width: initial;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 .right a {
    display: flex;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 .right a img {
    height: 100%;
  }
  #architecturePage .mainaction-architecture .action #architecture3 .width-10 .right p {
    max-width: initial;
  }
  #architecturePage #architecture4 .width-5 {
    flex-wrap: wrap;
    padding-bottom: var(--padding-100);
  }
  #architecturePage #architecture4 .width-5 .left {
    width: 100%;
  }
  #architecturePage #architecture4 .width-5 .right {
    order: -1;
    margin-bottom: 60px;
    width: 100%;
  }
  #appartements .contactSection,
  #appartements .contactSection {
    padding-top: 0px;
  }
  #appartements .info {
    padding-top: 0;
    flex-direction: column;
    padding-bottom: var(--padding-100);
  }
  #appartements .info .left {
    width: 100%;
    max-width: initial;
  }
  #appartements .info .right {
    width: 100%;
  }
  #appartements .icons-section .width-5 ul li img {
    height: 250px;
  }
  #appartements .container {
    padding-left: 5%;
  }
  #appartements .icons-section {
    margin-bottom: var(--padding-100);
  }
  #appartements .facade-container {
    flex-wrap: wrap;
  }
  #appartements .facade-container .facade {
    width: 100%;
    height: auto;
    position: initial;
    margin-top: 0px;
    min-height: auto;
    text-align: center;
  }
  #appartements .facade-container .facade .busole {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 60px;
    height: 60px;
    opacity: 0.5;
  }
  #appartements .facade-container .facade h2 {
    margin-left: initial;
  }
  #appartements .facade-container .facade svg {
    width: 100%;
  }
  #appartements .facade-container .facade .status-container {
    margin: 0 auto;
  }
  #appartements .facade-container .facade .status-container .container {
    justify-content: center;
  }
  #appartements .facade-container .facade .status-container .container > div {
    margin: 0 20px;
  }
  #appartements .facade-container .prix {
    margin-top: 0px;
    width: 100%;
  }
  #appartements .facade-container .prix .facade-table .lot-detail {
    width: 100%;
  }
  #appartements .facade-container .prix .pieces-selection {
    width: 100%;
  }
  #appartements .facade-container .plan-big .container {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #appartements .facade-container .plan-big .container .close {
    top: -11px;
    right: -8px;
  }
  #appartements .facade-container .plan-big .container .data {
    margin-right: 0;
    width: 100%;
  }
  #appartements .facade-container .plan-big .container img {
    width: 100%;
  }
  #appartements .info {
    margin-bottom: 0;
    background-image: none;
    width: 100%;
    max-width: initial;
  }
  #appartements .info .subtitle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  #appartements .info * {
    width: 100%;
    max-width: initial;
  }
  #contact .width-10 {
    padding-top: 80px;
  }
  #contact .width-10 .title {
    max-width: 37ch !important;
    margin-bottom: 60px;
    text-align: center;
  }
  #contact .acteurs {
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .width .left {
    display: none;
  }
  footer .width .right {
    width: 100%;
    align-items: center;
  }
  footer .width .right .top {
    width: 100%;
    max-width: none;
  }
  footer .width .right .top h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .subtitle {
    letter-spacing: 1px;
    padding-left: 5%;
    padding-right: 5%;
  }
  #accueilPage #accueil .container1 .top {
    height: 100dvh;
  }
  #accueilPage #accueil .container1 .top .btn {
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  #accueilPage #accueil .bottom div:not(:last-of-type)::after {
    content: "";
    display: none;
  }
  #accueilPage #accueil2 {
    padding-top: 80px;
  }
  #accueilPage #accueil .top .box {
    right: 5%;
  }
  .icons-section .width-5 .btn {
    margin: 30px auto 0 auto;
  }
  .icons-section .width-5 ul {
    flex-wrap: wrap;
    padding-left: 5%;
    padding-right: 5%;
  }
  .icons-section .width-5 ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .icons-section .width-5 ul li span:after {
    display: none !important;
  }
  .icons-section .width-5 ul li:not(:first-of-type) ::after {
    display: none !important;
  }
  .icons2 {
    padding-top: 60px;
  }
  .icons2 .width-5 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
    margin-left: 20px;
  }
  #situationPage #situation2 .width-5 .left .top {
    height: auto;
    position: relative;
    width: 80%;
  }
  #situationPage #situation2 .width-5 .left .bottom {
    width: 80%;
    position: relative;
    margin-top: -100px;
    margin-left: auto;
  }
  #architecture5 .bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
  #architecturePage #architecture4 .width-5 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #contact {
    margin-top: 0;
  }
  #contact .width-5 .top {
    height: 400px;
    max-height: auto;
  }
  #contact .width-10 {
    padding-top: 130px;
  }
  #contact .acteurs {
    padding-top: 100px;
    padding-bottom: 50px;
    flex-wrap: wrap;
  }
  #contact .acteurs > div {
    margin-bottom: 50px;
    width: 100%;
  }
  #contact .width-10 {
    padding-bottom: 100px;
  }
  #contact .width-10 .container {
    flex-wrap: wrap;
  }
  #contact .width-10 .container .left,
  #contact .width-10 .container form {
    width: 100%;
  }
  #contact .width-10 .container .left {
    margin-bottom: 60px;
  }
  #appartements .icons-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #appartements .icons-section .width-5 ul {
    flex-direction: column;
  }
  #appartements .icons-section .width-5 ul li {
    width: 100%;
    margin-bottom: 0;
  }
  #appartements .facade-container .plan-big {
    padding: 10px;
  }
  #appartements .facade-container .plan-big .data p,
  #appartements .facade-container .plan-big .data span {
    font-size: 14px;
  }
  .contactSection .width-10 .data .left img {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .whatsapp {
    bottom: 1%;
    left: 1%;
    width: 50px;
    height: 50px;
  }
  .whatsapp:hover {
    transform: scale(1.1);
  }
  .whatsapp img {
    width: 30px;
    height: 30px;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr {
    display: flex;
    flex-direction: column;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr th {
    border-bottom: none;
    text-align: center;
    padding-bottom: 0;
    padding-top: 16px;
    height: auto;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr td {
    padding-top: 6px;
    height: auto;
    padding-bottom: 16px;
    text-align: center;
    justify-content: center;
  }
  #situationPage .mainaction-situation .action #situation2 .width-10 .left table tbody tr:last-of-type td:first-of-type {
    padding-bottom: 0;
  }
  header .width-5 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .icons2 {
    padding-top: 40px;
  }
  .icons2 .width-5 ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px 20px;
    margin-left: 0%;
  }
  .icons-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .icons-section .width-5 ul li:not(:first-of-type) ::after {
    display: none;
  }
  #accueilPage #accueil .container1 .top {
    height: 100dvh;
  }
  #accueilPage #accueil .container1 .top .box {
    right: 8%;
  }
  #accueilPage #accueil .container1 .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0px;
    gap: 0px;
  }
  #accueilPage #accueil .container1 .bottom div {
    width: 100%;
  }
  #accueilPage #accueil .container1 .bottom div::after {
    display: none !important;
  }
  #accueilPage #accueil .container1 .bottom div:not(:last-of-type):before {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
  }
  #accueilPage #accueil .container1 .bottom div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  #accueilPage #accueil .container1 .bottom div p:first-of-type {
    margin-bottom: 0;
  }
  #accueilPage #accueil .container1 .bottom div p:last-of-type {
    margin-bottom: 0;
  }
  #accueilPage #accueil3 {
    padding-top: 0;
  }
  #accueilPage #accueil3:after {
    left: 65%;
  }
  #accueilPage #accueil3 .width-10 .left {
    height: auto;
  }
  #accueilPage #images {
    padding-bottom: 0px;
    padding-top: 80px;
  }
  #accueilPage #images .titleSection {
    padding-left: 5%;
    padding-right: 5%;
  }
  #accueilPage #images .width-5 .swiper-container-galerie swiper-slide {
    height: 250px;
  }
  #accueilPage #accueil4 .width-10 .right .conatiner .box {
    width: 100%;
    margin-bottom: 14px;
    margin-left: 0px;
    padding: 20px;
  }
  #situationPage #situation .titleSection {
    padding-left: 5%;
    padding-right: 5%;
  }
  #situationPage #situation .width-5 .top {
    height: 550px;
  }
  #situationPage #situation .width-5 .top .box {
    right: 5%;
  }
  #situationPage #situation2 .width-5 .left .bottom {
    margin-top: -50px;
  }
  #situationPage #situation4 .width-5 .left .map .swiper-map::part(button-next) {
    width: 28px;
    height: 28px;
    left: 95%;
  }
  #situationPage #situation4 .width-5 .left .map .swiper-map::part(button-prev) {
    width: 28px;
    height: 28px;
    left: 5%;
  }
  #galerie {
    padding-top: 150px;
  }
  #galerie .images a {
    height: 250px;
  }
  #appartements .width-5 {
    padding-right: 5%;
  }
  #appartements .facade-container {
    margin-bottom: 50px;
  }
  #appartements .facade-container .plan-big {
    flex-direction: column;
    overflow: auto;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #appartements .facade-container .plan-big .data {
    width: 90%;
    margin-right: 0px;
    margin: 30px auto;
  }
  #appartements .facade-container .plan-big img {
    width: 80%;
    margin: 0 auto;
  }
  #appartements .facade-container .facade svg {
    width: 100%;
    margin-top: 0px;
  }
  #appartements .facade-container .prix {
    width: 100%;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-header .showMore {
    top: 5%;
    width: 25px;
    height: 25px;
  }
  #appartements .facade-container .prix .facade-table .lot-detail li p {
    font-size: 14px;
    line-height: 16px;
  }
  #appartements .facade-container .prix .status-container .container {
    justify-content: space-between;
  }
  .contactSection .width-10 {
    padding-top: 100px;
  }
  .contactSection .width-10 .data {
    flex-direction: column;
  }
  .contactSection .width-10 .data .left {
    order: 1;
    margin-top: 30px;
    margin-right: 0px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .width-10 p,
  footer .width-10 a {
    line-height: 110%;
    letter-spacing: initial;
  }
}
@media only screen and (max-width: 480px) {
  header .width-5 nav ul li {
    margin-bottom: 20px;
  }
  header .width-5 nav ul li a {
    font-size: 16px;
    text-align: center;
  }
  #accueilPage #accueil .top .box {
    width: 350px;
    height: 45px;
  }
  #accueilPage #accueil .top .box a img {
    width: 20px;
    height: 20px;
  }
  #accueilPage #accueil2 {
    padding-top: 60px;
  }
  #accueilPage #accueil2 .width-10 .left {
    margin-bottom: 30px;
  }
  #accueilPage #accueil3 {
    padding-bottom: 60px;
    padding-top: 50px;
    width: 100%;
  }
  #architecturePage #architecture-accueil .width-5 .top .box {
    right: 5%;
    width: 350px;
    height: 45px;
  }
  #architecturePage #architecture-accueil .width-5 .top .box a img {
    width: 20px;
    height: 20px;
  }
  #architecturePage #architecture2 .width-5 .left {
    width: 100%;
    margin-top: 40px;
  }
  #architecturePage #architecture3 {
    padding-bottom: 60px;
  }
  #architecturePage #architecture3 .width-5 .left {
    margin-bottom: 30px;
  }
  #architecturePage #architecture4 .width-5 .right {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 5%;
  }
  .icons-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contactSection {
    padding-top: 60px;
  }
  #situationPage #situation .width-5 .top .box {
    width: 250px;
    height: 65px;
    top: 70%;
  }
  #situationPage #situation2 {
    padding-bottom: 60px;
  }
  #situationPage #situation2 .width-5 .left {
    min-height: auto;
    margin-top: 40px;
  }
  #situationPage #situation2 .width-5 .left .bottom {
    height: auto;
    top: 15px;
  }
  #situationPage #situation2 .width-5 .right .icon p {
    margin-left: 25px;
  }
  #situationPage #situation4 {
    padding-bottom: 30px;
  }
  #galerie .images a {
    height: 250px;
  }
  #appartements .facade-container .facade .busole {
    top: 25%;
    left: 5%;
    width: 40px;
    height: 40px;
  }
  #appartements .icons-section {
    padding-top: 60px !important;
    padding-bottom: 30px;
  }
  #appartements .facade-container .prix .pieces-selection {
    padding: 20px 16px;
  }
  #appartements .facade-container .prix .pieces-selection .container {
    flex-wrap: wrap;
  }
  #appartements .facade-container .prix .pieces-selection .container label {
    width: 33%;
    margin: 10px 0;
  }
  #appartements .facade-container .prix .facade-table .lot-detail {
    padding-right: 10px;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-header {
    padding: 10px 10px 10px 1px;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-header > div:nth-child(2) {
    display: none;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-header > div {
    width: 33%;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-header > div p {
    font-size: 13px;
    line-height: 14px;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn {
    padding-right: 10px;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info > div p,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info a p,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn > div p,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn a p {
    font-size: 13px;
    line-height: 14px;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info > div,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info a,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn > div,
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn a {
    width: 33%;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info > div:nth-child(3),
  #appartements .facade-container .prix .facade-table .lot-detail .lot-info a:nth-child(3),
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn > div:nth-child(3),
  #appartements .facade-container .prix .facade-table .lot-detail .lot-btn a:nth-child(3) {
    display: none;
  }
  #appartements .facade-container .prix .facade-table .lot-detail .lot-header > div:nth-child(4) {
    white-space: nowrap;
  }
  #appartements .facade-container {
    overflow: initial;
  }
  #appartements .facade-container .prix .facade-table {
    height: auto;
  }
  #appartements .facade-container .prix .facade-table::-webkit-scrollbar {
    width: 0px;
  }
  #appartements .facade-container .prix .facade-table::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0px;
  }
  #appartements .facade-container .prix .facade-table::-webkit-scrollbar-track {
    background-color: #fff;
  }
  #contact .acteurs {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */