@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap");
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#loader #loader-logo {
  width: 0px;
  max-width: 350px;
  opacity: 0;
  display: block;
}
#loader #loader-bar {
  width: 0%;
  height: 5px;
  background: #7AB096;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s linear;
}

html {
  scroll-padding-top: -300px;
}

body {
  max-width: 1920px;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

* {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

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

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

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

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

.anim-fade[data-anim] {
  opacity: 0;
}

#succes {
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 0.6s;
}
#succes > div {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  color: #f7f7f7;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px;
  line-height: 1.5;
  position: relative;
}
#succes.active {
  display: flex;
}
#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #f7f7f7;
  z-index: 9999;
}

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

h1,
h2, h3, h4 {
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
}

h1 {
  font-weight: 200;
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: #f7f7f7;
  max-width: 22ch;
  font-size: clamp(1.475rem, 1rem + 4.4vw, 4rem);
  margin-bottom: 30px;
}

h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
  color: #303030;
}
h2 b {
  font-weight: 400;
}

h3 {
  color: #303030;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.375rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0em;
  text-transform: initial;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

span {
  display: inline-block;
}

.subtitle {
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7AB096;
  margin-bottom: 10px;
}

.btn {
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  width: 320px;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s linear;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}
.btn.btn-accent {
  border: 1px solid #A8CDB8;
  display: inline-block;
  background-color: #A8CDB8;
  color: #303030;
}
.btn.btn-accent:hover {
  background-color: #7AB096;
  border: 1px solid #7AB096;
  color: #303030;
}
.btn.btn-dark {
  border: 1px solid #A8CDB8;
  display: inline-block;
  background-color: #A8CDB8;
  color: #303030;
}
.btn.btn-dark:hover {
  color: #A8CDB8;
  background-color: #f7f7f7;
}
.btn.btn-transparent {
  border: 1px solid #A8CDB8;
  display: inline-block;
  background-color: transparent;
  color: #A8CDB8;
}
.btn.btn-transparent:hover {
  color: #303030;
  background-color: #A8CDB8;
}

.img-zoom {
  overflow: hidden;
  border-radius: 16px;
}
.img-zoom img {
  display: block;
  transition: transform 0.6s ease;
}
.img-zoom:hover img {
  transform: scale(1.08);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  background: transparent;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid transparent;
  transition: all 0.35s linear;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .width .logo {
  width: 250px;
  transition: all 0.7s linear;
}
header .width .logo img {
  height: 100%;
  width: 100%;
  filter: brightness(0) invert(1);
}
header .width nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 42px;
}
header .width nav ul li a {
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  color: #f7f7f7;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  padding: 5px 0;
}
header .width nav ul li a:after, header .width nav ul li a:before {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #303030;
  height: 1px;
}
header .width nav ul li a:hover {
  color: #303030;
}
header .width nav ul li a:hover:after {
  width: 100%;
}
header .width #contact-btn {
  margin-left: auto;
}
header .width #contact-btn a {
  padding: 10px 15px;
  background-color: #A8CDB8;
  color: #303030;
  transition: all 0.3s linear;
  border-radius: 9px;
  border: 1px solid #A8CDB8;
}
header .width #contact-btn a:hover {
  background-color: #7AB096;
  border: 1px solid #7AB096;
  color: #303030;
}
header .width #contact-btn a:hover:after {
  background: transparent;
}
header.active {
  background-color: #f7f7f7;
}
header.active .width .logo {
  transition: all 0.7s linear;
  width: 200px;
}
header.active .width .logo img {
  filter: initial;
}
header.active .width nav ul li a {
  font-size: 14px;
  color: #303030;
}

#menu-btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 32px;
  height: 30px;
  position: absolute;
  z-index: 100;
  display: none;
  top: 23px;
  right: 7%;
}
#menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background-color: #f7f7f7;
  transition: background-color 0.3s ease;
}
#menu-btn span::before, #menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #f7f7f7;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}
#menu-btn span::before {
  top: -8px;
}
#menu-btn span::after {
  bottom: -8px;
}
#menu-btn.active span {
  background-color: transparent;
}
#menu-btn.active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #303030;
}
#menu-btn.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #303030;
}

#accueil {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center 38%;
}
#accueil:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#accueil .width {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
  position: relative;
  z-index: 55;
}
#accueil .width > *.hero-hidden {
  opacity: 0;
}
#accueil .width span.subtitle {
  color: #f7f7f7;
  width: auto;
  padding: 1px 5px;
  border-radius: 10px;
}

#accueil-data {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  padding: 38px 5%;
  background: #f7f7f7;
}
#accueil-data > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#accueil-data > div span {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #303030;
}
#accueil-data > div p {
  font-size: 1.15rem;
  font-weight: 300;
  color: #7AB096;
}

#exclusif {
  padding-top: 100px;
  padding-bottom: 100px;
}
#exclusif .anim-group .subtitle {
  text-align: center;
  margin-bottom: 40px;
}
#exclusif .anim-group h2 {
  text-align: center;
  max-width: 54ch;
  font-size: 28px;
  margin: 0 auto;
}
#exclusif .zoomable {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
#exclusif .zoomable img {
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}

#situation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-top: 100px;
  scroll-margin-top: 84px;
}
#situation .left img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
#situation .right {
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#situation .right h2 {
  max-width: 25ch;
}
#situation .right p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #303030;
  max-width: 74ch;
  margin-bottom: 5px;
}
#situation .right ul {
  margin-left: 20px;
}
#situation .right ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #303030;
  max-width: 74ch;
}

#projet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  scroll-margin-top: 84px;
}
#projet .left img {
  width: 100%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
#projet .right {
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#projet .right h2 {
  max-width: 25ch;
}
#projet .right p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #303030;
  max-width: 74ch;
  margin-bottom: 10px;
}

#caracteristiques {
  padding-top: 50px;
  padding-bottom: 100px;
}
#caracteristiques .subtitle, #caracteristiques h2 {
  text-align: center;
}
#caracteristiques .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
#caracteristiques .container .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 30px 26px;
  background: #f6f1e9;
  border-radius: 18px;
  border: 1px solid #f6f1e9;
}
#caracteristiques .container .box span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7a6047;
}
#caracteristiques .container .box h4 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.15;
  color: #2b1e0e;
}
#caracteristiques .container .box p {
  font-size: 0.92rem;
  font-weight: 300;
  color: #634d38;
}

#projet2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  scroll-margin-top: 84px;
}
#projet2 .left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#projet2 .left h2 {
  max-width: 35ch;
}
#projet2 .left p {
  line-height: 1.6;
  max-width: 54ch;
}
#projet2 .right img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}

#projet3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  scroll-margin-top: 84px;
  position: relative;
  width: 100%;
}
#projet3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  background-image: url("imgs/logos/logo-accent.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  opacity: 0.5;
  height: 200px;
}
#projet3 .left img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
#projet3 .right {
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#projet3 .right h2 {
  max-width: 25ch;
}
#projet3 .right p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #303030;
  max-width: 74ch;
  margin-bottom: 4px;
}

#environnement {
  background-color: #F6F1E9;
  padding-top: 150px;
  padding-bottom: 150px;
}
#environnement span.subtitle {
  text-align: center;
  margin-bottom: 30px;
}
#environnement h2 {
  text-align: center;
}
#environnement .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(122, 96, 71, 0.45);
  border: 1px solid rgba(122, 96, 71, 0.45);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
}
#environnement .container > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
  padding: 34px 18px;
  background: #f7f7f7;
}
#environnement .container > div h4 {
  font-size: 1.7rem;
  font-weight: 200;
  color: #303030;
}
#environnement .container > div span {
  font-size: 0.92rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #303030;
}
#environnement iframe {
  width: 100%;
  height: 550px;
  border: 0;
  border-radius: 18px;
  margin-top: 24px;
}

#appartements {
  background: #f7f7f7;
  scroll-margin-top: 84px;
  padding-top: 150px;
  padding-bottom: 150px;
}
#appartements .width span.subtitle, #appartements .width h2 {
  text-align: center;
}
#appartements .width .selection {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0 20px 0;
}
#appartements .width .selection .chip {
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 21px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.7s linear;
  border: 1px solid #7AB096;
  background: transparent;
  color: #7AB096;
  box-sizing: border-box;
  line-height: 1;
}
#appartements .width .selection .chip:hover {
  border-color: #7AB096;
  background: #7AB096;
  color: #f7f7f7;
}
#appartements .width .selection .chip.active {
  border-color: #7AB096;
  background: #7AB096;
  color: #f7f7f7;
}
#appartements .width .plans-table-wrap {
  background: #EFE7DC;
  border-radius: 20px;
  padding: 14px clamp(10px, 2vw, 28px) 20px;
  margin-top: 18px;
  overflow: hidden;
}
#appartements .width .plans-table-wrap .plans-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  font-size: 0.9rem;
  text-align: center;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table th:first-child {
  border-radius: 10px 0 0 10px;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table th:last-child {
  border-radius: 0 10px 10px 0;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table th {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #303030;
  padding: 14px 14px;
  background-color: #f7f7f7;
  white-space: nowrap;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table td {
  padding: 12px 14px;
  vertical-align: middle;
  color: #303030;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table td:last-child {
  white-space: nowrap;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr td {
  padding: 12px 14px;
  vertical-align: middle;
  color: #303030;
  transition: padding 0.4s cubic-bezier(0.25, 1, 0.5, 1), line-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr td:last-child {
  white-space: nowrap;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr:last-child td {
  border-bottom: none;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr:hover td {
  background: rgba(0, 0, 0, 0.03);
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr.is-hiding {
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr.is-showing {
  opacity: 1;
  transform: translateY(0);
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr.is-hidden {
  pointer-events: none;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr.is-hidden td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  border: none !important;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr.is-hidden td * {
  display: none !important;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .badge--available {
  background: #ebf2ea;
  color: #425e44;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .badge--reserved {
  background: #fdf1dc;
  color: #a6701e;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .badge--sold {
  background: #eec0c0;
  color: #4d4242;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .plan-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7AB096;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .plan-link:hover {
  opacity: 0.7;
}
#appartements .width .plans-table-wrap .plans-table-scroll .plans-table .plan-link::before {
  content: "↓";
}
#appartements .plans-note {
  margin: 18px 0 0;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--bronze-800, var(--bronze));
  opacity: 0.75;
}
#appartements .img-zoom {
  width: 80%;
  margin: 0 auto;
}

#telechargements {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #F6F1E9;
}
#telechargements h2, #telechargements span.subtitle {
  text-align: center;
}
#telechargements > div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#telechargements > div .btn {
  padding: 15px;
}

#galerie {
  padding-top: 150px;
  padding-bottom: 150px;
  scroll-margin-top: 84px;
}
#galerie .width h2, #galerie .width span.subtitle {
  text-align: center;
}
#galerie .width .galerie-container {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-auto-flow: dense;
  gap: 18px;
  margin-top: 48px;
}
#galerie .width .galerie-container button {
  padding: 0;
  border: 0;
  background: none;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
}
#galerie .width .galerie-container button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
#galerie .width .galerie-container button:hover img {
  transform: scale(1.05);
}
#galerie .width .galerie-container button {
  /* 1 */
}
#galerie .width .galerie-container button:nth-child(1) {
  grid-column: span 9;
  grid-row: span 2;
  height: 600px;
}
#galerie .width .galerie-container button {
  /* 2 */
}
#galerie .width .galerie-container button:nth-child(2) {
  grid-column: span 12;
  height: 300px;
}
#galerie .width .galerie-container button {
  /* 3 */
}
#galerie .width .galerie-container button:nth-child(3) {
  grid-column: 10/span 12;
  height: 300px;
}
#galerie .width .galerie-container button {
  /* 4 */
}
#galerie .width .galerie-container button:nth-child(4) {
  grid-column: span 12;
  height: 450px;
}
#galerie .width .galerie-container button {
  /* 5 */
}
#galerie .width .galerie-container button:nth-child(5) {
  grid-column: span 8;
  height: 450px;
}
#galerie .width .galerie-container button {
  /* 6 */
}
#galerie .width .galerie-container button:nth-child(6) {
  grid-column: span 6;
  height: 350px;
}
#galerie .width .galerie-container button {
  /* 7 */
}
#galerie .width .galerie-container button:nth-child(7) {
  grid-column: span 8;
  height: 350px;
}
#galerie .width .galerie-container button {
  /* 8 */
}
#galerie .width .galerie-container button:nth-child(8) {
  grid-column: span 6;
  height: 350px;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: #f7f7f7;
  backdrop-filter: blur(20px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  padding: 50px;
}
.gallery-modal.active {
  opacity: 1;
  visibility: visible;
}
.gallery-modal .gallery-content {
  width: 100%;
  max-width: 1500px;
}
.gallery-modal .gallery-content .gallery-image-wrapper {
  height: calc(100vh - 220px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-modal .gallery-content .gallery-image-wrapper .gallery-main-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.96);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.gallery-modal .gallery-content .gallery-image-wrapper .gallery-main-image.show {
  opacity: 1;
  transform: scale(1);
}
.gallery-modal .gallery-content .gallery-thumbs {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 35px;
  overflow-x: auto;
  padding-bottom: 10px;
}
.gallery-modal .gallery-content .gallery-thumbs::-webkit-scrollbar {
  display: none;
}
.gallery-modal .gallery-thumb {
  width: 90px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.45;
  transition: 0.3s;
}
.gallery-modal .gallery-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-modal .gallery-thumb:hover {
  opacity: 0.8;
}
.gallery-modal .gallery-thumb.active {
  opacity: 1;
  transform: scale(1.08);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.15);
}
.gallery-modal .gallery-arrow {
  width: 62px;
  height: 62px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #7AB096;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-modal .gallery-arrow svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #7AB096;
  stroke-width: 2;
}
.gallery-modal .gallery-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.08);
}
.gallery-modal .gallery-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #7AB096;
  color: #7AB096;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.gallery-modal .gallery-close:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(90deg);
}

.image-modal {
  position: fixed;
  inset: 0;
  background: #f7f7f7;
  backdrop-filter: blur(20px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  padding: 50px;
}
.image-modal.active {
  opacity: 1;
  visibility: visible;
}
.image-modal .image-modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-modal .image-modal-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.96);
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.image-modal .image-modal-img.show {
  opacity: 1;
  transform: scale(1);
}
.image-modal .image-modal-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #7AB096;
  color: #7AB096;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.image-modal .image-modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(90deg);
}

#contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F6F1E9;
  color: #303030;
  scroll-margin-top: 84px;
}
#contact .width {
  display: grid;
  grid-template-columns: 0.75fr 1.05fr;
  gap: clamp(40px, 6vw, 90px);
}
#contact .width .left {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#contact .width .left span.subtitle {
  color: #303030;
}
#contact .width .left .data {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 30px 30px;
  background: #A8CDB8;
  border-left: 4px solid #7AB096;
  border-radius: 4px;
  max-width: 500px;
}
#contact .width .left .data img {
  width: 200px;
  margin: 20px 0;
}
#contact .width .left .data span {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f7f7f7;
  margin-bottom: 6px;
}
#contact .width .left .data h4 {
  font-size: 1.3rem;
  font-weight: 400;
}
#contact .width .left .data p, #contact .width .left .data a {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.55;
  color: #303030;
  transition: all 0.4s linear;
}
#contact .width .left .data a:hover {
  color: #f7f7f7;
}
#contact .width .left .info {
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #303030;
  max-width: 52ch;
}
#contact .width .right {
  border-radius: 20px;
  padding: clamp(28px, 3vw, 44px);
}
#contact .width .right .contact-form {
  width: 100%;
}
#contact .width .right .contact-form .form-success {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 30px 4px;
}
#contact .width .right .contact-form .form-success h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #7AB096;
}
#contact .width .right .contact-form .form-success p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.6;
  color: #7AB096;
}
#contact .width .right .contact-form .form-success.show {
  display: flex;
  animation: fade 0.4s ease;
}
#contact .width .right .contact-form #contactForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#contact .width .right .contact-form #contactForm.hide {
  display: none;
}
#contact .width .right .contact-form #contactForm .form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
#contact .width .right .contact-form #contactForm .form-group input,
#contact .width .right .contact-form #contactForm .form-group textarea {
  width: 100%;
  border: 1px solid #A8CDB8;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 14px 18px;
  color: #303030;
  font-size: 0.95rem;
  font-family: inherit;
  font-family: "Mulish", "Lato", "Helvetica Neue", system-ui, sans-serif;
  transition: 0.3s;
}
#contact .width .right .contact-form #contactForm .form-group input::-moz-placeholder, #contact .width .right .contact-form #contactForm .form-group textarea::-moz-placeholder {
  color: #303030;
}
#contact .width .right .contact-form #contactForm .form-group input::placeholder,
#contact .width .right .contact-form #contactForm .form-group textarea::placeholder {
  color: #303030;
}
#contact .width .right .contact-form #contactForm .form-group input:focus,
#contact .width .right .contact-form #contactForm .form-group textarea:focus {
  outline: none;
  color: #303030;
  background: rgba(255, 255, 255, 0.06);
}
#contact .width .right .contact-form #contactForm textarea {
  resize: vertical;
}
#contact .width .right .contact-form #contactForm .checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
#contact .width .right .contact-form #contactForm .checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: #7AB096;
  flex-shrink: 0;
}
#contact .width .right .contact-form #contactForm .checkbox span, #contact .width .right .contact-form #contactForm .checkbox a {
  font-size: 0.92rem;
  line-height: 1.5;
  color: #303030;
}
#contact .width .right .contact-form #contactForm .checkbox a {
  text-decoration: underline;
}
#contact .width .right .contact-form #contactForm .error {
  min-height: 18px;
  font-size: 0.8rem;
  color: #303030;
}
#contact .width .right .contact-form #contactForm .btn {
  width: 160px;
  height: 52px;
  font-size: 0.95rem;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
footer {
  border-top: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 999999;
}
footer .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
footer .width .left img {
  width: 250px;
}
footer .width .right * {
  font-size: 14px;
  text-align: right;
}
footer .width .right a {
  text-align: right;
  display: block;
}
footer .avp {
  padding: 0 5%;
  font-size: 14px;
  text-align: center;
}
footer .avp a {
  color: #7AB096;
  font-size: 14px;
  text-align: center;
}

/******************************/
@media only screen and (max-width: 1320px) {
  #environnement .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }
}
@media only screen and (max-width: 1140px) {
  header .width .logo {
    width: 200px;
  }
  header .width nav ul {
    gap: 22px;
  }
  #projet, #projet2, #projet3 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  #situation {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 0px;
  }
  #projet .right,
  #situation .right {
    padding: 50px 10% 0 10%;
  }
  #projet .right p, #projet .right h2,
  #situation .right p,
  #situation .right h2 {
    max-width: 100%;
  }
  #caracteristiques {
    padding-top: 0px;
  }
  #projet2 {
    padding-bottom: 50px;
  }
  #projet2 .right {
    grid-row: 1;
  }
  #projet2 .left {
    padding: 50px 5% 0 5%;
  }
  #projet2 .left p, #projet2 .left h2 {
    max-width: 100%;
  }
  #projet3 {
    padding-bottom: 60px;
  }
  #projet3 .right {
    padding-top: 60px;
    padding-right: 10%;
    padding-left: 10%;
  }
  #projet3 .right p {
    max-width: 100%;
  }
  #projet3:after {
    right: 5%;
    width: 150px;
    opacity: 0.2;
    height: 200px;
  }
  #caracteristiques .container {
    grid-template-columns: repeat(2, 1fr);
  }
  #environnement {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #appartements {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #telechargements {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #galerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .gallery-modal {
    padding: 20px;
  }
  .gallery-modal .gallery-content {
    width: 95%;
    max-width: 100%;
  }
  .gallery-modal .gallery-content .gallery-image-wrapper .gallery-main-image {
    max-width: 84%;
  }
  .gallery-modal .gallery-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .gallery-modal .gallery-arrow {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 850px) {
  header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header .width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 7%;
  }
  header .width #contact-btn {
    margin-left: initial;
  }
  header .width .logo {
    width: 200px;
    z-index: 101;
  }
  header .width nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f7f7f7;
    z-index: 98;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.4s ease;
  }
  header .width nav ul {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  header .width nav ul li a {
    font-size: 16px;
    color: #303030;
  }
  header .width nav ul li a:after, header .width nav ul li a:before {
    display: none;
  }
  header #menu-btn {
    display: block;
  }
  header.active #menu-btn span {
    background-color: #303030;
  }
  header.active #menu-btn span::before, header.active #menu-btn span::after {
    background-color: #303030;
  }
  header.active #menu-btn.active span {
    background-color: transparent;
  }
  header.menu-open .width .logo img {
    filter: none;
  }
  header.menu-open .width nav {
    transform: translateY(0);
    opacity: 1;
  }
  h2 {
    font-size: 28px;
  }
  #accueil-data > div {
    align-items: center;
    width: 45%;
    text-align: center;
  }
  #caracteristiques .container .box h4 {
    font-size: 1.2rem;
  }
  #projet {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #accueil {
    background-position: 45% center;
    min-height: 550px;
  }
  #accueil .width {
    bottom: -160px;
    min-height: 550px;
  }
  #accueil .width h1 {
    font-size: clamp(1.5rem, 1rem + 8vw, 2.2rem);
  }
  #accueil-data {
    padding-top: 100px;
  }
  #accueil-data > div p {
    font-size: 1rem;
    text-align: center;
  }
  #exclusif {
    padding: 60px 5%;
  }
  #exclusif .anim-group h2 {
    font-size: 22px;
  }
  #exclusif .zoomable {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #exclusif .zoomable .img-zoom:last-child {
    grid-column: span 2;
  }
  #exclusif .zoomable .img-zoom:last-child img {
    width: 100%;
  }
  #exclusif .zoomable img {
    height: 280px;
  }
  #projet .left img,
  #situation .left img,
  #projet2 .right img,
  #projet3 .left img {
    height: 350px;
    border-radius: 0;
  }
  #caracteristiques .container {
    gap: 15px;
  }
  #caracteristiques .container .box {
    gap: 10px;
    padding: 15px 15px;
  }
  #environnement {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #environnement .container {
    grid-template-columns: 1fr;
  }
  #environnement .container > div {
    padding: 24px 14px;
  }
  #environnement iframe {
    height: 380px;
  }
  #appartements {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #appartements .selection {
    margin: 30px 0 15px 0;
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  #appartements .selection::-webkit-scrollbar {
    display: none;
  }
  #appartements .selection .chip {
    padding: 8px 16px;
    font-size: 0.78rem;
    flex-shrink: 0;
  }
  #appartements .width .plans-table-wrap {
    border-radius: 14px;
    padding: 10px;
  }
  #appartements .width .plans-table-wrap .plans-table-scroll .plans-table th {
    font-size: 14px;
  }
  #appartements .width .plans-table-wrap .plans-table-scroll .plans-table tbody tr td {
    padding: 10px 15px;
    font-size: 13px;
  }
  #telechargements {
    padding: 60px 10%;
  }
  #telechargements > div {
    margin-top: 30px;
    flex-direction: column;
    width: 100%;
  }
  #telechargements > div .btn {
    width: 100%;
  }
  #galerie .width .galerie-container button:nth-child(1) {
    height: 400px;
  }
  #galerie .width .galerie-container button:nth-child(2),
  #galerie .width .galerie-container button:nth-child(3) {
    height: 190px;
  }
  #galerie .width .galerie-container button:nth-child(4),
  #galerie .width .galerie-container button:nth-child(5) {
    height: 250px;
  }
  #galerie .width .galerie-container button:nth-child(6),
  #galerie .width .galerie-container button:nth-child(7),
  #galerie .width .galerie-container button:nth-child(8) {
    height: 200px;
  }
  #contact .width {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 90px);
  }
  #contact .width .right {
    padding: 0;
  }
  #appartements .width .selection .chip {
    width: 45%;
  }
  footer .width {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  footer .width .right *, footer .width .right a {
    text-align: center;
  }
  footer .width .left img {
    width: 180px;
  }
  footer .avp a {
    display: block;
  }
  .gallery-modal .gallery-content {
    width: 85%;
    max-width: 100%;
  }
  .gallery-modal .gallery-content .gallery-image-wrapper .gallery-main-image.show {
    opacity: 1;
    transform: scale(1.3);
    border-radius: 5px;
  }
  .gallery-modal .gallery-arrow {
    margin-top: 150px;
  }
  .image-modal {
    padding: 20px;
  }
}
@media only screen and (max-width: 400px) {
  #loader #loader-logo {
    max-width: 250px;
  }
  h2 {
    font-size: 22px;
  }
  #accueil-data > div {
    width: 100%;
  }
  #exclusif .anim-group h2 {
    font-size: 18px;
  }
  #exclusif .zoomable img {
    height: 150px;
  }
  #projet .left img,
  #situation .left img,
  #projet2 .right img {
    height: 300px;
  }
  #projet, #projet2, #projet3 {
    gap: 10px;
    padding-bottom: 40px;
  }
  #galerie .width .galerie-container {
    gap: 8px;
  }
  #galerie {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #caracteristiques .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .btn {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */