* {
  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: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

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

body {
  max-width: 1920px;
  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: "Quicksand", 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: 10px 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 {
  width: 100%;
}

section#fullImg {
  padding-top: 0 !important;
}

#fullImg img {
  width: 100%;
  height: auto;
  display: block;
}

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: "Quicksand", serif !important;
}
.fancybox-infobar * {
  color: white;
  font-family: "Quicksand", 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: #fffaf4;
  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: #3A3A3A;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #fffaf4;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#loading .loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#loading h1 {
  font-family: "Mangro", serif;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 62px;
  color: #3A3A3A;
  margin-top: 10px;
}
#loading img {
  width: 120px;
  margin-bottom: 20px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  animation: rotateLogo 10s linear 1 forwards;
}

@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#accueil {
  height: 900px;
  min-height: 95vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  flex-direction: column;
}
#accueil .top {
  height: 684px;
  min-height: 75vh;
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
#accueil .top .info {
  width: 45%;
  padding-left: var(--padding-5);
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap);
}
#accueil .top .info h1 {
  font-size: 62px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  margin-bottom: 10px;
}
#accueil .top .info h2 {
  color: #D2B48C;
  margin-bottom: 30px;
}
#accueil .top .info .title-main {
  margin-bottom: var(--padding-50);
}
#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: 60%;
  height: 100%;
  border-radius: 0 0 0 50px;
}
#accueil .top .img img {
  border-radius: 0 0 0 50px;
}
#accueil .top .right {
  background-color: white;
  width: 82px;
  flex-shrink: 0;
  height: 100vh;
  z-index: 101;
}
#accueil .top .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 30px;
  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: "Quicksand", serif;
  text-transform: uppercase;
  font-size: var(--fs-16);
  font-weight: 400;
  color: #A68B67;
}
#accueil .top .right ul li span {
  font-weight: 700;
}
#accueil .bottom {
  height: auto;
  width: calc(100% - 164px);
  margin-left: 82px;
  margin-right: 82px;
  padding: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #A68B67;
  color: #fffaf4;
  border-radius: 0 0 20px 20px;
}
#accueil .bottom .subtitle-main {
  max-width: initial !important;
}
#accueil .bottom p {
  color: #fffaf4;
  max-width: auto;
  text-align: center;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#projet {
  max-height: 1182px;
  height: 61.64vw;
  margin-bottom: var(--padding-50);
}
#projet .width {
  display: flex;
  justify-content: flex-start;
  gap: var(--padding-100);
}
#projet .width .left {
  width: 50%;
}
#projet .width .left .images {
  position: relative;
  border-radius: 25px;
}
#projet .width .left .images img {
  border-radius: 25px;
}
#projet .width .left .images a:nth-child(1) {
  max-width: 670px;
  max-height: 840px;
  width: 34.9vw;
  height: 43.75vw;
}
#projet .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%;
}
#projet .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%;
}
#projet .width .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
#projet .width .right .title {
  max-width: 24ch;
  margin-bottom: var(--padding-50);
}
#projet .width .right p {
  max-width: 60ch;
  margin-bottom: 20px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#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 {
  justify-content: center;
  margin-bottom: 20px;
}
#projet2 .width .left .subtitle:nth-of-type(2) {
  margin-top: 50px;
}
#projet2 .width .left p {
  max-width: 60ch;
}
#projet2 .width .left p:not(:last-of-type) {
  margin-bottom: var(--gap-30);
}
#projet2 .width .left p span {
  font-family: "Quicksand", serif;
  display: inline;
}
#projet2 .width .right {
  width: 50%;
  height: 42.19vw;
  align-self: center;
}
#projet2 .width .right .images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 25px;
}
#projet2 .width .right .images img {
  border-radius: 25px;
}
#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: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

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

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#finitions .width .info {
  display: flex;
  gap: var(--padding-100);
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: var(--padding-100);
}
#finitions .width .info .left {
  width: 40%;
}
#finitions .width .info .left .title {
  max-width: 12ch;
}
#finitions .width .info .right {
  width: 60%;
}
#finitions .width .info .right p {
  margin-bottom: 10px;
}
#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;
  border-radius: 25px;
}
#finitions .width .images img {
  border-radius: 25px;
}
#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: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#finitions2 {
  padding-bottom: var(--padding-150);
  padding-top: 0 !important;
}
#finitions2 .width h2.title {
  text-align: center;
  margin-bottom: 80px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#finitions2 .width ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px var(--gap);
  margin-top: 50px;
  list-style: none;
  padding: 0;
}
#finitions2 .width ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  transition: transform 0.3s ease;
}
#finitions2 .width ul li:hover {
  transform: translateY(-5px);
}
#finitions2 .width ul li .icon-wrapper {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A68B67;
  background: rgba(166, 139, 103, 0.08);
  border-radius: 50%;
  transition: all 0.3s ease;
}
#finitions2 .width ul li .icon-wrapper svg {
  width: 32px;
  height: 32px;
}
#finitions2 .width ul li li:hover .icon-wrapper {
  transform: scale(1.1);
  background: #A68B67;
  color: #fff;
}
#finitions2 .width ul li p {
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
#finitions2 .width ul li p:first-of-type {
  font-size: 17px;
  color: #A68B67;
  font-weight: 400;
}
#finitions2 .width ul li p.small {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  margin-top: 8px;
}

@media (max-width: 992px) {
  #finitions2 .width ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

#situation .width {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--padding-100);
  padding-bottom: 100px;
}
#situation .width .left {
  width: 50%;
}
#situation .width .left .images {
  position: relative;
  border-radius: 25px;
  width: 100%;
  height: 600px;
}
#situation .width .left .images iframe {
  border-radius: 25px;
  height: 100%;
  width: 100%;
}
#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: 30ch;
  margin-bottom: var(--padding-50);
}
#situation .width .right p {
  max-width: 80ch;
  margin-bottom: var(--gap-30);
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#situation2 {
  padding-top: 0 !important;
  padding-bottom: var(--padding-150);
}
#situation2 .width .distances-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
  font-family: sans-serif;
}
#situation2 .width .distances-container .box {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #D2B48C;
  padding-bottom: 15px;
  padding-top: 10px;
}
#situation2 .width .distances-container .box h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #A68B67;
}
#situation2 .width .distances-container .box p {
  margin: 5px 0 0 0;
  font-size: 18px;
  color: #666;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#plans {
  padding-bottom: var(--padding-150);
  background-color: #fffaf4;
}
#plans .width {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#plans .width .btn {
  text-align: center;
  margin: 80px auto 0 auto;
}
#plans .width .subtitle {
  text-align: center;
}
#plans .width .title {
  text-align: center;
  margin-bottom: var(--padding-100);
}
#plans .width .table-wrapper {
  overflow-x: auto;
  width: 70%;
}
#plans .width .table-wrapper .table {
  min-width: 450px;
  width: 100%;
}
#plans .width .table-wrapper .table thead tr th {
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-weight: 800;
  font-size: var(--fs-24);
  color: #A68B67;
  padding-top: 0;
  padding-bottom: var(--padding-50);
}
#plans .width .table-wrapper .table tbody tr td.theader {
  font-weight: bold !important;
  color: rgba(166, 139, 103, 0.5);
}
#plans .width .table-wrapper .table tbody tr td {
  text-align: center;
  font-size: 16px;
  padding: 12px;
  border-bottom: 1px solid rgba(166, 139, 103, 0.5);
}
#plans .width .table-wrapper .table tbody tr td:first-of-type {
  text-align: left;
  font-weight: 400;
  font-size: var(--fs-18);
}
#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);
}
#plans .width .details {
  width: 70%;
  margin: 0px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#plans .width .details span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
#plans .width .details span.d {
  background-color: rgb(127, 218, 127);
}
#plans .width .details span.v {
  background-color: rgb(218, 127, 127);
}
#plans .width .details span.r {
  background-color: rgb(218, 218, 127);
}
#plans .width .details p {
  text-align: center;
  width: 33%;
  font-family: "Quicksand", serif;
  font-size: 16px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#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(250px, 1fr);
  grid-gap: 10px 10px;
  grid-template-areas: "a a b" "h h c" "d d c" "d d e" "f g e";
}
#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 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
#galerie .width .images a:hover img {
  transform: scale(1.03) !important;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

#contact {
  background-color: #fffaf4;
  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 .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
#contact .width .left .top .logo {
  width: 230px;
  transition: all 0.3s linear;
  margin-top: 60px;
}
#contact .width .left .top .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
#contact .width .left .top .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#contact .width .left .top .right .adresse {
  text-align: left;
}
#contact .width .left .top .right .adresse h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: var(--fs-20);
  margin-bottom: var(--gap-30);
  text-transform: uppercase;
}
#contact .width .left .top .right .contact {
  text-align: left;
  align-self: flex-start;
}
#contact .width .left .title {
  max-width: 18ch;
  margin-bottom: var(--padding-50);
}
#contact .width .left .subtitle {
  margin-bottom: 32px;
}
#contact .width .left p {
  max-width: 44ch;
}
#contact .width .left p span {
  color: #A68B67;
  font-weight: 400;
  display: inline;
  font-family: "Quicksand", 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: "Quicksand", serif;
  color: #D2B48C;
  font-size: 15px;
  font-weight: 400;
}
#contact .width .right form div .form-group label {
  font-style: italic;
  margin-top: 10px;
  padding-left: 16px;
  color: #A68B67;
  font-size: 15px;
}
#contact .width .right form div .form-group input {
  width: 100%;
  outline: none;
  border: 0px solid;
  border-bottom: 1px solid #A68B67;
  background-color: #fffaf4;
  padding: 2px 16px 2px 16px;
  color: #A68B67;
  font-weight: bold;
  font-size: 15px;
}
#contact .width .right form div .form-group textarea {
  width: 100%;
  padding: 2px 16px 2px 16px;
  outline: none;
  border: 0px solid;
  background-color: #fffaf4;
  border-bottom: 1px solid #A68B67;
  height: 100px;
  color: #A68B67;
  font-weight: bold;
  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;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

.btn {
  position: relative;
  z-index: 1;
  background-color: #A68B67;
  color: #fffaf4;
  font-weight: 700;
  font-size: 16px;
  font-family: "Quicksand", serif;
  transition: all 0.3s linear;
  padding: 10px 30px;
  border: 1px solid #A68B67;
  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: #fffaf4;
  transition: all 0.3s linear;
  border-radius: 100px;
  z-index: -1;
}
.btn:hover {
  color: #A68B67;
  background-color: transparent;
}
.btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-arrow {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.btn-arrow::after {
  content: url("../imgs/icons/arrow.svg");
  display: block;
  width: 24px;
  height: 15px;
  margin-left: 20px;
  transition: all 0.3s linear;
  margin-top: -8px;
}
.btn-arrow:hover {
  color: #A68B67;
  background-color: transparent;
  border-color: #A68B67;
}
.btn-arrow:hover::after {
  content: url("../imgs/icons/arrow-dark.svg?v.01");
  transform: translateX(20px);
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

a,
span {
  display: inline-block;
}

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

.title {
  font-family: "Cormorant Garamond", serif;
  font-size: var(--fs-56);
  color: #3A3A3A;
  font-weight: 400;
  line-height: 1.2;
}
.title span {
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-56);
  line-height: 1.2;
}
.title-main {
  color: #3A3A3A;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", serif;
  color: #A68B67;
  font-weight: 700;
  font-size: var(--fs-78);
  line-height: 1.2;
}

.subtitle {
  font-family: "Mangro", serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #A68B67;
  margin-bottom: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.subtitle.isAnimated::before {
  transform: rotate(180deg) scale(1);
}
.subtitle-main {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
  margin-bottom: var(--gap);
  position: relative;
  display: flex;
  align-items: center;
  color: #fffaf4;
  font-size: var(--fs-24);
  font-weight: 700;
}
.subtitle-main.isAnimated::before {
  transform: rotate(180deg) scale(1);
}

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

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  transition: all 0.3s linear;
  max-width: 1920px;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .width .logo {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
header .width .logo a {
  font-size: 28px;
  font-family: "Mangro", serif;
  letter-spacing: 2px;
}
header .width .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .width nav {
  margin-left: auto;
  margin-right: var(--gap-30);
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
header .width nav ul li {
  margin: 0;
  padding: 0 45px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s linear;
}
header .width nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fffaf4;
  font-size: var(--fs-16);
  font-family: "Quicksand", serif;
  transition: transition;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
  text-shadow: -3px 3px 6px rgba(47, 65, 86, 0.4);
}
header .width nav ul li:hover a {
  font-weight: bold;
}
header .width nav ul li:last-of-type {
  display: none;
}
header .width nav.active {
  position: fixed;
  top: 0px;
  background: #A68B67;
  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: #fffaf4;
}
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: #fffaf4;
}
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: #A68B67;
  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: #A68B67;
  transition: all 0.3s linear;
  border-radius: 100px;
  z-index: -1;
}
header .width #contact-btn:hover {
  color: #fffaf4;
  background-color: transparent;
}
header .width #contact-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
header.active {
  border-bottom: 1px solid #D2B48C;
  background: white;
}
header.active .width {
  padding-right: 90px;
}
header.active .width nav ul li a {
  color: #A68B67;
  text-shadow: none;
}
header.active .width #contact-btn {
  border-color: #A68B67;
}

footer {
  background: #3A3A3A;
  padding-top: var(--padding-100);
  padding-bottom: var(--padding-50);
  padding-left: 5%;
  padding-right: 5%;
}
footer * {
  color: #fffaf4;
}
footer .width a {
  display: block;
  transition: all 0.3s linear;
}
footer .width a:hover {
  color: #A68B67;
}
footer .width .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--padding-100);
  margin-bottom: var(--padding-50);
}
footer .width .top .box {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .width .top .box .txt-bold {
  margin-bottom: 10px;
  text-align: center;
}
footer .width .top .box p, footer .width .top .box a {
  align-items: center !important;
}
footer .width .top .box a:hover {
  color: #D2B48C;
}
footer .width .top .box h3 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fffaf4;
  text-align: center;
  text-transform: uppercase;
}
footer .width .top .box .logo {
  width: 230px;
  transition: all 0.3s linear;
}
footer .width .top .box .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer .width .bottom {
  margin-top: var(--padding-50);
}
footer .width .bottom p {
  text-align: right;
}
footer .width .bottom p a {
  font-size: var(--fs-14);
  text-decoration: underline;
  text-underline-offset: 4px;
  display: inline-block;
}
footer .width .bottom p:last-of-type {
  font-weight: 700;
}

.filter2 {
  z-index: 100000000 !important;
}
.filter2 a {
  color: #fffaf4 !important;
}

@font-face {
  font-family: "Mangro";
  src: url("../fonts/mangro.otf");
  src: url("../fonts/mangro.otf") format("opentype");
  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: 48px;
}

@media only screen and (max-width: 1440px) {
  header .width nav ul li {
    padding: 0 25px;
  }
  :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;
  }
  #accueil .top .right {
    width: 52px;
  }
  #accueil .bottom {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(100% - 100px);
  }
  footer {
    background: #283537;
    padding-top: var(--padding-100);
    padding-bottom: var(--padding-50);
    padding-left: 5%;
    padding-right: 5%;
  }
}
@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;
  }
  .images a:hover img {
    border: 5px solid white;
  }
  .images a img {
    border: 5px solid white;
  }
  header .width nav ul li a {
    color: #3A3A3A;
  }
  #accueil .bottom {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    padding: 50px;
  }
  #accueil .bottom p {
    max-width: none;
  }
  #accueil .top .right {
    display: none;
  }
  #accueil .top .right ul {
    flex-direction: column;
    align-items: center;
  }
  #accueil .top .right ul li {
    transform: rotate(0deg);
    writing-mode: initial;
    align-items: center;
  }
  #plans .width .table-wrapper {
    width: 80%;
  }
  #plans .width .table-wrapper .table {
    min-width: auto;
    width: 100%;
  }
  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;
  }
  .subtitle::before {
    margin-right: 10px;
  }
  .subtitle-main::before {
    margin-right: 10px;
  }
  header .width #menu-btn {
    display: block;
    height: 30px;
  }
  header .width .logo.filter a {
    color: #A68B67;
  }
  header .width .logo a {
    color: #fffaf4;
  }
  header .width #contact-btn {
    display: none;
  }
  header .width nav {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background: #A68B67;
    padding: 90px 0px 0 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    transition: all 0.3s linear;
    transition-duration: 0.6s;
    z-index: 999;
    color: white;
  }
  header .width nav.active {
    transform: translateY(0);
  }
  header .width nav * {
    color: white;
  }
  header .width nav ul li:last-of-type {
    display: block;
  }
  header .width nav ul li a {
    font-size: 20px;
    margin: 20px 0;
    color: white;
  }
  header.active .width {
    padding-right: 5%;
  }
  header.active .width .logo a {
    color: #A68B67;
  }
  header.active .width #menu-btn span {
    background-color: #A68B67;
  }
  header.active .width #menu-btn span::after, header.active .width #menu-btn span:before {
    transition: all 0.3s linear;
    background-color: #A68B67;
  }
  header.active .width nav ul li a {
    color: white !important;
  }
  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 {
    min-height: auto;
    height: auto;
  }
  #accueil .top {
    height: auto;
    min-height: auto;
    flex-wrap: wrap;
  }
  #accueil .top .info {
    position: initial;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    left: 0%;
    transform: translateX(0);
    text-align: center;
    padding: var(--gap);
    background-color: rgba(255, 250, 244, 0.8);
  }
  #accueil .top .info .subtitle {
    max-width: none;
    text-align: center;
    margin: 14px auto;
  }
  #accueil .top .info h2, #accueil .top .info h3 {
    text-align: center;
  }
  #accueil .top .info .btn-arrow {
    margin: 0 auto 0px auto;
  }
  #accueil .top .img {
    width: 100%;
    order: -1;
    height: 450px;
  }
  #accueil .bottom {
    padding: 50px;
    height: auto;
    width: 100%;
  }
  #projet {
    max-height: none;
    height: auto;
  }
  #projet .width {
    flex-direction: column;
  }
  #projet .width .left {
    margin: 0 auto 0 auto;
    order: 1;
    width: 100%;
    height: 74.375vw;
  }
  #projet .width .left .images {
    position: relative;
    width: 100%;
    max-width: none;
    max-height: none;
  }
  #projet .width .left .images a:nth-child(1) {
    max-width: none;
    max-height: none;
    width: 69.8vw;
    height: 65.625vw;
  }
  #projet .width .left .images a:nth-child(2) {
    max-width: none;
    max-height: none;
    width: 38.54vw;
    height: 52.08vw;
  }
  #projet .width .left .images a:nth-child(3) {
    max-width: none;
    max-height: none;
    width: 54.16vw;
    height: 38.54vw;
  }
  #projet .width .right {
    width: 100%;
  }
  #projet .width .right * {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #projet .width .right .title {
    max-width: none;
  }
  #projet .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 .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;
  }
  #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 .table-wrapper {
    width: 100%;
  }
  #plans .width .table-wrapper .table thead tr th {
    text-transform: uppercase;
    font-weight: 800;
    font-size: var(--fs-20);
    color: #A68B67;
    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(39, 135, 177, 0.2);
  }
  #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);
  }
  #plans .width .details {
    width: 100%;
  }
  #contact .width {
    flex-direction: column;
  }
  #contact .width .left {
    width: 100%;
    order: -1;
  }
  #contact .width .left .subtitle {
    margin-bottom: 40px;
  }
  #contact .width .left .top .logo {
    margin: 20px auto;
  }
  #contact .width .left .top .right {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 80px;
  }
  #contact .width .left .top .right .adresse, #contact .width .left .top .right .contact {
    min-height: 150px;
    height: auto;
  }
  #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: left;
  }
  #contact .width .right {
    width: 80%;
    margin: 0 auto;
  }
  #contact .width .right form {
    margin: 0 auto;
  }
  #contact .width .right form .btn-arrow {
    margin: var(--padding-50) auto 0 auto;
  }
  footer .width .top .box {
    width: 40%;
  }
  footer .width .top .logo {
    margin: 0 auto;
  }
  footer .width .top .right {
    width: 100%;
  }
}
@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;
  }
  #icons .width ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #icons .width ul li {
    margin: 10px 0;
  }
  #icons .width ul li img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  #situation2 {
    padding-bottom: var(--padding-50);
  }
  #situation2 .width .distances-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #plans .width .table {
    width: 100%;
  }
  footer .width .top {
    flex-wrap: wrap;
  }
  footer .width .top .box {
    width: 90%;
    margin: 0 auto;
  }
}
@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;
  }
  #loading h1 {
    font-size: 42px;
  }
  #accueil .top .info h1 {
    font-size: 42px;
  }
  #plans {
    padding-bottom: 80px;
  }
  #plans .width .details p {
    width: 100%;
  }
  #plans .width .table-wrapper .table tbody tr td {
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
  }
  #plans .width .table-wrapper .table tbody tr td:first-of-type {
    font-size: 13px;
  }
  #contact .width .left .top .right {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  #contact .width .left .top .right .contact, #contact .width .left .top .right .adresse {
    min-height: auto;
    text-align: center;
    width: 100%;
  }
  #contact .width .left p, #contact .width .left a {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #situation2 .width .distances-container {
    grid-template-columns: repeat(1, 1fr);
  }
  #accueil .top .img {
    width: 100%;
    order: -1;
    height: 300px;
  }
}/*# sourceMappingURL=style.css.map */