:root {
  --font-size-text: 16px;
  --font-size-link: 14px;
  --font-size-title-large: 80px;
  --font-size-subtitle: 18px;
  --font-size-title: 48px;
  --font-size-button: 16px;
  --size-gap: 24px;
  --size-gap-large: 32px;
  --padding-horizontal: 5%;
  --swiper-theme-color: $beige-color;
}

@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/***************************************************************/
/*** MAIN ******************************************************/
/***************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  margin: auto;
  padding: 0;
  min-height: 100vh;
  max-width: 1920px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

section {
  scroll-margin: 50px;
}

a,
span {
  display: inline-block;
  font-family: "Avenir", Arial, sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #f4f2f0;
}

li {
  list-style-type: none;
  margin-bottom: 6px;
}

li,
p,
a {
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.width {
  padding: 0 var(--padding-horizontal);
  margin: 0 auto;
  display: flex;
}

.title {
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-title);
  font-weight: 900;
  line-height: 1;
  text-align: left;
  color: #d1b39b;
  margin-bottom: 56px;
}
.title.large {
  font-size: var(--font-size-title-large);
  line-height: 1;
  color: #f4f2f0;
}

.subtitle {
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-subtitle);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #d1b39b;
  margin-bottom: var(--size-gap);
}

.txt,
.txt p {
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 1.3;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 44px;
  text-align: justify;
}

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

.left,
.right {
  width: 50%;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

span.nowrap {
  white-space: nowrap;
}

/***************************************************************/
/*** BUTTONS ***************************************************/
/***************************************************************/
.btn {
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  color: #f4f2f0;
  text-transform: uppercase;
  padding: 8px 24px;
  border: 1px solid #f4f2f0;
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-button);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s linear;
  border-radius: 4px;
}
.btn::before, .btn::after {
  transition: all 0.3s linear;
}
.btn.arrow {
  font-family: "Avenir", Arial, sans-serif;
  padding: 10px 20px 10px 20px;
  border: 1px solid #f4f2f0;
  padding-right: 55px;
  position: relative;
  display: inline-block;
  background-color: #f4f2f0;
  text-align: left;
}
.btn.arrow a {
  color: #abc6d7;
  font-size: var(--font-size-link);
  line-height: 1;
}
.btn.arrow::after {
  content: url("imgs/icons/button-arrow.svg");
  position: absolute;
  right: 0;
  top: 10px;
  width: 28px;
  height: 10px;
  transform: translateX(-50%);
  display: block;
  background-image: no-repeat;
  transition: all 0.3s linear;
}
.btn.arrow:hover::after {
  right: -6px;
}
.btn.arrow.brown {
  border: 1px solid #d1b39b;
  background-color: #d1b39b;
}
.btn.arrow.brown a {
  color: #f4f2f0;
}
.btn.arrow.brown::after {
  content: url("imgs/icons/button-arrow-white.svg");
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--size-gap);
}

/***************************************************************/
/*** HEADER ***************************************************/
/***************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
  transition: all 0.3s linear;
  background-color: transparent;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-gap-large);
}
header .width .left {
  width: auto;
}
header .width .left .logo a img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
header .width .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--size-gap-large);
}
header .width .right nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: right 0.4s linear;
  gap: var(--size-gap-large);
  width: 100%;
}
header .width .right nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  width: 100%;
}
header .width .right nav ul li {
  margin: 0 15px;
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-text);
  font-weight: 300;
  line-height: 1.2;
  color: #f4f2f0;
}
header .width .right nav ul li.contact-nav {
  display: none;
}
header .width .right nav ul li a {
  font-family: "Avenir", Arial, sans-serif;
  color: #f4f2f0;
  text-align: left;
  transition: all 0.5s linear;
  position: relative;
  font-size: var(--font-size-text);
  font-weight: 300;
  line-height: 1.2;
}
header .width .right nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0px;
  background: #f4f2f0;
  height: 2px;
  transition: all 0.5s linear;
}
header .width .right nav ul li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}
header .width #contact-btn {
  margin-left: auto;
}
header .width #contact-btn .btn {
  background-color: transparent;
  line-height: 1;
}
header .width #contact-btn .btn::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
header.active {
  padding: 5px 0;
  background-color: #f4f2f0;
}
header.active .width .left .logo a img {
  height: 100px;
  filter: none;
}
header.active .width .right nav ul li a {
  color: #333333;
}
header.active .width .right nav ul li a::after {
  background-color: #333333;
}
header.active .width .right #contact-btn .btn {
  border-color: #333333;
  color: #333333;
}
header.active .width .right #contact-btn .btn::after {
  content: url("imgs/icons/button-arrow.svg");
}

#menu-btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: 100;
  display: none;
  top: 50%;
  right: var(--padding-horizontal);
  transform: translateY(-50%);
}
#menu-btn.active span {
  background-color: transparent;
  width: 40px;
}
#menu-btn.active span::before {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #f4f2f0;
  width: 40px;
}
#menu-btn.active span::after {
  transform: translateY(12px) rotate(45deg);
  background-color: #f4f2f0;
  width: 40px;
}
#menu-btn span,
#menu-btn span::before,
#menu-btn span::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #f4f2f0;
}
#menu-btn span::before {
  top: 10px;
  transition: all 0.5s linear;
}
#menu-btn span::after {
  bottom: 10px;
  transition: all 0.5s linear;
}

/***************************************************************/
/*** ACCUEIL ***************************************************/
/***************************************************************/
#accueil {
  height: 100vh;
  min-height: 500px;
  max-height: 1080px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 80px;
}
#accueil .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#accueil .layer {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), linear-gradient(0deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2));
}
#accueil .width {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
#accueil .width .top {
  text-align: center;
  width: 100%;
}
#accueil .width .top .title {
  margin-bottom: 0;
  text-align: center;
  color: #f4f2f0;
}
#accueil .width .bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  color: #f4f2f0;
  text-transform: uppercase;
  padding-left: 10%;
  padding-right: 10%;
}
#accueil .width .bottom ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}
#accueil .width .bottom li {
  width: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
#accueil .width .bottom li,
#accueil .width .bottom a {
  font-size: var(--font-size-subtitle);
  text-transform: uppercase;
  text-align: center;
}
#accueil .width .bottom li span,
#accueil .width .bottom a span {
  text-transform: uppercase;
  font-weight: bold;
}
#accueil .width .bottom li img {
  height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
#accueil .width .buttons {
  margin-top: 70px;
}

/***************************************************************/
/*** PROJET ***************************************************/
/***************************************************************/
#projet,
.lot {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 100px;
  background-color: #f4f2f0;
  padding: 5%;
}
#projet:nth-child(2n),
.lot:nth-child(2n) {
  background-color: #fff;
}
#projet:nth-child(2n) .left,
.lot:nth-child(2n) .left {
  background-color: #fff;
  order: -1;
}
#projet:nth-child(2n) .right,
.lot:nth-child(2n) .right {
  background-color: #fff;
}
#projet .left,
.lot .left {
  background-color: #f4f2f0;
}
#projet .left a,
.lot .left a {
  width: 100%;
}
#projet .left a img,
.lot .left a img {
  height: 80vh;
  max-height: 1080px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#projet .right,
.lot .right {
  background-color: #f4f2f0;
  width: calc(50% - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#projet .right .width,
.lot .right .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
#projet .right .width .txt,
.lot .right .width .txt {
  margin-bottom: 28px;
  max-width: 62ch;
}
#projet .right .width .title,
.lot .right .width .title {
  max-width: 20ch;
}
#projet .right .width h2 span,
.lot .right .width h2 span {
  font-size: 20px;
}
#projet .right .width ul li,
.lot .right .width ul li {
  padding: 8px 24px;
  border-bottom: 1px solid #d1b39b;
  display: flex;
  gap: 70px;
  justify-content: space-between;
  transition: all 0.3s linear;
  font-weight: 600;
  margin-bottom: 0;
}
#projet .right .width ul li:hover,
.lot .right .width ul li:hover {
  background-color: rgba(209, 179, 155, 0.2);
}
#projet .right .width ul li span,
.lot .right .width ul li span {
  font-weight: 300;
}

/***************************************************************/
/*** lot1 ***************************************************/
/***************************************************************/
.lot .right {
  color: #333333;
}
.lot .right .width {
  margin: 0;
}
.lot .right .width > div, .lot .right .width > div p {
  color: #333333;
}
.lot .right .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lot .left {
  order: 1;
}

/***************************************************************/
/*** SITUATION ***************************************************/
/***************************************************************/
#loyer {
  position: relative;
  padding: 110px 0;
}
#loyer .width {
  display: flex;
  flex-direction: column;
}
#loyer .width .subtitle,
#loyer .width .title {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
#loyer .width .wrapper {
  overflow: auto;
}
#loyer .width .wrapper table {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  min-width: 600px;
}
#loyer .width .wrapper table thead tr th {
  background-color: #d1b39b;
  text-align: center;
  color: #f4f2f0;
  padding: 6px;
  font-family: "Avenir", Arial, sans-serif;
}
#loyer .width .wrapper table thead tr th span {
  font-size: 12px;
}
#loyer .width .wrapper table thead tr th span b {
  font-size: 12px;
  font-weight: bold;
}
#loyer .width .wrapper table thead tr th:first-of-type {
  text-align: left;
  min-width: 250px;
}
#loyer .width .wrapper table tbody tr {
  transition: all 0.3s linear;
  cursor: pointer;
  position: relative;
}
#loyer .width .wrapper table tbody tr:hover td {
  background-color: rgba(209, 179, 155, 0.2);
}
#loyer .width .wrapper table tbody tr td {
  padding: 6px;
  border-bottom: 1px solid #d1b39b;
  font-family: "Avenir", Arial, sans-serif;
  text-align: center;
}
#loyer .width .wrapper table tbody tr td:first-of-type {
  text-align: left;
}
#loyer .width .wrapper table tbody tr td:last-of-type {
  position: absolute;
  inset: 0;
}
#loyer .width .wrapper table tbody tr td:last-of-type a.overflow {
  position: absolute;
  inset: 0;
}
#loyer .width .btn {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/***************************************************************/
/*** SITUATION2 ***************************************************/
/***************************************************************/
#situation2 {
  padding: 100px 0 100px 0;
  background-color: #333333;
}
#situation2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#situation2 .top .width {
  margin-left: 0;
  padding-left: 5%;
}
#situation2 .top .width .wrapper {
  display: flex;
  gap: 55px;
}
#situation2 .top .width .txt {
  max-width: 60ch;
  color: #f4f2f0;
}
#situation2 .top .width .txt ul li {
  min-width: 250px;
}
#situation2 .top .slider-container {
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  height: 390px;
  width: 60%;
  z-index: 5;
  position: relative;
  top: -50px;
}
#situation2 .top .slider-container #roller {
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 0.6s;
  z-index: 3;
  width: -moz-max-content;
  width: max-content;
  height: 385px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  transition: all 0.3s linear;
}
#situation2 .top .slider-container #roller:hover {
  transform: translateX(-20px);
}
#situation2 .top .slider-container #roller .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#situation2 .top .slider-container #roller .wrapper img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  transition-duration: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  margin: 0 20px;
  margin-bottom: var(--size-gap-large);
}
#situation2 .top .slider-container #roller .wrapper .active {
  opacity: 1;
  z-index: 44;
}

/***************************************************************/
/*** GALERIE ***************************************************/
/***************************************************************/
#galerie {
  display: flex;
  align-items: center;
  padding-bottom: 110px;
  padding-top: 110px;
  border-top: 2px solid #d1b39b;
}
#galerie .width {
  flex-direction: column;
  padding-left: 5%;
}
#galerie .width .swiper-galerie {
  width: 90vw;
  overflow: hidden;
}
#galerie .width .swiper-galerie::part(bullet-active) {
  background-color: #d1b39b;
}
#galerie .width .swiper-galerie::part(button-prev), #galerie .width .swiper-galerie::part(button-next) {
  color: #d1b39b;
}
#galerie .width .swiper-galerie swiper-slide {
  width: 100%;
  height: 70vh;
}
#galerie .width .swiper-galerie swiper-slide a {
  height: 100%;
  width: 100%;
}
#galerie .width .swiper-galerie swiper-slide a img {
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************************************************/
/*** FULL GALLERY ****************************************************/
/***************************************************************/
.fullGallery,
.fullScreenImg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f4f2f0;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  transition: all 0.3s linear;
}
.fullGallery .full-img,
.fullScreenImg .full-img {
  position: relative;
}
.fullGallery .full-img .close-btn,
.fullScreenImg .full-img .close-btn {
  position: absolute;
  top: 0em;
  right: 2%;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #f4f2f0;
  z-index: 9999;
  cursor: pointer;
  font-weight: bold;
  background-color: #abc6d7;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.3s linear;
}
.fullGallery .full-img .close-btn:hover,
.fullScreenImg .full-img .close-btn:hover {
  background-color: #abc6d7;
}
.fullGallery .full-img .gallery-nav-prev,
.fullGallery .full-img .gallery-nav-next,
.fullScreenImg .full-img .gallery-nav-prev,
.fullScreenImg .full-img .gallery-nav-next {
  position: absolute;
  top: 55%;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 99;
  background-color: #abc6d7;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s linear;
}
.fullGallery .full-img .gallery-nav-prev:hover,
.fullGallery .full-img .gallery-nav-next:hover,
.fullScreenImg .full-img .gallery-nav-prev:hover,
.fullScreenImg .full-img .gallery-nav-next:hover {
  background-color: #abc6d7;
}
.fullGallery .full-img .gallery-nav-next,
.fullScreenImg .full-img .gallery-nav-next {
  right: 3%;
}
.fullGallery .full-img .gallery-nav-next img,
.fullScreenImg .full-img .gallery-nav-next img {
  width: 20px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.fullGallery .full-img .gallery-nav-prev,
.fullScreenImg .full-img .gallery-nav-prev {
  left: 3%;
}
.fullGallery .full-img .gallery-nav-prev img,
.fullScreenImg .full-img .gallery-nav-prev img {
  width: 20px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}
.fullGallery.active,
.fullScreenImg.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear;
  background-size: cover;
}
.fullGallery *,
.fullScreenImg * {
  width: 100%;
  height: 100%;
}
.fullGallery * img,
.fullScreenImg * img {
  -o-object-fit: contain;
  object-fit: contain;
}
.fullGallery img,
.fullScreenImg img {
  transition: all 0.4s linear;
}
.fullGallery img.active,
.fullScreenImg img.active {
  display: block;
}

/***************************************************************/
/*** appartements ****************************************************/
/***************************************************************/
#appartements {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #d1b39b;
}
#appartements .width {
  display: flex;
  flex-direction: column;
}
#appartements .width .btn.arrow.brown {
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto 0 auto;
}
#appartements .width .table {
  width: 100%;
  overflow: auto;
}
#appartements .width .table * {
  font-size: var(--font-size-button);
  font-family: "Avenir", Arial, sans-serif;
}
#appartements .width .table table {
  width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 750px;
}
#appartements .width .table table thead {
  background-color: #abc6d7;
  color: #f4f2f0;
}
#appartements .width .table table thead tr th {
  padding: 5px;
}
#appartements .width .table table tbody tr {
  border-bottom: 1px solid #abc6d7;
}
#appartements .width .table table tbody tr td {
  text-align: center;
  font-weight: 300;
  padding: 10px 5px;
  border-bottom: 1px solid #abc6d7;
}

/***************************************************************/
/*** CONTACT ****************************************************/
/***************************************************************/
#contact {
  min-height: 600px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  color: #f4f2f0;
  padding: 120px 0 120px 0;
  background-color: #d1b39b;
}
#contact .left {
  width: 60%;
  padding: 0 0 0 var(--padding-horizontal);
  background-color: #d1b39b;
}
#contact .left .width {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 60px;
  padding: 0;
  height: 100%;
}
#contact .left .width .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#contact .left .width .wrapper .subtitle {
  color: #f4f2f0;
}
#contact .left .width .wrapper .details {
  color: #f4f2f0;
}
#contact .left .width .wrapper .details h3 {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #f4f2f0;
}
#contact .left .width .wrapper .details .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
  gap: 6px;
  white-space: nowrap;
  color: #f4f2f0;
  margin-bottom: 16px;
}
#contact .left .width .wrapper .details .item p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
  margin-bottom: 4px;
  color: #f4f2f0;
}
#contact .left .width .logo {
  align-self: flex-start;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 106%;
  min-width: 315px;
  max-width: 500px;
}
#contact .left .width .logo a {
  width: 100%;
}
#contact .left .width .logo a img {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
#contact .left .txt {
  margin-bottom: 28px;
  max-width: 45ch;
}
#contact .left .buttons {
  display: flex;
  gap: var(--size-gap);
  flex-wrap: wrap;
}
#contact .right {
  width: 40%;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
#contact .right .form-container {
  display: block;
  width: 70%;
}
#contact .right .form-container form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#contact .right .form-container form > div {
  width: 100%;
}
#contact .right .form-container form > div input,
#contact .right .form-container form > div textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 0.5px solid #f4f2f0;
  font-family: "Avenir", Arial, sans-serif;
  font-size: var(--font-size-text);
  color: #f4f2f0;
  font-weight: 300;
  padding: 16px 0;
}
#contact .right .form-container form > div input::-moz-placeholder, #contact .right .form-container form > div textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #f4f2f0;
  opacity: 0.8;
  font-weight: 300;
}
#contact .right .form-container form > div input::placeholder,
#contact .right .form-container form > div textarea::placeholder {
  text-transform: uppercase;
  color: #f4f2f0;
  opacity: 0.8;
  font-weight: 300;
}
#contact .right .form-container form > div textarea {
  margin-bottom: 55px;
}
#contact .right .form-container form > div .btn {
  background-color: transparent;
  color: #f4f2f0;
}
#contact .right .form-container form > div .btn.arrow::after {
  content: url("imgs/icons/button-arrow-white.svg");
}
#contact .right .logo {
  height: 100px;
}
#contact .right .logo a {
  width: 100%;
}
#contact .right .logo a img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

/***************************************************************/
/*** MEDIA ***************************************************/
/***************************************************************/
@media only screen and (max-width: 1090px) {
  :root {
    --font-size-text: 16px;
    --font-size-link: 14px;
    --font-size-title-large: 60px;
    --font-size-subtitle: 18px;
    --font-size-title: 30px;
    --font-size-button: 14px;
    --size-gap: 18px;
    --size-gap-large: 24px;
    --padding-horizontal: 5%;
  }
  .title.large {
    line-height: 1;
  }
  header .width #contact-btn {
    display: none;
  }
  header .width .left .logo a img {
    width: 210px;
  }
  header .width .right nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #f4f2f0;
    padding: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
  }
  header .width .right nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .width .right nav ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  header .width .right nav ul li a {
    font-size: 20px;
    color: #333333;
  }
  header .width .right nav ul li.contact-nav {
    display: block;
  }
  header .width .right nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
  }
  header .width #menu-btn span,
  header .width #menu-btn span::before,
  header .width #menu-btn span::after {
    background-color: #f4f2f0;
  }
  header .width #menu-btn.active span {
    background-color: transparent;
  }
  header .width #menu-btn.active span::before,
  header .width #menu-btn.active span::after {
    background-color: #333333;
  }
  header.active .width .right nav ul li a {
    color: #333333;
    font-size: 20px;
  }
  header.active #menu-btn span,
  header.active #menu-btn span::before,
  header.active #menu-btn span::after {
    background-color: #333333;
  }
  header.active #menu-btn.active span {
    background-color: transparent;
  }
  header.active #menu-btn.active span::before,
  header.active #menu-btn.active span::after {
    background-color: #333333;
  }
  .lot,
  #projet {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lot .left,
  #projet .left {
    width: 100%;
    height: 400px;
  }
  .lot .left a,
  #projet .left a {
    width: 100%;
    height: 100%;
  }
  .lot .left a img,
  #projet .left a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .lot .right,
  #projet .right {
    width: 100%;
  }
  .lot .right .width .subtitle,
  #projet .right .width .subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .lot .right .width .title,
  #projet .right .width .title {
    margin-left: auto;
    margin-right: auto;
    max-width: 31ch;
    text-align: center;
  }
  .lot .right .width ul,
  #projet .right .width ul {
    margin-left: auto;
    margin-right: auto;
  }
  .lot:nth-child(2n) .left,
  #projet:nth-child(2n) .left {
    order: 1;
  }
  #loyer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #loyer .width {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #loyer .width .subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  #loyer .width .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
  #projet .right {
    order: -1;
  }
  #projet .right .width .txt p {
    max-width: initial;
    text-align: center;
  }
  #projet .right .width .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #menu-btn {
    display: block;
  }
  #accueil .width .bottom {
    padding-left: 0%;
    padding-right: 0%;
  }
  #environnement {
    height: 980px;
  }
  #environnement .width {
    width: 100%;
  }
  #environnement .width .flexible {
    margin-top: 90px;
    position: static;
  }
  #environnement .width .txt {
    max-width: none;
  }
  #environnement .map {
    width: 90vw;
    height: 450px;
  }
  .lot .buttons {
    flex-wrap: wrap;
    gap: var(--size-gap);
  }
  .lot .buttons .btn.arrow.noborder {
    margin-left: -16px;
  }
  .lot .txt p {
    padding-right: 24px;
  }
  #loyer {
    min-height: 450px;
    height: auto;
  }
  #loyer .width {
    padding: 30px var(--padding-horizontal) 30px 10%;
  }
  #situation2 {
    padding: 0;
  }
  #situation2 .top {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 0;
    top: 0;
  }
  #situation2 .top .width {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 0;
    padding: 0 var(--padding-horizontal);
  }
  #situation2 .top .width .wrapper {
    flex-direction: column;
  }
  #situation2 .top .width .txt {
    max-width: none;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--size-gap-large);
  }
  #situation2 .top .slider-container {
    width: 100%;
    margin-bottom: 50px;
  }
  #situation2 .top .slider-container #roller:hover {
    transform: translateX(-10px);
  }
  #situation2 .top .slider-container #roller .wrapper img {
    height: 250px;
    width: 250px;
    margin: 0 10px 10px 10px;
  }
  #environnement .map .map-container {
    height: 450px;
    overflow: hidden;
    min-height: auto;
  }
  #galerie .width .subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  #galerie .width .title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #galerie .width .swiper-galerie {
    height: 70vh;
  }
  #icons .width .bottom {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #icons .width .bottom li {
    width: 40%;
    max-width: 60ch;
  }
  #contact {
    flex-direction: column;
  }
  #contact .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  #contact .left {
    width: 100%;
    padding-left: 0;
  }
  #contact .left .width {
    flex-direction: column;
    gap: 50px;
  }
  #contact .left .width .subtitle {
    margin-bottom: 50px;
    text-align: center;
  }
  #contact .left .width .wrapper .details {
    margin-bottom: 50px;
  }
  #contact .left .width .wrapper .details .item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #contact .left .width .wrapper .details .item * {
    text-align: center;
  }
  #contact .left .width .wrapper {
    width: 100%;
    margin-top: 0;
    align-items: center;
  }
  #contact .left .width .wrapper .details .domicim {
    margin-top: 0;
  }
  #contact .left .width .form-container {
    width: 100%;
    order: -1;
  }
  #contact .left .width .logo {
    margin: 0 auto;
    min-width: 10px;
  }
  #contact .left .width .logo .domicim {
    align-items: center;
  }
  #contact .left .width .logo .domicim div {
    flex-direction: column;
    align-items: center;
  }
  #contact .left .width .logo .domicim div span {
    display: block;
  }
  #contact .left .width .logo .domicim div:last-of-type {
    margin-top: 0;
  }
  #contact .right {
    width: 100%;
  }
  #contact .right .form-container form > div .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */