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

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
  overflow-x: hidden;
}

body {
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
}

* {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Urbanist", serif;
}

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

.images {
  position: relative;
}
.images a {
  overflow: hidden;
}
.images a img {
  border: 24px solid white;
  transition: all 0.3s linear;
  pointer-events: none;
}
.images a:hover img {
  transform: scale(1.01) !important;
}

section:not(#accueil) {
  padding-top: var(--padding-150);
}

#fullImg {
  padding: 0 !important;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  min-height: 450px;
}

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

.fancybox-inner .fancybox-image {
  -o-object-fit: initial;
     object-fit: initial;
}

.fancybox-infobar {
  display: flex;
  color: white !important;
  font-family: "Urbanist", serif !important;
}
.fancybox-infobar * {
  color: #dcddd3;
  font-family: "Urbanist", serif;
}

.fancybox-toolbar svg path,
.fancybox-navigation svg path {
  fill: white !important;
}

#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.9);
  transition-duration: 0.6s;
}
#succes > div {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  color: #dcddd3;
  padding: 60px;
  line-height: 1.5;
  position: relative;
}
#succes.active {
  display: flex;
}
#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

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

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

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

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

#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #dcddd3;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading div img {
  width: 12vw;
  -o-object-fit: contain;
     object-fit: contain;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#accueil {
  height: 1080px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;
}
#accueil .top {
  height: 864px;
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
#accueil .top .info {
  width: 50%;
  padding-left: var(--padding-5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap);
}
#accueil .top .info .subtitle {
  max-width: 26ch;
}
#accueil .top .info .subtitle::before {
  content: url("../imgs/icons/tilde.svg");
}
#accueil .top .info .title-main {
  margin-bottom: var(--padding-50);
  max-width: none;
  font-size: 42px;
}
#accueil .top .info .title-main span {
  font-size: 42px;
}
#accueil .top .info .btn-arrow {
  margin-bottom: 30px;
}
#accueil .top .info .btn-arrow::before {
  background-color: #ffffff;
}
#accueil .top .info .btn-arrow:hover::before {
  background-color: #ffffff;
}
#accueil .top .img {
  width: 55%;
  height: 100%;
  min-height: 750px;
  flex-shrink: 0;
}
#accueil .top .right {
  background-color: white;
  width: 82px;
  flex-shrink: 0;
  height: 100%;
  z-index: 101;
  padding-right: 20px;
}
#accueil .top .right ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 13%;
  flex-direction: column;
  height: 100%;
}
#accueil .top .right ul li {
  display: flex;
  flex-direction: row;
  gap: 4px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: "Urbanist", serif;
  text-transform: uppercase;
  font-size: var(--fs-16);
  font-weight: 400;
  color: #8c957b;
}
#accueil .top .right ul li span {
  font-weight: 700;
}
#accueil .bottom {
  height: -moz-max-content;
  height: max-content;
  width: 55%;
  margin-left: auto;
  margin-right: 82px;
  padding: 50px 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #dcddd3;
  color: #414833;
  flex-shrink: 0;
}
#accueil .bottom .subtitle-main {
  align-self: flex-start;
  color: #414833;
  width: 28ch;
}
#accueil .bottom .subtitle-main:before {
  display: none;
}
#accueil .bottom p {
  color: #414833;
  margin-bottom: 0;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#villa {
  max-height: 1182px;
  height: 61.64vw;
}
#villa .width {
  display: flex;
  justify-content: flex-start;
  gap: var(--padding-100);
}
#villa .width .left {
  width: 60%;
}
#villa .width .left .images {
  position: relative;
}
#villa .width .left .images a:nth-child(1) {
  max-width: 670px;
  max-height: 840px;
  width: 34.9vw;
  height: 43.75vw;
}
#villa .width .left .images a:nth-child(2) {
  max-width: 370px;
  max-height: 500px;
  width: 19.27vw;
  height: 26.04vw;
  position: absolute;
  right: 0;
  bottom: 12%;
}
#villa .width .left .images a:nth-child(3) {
  max-width: 520px;
  max-height: 370px;
  width: 27.08vw;
  height: 19.27vw;
  position: absolute;
  right: 13%;
  bottom: -21%;
}
#villa .width .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
#villa .width .right .title {
  max-width: 18ch;
  margin-bottom: var(--padding-50);
}
#villa .width .right p {
  max-width: 42ch;
}
#villa .width .right p:first-of-type {
  margin-bottom: var(--padding-50);
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#projet2 {
  padding-bottom: var(--padding-50);
}
#projet2 .width {
  display: flex;
  justify-content: flex-start;
  gap: var(--padding-100);
}
#projet2 .width .left {
  margin: 0 auto;
  align-self: center;
}
#projet2 .width .left .subtitle {
  margin-bottom: 20px;
}
#projet2 .width .left .subtitle:nth-of-type(2) {
  margin-top: 50px;
}
#projet2 .width .left p {
  max-width: 42ch;
}
#projet2 .width .left p:not(:last-of-type) {
  margin-bottom: var(--gap-30);
}
#projet2 .width .left p span {
  font-family: "Urbanist", serif;
}
#projet2 .width .left ul {
  max-width: 65ch;
  list-style: none;
}
#projet2 .width .left ul li {
  background-image: url("../imgs/icons/tilde-dark.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 40px;
  background-position: left center;
  margin-bottom: 12px;
}
#projet2 .width .right {
  width: 60%;
  height: 38.19vw;
  align-self: center;
}
#projet2 .width .right .images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
#projet2 .width .right .images a:nth-child(1) {
  max-width: 520px;
  max-height: 370px;
  width: 27.08vw;
  height: 19.27vw;
}
#projet2 .width .right .images a:nth-child(2) {
  max-width: 610px;
  max-height: 440px;
  width: 31.77vw;
  height: 22.92vw;
  align-self: flex-start;
  position: absolute;
  top: 73%;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#icons {
  padding-top: var(--padding-150);
  padding-bottom: var(--padding-150);
  padding-left: var(--padding-10);
  padding-right: var(--padding-10);
  background-color: #414833;
}
#icons .width ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--padding-100) var(--padding-50);
}
#icons .width ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#icons .width ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}
#icons .width ul li span {
  color: white;
  font-weight: 700;
  max-width: 15ch;
  text-align: center;
  font-family: "Urbanist", serif;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#finitions .width .info {
  display: flex;
  gap: var(--padding-100);
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--padding-100);
}
#finitions .width .info .left {
  width: 30%;
}
#finitions .width .info .left .title {
  max-width: 25ch;
}
#finitions .width .info .right {
  width: 55%;
}
#finitions .width .info .right .subtitle {
  font-weight: bold;
  font-size: var(--fs-24);
}
#finitions .width .info .right .subtitle::before {
  display: none;
}
#finitions .width .images {
  max-width: 1253.3333333333px;
  height: 57.9933333333vw;
  max-height: 1113.3333333333px;
  width: 58.336vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#finitions .width .images a:nth-child(1) {
  max-width: 920px;
  max-height: 660px;
  width: 47.92vw;
  height: 34.38vw;
}
#finitions .width .images a:nth-child(2) {
  max-width: 500px;
  max-height: 530px;
  width: 26.04vw;
  height: 27.6vw;
  position: absolute;
  right: 0;
  bottom: 40%;
}
#finitions .width .images a:nth-child(3) {
  max-width: 680px;
  max-height: 440px;
  width: 35.42vw;
  height: 22.92vw;
  position: absolute;
  right: 18%;
  bottom: 14%;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#finitions2 {
  padding-bottom: var(--padding-150);
  padding-top: 0 !important;
}
#finitions2 .width ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--padding-50) var(--gap);
}
#finitions2 .width ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#finitions2 .width ul li * {
  text-align: center;
}
#finitions2 .width ul li .subtitle {
  display: block;
}
#finitions2 .width ul li .subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  transition: all 1s linear;
  display: block;
  transform: scale(0.5);
  margin: 0;
}
#finitions2 .width ul li .subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
#finitions2 .width ul li p:first-of-type {
  font-size: var(--fs-24);
  color: #414833;
  font-weight: 700;
  margin-bottom: var(--gap);
}
#finitions2 .width ul li p:last-of-type {
  max-width: 32ch;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

#situation {
  padding-bottom: var(--padding-150);
}
#situation .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--padding-100);
}
#situation .width .left {
  width: 60%;
}
#situation .width .left .images {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 42.7025vw;
}
#situation .width .left .images a:nth-child(1) {
  max-width: 695px;
  max-height: 520px;
  width: 36.2vw;
  height: 27.08vw;
  border: 1px solid #8c957b;
}
#situation .width .left .images a:nth-child(2) {
  max-width: 540px;
  max-height: 400px;
  width: 28.13vw;
  height: 20.83vw;
  align-self: flex-end;
  position: absolute;
  top: 41%;
  border: 1px solid #8c957b;
}
#situation .width .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
}
#situation .width .right .title {
  max-width: 23ch;
  margin-bottom: var(--padding-50);
}
#situation .width .right p {
  max-width: 65ch;
  margin-bottom: 30px;
}
#situation .width .right .btn-arrow {
  margin-top: var(--gap-30);
}
#situation .width .right .btn-arrow:hover {
  background-color: white;
}
#situation .width .right .btn-arrow:hover::before {
  background-color: white;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#situation2 {
  padding-top: 0 !important;
  padding-bottom: var(--padding-150);
}
#situation2 .width .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--padding-100);
}
#situation2 .width .stars .subtitle:nth-child(1)::before, #situation2 .width .stars .subtitle:nth-child(3)::before {
  content: url("../imgs/icons/tilde.svg");
}
#situation2 .width .wrapper {
  display: flex;
  gap: var(--padding-100);
  align-items: center;
  justify-content: space-between;
}
#situation2 .width .wrapper .left {
  width: 50%;
  display: flex;
  justify-content: center;
}
#situation2 .width .wrapper .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: -moz-max-content;
  width: max-content;
  grid-gap: var(--padding-100) var(--padding-100);
}
#situation2 .width .wrapper .left ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-30);
}
#situation2 .width .wrapper .left ul li img {
  width: 30px;
  height: 30px;
}
#situation2 .width .wrapper .left ul li span {
  font-weight: 700;
  font-size: var(--fs-16);
  text-align: center;
  font-family: "Urbanist", serif;
}
#situation2 .width .wrapper .right {
  width: 50%;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#plans {
  padding-bottom: var(--padding-150);
  background-color: #dcddd3;
}
#plans .width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#plans .width .subtitle {
  text-align: center;
}
#plans .width .title {
  text-align: center;
  margin-bottom: var(--padding-100);
}
#plans .width .tables {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
#plans .width .table-wrapper {
  overflow-x: auto;
  width: 100%;
}
#plans .width .table-wrapper:not(:last-of-type) {
  margin-bottom: 50px;
}
#plans .width .table-wrapper .table {
  min-width: 287px;
  width: 100%;
  border-collapse: collapse;
}
#plans .width .table-wrapper .table thead tr th {
  text-transform: uppercase;
  font-weight: 800;
  font-size: var(--fs-20);
  color: #414833;
  padding-top: 0;
  padding-bottom: 18px;
  text-align: left;
}
#plans .width .table-wrapper .table tbody tr td {
  text-align: center;
  font-weight: 700;
  font-size: var(--fs-18);
  padding: 12px;
  border-bottom: 1px solid rgba(65, 72, 51, 0.5);
  border-top: 1px solid rgba(65, 72, 51, 0.5);
}
#plans .width .table-wrapper .table tbody tr td:first-of-type {
  text-align: left;
  font-weight: 400;
  font-size: var(--fs-18);
  border-right: 1px solid rgba(65, 72, 51, 0.5);
}
#plans .width .table-wrapper .table tbody tr td span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
#plans .width .table-wrapper .table tbody tr td span.d {
  background-color: rgb(127, 218, 127);
}
#plans .width .table-wrapper .table tbody tr td span.v {
  background-color: rgb(218, 127, 127);
}
#plans .width .table-wrapper .table tbody tr td span.r {
  background-color: rgb(218, 218, 127);
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#environnement {
  padding-bottom: var(--padding-150);
  background-color: #414833;
}
#environnement * {
  color: #dcddd3;
}
#environnement .width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#environnement .width .subtitle {
  text-align: center;
}
#environnement .width .title {
  text-align: center;
  margin-bottom: var(--padding-100);
}
#environnement .width .table-wrapper {
  overflow-x: auto;
  width: 70%;
}
#environnement .width .table-wrapper:not(:last-of-type) {
  margin-bottom: 50px;
}
#environnement .width .table-wrapper .table {
  min-width: 287px;
  width: 100%;
  border-collapse: collapse;
}
#environnement .width .table-wrapper .table thead tr th {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  color: #dcddd3;
  padding-top: 0;
  padding-bottom: 18px;
  text-align: left;
}
#environnement .width .table-wrapper .table thead tr th img {
  width: 30px;
  margin-right: 15px;
  margin-left: auto;
}
#environnement .width .table-wrapper .table tbody tr td {
  text-align: right;
  font-weight: 700;
  font-size: var(--fs-18);
  padding: 12px;
  border-bottom: 1px solid rgba(220, 221, 211, 0.5);
  border-top: 1px solid rgba(220, 221, 211, 0.5);
}
#environnement .width .table-wrapper .table tbody tr td:first-of-type {
  text-align: left;
  font-weight: 400;
  font-size: var(--fs-18);
  border-right: 1px solid rgba(220, 221, 211, 0.5);
}
#environnement .width .table-wrapper .table tbody tr td span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
#environnement .width .table-wrapper .table tbody tr td span.d {
  background-color: rgb(127, 218, 127);
}
#environnement .width .table-wrapper .table tbody tr td span.v {
  background-color: rgb(218, 127, 127);
}
#environnement .width .table-wrapper .table tbody tr td span.r {
  background-color: rgb(218, 218, 127);
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#galerie {
  padding-bottom: var(--padding-150);
}
#galerie .width .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--padding-50);
  margin-bottom: var(--padding-100);
}
#galerie .width .info .left {
  width: 50%;
}
#galerie .width .info .right {
  width: 50%;
}
#galerie .width .info .right p {
  max-width: 53ch;
}
#galerie .width .images {
  display: grid;
  grid-template-columns: 0.7fr 0.7fr 1fr;
  grid-template-rows: repeat(4, 250px);
  grid-gap: 20px 20px;
  grid-template-areas: "a a b" "a a c" "d e f" "g h h" "i j k" "i l m" "n n o";
}
#galerie .width .images a {
  overflow: hidden;
}
#galerie .width .images a:nth-of-type(1) {
  grid-area: a;
}
#galerie .width .images a:nth-of-type(2) {
  grid-area: b;
}
#galerie .width .images a:nth-of-type(3) {
  grid-area: c;
}
#galerie .width .images a:nth-of-type(4) {
  grid-area: d;
}
#galerie .width .images a:nth-of-type(5) {
  grid-area: e;
}
#galerie .width .images a:nth-of-type(6) {
  grid-area: f;
}
#galerie .width .images a:nth-of-type(7) {
  grid-area: g;
}
#galerie .width .images a:nth-of-type(8) {
  grid-area: h;
}
#galerie .width .images a:nth-of-type(9) {
  grid-area: i;
}
#galerie .width .images a:nth-of-type(10) {
  grid-area: j;
}
#galerie .width .images a:nth-of-type(12) {
  grid-area: k;
}
#galerie .width .images a:nth-of-type(13) {
  grid-area: l;
}
#galerie .width .images a:nth-of-type(14) {
  grid-area: m;
}
#galerie .width .images a:nth-of-type(15) {
  grid-area: n;
}
#galerie .width .images a:nth-of-type(16) {
  grid-area: o;
}
#galerie .width .images a img {
  border: none;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
#galerie .width .images a:hover {
  box-shadow: none;
  transform: none;
}
#galerie .width .images a:hover img {
  transform: scale(1.03) !important;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

#contact {
  background-color: #dcddd3;
  padding-bottom: var(--padding-150);
}
#contact .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--padding-50);
}
#contact .width .left {
  width: 50%;
}
#contact .width .left .title {
  max-width: 18ch;
  margin-bottom: var(--padding-50);
}
#contact .width .left .subtitle::before {
  content: url("../imgs/icons/tilde-dark.svg");
}
#contact .width .left p {
  max-width: 44ch;
}
#contact .width .left p span {
  color: #414833;
  font-weight: 400;
  display: inline;
  font-family: "Urbanist", serif;
}
#contact .width .left p:not(:last-of-type) {
  margin-bottom: var(--gap-30);
}
#contact .width .right {
  width: 50%;
}
#contact .width .right form {
  width: 100%;
}
#contact .width .right form div .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: var(--gap);
}
#contact .width .right form div .form-group * {
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-size: var(--fs-16);
  font-weight: 400;
}
#contact .width .right form div .form-group label {
  font-style: italic;
  margin-top: 10px;
  padding-left: 16px;
  color: rgba(65, 72, 51, 0.5);
  font-size: var(--fs-20);
}
#contact .width .right form div .form-group input {
  width: 100%;
  outline: none;
  border: 0px solid;
  border-bottom: 1px solid #414833;
  background-color: #dcddd3;
  padding: 2px 16px 2px 16px;
  color: #414833;
  font-weight: bold;
  font-size: var(--fs-20);
}
#contact .width .right form div .form-group input::-moz-placeholder {
  font-style: italic;
  margin-top: 10px;
  color: rgba(65, 72, 51, 0.5);
  font-size: var(--fs-20);
}
#contact .width .right form div .form-group input::placeholder {
  font-style: italic;
  margin-top: 10px;
  color: rgba(65, 72, 51, 0.5);
  font-size: var(--fs-20);
}
#contact .width .right form div .form-group textarea {
  width: 100%;
  padding: 2px 16px 2px 16px;
  outline: none;
  border: 0px solid;
  background-color: #dcddd3;
  border-bottom: 1px solid #414833;
  height: 100px;
  color: #414833;
  font-weight: bold;
  font-size: var(--fs-20);
}
#contact .width .right form div .form-group textarea::-moz-placeholder {
  font-style: italic;
  margin-top: 10px;
  color: rgba(65, 72, 51, 0.5);
  font-size: var(--fs-20);
}
#contact .width .right form div .form-group textarea::placeholder {
  font-style: italic;
  margin-top: 10px;
  color: rgba(65, 72, 51, 0.5);
  font-size: var(--fs-20);
}
#contact .width .right form div .btn {
  margin-top: var(--padding-50);
}
#contact .width .right form div .btn::after {
  margin-top: 0;
}
#contact .width .right form div .btn:hover {
  background-color: #dcddd3;
}
#contact .width .right form div .btn:hover::before {
  background-color: #dcddd3;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

.btn {
  position: relative;
  z-index: 1;
  background-color: #414833;
  color: white;
  font-weight: 700;
  font-size: 16px;
  font-family: "Urbanist", serif;
  transition: all 0.7s linear;
  padding: 15px 39px;
  border: 1px solid #414833;
  border-radius: 100px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: white;
  transition: all 0.7s linear;
  border-radius: 100px;
  z-index: -1;
}
.btn:hover {
  color: #414833;
  background-color: transparent;
}
.btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-arrow {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 1px solid #414833;
}
.btn-arrow::after {
  content: url("../imgs/icons/arrow.svg");
  display: block;
  width: 24px;
  height: 15px;
  margin-left: 20px;
  transition: all 0.7s linear;
  margin-top: -8px;
}
.btn-arrow:hover {
  color: #414833;
  background-color: transparent;
  border-color: white;
  border: 1px solid #414833;
}
.btn-arrow:hover::after {
  content: url("../imgs/icons/arrow-dark.svg?v.001");
  transform: translateX(20px);
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

h1 {
  font-size: 42px;
  color: #414833;
  font-family: "Urbanist", serif;
  line-height: 130%;
  margin-bottom: 50px;
  font-weight: 300;
  font-style: italic;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Urbanist", serif;
}

a,
span {
  display: inline-block;
}

a,
p,
li,
.txt {
  font-family: "Urbanist", serif;
  font-style: normal;
  font-size: var(--fs-16);
  line-height: 1.8;
  color: #414833;
  text-align: left;
}
a span,
p span,
li span,
.txt span {
  color: #414833;
  font-weight: 700;
}
a-bold,
p-bold,
li-bold,
.txt-bold {
  font-weight: 700;
}
a-small,
p-small,
li-small,
.txt-small {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
}

.title {
  font-family: "Urbanist", serif;
  font-size: var(--fs-56);
  color: #414833;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #414833;
  font-family: "Urbanist", serif;
  font-size: var(--fs-78);
  font-weight: 400;
  max-width: 16ch;
  letter-spacing: 1px;
  line-height: 1.2;
}
.title-main span {
  font-style: italic;
  font-family: "Urbanist", serif;
  color: #8c957b;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Urbanist", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #8c957b;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  font-style: italic;
}
.subtitle::before {
  content: url("../imgs/icons/tilde.svg");
  display: inline;
  margin-right: 30px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle.isAnimated::before {
  transform: none;
}
.subtitle-main {
  font-family: "Urbanist", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #dcddd3;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main::before {
  content: url("../imgs/icons/tilde-dark.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 20px;
  height: 20px;
  transition: all 1s linear;
  transform: scale(0.5) translateX(10px);
  align-self: flex-start;
}
.subtitle-main.isAnimated::before {
  transform: none;
}

.width {
  padding: 0 var(--padding-5);
  margin: 0 auto;
  max-width: 1600px;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 0px;
  z-index: 1000;
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .width {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .width .logo {
  width: 200px;
  position: relative;
  z-index: 1000000;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
header .width .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .width nav {
  margin-left: auto;
  margin-right: 50px;
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 50px;
}
header .width nav ul li {
  margin: 0;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;
}
header .width nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #dcddd3;
  font-size: var(--fs-16);
  font-family: "Urbanist", serif;
  transition: transition;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
  text-shadow: 1px 1px #414833;
}
header .width nav ul li:hover a {
  text-shadow: -3px 3px 6px rgba(47, 65, 86, 0.4);
  font-weight: bold;
}
header .width nav ul li:last-of-type {
  display: none;
}
header .width nav.active {
  position: fixed;
  top: 0px;
  background: #414833;
  padding: 90px 0px 0 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  display: flex;
  left: 0;
  transition-duration: 0.6s;
  z-index: 999;
}
header .width nav.active ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header .width #menu-btn {
  background-color: transparent;
  cursor: pointer;
  display: none;
  z-index: 9999;
  border: none;
  width: 30px;
}
header .width #menu-btn span {
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background-color: #dcddd3;
}
header .width #menu-btn span::before, header .width #menu-btn span::after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  border-radius: 10px;
  background-color: #dcddd3;
}
header .width #menu-btn span::before {
  top: 8px;
  transition: all 0.4s linear;
}
header .width #menu-btn span::after {
  bottom: 8px;
  transition: all 0.4s linear;
}
header .width #menu-btn.active span {
  width: 0;
}
header .width #menu-btn.active span::before {
  left: -5px;
  top: 0px;
  transform: rotate(45deg);
}
header .width #menu-btn.active span::after {
  left: -5px;
  top: 0px;
  transform: rotate(-45deg);
}
header .width #contact-btn {
  margin: 0;
  background-color: white;
  color: #414833;
  height: 40px;
  width: 120px;
  border-color: white;
}
header .width #contact-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0px;
  height: 100%;
  background-color: #414833;
  transition: all 0.3s linear;
  border-radius: 100px;
  z-index: -1;
}
header .width #contact-btn:hover {
  color: white;
  background-color: transparent;
  border-color: #414833;
}
header .width #contact-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
header.active {
  padding-top: 24px;
  padding-bottom: 24px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px -15px 40px;
}
header.active .width nav ul li a {
  color: #414833;
  text-shadow: none;
}
header.active .width #contact-btn {
  border-color: #414833;
}

footer {
  background: #414833;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: var(--padding-10);
  padding-right: var(--padding-10);
}
footer * {
  color: #dcddd3;
}
footer .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
footer .width a {
  display: block;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}
footer .width a:hover {
  transform: scale(1.01);
  color: white;
}
footer .width .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--padding-100);
}
footer .width .top .logo {
  filter: brightness(0) invert(1);
  width: 100px;
  transition: all 0.3s linear;
}
footer .width .top .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer .width .top .right {
  width: 50%;
  display: flex;
  gap: var(--padding-100);
  justify-content: space-between;
}
footer .width .top .right .adresse {
  text-align: left;
}
footer .width .top .right .adresse h4 {
  font-family: "Urbanist", serif;
  font-weight: 700;
  font-size: var(--fs-20);
  margin-bottom: var(--gap-30);
  text-transform: uppercase;
}
footer .width .top .right .contact {
  text-align: right;
  align-self: flex-end;
}
footer .width .top .right .contact .wrapper {
  display: flex;
}
footer .width .top .right .contact * {
  text-align: right;
}
footer .width .bottom {
  margin-top: var(--padding-50);
}
footer .width .bottom p {
  text-align: right;
  font-size: 16px;
}
footer .width .bottom p a {
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
}
footer .width .bottom p:last-of-type {
  font-weight: 700;
}

@font-face {
  font-family: "Vonca";
  src: url("../fonts/vonca.otf");
  src: url("../fonts/vonca.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist.ttf");
  src: url("../fonts/urbanist.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --gap: 24px;
  --gap-30: 30px;
  --padding-50: 50px;
  --padding-100: 100px;
  --padding-150: 150px;
  --padding-5: 5%;
  --padding-10: 10%;
  --fs-14: 14px;
  --fs-16: 16px;
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-56: 36px;
  --fs-78: 75px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --gap: 24px;
    --gap-30: 30px;
    --padding-50: 50px;
    --padding-100: 100px;
    --padding-150: 150px;
    --padding-5: 5%;
    --padding-10: 10%;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-56: 46px;
    --fs-78: 58px;
  }
  #situation2 .width .stars {
    margin-top: var(--padding-100);
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --gap: 24px;
    --gap-30: 30px;
    --padding-50: 50px;
    --padding-100: 70px;
    --padding-150: 100px;
    --padding-5: 5%;
    --padding-10: 10%;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-24: 24px;
    --fs-56: 46px;
    --fs-78: 58px;
  }
  header.active {
    padding: var(--gap) 0 var(--gap) 0;
  }
  header.active .width {
    padding-right: var(--padding-5);
  }
  .images a:hover img {
    border: 11px solid white;
  }
  .images a img {
    border: 14px solid white;
  }
  #accueil {
    height: 950px;
    padding-top: 0;
    margin-bottom: 100px;
  }
  #accueil .bottom {
    width: 100%;
    padding-left: var(--padding-5);
    padding-right: var(--padding-5);
  }
  #accueil .bottom .subtitle-main {
    justify-content: center;
    width: 100%;
  }
  #accueil .bottom p {
    text-align: center;
  }
  #accueil .top .right {
    position: absolute;
    width: 100%;
    height: 200px;
    padding-left: 20px;
    bottom: -380px;
    border-top: 16px solid #dcddd3;
    border-bottom: 16px solid #dcddd3;
    border-left: 16px solid #dcddd3;
    z-index: 0;
  }
  #accueil .top .right ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #accueil .top .right ul li {
    transform: rotate(0deg);
    writing-mode: initial;
    align-items: center;
  }
  #villa {
    margin-top: 150px;
  }
  #fullImg {
    max-height: 600px;
  }
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  footer .width .top .right {
    width: 60%;
  }
}
@media only screen and (max-width: 992px) {
  :root {
    --gap: 24px;
    --gap-30: 30px;
    --padding-50: 50px;
    --padding-100: 70px;
    --padding-150: 100px;
    --padding-5: 5%;
    --padding-10: 10%;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 18px;
    --fs-24: 20px;
    --fs-56: 36px;
    --fs-78: 40px;
  }
  #fullImg {
    max-height: 450px;
  }
  .subtitle::before {
    margin-right: 10px;
  }
  .subtitle-main::before {
    margin-right: 10px;
  }
  header .width #menu-btn {
    display: block;
    height: 30px;
  }
  header .width #contact-btn {
    display: none;
  }
  header .width .logo img {
    transition: all 0.3s linear;
    filter: brightness(0) invert(1);
  }
  header .width nav {
    position: fixed;
    top: -1000px;
    background: #414833;
    padding: 90px 0px 0 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    left: 0;
    transition: all 0.3s linear;
    transition-duration: 0.6s;
    z-index: 999;
    color: white;
  }
  header .width nav * {
    color: white;
  }
  header .width nav ul {
    gap: 10px;
  }
  header .width nav ul li:last-of-type {
    display: block;
  }
  header .width nav ul li a {
    font-size: var(--fs-24);
  }
  header.active .width .logo img {
    filter: none;
  }
  header.active .width #menu-btn span {
    background-color: #414833;
  }
  header.active .width #menu-btn span::after, header.active .width #menu-btn span:before {
    transition: all 0.3s linear;
    background-color: #414833;
  }
  header.active .width nav ul li a {
    color: white;
  }
  header.active .width nav.active #menu-btn.active span {
    background-color: white;
  }
  header.active .width nav.active #menu-btn.active span::after, header.active .width nav.active #menu-btn.active span:before {
    transition: all 0.3s linear;
    background-color: white;
  }
  #menu-btn.active header .width nav.active {
    top: 0;
  }
  #menu-btn.active span {
    background-color: white;
  }
  #menu-btn.active span::after, #menu-btn.active span:before {
    transition: all 0.3s linear;
    background-color: white !important;
  }
  #accueil .top {
    height: 900px;
  }
  #accueil .top .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: var(--gap);
    background-color: rgba(220, 221, 211, 0.7);
  }
  #accueil .top .info .subtitle {
    max-width: none;
    text-align: center;
    margin: 0 auto 14px auto;
  }
  #accueil .top .info .title-main {
    max-width: none;
    text-align: center;
    margin: 0 auto var(--gap) auto;
  }
  #accueil .top .info .btn-arrow {
    margin: 0 auto 0px auto;
  }
  #accueil .top .img {
    width: 100%;
  }
  #villa {
    max-height: none;
    height: auto;
  }
  #villa .width {
    flex-direction: column;
  }
  #villa .width .left {
    margin: 0 auto 0 auto;
    order: 1;
    width: 100%;
    height: 74.375vw;
  }
  #villa .width .left .images {
    position: relative;
    width: 100%;
    max-width: none;
    max-height: none;
  }
  #villa .width .left .images a:nth-child(1) {
    max-width: none;
    max-height: none;
    width: 69.8vw;
    height: 65.625vw;
  }
  #villa .width .left .images a:nth-child(2) {
    max-width: none;
    max-height: none;
    width: 38.54vw;
    height: 52.08vw;
  }
  #villa .width .left .images a:nth-child(3) {
    max-width: none;
    max-height: none;
    width: 54.16vw;
    height: 38.54vw;
  }
  #villa .width .right {
    width: 100%;
  }
  #villa .width .right * {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #villa .width .right .title {
    max-width: none;
  }
  #villa .width .right p {
    max-width: none;
  }
  #projet2 {
    height: auto;
  }
  #projet2 .width {
    flex-direction: column;
  }
  #projet2 .width .left {
    width: 100%;
  }
  #projet2 .width .left * {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #projet2 .width .left .title {
    max-width: none;
  }
  #projet2 .width .left p {
    max-width: none;
  }
  #projet2 .width .left ul {
    max-width: none;
  }
  #projet2 .width .left ul li {
    text-align: left;
  }
  #projet2 .width .right {
    margin: 0 auto 0 auto;
    order: 1;
    height: 75.942vw;
    width: 100%;
  }
  #projet2 .width .right .images {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
  }
  #projet2 .width .right .images a:nth-child(1) {
    max-width: none;
    max-height: none;
    width: 59.576vw;
    height: 38.54vw;
  }
  #projet2 .width .right .images a:nth-child(2) {
    max-width: none;
    max-height: none;
    width: 69.894vw;
    height: 45.84vw;
  }
  #icons {
    padding-left: var(--padding-5);
    padding-right: var(--padding-5);
  }
  #icons .width {
    padding: 0;
  }
  #finitions .width .info {
    flex-direction: column;
  }
  #finitions .width .info * {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  #finitions .width .info .left {
    width: 100%;
  }
  #finitions .width .info .left .title {
    max-width: none;
  }
  #finitions .width .info .right {
    width: 100%;
  }
  #finitions .width .info .right p {
    max-width: none;
  }
  #finitions .width .images {
    max-width: none;
    height: 85.95vw;
    max-height: none;
    width: 80%;
  }
  #finitions .width .images a:nth-child(1) {
    max-width: none;
    max-height: none;
    width: 47.92vw;
    height: 34.38vw;
    position: relative;
    left: -10%;
  }
  #finitions .width .images a:nth-child(2) {
    max-width: none;
    max-height: none;
    width: 52.08vw;
    height: 55.2vw;
    right: -18%;
  }
  #finitions .width .images a:nth-child(3) {
    max-width: none;
    max-height: none;
    width: 70.84vw;
    height: 45.84vw;
  }
  #finitions2 .width ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #situation .width {
    flex-direction: column;
  }
  #situation .width .left {
    order: 1;
    width: 100%;
  }
  #situation .width .left .images {
    height: 74.99vw;
  }
  #situation .width .left .images a:nth-child(1) {
    max-width: none;
    max-height: none;
    width: 36.2vw;
    height: 27.08vw;
    width: 72.4vw;
    height: 54.16vw;
  }
  #situation .width .left .images a:nth-child(2) {
    max-width: none;
    max-height: none;
    width: 56.26vw;
    height: 41.66vw;
  }
  #situation .width .right {
    width: 100%;
  }
  #situation .width .right .title {
    max-width: none;
  }
  #situation .width .right p {
    max-width: none;
  }
  #situation .width .right * {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  #situation2 .width .wrapper {
    flex-direction: column;
  }
  #situation2 .width .wrapper .left {
    width: 100%;
  }
  #situation2 .width .wrapper .left ul {
    grid-gap: var(--padding-50) var(--padding-50);
  }
  #situation2 .width .wrapper .right {
    width: 100%;
    height: 450px;
  }
  #situation2 .width .wrapper .right .images {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #galerie .width .info {
    flex-direction: column;
  }
  #galerie .width .info .left {
    width: 100%;
  }
  #galerie .width .info .left .subtitle {
    justify-content: center;
  }
  #galerie .width .info .left .title {
    max-width: none;
    text-align: center;
  }
  #galerie .width .info .right {
    width: 100%;
  }
  #galerie .width .info .right p {
    max-width: none;
    text-align: center;
  }
  #plans .width .tables {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #plans .width .table-wrapper {
    width: 100%;
  }
  #plans .width .table-wrapper .table thead tr th {
    text-transform: uppercase;
    font-weight: 800;
    font-size: var(--fs-20);
    padding-top: 0;
    padding-bottom: var(--gap);
  }
  #plans .width .table-wrapper .table tbody tr td {
    text-align: center;
    font-weight: 700;
    font-size: var(--fs-16);
    padding: 12px;
    border-bottom: 1px solid rgba(65, 72, 51, 0.5);
  }
  #plans .width .table-wrapper .table tbody tr td:first-of-type {
    text-align: left;
    font-weight: 400;
    font-size: var(--fs-16);
  }
  #plans .width .table-wrapper .table tbody tr td span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
  }
  #plans .width .table-wrapper .table tbody tr td span.d {
    background-color: rgb(127, 218, 127);
  }
  #plans .width .table-wrapper .table tbody tr td span.v {
    background-color: rgb(218, 127, 127);
  }
  #plans .width .table-wrapper .table tbody tr td span.r {
    background-color: rgb(218, 218, 127);
  }
  #environnement .width .table-wrapper {
    width: 100%;
  }
  #contact .width {
    flex-direction: column;
  }
  #contact .width .left {
    width: 100%;
  }
  #contact .width .left .subtitle {
    text-align: center;
    justify-content: center;
  }
  #contact .width .left .title {
    max-width: none;
    text-align: center;
    justify-content: center;
  }
  #contact .width .left p {
    max-width: none;
    text-align: center;
  }
  #contact .width .right {
    width: 100%;
  }
  #contact .width .right form {
    margin: 0 auto;
  }
  #contact .width .right form .btn-arrow {
    margin: var(--padding-50) auto 0 auto;
  }
  footer .width .top {
    flex-direction: column;
  }
  footer .width .top .logo {
    margin: 0 auto;
  }
  footer .width .top .right {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #accueil .top {
    height: 900px;
    min-height: 900px;
  }
  #villa {
    padding-top: 300px !important;
  }
  #galerie .width .images {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 40vh);
    grid-gap: 20px 20px;
    grid-template-areas: "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o";
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --gap: 24px;
    --gap-30: 30px;
    --padding-50: 50px;
    --padding-100: 70px;
    --padding-150: 100px;
    --padding-5: 5%;
    --padding-10: 10%;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 18px;
    --fs-24: 20px;
    --fs-56: 32px;
    --fs-78: 32px;
  }
  #accueil {
    height: auto;
  }
  #accueil .top .right {
    bottom: -430px;
  }
  #accueil .top .info .subtitle {
    color: #dcddd3;
  }
  #villa {
    padding-top: 80px !important;
  }
  #icons .width ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--gap-30) var(--gap-30);
  }
  #icons .width ul li img {
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
  }
  #situation2 .width .wrapper .left ul li {
    flex-direction: column;
  }
  #finitions2 .width ul {
    grid-template-columns: repeat(1, 1fr);
  }
  #plans .width .table {
    width: 100%;
  }
  footer .width .top .right {
    flex-direction: column;
    gap: var(--gap);
  }
  footer .width .top .right .adresse,
  footer .width .top .right .contact {
    width: 100%;
  }
  footer .width .top .right .adresse *,
  footer .width .top .right .contact * {
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  :root {
    --gap: 24px;
    --gap-30: 30px;
    --padding-50: 50px;
    --padding-100: 70px;
    --padding-150: 100px;
    --padding-5: 5%;
    --padding-10: 10%;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 18px;
    --fs-24: 20px;
    --fs-56: 28px;
    --fs-78: 30px;
  }
  #accueil .top .right {
    bottom: -450px;
  }
  #environnement .width .table-wrapper .table tbody tr td:first-of-type {
    width: 50%;
  }
  #environnement .width .table-wrapper .table thead tr th {
    font-weight: 500;
    font-size: 18px;
  }
  footer .width {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  #villa {
    padding-top: 40px !important;
  }
  header .width .logo {
    width: 70px;
  }
  header.active {
    padding: 5px 0;
  }
  h1 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  #accueil .top {
    height: auto;
    min-height: auto;
    position: initial;
  }
  #accueil .top .img {
    min-height: 550px;
  }
  #accueil .top .right {
    bottom: -150px;
    border: 8px solid #dcddd3;
  }
  #accueil .top .info {
    bottom: 280px;
  }
  #accueil .top .info .title-main {
    font-size: 28px;
  }
  #accueil .top .info .title-main span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  #accueil .top .right {
    border: 8px solid #dcddd3;
  }
  #accueil .top .info {
    bottom: 330px;
  }
}/*# sourceMappingURL=style.css.map */