@font-face {
  font-family: "Careny";
  src: url(fonts/Careny.otf);
}
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: #202D3E;
}

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

::-webkit-scrollbar {
  width: 3px;
  overflow: hidden;
}

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

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

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

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #202D3E;
  z-index: 99999;
  transition-duration: 1s;
  transition-delay: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading > div {
  width: 370px;
  height: auto;
  transition-duration: 1.5s;
  transform: scale(0.5);
}
#loading > div svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}
#loading.hidden div {
  transform: scale(1);
}

#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.7);
  transition-duration: 0.6s;
}
#succes > div {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  color: #202D3E;
  background-color: #DAC7B6;
  padding: 60px;
  line-height: 1.5;
  position: relative;
}

#succes.active {
  display: flex;
}

#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

h1, h2 {
  font-family: "Careny";
  text-align: left;
}

h1 {
  color: #DAC7B6;
  font-size: 86px;
  font-weight: 500;
  line-height: 96px;
  letter-spacing: 0em;
  text-align: left;
}

h2 {
  font-size: 56px;
  font-weight: 400;
  line-height: 62px;
  color: #FFF5E6;
  max-width: 28ch;
  margin-bottom: 40px;
}

p, a, li {
  font-family: "agenda", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

.subtitle {
  font-family: "agenda", sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: #DAC7B6;
  margin-bottom: 16px;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 44;
  transition: all 0.3s linear;
}
header.active {
  padding: 10px 0;
  transition: all 0.3s linear;
  background-color: #202D3E;
}
header.active .width .logo {
  width: 100px;
  transition: all 0.3s linear;
}
header.active .width .nav a {
  font-size: 16px;
  padding: 10px 30px;
}
header.activeBackground {
  background-color: #202D3E;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
}
header .width .logo {
  width: 150px;
  position: relative;
  z-index: 100;
}
header .width .logo img {
  transition: all 0.3s linear;
}
header .width .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .width nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #202D3E;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style-type: none;
  text-align: center;
}
header .width nav ul li {
  margin: 1em;
  transition: all 0.3s linear;
}
header .width nav ul li:hover {
  transform: scale(1.2);
}
header .width nav ul li a {
  color: #FFF5E6;
  font-family: "Careny";
  text-transform: uppercase;
  font-size: 28px;
}
header .width nav.active {
  opacity: 1;
  visibility: visible;
  background-color: #202D3E;
}

#menu-btn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 75px;
  height: 20px;
  position: relative;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s linear;
  margin-left: 50px;
  margin-top: 20px;
}
#menu-btn.active {
  margin-top: 0px;
}
#menu-btn.active span {
  transform: translateY(8px) rotate(-135deg);
}
#menu-btn.active span::before {
  transform: translateY(-10px) rotate(95deg);
}
#menu-btn.active span::after {
  opacity: 0;
}
#menu-btn span, #menu-btn span::before, #menu-btn span::after {
  content: "";
  top: 0;
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #DAC7B6;
  transition: all 0.3s linear;
}
#menu-btn span::before {
  top: 10px;
  transition: all 0.3s linear;
}
#menu-btn span::after {
  top: -10px;
  transition: all 0.3s linear;
}

/***************************************************************/
/*** PASTILLE ***************************************************/
/***************************************************************/
#pastille.pop {
  color: #FFF5E6;
  opacity: 1;
  position: fixed;
  top: 10%;
  right: 5%;
  border-radius: 50%;
  background-color: #A72828;
  z-index: 105;
  width: 200px;
  height: 200px;
  padding: 10px;
  transition: all 2.5s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pastille.pop.hidden {
  right: -100%;
}
#pastille.pop p {
  text-align: center;
}
#pastille.pop p:first-child {
  margin-bottom: 10px;
}
#pastille.pop p:last-of-type {
  padding-top: 10px;
  line-height: 1.2;
}
#pastille.pop .close-pop {
  position: absolute;
  background-color: #A72828;
  z-index: 105;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 0px;
  right: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

/***************************************************************/
/*** BUTTONS ***************************************************/
/***************************************************************/
.btn {
  font-family: "agenda", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  padding: 20px 42px;
  border: 1px solid #DAC7B6;
  color: #DAC7B6;
  transition: all 0.3s linear;
  border-radius: 100px;
}
.btn:hover {
  background-color: #DAC7B6;
  color: #202D3E;
}

.btn-effect {
  font-family: "agenda", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFF5E6;
  border-radius: 100px;
  border: 1px solid #FFF5E6;
  padding: 15px 40px;
  transition: all 0.3s linear;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-effect:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.btn-effect:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #DAC7B6;
  transition: all 0.6s;
  z-index: -1;
}
.btn-effect:hover {
  color: #202D3E;
  border: 1px solid #DAC7B6;
}
.btn-effect:hover:before {
  width: 100%;
}

/***************************************************************/
/*** STRUCTURE *************************************************/
/***************************************************************/
.width {
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
}

.showImg {
  cursor: zoom-in;
}

.fullImg {
  width: 100%;
  padding-top: 150px;
  position: relative;
}
.fullImg .width {
  height: 800px;
}
.fullImg .width img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fullImg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #202D3E;
  z-index: -1;
}

/***************************************************************/
/*** HOME PAGE  ***************************************/
/***************************************************************/
#accueil {
  height: 100vh;
  background-color: #202D3E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#accueil .txt {
  position: absolute;
  width: 30%;
  left: 10%;
  padding-right: 5%;
  padding-top: 5%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 22;
}
#accueil .txt p {
  color: #DAC7B6;
  font-family: "agenda", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-top: 30px;
  max-width: 28ch;
}
#accueil .img {
  width: 65%;
  height: 100%;
  margin-left: auto;
  position: relative;
  transition: all 0.5s linear;
  cursor: pointer;
}
#accueil .img:hover {
  width: 72%;
}
#accueil .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#accueil .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 5% center;
     object-position: 5% center;
}
#accueil .arrow-down {
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  border: 1px solid #FFF5E6;
  padding: 100px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #FFF5E6;
  transition: all 0.3s linear;
  opacity: 0.4;
}
#accueil .arrow-down:hover {
  opacity: 0.9;
}
#accueil .arrow-down.active > a img {
  transform: rotate(90deg);
}
#accueil .arrow-down > a {
  display: block;
  animation: arrowDown 0.7s linear infinite alternate-reverse;
}
#accueil .arrow-down > a img {
  display: inline-block;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes arrowDown {
  from {
    margin-top: -60px;
  }
  to {
    margin-top: -70px;
  }
}
@keyframes changeColor {
  from {
    border: 2px solid #202D3E;
  }
  to {
    border: 2px solid #DAC7B6;
  }
}

/***************************************************************/
/*** PROJET ***************************************/
/***************************************************************/
#projet .projet {
  padding-top: 150px;
  padding-bottom: 85px;
}
#projet .projet .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#projet .projet .flex .img {
  width: 55%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
#projet .projet .flex .img img {
  transition: all 0.3s linear;
}
#projet .projet .flex .img img:hover {
  transform: scale(1.1);
}
#projet .projet .flex .txt {
  width: 40%;
}
#projet .projet .flex .txt h2 {
  color: #FFF5E6;
}
#projet .projet .flex .txt p {
  color: #FFF5E6;
}
#projet .projet .flex .txt ul li {
  color: #FFF5E6;
  margin-left: 20px;
}
#projet .projet .flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 150px;
}
#projet .projet .flex2 .img {
  height: 550px;
  width: 45%;
  overflow: hidden;
  position: relative;
}
#projet .projet .flex2 .img img {
  transition: all 0.3s linear;
}
#projet .projet .flex2 .img img:hover {
  transform: scale(1.1);
}
#projet .projet .flex2 .txt {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 50%;
  margin-left: auto;
}
#projet .projet .flex2 * {
  color: #FFF5E6;
}

.activeBackground * {
  color: #202D3E !important;
}

/***************************************************************/
/*** ICONS  *************************************************/
/***************************************************************/
#icons-container {
  background-color: #FFF5E6;
}
#icons-container .icon-container {
  padding: 150px 3%;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#icons-container .icon-container .icon {
  margin: 40px;
  width: 25%;
}
#icons-container .icon-container .icon img {
  height: 60px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0);
}
#icons-container .icon-container .icon p {
  font-family: "Careny";
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 30px;
  color: #202D3E;
}

/***************************************************************/
/*** SITUATION *************************************************/
/***************************************************************/
#situation {
  background-color: #202D3E;
}
#situation .situation {
  padding-top: 150px;
  padding-bottom: 60px;
}
#situation .situation p,
#situation .situation ul {
  margin: 40px 30px 54px auto;
  text-align: left;
  color: #DAC7B6;
}
#situation .situation ul {
  margin-left: 20px;
}
#situation .situation .txt-container {
  width: 55%;
  margin: 0 0 0 auto;
}
#situation .situation .map-container .img-navigation {
  width: 100%;
  border-top: 0.001em solid #DAC7B6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
#situation .situation .map-container .img-navigation * {
  color: #DAC7B6;
}
#situation .situation .map-container .img-navigation > div {
  margin-top: 20px;
}
#situation .situation .map-container .img-navigation > div img {
  width: 31px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  transition: all 0.3s linear;
}
#situation .situation .map-container .img-navigation > div.prevX img {
  margin-left: 5px;
}
#situation .situation .map-container .img-navigation > div.prevX img:hover {
  margin-left: -5px;
}
#situation .situation .map-container .img-navigation > div.nextX img {
  margin-left: 35px;
}
#situation .situation .map-container .img-navigation > div.nextX img:hover {
  margin-left: 40px;
}
#situation .situation .map-container .img-navigation > div p {
  margin-top: 10px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
#situation .situation .map-container .map {
  position: relative;
  overflow: hidden;
  height: 700px;
}
#situation .situation .map-container .map img {
  position: absolute;
  left: 100%;
  transition: all 1s linear;
}
#situation .situation .map-container .map img.showMap {
  left: 0;
}
#situation .situation2 {
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#situation .situation2 .img {
  width: 50%;
}
#situation .situation2 .txt {
  width: 40%;
  color: #DAC7B6;
  height: 500px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#situation .situation2 .txt span {
  font-family: "Careny";
}
#situation .situation2 .txt ul {
  margin-left: 20px;
}
#situation .situation3 {
  padding-bottom: 50px;
}
#situation .situation3 h2 {
  max-width: 30ch;
  margin-bottom: 24px;
}
#situation .situation3 .subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#situation .situation3 .subtitle:hover img {
  margin-left: 20px;
}
#situation .situation3 .subtitle img {
  transition: all 0.3s linear;
  margin-left: 10px;
  width: 31px;
  filter: brightness(0) invert(1);
}

/***************************************************************/
/*** DISTANCES ****************************************************/
/***************************************************************/
#distances {
  padding-bottom: 140px;
}
#distances table {
  width: 100%;
}
#distances table * {
  color: #DAC7B6;
}
#distances table tr.header {
  background-color: #DAC7B6;
}
#distances table tr.header td, #distances table tr.header th {
  color: #202D3E;
}
#distances table tr.header td img, #distances table tr.header th img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#distances table tr td, #distances table tr th {
  font-size: 18px;
  font-family: "agenda", sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid #DAC7B6;
  border-right: 1px solid #DAC7B6;
  text-align: center;
}
#distances table tr td:last-child, #distances table tr th:last-child {
  border-right: none;
}
#distances table tr td a, #distances table tr th a {
  font-size: 18px;
}
#distances table tr th {
  font-weight: bold;
  font-size: 20px;
}

/***************************************************************/
/*** VILLAS *************************************************/
/***************************************************************/
#villas {
  background-color: #DAC7B6;
  padding-top: 140px;
  padding-bottom: 140px;
}
#villas * {
  color: #202D3E;
}
#villas .img .img-navigation {
  border-top: 0.1em solid #202D3E;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#villas .img .img-navigation * {
  color: #202D3E;
}
#villas .img .img-navigation > div {
  margin-top: 20px;
}
#villas .img .img-navigation > div img {
  filter: invert(1);
  width: 31px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  transition: all 0.3s linear;
}
#villas .img .img-navigation > div.prev img {
  margin-left: 5px;
}
#villas .img .img-navigation > div.prev img:hover {
  margin-left: -5px;
}
#villas .img .img-navigation > div.next img {
  margin-left: 35px;
}
#villas .img .img-navigation > div.next img:hover {
  margin-left: 40px;
}
#villas .img .img-navigation > div p {
  margin-top: 10px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
#villas .img .img-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#villas .img .img-container .small, #villas .img .img-container .big {
  position: relative;
  overflow: hidden;
}
#villas .img .img-container .small img, #villas .img .img-container .big img {
  position: absolute;
  transition: all 1s linear;
  cursor: zoom-in;
}
#villas .img .img-container .small img:hover, #villas .img .img-container .big img:hover {
  transform: scale(1.1);
}
#villas .img .img-container .small {
  width: 28%;
  height: 455px;
}
#villas .img .img-container .small img {
  top: -100%;
}
#villas .img .img-container .small img.showSmall {
  top: 0;
}
#villas .img .img-container .big {
  width: 70%;
  height: 640px;
}
#villas .img .img-container .big img {
  left: 100%;
}
#villas .img .img-container .big img.show {
  left: 0;
}
#villas .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
#villas .txt p {
  width: 45%;
}
#villas .txt ul {
  width: 45%;
}
#villas .txt ul:first-child {
  margin-left: 20px;
}

/***************************************************************/
/*** PLANS ****************************************************/
/***************************************************************/
#plans {
  padding-top: 150px;
  padding-bottom: 150px;
}
#plans table {
  width: 100%;
}
#plans table * {
  color: #DAC7B6;
}
#plans table tr.header {
  background-color: #DAC7B6;
}
#plans table tr.header td, #plans table tr.header th {
  color: #202D3E;
}
#plans table tr td, #plans table tr th {
  font-size: 18px;
  font-family: "agenda", sans-serif;
  padding: 15px 0;
  border: 1px solid #DAC7B6;
  text-align: center;
}
#plans table tr td a, #plans table tr th a {
  font-size: 18px;
}
#plans table tr th {
  font-weight: bold;
  font-size: 20px;
}
#plans table .statut td span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
#plans table .statut .disponible span {
  background-color: green;
}
#plans table .statut .reserve span {
  background-color: orange;
}
#plans table .statut .vendu span {
  background-color: red;
}
#plans table .plans td:not(:first-child) {
  transition: all 0.3s linear;
}
#plans table .plans td:not(:first-child):hover {
  background-color: #DAC7B6;
}
#plans table .plans td:not(:first-child):hover a {
  color: #202D3E;
}
#plans .statut {
  margin-top: 20px;
}
#plans .statut > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#plans .statut > div span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
}
#plans .statut > div p {
  color: #FFF5E6;
  margin-left: 20px;
}
#plans .statut .disponible span {
  background-color: green;
}
#plans .statut .reserve span {
  background-color: orange;
}
#plans .statut .vendu span {
  background-color: red;
}
#plans .btn-container {
  margin-top: 100px;
  text-align: center;
}
#plans .btn-container .btn-effect {
  width: 300px;
  margin: 0 40px;
}

/***************************************************************/
/*** GALERIE ****************************************************/
/***************************************************************/
#galerie {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #DAC7B6;
}
#galerie * {
  color: #202D3E;
}
#galerie .img-container {
  margin-top: 50px;
}
#galerie .img-container .gallery-flex {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
#galerie .img-container .gallery-flex:first-child, #galerie .img-container .gallery-flex:nth-child(2), #galerie .img-container .gallery-flex:nth-child(3) {
  margin-bottom: 1em;
}
#galerie .img-container .gallery-flex > div {
  overflow: hidden;
}
#galerie .img-container .gallery-flex > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s linear;
}
#galerie .img-container .gallery-flex > div img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
#galerie .img-container .gallery-flex .gallery-flex-1 {
  width: 50%;
}
#galerie .img-container .gallery-flex .gallery-flex-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
  gap: 1em;
}
#galerie .img-container .gallery-flex .gallery-flex-2 > div {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

/* fullscreen ***********************************/
#fullscreen,
#fullscreen-showImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #202D3E;
  background: linear-gradient(90deg, #202D3E 0%, #202D3E 35%);
  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: 50px;
}
#fullscreen #full-img,
#fullscreen-showImg #full-img {
  background-position: center;
  background-size: cover;
  transform: scale(0.7);
}
#fullscreen .close, #fullscreen .closeGallery,
#fullscreen-showImg .close,
#fullscreen-showImg .closeGallery {
  position: absolute;
  top: 0px;
  right: 2%;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  font-size: 42px;
  color: #FFF5E6;
  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: 32px;
  font-weight: bold;
  color: #FFF5E6;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#fullscreen .next,
#fullscreen-showImg .next {
  right: 1%;
}
#fullscreen .prev,
#fullscreen-showImg .prev {
  left: 1%;
}

/***************************************************************/
/*** CONTACT ****************************************************/
/***************************************************************/
#contact .title {
  background-color: #FFF5E6;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
}
#contact .title h2 {
  color: #202D3E;
  font-weight: bold;
  text-align: center;
  max-width: initial;
  text-transform: uppercase;
}
#contact .title .logo {
  width: 150px;
  margin: 0 auto;
}
#contact .contact {
  padding-bottom: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #FFF5E6;
}
#contact .contact .txt {
  width: 40%;
}
#contact .contact .txt .details {
  text-align: left;
}
#contact .contact .txt .details .logo {
  width: 300px;
  margin-bottom: 30px;
  margin-right: auto;
}
#contact .contact .txt .details .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
#contact .contact .txt .details .data p {
  max-width: initial;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px;
}
#contact .contact .txt .details .data p b {
  font-size: 20px;
}
#contact .contact .txt .details .data p, #contact .contact .txt .details .data a {
  font-size: 18px;
  color: #202D3E;
}
#contact .contact .txt .details .data a {
  transition: all 0.3s linear;
}
#contact .contact .txt .details .data a:hover {
  color: #202D3E;
}
#contact .contact .form {
  width: 55%;
}
#contact .contact .form form {
  width: 100%;
}
#contact .contact .form form > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
#contact .contact .form form > div:not(.textarea) {
  border-bottom: 1px solid #202D3E;
}
#contact .contact .form form > div label, #contact .contact .form form > div input, #contact .contact .form form > div textarea {
  font-family: "agenda", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}
#contact .contact .form form > div label {
  color: rgba(57, 57, 57, 0.8);
}
#contact .contact .form form > div input, #contact .contact .form form > div textarea {
  border: none;
  outline: none;
  background-color: transparent;
}
#contact .contact .form form > div textarea {
  margin-top: 32px;
  padding: 10px;
  height: 144px;
  border: 1px solid #202D3E;
}
#contact .contact .form form .btn {
  background: #202D3E;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid #202D3E;
  text-align: center;
  color: #FFF5E6;
  text-transform: uppercase;
  cursor: pointer;
}
#contact .contact .form form .btn:hover {
  background-color: transparent;
  color: #202D3E;
}

/***************************************************************/
/*** FOOTER ****************************************************/
/***************************************************************/
footer {
  background-color: #202D3E;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer * {
  color: #FFF5E6;
}
footer .avp p, footer .avp a {
  font-size: 16px;
  text-align: center;
}
footer .avp a {
  color: #DAC7B6;
  transition: all 0.3s linear;
}
footer .avp a:hover {
  color: #FFF5E6;
}

/*****************media**********************************************/
/*** RESPONSIVE ************************************************/
/***************************************************************/
@media only screen and (max-width: 1600px) {
  #contact .title {
    padding-bottom: 100px;
  }
  #situation .situation2 .img {
    height: 700px;
  }
}
@media only screen and (max-width: 1260px) {
  .width {
    padding-left: 8%;
    padding-right: 8%;
  }
  h1 {
    font-size: 68px;
    line-height: 76px;
  }
  h2 {
    font-size: 48px;
  }
  #accueil .txt {
    padding-right: 50px;
    left: 8%;
  }
  #accueil .txt p {
    font-size: 22px;
    line-height: 32px;
  }
  #icons-container .icon-container {
    padding: 100px 3%;
    width: 100%;
  }
  #contact .title {
    padding-top: 100px;
  }
  #contact .contact {
    padding-bottom: 0px;
    flex-direction: column;
  }
  #contact .contact > div {
    width: 100%;
  }
  #contact .contact > div.txt {
    margin-bottom: 100px;
    width: 100%;
  }
  #contact .contact > div.txt h2, #contact .contact > div.txt p {
    max-width: initial;
    text-align: center;
  }
  #contact .contact > div.txt .details {
    text-align: center;
    margin-top: 60px;
  }
  #contact .contact > div.txt .details .logo {
    margin: 30px auto;
  }
  #contact .contact > div.txt .details .data p {
    text-align: center;
  }
  #contact .contact > div.form {
    width: 80%;
    margin: 0 auto;
    order: -1;
  }
  #contact .contact > div.form div label, #contact .contact > div.form div input, #contact .contact > div.form div textarea {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }
  p, a, li {
    font-size: 16px;
    line-height: 26px;
  }
  #pastille.pop {
    width: 150px;
    height: 150px;
  }
  #pastille.pop .close-pop {
    right: -12px;
  }
  #accueil .txt {
    padding-right: 10%;
  }
  #accueil .txt p {
    margin-left: 0%;
    max-width: 25ch;
  }
  #projet .projet {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  #projet .projet .flex {
    flex-direction: column;
  }
  #projet .projet .flex .img, #projet .projet .flex .txt {
    width: 100%;
  }
  #projet .projet .flex .img {
    margin-top: 50px;
  }
  #projet .projet .flex2 {
    padding-top: 100px;
  }
  #projet .projet .flex2 .txt {
    width: 40%;
  }
  #projet .projet .flex2 .img {
    width: 55%;
  }
  #situation .situation .map-container .map {
    height: 500px;
  }
  #icons-container .icon-container .icon {
    margin: 40px;
    width: 22%;
  }
}
@media only screen and (max-width: 850px) {
  header .width .logo {
    width: 150px;
  }
  .btn-effect {
    font-size: 16px;
    padding: 5px 20px;
  }
  h1 {
    font-size: 52px;
    line-height: 62px;
    white-space: nowrap;
  }
  h2 {
    font-size: 38px;
    line-height: 36px;
  }
  p, a, li {
    font-size: 16px;
    line-height: 22px;
  }
  #accueil {
    height: 100dvh;
  }
  #accueil .img {
    width: 100%;
  }
  #accueil .txt {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8%;
    background-color: rgba(32, 45, 62, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  #accueil .txt p {
    font-size: 22px;
    line-height: 28px;
    max-width: initial;
    margin-top: 0px;
  }
  #icons-container .icon-container {
    width: 90%;
  }
  #icons-container .icon-container .icon {
    width: 40%;
    margin: 40px 20px;
  }
  #icons-container .icon-container .icon p {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }
  #projet .projet .flex .img {
    height: 450px;
  }
  #situation .situation {
    padding-top: 100px;
  }
  #situation .situation .map-container .map {
    height: 400px;
  }
  #situation .situation .txt-container {
    width: 100%;
  }
  #situation .situation2 {
    padding-bottom: 100px;
  }
  #situation .situation2 .txt {
    height: auto;
  }
  #villas {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #villas .txt {
    flex-direction: column;
  }
  #villas .txt p,
  #villas .txt ul {
    width: 100%;
    margin-left: 20px;
  }
  #villas .img .img-container .big {
    height: 550px;
  }
  #villas .img .img-container .small {
    height: 250px;
  }
  #plans {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #plans table tr th {
    font-size: 16px;
  }
  #plans table tr td {
    font-size: 15px;
  }
  #plans table tr td a {
    font-size: 15px;
  }
  #plans .statut > div {
    margin-bottom: 5px;
  }
  #plans .statut > div span {
    width: 15px;
    height: 15px;
  }
  #plans .btn-container {
    margin-top: 0px;
    text-align: center;
  }
  #plans .btn-container .btn-effect {
    margin-top: 30px;
  }
  #galerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #galerie .img-container .gallery-flex .gallery-flex-2 > div {
    height: 150px;
  }
  #fullscreen .nav-btn, #fullscreen-showImg .nav-btn {
    top: initial;
    bottom: 10px;
  }
  #fullscreen .full-img-wrap, #fullscreen-showImg .full-img-wrap {
    padding: 10px;
  }
  #contact .title {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  #contact .title .logo {
    margin: 0px auto 40px auto;
  }
  #contact .contact .form form .btn {
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 16px;
  }
  #contact .contact > div.txt .details .logo {
    width: 250px;
  }
}
@media only screen and (max-width: 650px) {
  header .width .nav a {
    display: none;
  }
  #projet .projet {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #projet .projet .flex .img {
    height: 350px;
  }
  #projet .projet .flex2 {
    flex-direction: column;
    padding-top: 50px;
  }
  #projet .projet .flex2 .img, #projet .projet .flex2 .txt {
    width: 100%;
  }
  #projet .projet .flex2 .img {
    height: 350px;
  }
  #projet .projet .flex2 .txt {
    padding-bottom: 50px;
    order: -1;
  }
  #icons-container .icon-container {
    padding: 80px 3%;
  }
  #situation .situation .map-container .map {
    height: 300px;
  }
  #situation .situation2 {
    flex-direction: column;
  }
  #situation .situation2 .img, #situation .situation2 .txt {
    width: 100%;
  }
  #situation .situation2 .txt {
    order: -1;
    margin-bottom: 40px;
  }
  #situation .situation2 .img {
    height: 350px;
  }
  #villas {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #villas .img .img-container .big {
    height: 400px;
  }
  #plans {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #galerie {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 475px) {
  header .width .logo {
    width: 130px;
  }
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #accueil .txt {
    flex-wrap: wrap;
    padding-bottom: 100px;
  }
  #accueil .txt p, #accueil .txt a {
    width: 100%;
  }
  #accueil .arrow-down {
    bottom: -120px;
    left: 50%;
    padding: 40px;
    width: 200px;
    height: 200px;
  }
  #accueil .arrow-down > a {
    width: 30px;
    height: auto;
    margin: 50px auto 0 auto;
  }
  #accueil .arrow-down > a img {
    margin-top: 60px;
  }
  #contact .title .logo {
    width: 120px;
    margin: 0 auto 10px auto;
  }
  #contact .contact > div.txt .details .logo {
    width: 200px;
  }
  #situation .situation .map-container .map {
    height: 250px;
  }
  #icons-container .icon-container {
    padding: 60px 3%;
    width: 90%;
  }
  #icons-container .icon-container .icon {
    width: 100%;
    margin: 20px 0;
  }
  #icons-container .icon-container .icon p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  #plans table,
  #distances table {
    width: 400px;
    overflow-x: auto;
    display: block;
  }
  #plans table tr td, #plans table tr th,
  #distances table tr td,
  #distances table tr th {
    padding: 15px 5px;
  }
  #plans table tbody,
  #distances table tbody {
    overflow-x: scroll;
    display: block;
  }
  footer .avp a {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */