:root {
  --font-size: 16px;
  --font-size-secondary: 18px;
  --font-size-tertiary: 14px;
  --font-size-h1: 64px;
  --font-size-h2: 40px;
  --font-size-h3: 28px;
  --font-size-logo: 96px;
}

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

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

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

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

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

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

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

#loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url(imgs/logos/logo.svg) no-repeat center center #c1b084;
  background-size: 400px 400px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

#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: #fcfcfc;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 60px;
  line-height: 1.5;
  position: relative;
}
#succes.active {
  display: flex;
}
#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

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

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

h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-weight: 400;
  line-height: 80px;
  text-align: left;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: 400;
  line-height: 110%;
}

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

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0em;
  text-transform: initial;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 125%;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 21.17px;
  text-align: left;
  text-transform: uppercase;
  color: #fcfcfc;
  margin-bottom: 20px;
}

.btn {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 21.17px;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.3s linear;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-blue {
  border: 1px solid #353535;
  color: #353535;
  display: inline-block;
}
.btn.btn-blue:hover,
.btn.btn-blue.active {
  background-color: #353535;
  color: #fcfcfc;
}

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;
}
header .width {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .width .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}
header .width .logo {
  width: 250px;
  position: relative;
  z-index: 100;
  transition: all 0.3s linear;
  flex-shrink: 0;
}
header .width .logo img {
  transition: all 1s linear;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .width nav {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.4s linear;
  margin-left: 140px;
  width: 100%;
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
header .width nav ul li {
  margin: 0 25px;
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 19.5px;
}
header .width nav ul li.contact-nav {
  display: none;
}
header .width nav ul li a {
  font-family: 'Montserrat', sans-serif;
  color: #353535;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 19.5px;
}
header .width nav ul li a:after,
header .width nav ul li a:before {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #353535;
  height: 1px;
}
header .width nav ul li a:hover {
  color: rgb(41, 40, 40);
}
header .width nav ul li a:hover:after {
  width: 100%;
}
header .width #contact-btn {
  margin-left: auto;
}
header .width #contact-btn .btn {
  padding: 15px 30px;
  background-color: #c1b084;
  color: #fcfcfc;
  transition: all 0.3s linear;
  border: 1px solid #c1b084;
}
header .width #contact-btn .btn:hover {
  background-color: #3f4741;
  border: 1px solid #3f4741;
}
header.active {
  padding: 5px 0;
  background-color: #fcfcfc;
}
header.active .width nav ul li a {
  font-size: var(--font-size-tertiary);
}

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

#accueil {
  min-height: 65vh;
  display: flex;
  justify-content: space-between;
  background-color: rgba(193, 176, 132, 0.2);
  gap: 10px;
}
#accueil .txt {
  padding-left: 5%;
  width: 35%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1%;
}
#accueil .txt h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 52px;
  text-transform: uppercase;
}
#accueil .txt p {
  margin-bottom: 24px;
  line-height: 160%;
  font-weight: 400;
}
#accueil .img {
  width: 64%;
  background-size: contain;
  background-position: center;
  height: 65vh;
  position: relative;
}

#projet {
  padding-top: 114px;
  padding-bottom: 92px;
}
#projet .title {
  margin-left: auto;
  width: 70%;
  background-color: #c1b084;
  padding: 112px 200px 112px 50px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#projet .title div {
  width: 53%;
}
#projet .title span {
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 21.17px;
  text-align: left;
}
#projet .txt {
  width: 50%;
  margin-left: 5%;
  margin-top: -300px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
#projet .txt img {
  height: 552px;
  -o-object-fit: cover;
  object-fit: cover;
}
#projet .txt .txt-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 24px;
}
#projet .txt .txt-flex p {
  display: block;
  width: 90%;
  margin-left: 0px;
  margin-bottom: 20px;
}
#projet .txt .txt-flex p .btn {
  margin-top: 40px;
  width: 320px;
}
#projet .img2 {
  height: 360px;
  width: 40%;
  margin-left: auto;
  padding-right: 5%;
  margin-top: -400px;
}
#projet .img2 img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#situation {
  padding: 140px 0;
  scroll-margin: 60px;
}
#situation .map-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#situation .map-container .right {
  width: 60%;
  height: 602px;
}
#situation .map-container .right img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#situation .map-container .txt {
  width: 35%;
}
#situation .map-container .txt .subtitle {
  margin-bottom: 24px;
  color: #c1b084;
}
#situation .map-container .txt h2 {
  margin-bottom: 24px;
  color: #c1b084;
  font-weight: 700;
}
#situation .map-container .txt p {
  margin-bottom: 24px;
}

#situation2 .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
#situation2 .width .img {
  width: 65%;
  position: relative;
  padding-top: 122px;
  padding-bottom: 144px;
}
#situation2 .width .img:before {
  content: '';
  position: absolute;
  top: 0;
  left: -9%;
  width: 80%;
  height: 50%;
  background-color: #c1b084;
  z-index: -1;
}
#situation2 .width .img h2 {
  max-width: 26ch;
  margin-bottom: 90px;
}
#situation2 .width .img iframe {
  height: 607px;
  width: 100%;
  /* -o-object-fit: cover;
  object-fit: cover; */
}
#situation2 .width .txt {
  width: 32%;
  position: relative;
  top: 100px;
}
#situation2 .width .txt p {
  margin-bottom: 50px;
}
#situation2 .txt-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#situation2 .txt-img .icons {
  width: 33%;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#situation2 .txt-img .icons .icon {
  width: 20%;
  height: 80px;
  margin-right: 30px;
}
#situation2 .txt-img .icons .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: containl;
  object-fit: containl;
}
#situation2 .txt-img .icons .txt {
  width: 70%;
}
#situation2 .txt-img .icons .txt p {
  margin-bottom: 20px;
  font-weight: 400;
}
#situation2 .txt-img .icons .txt ul {
  margin-left: 20px;
}
#situation2 .txt-img .icons .txt ul li {
  font-size: var(--font-size);
}

#architecture {
  background-color: #3f4741;
  position: relative;
}
#architecture:before {
  content: '';
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  position: absolute;
  background-color: #3f4741;
  z-index: -1;
}
#architecture .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 73px;
  padding-bottom: 230px;
}
#architecture .width > div {
  width: 28%;
}
#architecture .width > div.img {
  width: 509px;
  height: 509px;
  position: relative;
  margin-top: -400px;
}
#architecture .width > div.img:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 10%;
  left: -20%;
  width: 100%;
  height: 100%;
  background-color: #353535;
}
#architecture .width > div.img img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#architecture .width > div.txt h2 {
  color: #353535;
}
#architecture .width > div.txt h2 b {
  display: block;
  white-space: nowrap;
  font-weight: initial;
}
#architecture .width > div.txt .btn {
  margin-top: 40px;
  width: 250px;
}

#description {
  background-color: #3f4741;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
#description:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 45%;
  width: 450px;
  background-color: #fcfcfc;
  height: 100%;
}
#description .title {
  position: relative;
  z-index: 2;
}
#description .title * {
  color: #353535;
}
#description .map-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#description .map-container .left {
  width: 55%;
  height: 750px;
}
#description .map-container .left img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#description .map-container .txt {
  margin-top: 30px;
  width: 40%;
  padding-right: 8%;
  margin-left: 5%;
}
#description .map-container .txt p {
  margin: 30px 0;
}

#les-appartements,
#les-appartements2 {
  background-color: #fcfcfc;
  padding-top: 150px;
  padding-bottom: 150px;
}
#les-appartements .title,
#les-appartements2 .title {
  position: relative;
  z-index: 2;
}
#les-appartements .title *,
#les-appartements2 .title * {
  color: #353535;
}
#les-appartements .map-container,
#les-appartements2 .map-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
#les-appartements .map-container .left,
#les-appartements2 .map-container .left {
  width: 55%;
}
#les-appartements .map-container .left img,
#les-appartements2 .map-container .left img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#les-appartements .map-container .txt,
#les-appartements2 .map-container .txt {
  margin-top: 30px;
  width: 48%;
  margin-left: 5%;
}
#les-appartements .map-container .txt h2,
#les-appartements2 .map-container .txt h2 {
  color: #353535;
  margin-top: 35px;
}
#les-appartements .map-container .txt p,
#les-appartements2 .map-container .txt p {
  margin: 30px 0 20px 0;
  font-weight: bold;
}
#les-appartements .map-container .txt ul li,
#les-appartements2 .map-container .txt ul li {
  margin-left: 20px;
}

#les-appartements2 {
  padding-top: 0;
  margin-top: 0;
  padding-right: 5%;
}
#les-appartements2 .map-container {
  margin-top: 0px;
}

#icons {
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #c1b084;
}
#icons .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 5%;
}
#icons .icons {
  width: 20%;
}
#icons .icons .icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px auto;
}
#icons .icons .txt {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
  color: #fcfcfc;
}

#appartements {
  margin-bottom: 50px;
  padding-bottom: 50px;
  background-color: #fcfcfc;
  position: relative;
  scroll-margin: 100px;
}
#appartements::after {
  content: '';
  position: absolute;
  background-color: rgba(193, 176, 132, 0.5);
  display: block;
  top: -8%;
  left: auto;
  right: 0;
  width: 30%;
  height: 110%;
}
#appartements .width {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
#appartements .width .subtitle,
#appartements .width h2 {
  color: #353535;
}
#appartements .width .left {
  width: 50%;
}
#appartements .width .right {
  width: 50%;
  position: relative;
  margin-right: -6%;
  display: flex;
  align-items: center;
}
#appartements .width .right img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#appartements .width .table {
  width: 100%;
  margin-top: 50px;
  display: none;
  overflow-x: auto;
}
#appartements .width .table.active {
  display: block;
  position: relative;
}
#appartements .width .table table {
  width: 100%;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#appartements .width .table table * {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
#appartements .width .table table thead {
  background-color: #c1b084;
  color: #fcfcfc;
}
#appartements .width .table table thead tr {
  border-bottom: 12px solid #fcfcfc;
}
#appartements .width .table table thead tr th {
  padding: 10px;
  font-weight: 700;
}
#appartements .width .table table tbody tr {
  transition: all 0.3s linear;
}
#appartements .width .table table tbody tr:nth-child(2n) {
  background-color: rgba(63, 71, 65, 0.1);
  border-bottom: 12px solid #fcfcfc;
}
#appartements .width .table table tbody tr:nth-child(2n):hover {
  background-color: rgba(63, 71, 65, 0.2);
  cursor: pointer;
}
#appartements .width .table table tbody tr:nth-child(2n + 1) {
  background-color: rgba(63, 71, 65, 0.3);
  border-bottom: 12px solid #fcfcfc;
}
#appartements .width .table table tbody tr:nth-child(2n + 1):hover {
  background-color: rgba(63, 71, 65, 0.4);
  cursor: pointer;
}
#appartements .width .table table tbody td {
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px solid #fcfcfc;
}
#appartements .width P {
  margin-top: 50px;
}
#appartements .width .btn {
  margin: 30px auto 0 auto;
  width: 300px;
  text-align: center;
  background-color: #fcfcfc;
}
#appartements .width .btn.active,
#appartements .width .btn:hover {
  background-color: #353535;
}
#appartements .width #batA,
#appartements .width #batB {
  width: 150px;
  position: relative;
  z-index: 2;
}
#appartements .width #plansA,
#appartements .width #plansB {
  display: none;
  margin-left: 0;
}
#appartements .width #plansA.active,
#appartements .width #plansB.active {
  display: block;
  background-color: #fcfcfc;
  color: #353535;
}
#appartements .width #plansA.active:hover,
#appartements .width #plansB.active:hover {
  background-color: #353535;
  color: #fcfcfc;
}

#environment {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
#environment:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #c1b084;
  z-index: -1;
}
#environment .width {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
#environment .width .txt {
  width: 40%;
  padding: 20px;
}
#environment .width .txt h2 {
  margin-bottom: 30px;
}
#environment .width .txt p {
  color: #fcfcfc;
  margin: 10px 0;
}
#environment .width .img {
  width: 60%;
  height: 550px;
  /* border: 2px solid red; */
}

#environment .width .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#environment2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#environment2 .width {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

#environment2 .width .txt {
  width: 40%;
  padding: 20px;
}
#environment2 .width .txt h2 {
  margin-bottom: 30px;
}
#environment2 .width .txt p {
  color: black;
  margin: 10px 0;
}
#environment2 .width .img {
  width: 60%;
  height: 550px;
}

#environment2 .width .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#galerie {
  padding-bottom: 150px;
  padding-top: 150px;
  background-color: rgba(193, 176, 132, 0.2);
}
#galerie h2 {
  margin-bottom: 50px;
  color: #c1b084;
}
#galerie .galerie-container {
  position: relative;
  margin-right: 0;
  margin-left: 20%;
}
#galerie .galerie-container #roller {
  display: flex;
  align-items: center;
  position: relative;
  transition-duration: 0.6s;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
#galerie .galerie-container #roller img {
  height: 100%;
  width: 60vw;
  transition-duration: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: zoom-in;
  opacity: 0.8;
  padding-right: 10px;
}
#galerie .galerie-container #roller .active {
  opacity: 1;
  z-index: 44;
}
#galerie .galerie-container .gallery-nav {
  position: absolute;
  top: 105%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
#galerie .galerie-container .gallery-nav span {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#galerie .galerie-container .gallery-nav span.gallery-nav-prev {
  margin-left: 15px;
}
#galerie .galerie-container .gallery-nav span.gallery-nav-next {
  margin-right: 0px;
}
#galerie .galerie-container .gallery-nav span img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: contain;
  object-fit: contain;
}

.showImg,
.showImg2 {
  cursor: pointer;
  position: relative;
  transition: all 0.3s linear;
}
.showImg:before,
.showImg2:before {
  content: url('imgs/icons/fullscreen-small.png');
  position: absolute;
  display: block;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
}
.showImg:hover:before,
.showImg2:hover:before {
  opacity: 0.8;
}

.showImg:before {
  top: 10px;
  right: 10px;
  filter: invert(1);
  background-color: rgba(255, 255, 255, 0.6);
}

.showImg2:before {
  top: 40px;
  right: 20px;
}

#fullscreen,
#fullscreen-showImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f9f9fb !important;
  transition-duration: 1s;
  opacity: 0;
  visibility: hidden;
}
#fullscreen *,
#fullscreen-showImg * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#fullscreen > div > div,
#fullscreen-showImg > div > div {
  opacity: 0;
  visibility: hidden;
}
#fullscreen .full-img-wrap,
#fullscreen-showImg .full-img-wrap {
  position: relative;
  padding: 5px;
}
#fullscreen #full-img,
#fullscreen-showImg #full-img {
  background-position: center;
  background-size: cover;
  transform: scale(0.7);
}
#fullscreen .close,
#fullscreen-showImg .close {
  position: absolute;
  top: 2%;
  right: 1%;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  font-size: 2em;
  color: #353535;
  display: none;
  cursor: pointer;
  font-weight: lighter;
}
#fullscreen.active,
#fullscreen-showImg.active {
  opacity: 1;
  visibility: visible;
}
#fullscreen.active > div > div,
#fullscreen-showImg.active > div > div {
  opacity: 1;
  visibility: visible;
  transition-duration: 1s;
  transition-delay: 1s;
}
#fullscreen.active #full-img,
#fullscreen-showImg.active #full-img {
  transform: scale(1);
}
#fullscreen.active .full-border,
#fullscreen-showImg.active .full-border {
  transform: scale(1);
}
#fullscreen .full-border,
#fullscreen-showImg .full-border {
  transform: scale(1.2);
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
}
#fullscreen .nav-btn,
#fullscreen-showImg .nav-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: var(--font-size-h3);
  text-shadow: 0 0 2px #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#fullscreen .next,
#fullscreen-showImg .next {
  right: 0;
}
#fullscreen .prev,
#fullscreen-showImg .prev {
  left: 0;
}

.fullGallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #353535;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
}
.fullGallery .full-img {
  position: relative;
}
.fullGallery .full-img .close-btn {
  position: absolute;
  top: 0em;
  right: 2%;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  font-size: var(--font-size-h3);
  color: #3f4741;
  z-index: 9999;
  cursor: pointer;
  font-weight: bold;
}
.fullGallery .full-img .gallery-nav-prev,
.fullGallery .full-img .gallery-nav-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 99;
}
.fullGallery .full-img .gallery-nav-next {
  right: 3%;
}
.fullGallery .full-img .gallery-nav-prev {
  left: 3%;
}
.fullGallery.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear;
}
.fullGallery * {
  width: 100%;
  height: 100%;
}
.fullGallery * img {
  -o-object-fit: contain;
  object-fit: contain;
}
.fullGallery img {
  transition: all 0.4s linear;
}
.fullGallery img.active {
  display: block;
}

.fullImg {
  height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fullImg ::after {
  content: '';
  background-color: rgba(193, 176, 132, 0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0%;
  z-index: -1;
}
.fullImg .img {
  background-position: bottom right;
  padding-right: 5%;
  background-size: cover;
  height: 70%;
  width: 63%;
}
.fullImg .txt {
  width: 33%;
}
.fullImg .txt * {
  color: #fcfcfc;
}
.fullImg .txt h3 {
  margin-bottom: 40px;
}
.fullImg .txt ul {
  margin-left: 30px;
}

.fullImg2 {
  height: 100vh;
  overflow: hidden;
}
.fullImg2 div {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#contact {
  margin-top: 120px;
  background-color: #f0f0f2;
  scroll-margin: 120px;
}
#contact .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 120px;
  padding-bottom: 120px;
}
#contact .width > div.data {
  background-color: #c1b084;
  padding: 137px 5% 55px 0;
  margin-top: -200px;
  width: 50%;
  z-index: 2;
  position: relative;
}
#contact .width > div.data img {
  margin-bottom: 20px;
  width: 150px;
  height: 15px;
}
#contact .width > div.data:after {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #c1b084;
}
#contact .width > div.data h2 {
  margin-bottom: 300px;
}
#contact .width > div.data .details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contact .width > div.data .details .logo {
  width: 100px;
  height: 100px;
}
#contact .width > div.data .details * {
  color: #fcfcfc;
}
#contact .width > div.data .details p b {
  margin-bottom: 20px;
  display: block;
}
#contact .width > div.data .details a {
  transition: all 0.3s linear;
}
#contact .width > div.data .details a:hover {
  text-decoration: underline;
}
#contact .width > div.form-container {
  width: 45%;
}
#contact .width > div.form-container form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#contact .width > div.form-container form > div {
  width: 45%;
  margin-bottom: 40px;
}
#contact .width > div.form-container form > div input,
#contact .width > div.form-container form > div textarea {
  padding: 16px 0;
  color: #353535;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  outline: none;
  border: none;
  border-bottom: 1px solid #203154;
  background-color: transparent;
  padding-bottom: 30px;
}
#contact .width > div.form-container form > div textarea {
  height: 100%;
}
#contact .width > div.form-container form > div.textarea {
  width: 100%;
}
#contact .width > div.form-container form > div.submit {
  margin: 40px auto 0 auto;
}
#contact .width > div.form-container form > div.submit .btn {
  outline: none;
  border: 1px solid #353535;
  width: 100%;
  margin: 0 auto;
}
#contact .width > div.form-container form > div.submit .btn:hover {
  background-color: #353535;
  color: #fcfcfc;
}

footer {
  background-color: #353535;
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
footer * {
  color: #fcfcfc;
}
footer h2 {
  font-size: var(--font-size-logo);
  font-weight: 700;
  line-height: 117.02px;
  letter-spacing: 0.2em;
  text-align: left;
}
footer span {
  white-space: nowrap;
}
footer .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* footer .width:first-child {
  margin-bottom: 165px;
} */
footer .width .logo {
  width: 300px;
}
footer .width .logo-minergie {
  margin-left: 15px;
}
footer .width .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 70px;
}
footer .width .logo a:last-child {
  font-size: var(--font-size);
  font-weight: 700;
  line-height: 26.4px;
  text-align: left;
}
footer .width .details {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
footer .width .details > div {
  margin-left: 150px;
  text-align: left;
}
footer .width .details > div p {
  text-align: left;
  font-size: var(--font-size-secondary);
}
footer .width .details > div p b {
  display: block;
  margin-bottom: 20px;
}
footer .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 60px;
}
footer .avp {
  text-align: right;
  transition: all 0.3s linear;
  font-size: var(--font-size-tertiary);
  display: block;
}
footer .avp * {
  font-size: var(--font-size-tertiary);
}
footer .avp a {
  text-decoration: underline;
  transition: all 0.3s linear;
}
footer .avp a:hover {
  color: #fcfcfc;
}

/******************************/
@media only screen and (max-width: 1660px) {
  h1 {
    font-size: 52px;
  }
  h1 {
    line-height: 95%;
  }
  #accueil .txt {
    margin-top: 100px;
    margin-bottom: 1%;
  }
  #accueil .txt img {
    height: 400px;
  }
  #architecture .width {
    padding-bottom: 150px;
  }
  #situation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #situation .txt {
    width: 40%;
  }
  #situation2 h2 {
    font-size: 40px;
  }
  #situation2 .width .img::before {
    width: 100%;
  }
  #situation2 .txt-img .icons .icon {
    width: 20%;
    height: 60px;
    margin-right: 30px;
  }
  #contact .width {
    padding-bottom: 50px;
  }
  #contact .width > div.form-container {
    width: 40%;
  }
  #contact .width > div.data {
    width: 55%;
  }
  #les-appartements,
  #les-appartements2 {
    padding-bottom: 100px;
  }
  #les-appartements .map-container .left,
  #les-appartements2 .map-container .left {
    width: 55%;
    height: 750px;
  }
  #les-appartements .map-container .left img,
  #les-appartements2 .map-container .left img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  footer .width .logo {
    width: 250px;
  }
}
@media only screen and (max-width: 1320px) {
  a,
  p,
  li,
  span {
    font-size: 15px;
    line-height: 20px;
  }
  .btn {
    font-size: 15px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
    line-height: 33px;
  }
  header {
    padding: 15px 0;
  }
  header .width .logo {
    width: 200px;
  }
  header .width nav {
    margin-left: 25px;
  }
  header .width nav ul li {
    margin: 0 10px;
  }
  header .width nav ul li a {
    font-size: 14px;
  }
  #accueil .txt {
    width: 45%;
    margin-bottom: 1%;
  }
  #projet .title {
    padding: 92px 5% 92px 60px;
    width: 75%;
  }
  #projet .img2 {
    height: 400px;
    margin-top: -400px;
  }
  #projet .txt img {
    height: 450px;
  }
  #projet .txt .txt-flex {
    justify-content: space-between;
  }
  #projet .txt .txt-flex p {
    width: 90%;
    margin-left: 0px;
    margin-bottom: 40px;
  }
  #icons {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  /* #icons .icons {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
  }
  #icons .icons > div p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.01em;
  }
  #icons .icons > div p br {
    display: none !important;
  } */
  #architecture .width > div {
    width: 30%;
  }
  #architecture .width > div.img {
    width: 30vw;
    height: 350px;
    position: relative;
    margin-top: -100px;
  }
  #les-appartements .map-container .txt,
  #les-appartements2 .map-container .txt {
    width: 43%;
  }
  #les-appartements .map-container .left,
  #les-appartements2 .map-container .left {
    height: 650px;
    width: 50%;
  }
  #situation .map-container h2 {
    font-size: 30px;
  }
  #situation .map-container .right {
    height: 650px;
  }
  #situation .map-container .right {
    height: 400px;
  }
  #situation2 {
    padding-bottom: 30px;
  }
  #situation2 .width .txt {
    top: 30px;
  }
  #situation2 .width .img {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  #situation2 .width .img:before {
    width: 95%;
  }
  #situation2 .width .img h2 {
    max-width: 20ch;
    font-size: 38px;
  }
  #situation2 .width .img img {
    height: 450px;
  }
  .environement-center {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #description .map-container .left {
    width: 55%;
    height: auto;
  }
  #appartements {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  #appartements .width .table table * {
    font-size: 13px;
  }
  #galerie {
    padding-top: 100px;
  }
  #galerie .galerie-container #roller {
    height: 300px;
  }
  #contact .width > div.data {
    width: 45%;
  }
  #contact .width > div.data h2 {
    margin-bottom: 60px;
  }
  #contact .width > div.data .details {
    flex-direction: column;
  }
  #contact .width > div.data .details > div {
    width: 100%;
    margin-top: 30px;
  }
  #contact .width > div.form-container {
    width: 50%;
  }
}
@media only screen and (max-width: 1140px) {
  header {
    padding: 20px 0;
  }
  header.active {
    padding: 20px 0;
  }
  header .width .logo {
    width: 250px;
    position: relative;
    z-index: 99999;
  }
  header .width nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
  }
  header .width nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #fcfcfc;
    padding: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
    z-index: 9999;
    margin-left: 0;
  }
  header .width nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .width nav ul li {
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
  }
  header .width nav ul li.contact-nav {
    display: block;
  }
  header .width nav ul li a {
    font-size: 16px;
  }
  header .width #contact-btn {
    display: none;
  }
  h1 {
    line-height: 95%;
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  #menu-btn {
    display: block;
    z-index: 99999;
  }
  #accueil .txt img {
    height: 250px;
  }
  #accueil .txt h1 {
    margin-bottom: 50px;
  }
  .fullImg {
    height: 550px;
  }
  .fullImg .txt h3 {
    margin-bottom: 20px;
  }
  #architecture .width > div.img {
    height: 250px;
    margin-top: -20px;
  }
  #situation .txt {
    width: 80%;
    margin-bottom: 40px;
  }
  #situation .map-container .right {
    height: 300px;
  }
  #situation2 .width {
    margin-top: -50px;
  }
  #situation2 .width .img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #situation2 .width .img h2 {
    margin-bottom: 50px;
    max-width: 20ch;
  }
  #situation2 .width .img img {
    height: 400px;
  }
  #situation2 .txt-img .img {
    height: 200px;
  }
  #icons .icons .icon {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
  }
  #projet {
    padding-top: 80px;
    padding-bottom: 62px;
  }
  #projet h2 {
    font-size: 30px;
  }
  #projet .txt {
    width: 90%;
  }
  #projet .txt .txt-flex {
    flex-direction: column;
  }
  #projet .txt .txt-flex p {
    margin-bottom: 10px;
  }
  #projet .txt img {
    width: 50%;
  }
  #projet .title {
    padding: 92px 5% 92px 65px;
  }
  #projet .title div {
    width: 64%;
  }
  #projet .img2 {
    height: 400px;
    margin-top: 20px;
    width: 100%;
    padding-left: 5%;
  }
  #situation2 .txt-img .txt {
    padding-top: 150px;
  }
  #situation2 .width {
    flex-wrap: wrap;
  }
  #situation2 .width .img {
    width: 100%;
    padding-bottom: 0;
  }
  #situation2 .width .img h2 {
    max-width: 20ch;
  }
  #situation2 .width .txt {
    width: 100%;
    padding-bottom: 50px;
  }
  #situation2 .width .txt .icons {
    margin-bottom: 50px;
    justify-content: space-between;
    width: 100%;
  }
  #situation2 .width .txt .icons .icon {
    width: 20%;
    justify-content: space-between;
    align-items: center;
  }
  #situation2 .width .txt .icons .icon img {
    height: 50px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #situation2 .width .txt .icons .txt {
    width: 70%;
    padding-top: 0;
  }
  #situation2 .txt-img .icons {
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  #situation2 .txt-img .icons .icon {
    width: 20%;
    justify-content: space-between;
    align-items: center;
  }
  #situation2 .txt-img .icons .icon img {
    height: 50px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #situation2 .txt-img .icons .icon img.bus {
    height: 30px;
  }
  #situation2 .txt-img .icons .txt {
    width: 70%;
    padding-top: 0;
  }
  #description {
    padding-bottom: 0px;
  }
  #description .map-container {
    flex-wrap: wrap;
  }
  #description .map-container .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #description .map-container .txt {
    width: 80%;
    margin: 0 auto;
  }
  #appartements {
    margin-top: 40px;
  }
  #appartements .width {
    flex-direction: column;
  }
  #appartements .width .left {
    width: 100%;
  }
  #appartements .width .right {
    width: 100%;
  }
  #appartements .width .table {
    overflow-x: auto;
    background-color: #fcfcfc;
    position: relative;
    z-index: 2;
    height: auto;
  }
  #appartements .width .table * {
    font-size: 12px;
  }
  #appartements .width .table table thead tr th {
    padding: 5px 20px;
  }
  #environment,
  #environment2 {
    padding: 50px 0;
  }
  #environment:after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #environment .width,
  #environment2 .width {
    flex-direction: column;
  }
  #environment .width .txt,
  #environment2 .width .txt {
    width: 100%;
    order: -1;
  }
  #environment .width .img,
  #environment2 .width .img {
    width: 100%;
    height: 500px;
  }
  #galerie {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .fullImg2 {
    height: 600px;
  }
  .fullGallery .full-img .gallery-nav-prev,
  .fullGallery .full-img .gallery-nav-next {
    top: 90%;
  }
  footer h2 {
    font-size: 76px;
  }
  footer .width:first-child {
    align-items: flex-start;
    margin-bottom: 0;
  }
  footer .width .logo a:last-child {
    font-size: 12px;
  }
  footer .width .logo img {
    min-width: 200px;
  }
  footer .width .details {
    gap: 34px;
  }
  footer .width .details > div {
    margin-left: 30px;
    margin-top: 10px;
  }
  footer .width .details > div p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 850px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  #accueil {
    position: relative;
  }
  #accueil:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #accueil .img {
    width: 100%;
    height: 35vh;
  }
  #accueil .txt {
    position: absolute;
    bottom: -7px;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fcfcfc;
    padding: 10% 5%;
  }
  #accueil .txt h1 {
    margin-bottom: 50px;
    color: #fcfcfc;
    width: 80%;
  }
  #accueil .txt p {
    color: #fcfcfc;
    width: 80%;
  }
  #accueil .txt img {
    width: auto;
    height: 250px;
    display: none;
  }
  #accueil .btn.btn-blue {
    background-color: #353535;
    color: #fcfcfc;
  }
  #accueil .btn.btn-blue:hover {
    background-color: transparent;
  }
  #projet .title {
    padding: 50px 5% 50px 10%;
    width: 100%;
  }
  #projet .title div {
    width: 100%;
  }
  #projet .txt {
    margin-top: -20px;
  }
  #projet .txt img {
    width: 100%;
    height: 300px;
  }
  #projet .txt .txt-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #projet .txt .txt-flex p {
    width: 100%;
    margin-bottom: 20px;
  }
  #projet .txt .txt-flex p .btn {
    margin: 40px auto 0 auto;
    display: block;
  }
  #projet .img2 {
    height: 300px;
  }
  #architecture .width {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  #architecture .width > div.img {
    width: 40vw;
  }
  #architecture .width > div.txt {
    width: 50%;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #architecture .width > div.txt:last-child {
    margin-top: 30px;
    width: 100%;
  }

  #icons .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
    padding-left: 3%;
  }

  #icons .icons {
    width: 25%;
  }

  #icons .icons .txt {
    font-size: 15px;
  }

  #les-appartements {
    padding-bottom: 50px;
    padding-top: 100px;
  }
  #les-appartements2 {
    padding-bottom: 80px;
  }
  #situation {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #situation .map-container {
    flex-wrap: wrap;
  }
  #situation .map-container .right {
    width: 100%;
  }
  #situation .map-container .txt {
    margin-top: 30px;
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  #situation2 .width .img h2 {
    max-width: 20ch;
  }
  #icons .icons .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }
  #appartements {
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #appartements::after {
    top: 0%;
    height: 100%;
  }
  .fullImg {
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
  }
  .fullImg .txt {
    width: 100%;
    margin-bottom: 30px;
    order: -1;
  }
  .fullImg .img {
    width: 100%;
    height: auto;
  }
  .fullGallery .full-img .gallery-nav-prev,
  .fullGallery .full-img .gallery-nav-next {
    position: absolute;
    top: initial;
    bottom: 5%;
  }
  footer .width {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  footer .width.bottom {
    margin-top: 30px;
  }
  footer .width.bottom h2 {
    font-size: 46px;
  }
  footer .width .logo {
    width: 50%;
    margin: 0 auto;
  }
  footer .width .logo-minergie {
    margin-left: 0 auto;
  }
  footer .width .logo img {
    margin-bottom: 0;
  }
  footer .width .details {
    margin-top: 50px;
    width: 100%;
  }
  footer .width .details > div {
    margin-left: 0;
  }
  .fullImg2 {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
  #projet h2 {
    font-size: 24px;
  }
  #menu-btn {
    top: 12px;
  }
  #loading {
    background-size: 200px 200px;
  }
  #accueil {
    flex-direction: column-reverse;
  }
  #accueil .img {
    width: 100%;
    height: 30vh;
  }
  #accueil .txt {
    position: relative;
    margin: 0;
    bottom: 0;
  }
  #accueil .txt p {
    width: 100%;
  }
  .subtitle {
    font-size: 14px;
  }
  #situation .map-container .right {
    height: 200px;
  }
  #situation .map-container .right img {
    -o-object-position: 60%;
    object-position: 60%;
  }
  #situation .txt {
    width: 100%;
    padding-left: 5%;
  }
  #situation2 .width .img iframe {
    height: 407px;
  }

  #icons .icons .txt {
    text-align: left;
  }

  #environment .width .img {
    height: 250px;
  }
  #environment2 .width .img {
    height: 250px;
  }

  #appartements .width .table table * {
    font-size: 13px;
  }
  /* .fullImg {
    height: 400px;
  } */
  .fullImg2 {
    height: 400px;
  }
  #architecture .width {
    padding-bottom: 100px;
  }
  #icons .icons {
    width: 100%;
    display: flex;
    margin: 20px 0;
  }

  #icons .icons .icon {
    margin: initial;
    margin-right: 30px;
  }

  #icons .icons .txt br {
    text-align: left;
  }

  #icons .icons .txt br {
    display: none;
  }
  #situation2 .width .img {
    padding-bottom: 30px;
  }
  #situation2 .width .img::before {
    width: 115%;
  }
  #situation2 .width .img h2 {
    font-size: 32px;
    max-width: 20ch;
  }
  #les-appartements,
  #les-appartements2 {
    padding-bottom: 0px;
    padding-right: 0;
  }
  #les-appartements .map-container,
  #les-appartements2 .map-container {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  #les-appartements .map-container .left,
  #les-appartements2 .map-container .left {
    width: 100%;
    height: 350px;
  }
  #les-appartements .map-container .txt,
  #les-appartements2 .map-container .txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    order: -1;
    padding-right: 5%;
  }
  #contact .width {
    padding-top: 100px;
    flex-wrap: wrap;
  }
  #contact .width > div.data {
    width: 95%;
    padding: 50px 5%;
  }
  #contact .width > div.data h2 {
    margin-bottom: 40px;
  }
  #contact .width > div.form-container {
    width: 100%;
    margin-top: 50px;
  }
  #contact .width > div.form-container form > div {
    width: 100%;
  }
  #contact .width > div.form-container form > div input,
  #contact .width > div.form-container form > div textarea {
    font-size: 14px;
    padding-bottom: 20px;
  }
  footer .width {
    flex-direction: column;
  }
  footer .width > div {
    width: 100%;
  }
  footer .width .logo {
    width: 220px;
  }
  footer .width .details {
    width: 100%;
    justify-content: space-between;
  }
  footer .width .details > div {
    margin: 30px 10px;
  }
  footer .avp {
    text-align: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 32px;
  }
  #accueil .txt h1 {
    margin-bottom: 20px;
  }
  #architecture {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #architecture .width {
    padding-top: 0px;
    padding-bottom: 0;
  }
  #architecture .width > div.img {
    width: 100vw;
    order: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #architecture .width > div.txt {
    width: 100%;
  }
  #architecture .width > div.txt:last-child {
    margin-top: 15px;
  }
  #description {
    padding-top: 50px;
  }
  #description .map-container .left {
    margin-bottom: 30px;
  }
  #description .map-container .left img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  #description .map-container .txt {
    padding-right: 0;
    padding-bottom: 30px;
  }
  #description .map-container .txt p {
    margin: 10px 0;
  }
  #les-appartements {
    padding-bottom: 0px;
    padding-top: 60px;
  }
  #les-appartements .map-container {
    margin-top: 20px;
  }
  #situation {
    padding-top: 50px;
  }
  #situation .map-container {
    margin-top: 0;
  }
  #situation .map-container .txt {
    margin-top: 0;
  }
  #situation .map-container .txt h3 {
    margin-bottom: 30px;
  }
  #situation .map-container .right {
    height: 150px;
  }
  #situation .map-container .left {
    height: 400px;
  }
  #situation2 .width .img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #situation2 .width .img img {
    height: 300px;
  }
  #appartements {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #galerie {
    padding-top: 60px;
  }
  #galerie .galerie-container #roller {
    height: 200px;
  }
  #galerie .galerie-container #roller img {
    border: 5px solid #e3dbd0;
  }
  footer .width .details {
    flex-wrap: wrap;
  }
  footer .width .details > div {
    width: 100%;
    margin: 10px;
  }
  footer .avp a {
    display: block;
    text-align: center;
  }
} /*# sourceMappingURL=style.css.map */
