.message {
  min-height: 100vh;
  background-color: #605c5a;
}
.message section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8%;
  text-align: center;
}
.message section * {
  color: #f0e7e1;
}
.message section h2 {
  margin-bottom: 40px;
}
.message section .icon-sent {
  width: 250px;
  margin: 30px auto;
}
.message section .icon-sent img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.error404 {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #605c5a;
}
.error404 section > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.error404 section > div * {
  color: #f0e7e1;
}
.error404 section > div #e404 {
  margin-bottom: 30px;
  font-size: 38px;
}

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

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: #f7f4f2;
}

* {
  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: #605c5a;
}

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

#Portes-Ouvertes,
#prixPopUp {
  position: fixed;
  top: -100%;
  left: 0%;
  opacity: 0.5;
  bottom: 0%;
  right: 0%;
  width: 100vw;
  height: 100%;
  z-index: 4455555;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px;
  transition: all 1s linear;
}
#Portes-Ouvertes.activePortesOuvertes,
#Portes-Ouvertes.active,
#prixPopUp.activePortesOuvertes,
#prixPopUp.active {
  top: 0% !important;
  opacity: 1;
}
#Portes-Ouvertes > div,
#prixPopUp > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: auto;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  z-index: 44;
  background-color: #f0e7e1;
  padding: 4%;
}
#Portes-Ouvertes form,
#prixPopUp form {
  width: 100%;
}
#Portes-Ouvertes form > div input,
#prixPopUp form > div input {
  margin: 10px 0;
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #605c5a;
  padding: 5px 0;
  font-size: 16px;
}
#Portes-Ouvertes form > div .btn-effect,
#prixPopUp form > div .btn-effect {
  background-color: #605c5a;
  margin-top: 50px;
}

#prixPopUp .btn-effect {
  border: 1px solid #605c5a;
  background-color: #f0e7e1 !important;
  color: #605c5a;
  margin: 50px auto 0 auto;
  text-align: center;
}

#Portes-Ouvertes h2,
#prixPopUp h2 {
  margin: 0 auto 20px auto;
  font-size: 26px;
  line-height: 120%;
}

#Portes-Ouvertes h2 b,
#prixPopUp h2 b {
  color: #605c5a;
}
#Portes-Ouvertes p,
#prixPopUp p {
  max-width: 50ch;
  margin: 0 auto 10px auto;
  font-size: 20px;
  color: #605c5a;
}
#Portes-Ouvertes .btn,
#prixPopUp .btn {
  padding: 10px 42px;
  display: block;
  margin: 32px auto 0 auto;
  width: max-content;
}
#Portes-Ouvertes button.closePop,
#prixPopUp button.closePop {
  background-color: transparent;
  border: none;
  outline: none;
  color: #605c5a;
  font-family: "Montserrat";
  position: absolute;
  top: -10px;
  right: 5px;
  font-weight: 300;
  font-size: 40px;
  z-index: 55;
  transition: all 0.5s linear;
  cursor: pointer;
}
#Portes-Ouvertes button.closePop:hover,
#prixPopUp button.closePop:hover {
  transform: rotate(90deg);
}

#succes {
  display: none;
}

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

h1,
h2,
h3 {
  font-family: "Montserrat", serif;
  text-align: left;
}

h1 {
  color: #f0e7e1;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
  max-width: 28ch;
  margin-bottom: 30px;
  opacity: 1;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color: #605c5a;
  max-width: 30ch;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

h4 {
  font-family: "Montserrat", serif;
  max-width: 25ch;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "Montserrat", sans-serif;
  color: #605c5a;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: left;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 24px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.btn {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  background-color: #f0e7e1;
  border: 1px solid #f0e7e1;
  color: #f7f4f2;
  transition: all 0.3s linear;
  padding: 15px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn img {
  transition: all 0.3s linear;
  width: 26px;
  margin-left: 20px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}
.btn:hover {
  background-color: transparent;
  color: #f0e7e1;
}
.btn:hover img {
  filter: invert(1);
  opacity: 0.7;
}

.btn-effect {
  display: inline-block;
  display: block;
  width: 287px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background-color: transparent;
  border: 1px solid #f0e7e1;
  color: #f7f4f2;
  transition: all 0.3s linear;
  padding: 10px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.btn-effect img {
  transition: all 0.3s linear;
  width: 26px;
  margin-left: 20px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}
.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: #f7f4f2;
  transition: all 0.3s;
  z-index: -1;
}
.btn-effect:hover {
  color: #605c5a;
}
.btn-effect:hover:before {
  width: 100%;
}
.btn-effect:hover img {
  filter: invert(1);
  opacity: 0.7;
}

.de-lang,
.fr-lang {
  display: none;
}

.lang-active {
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  z-index: 99;
  transition: all 0.3s linear;
}
header #lang {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 999;
  color: #f7f4f2;
  cursor: pointer;
}
header #lang.active {
  color: #605c5a;
}
header #lang.active a {
  color: #605c5a;
}
header #lang a {
  font-size: 18px;
  color: #f7f4f2;
  transition: all 0.3s linear;
  cursor: pointer;
}
header #lang a.active {
  text-decoration: underline;
}
header #lang a:hover {
  text-decoration: underline;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .width .logo {
  width: 180px;
  position: relative;
  z-index: 9999;
}
header .width .logo a img {
  transition: all 0.5s linear;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
header .width nav {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.4s linear;
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
header .width nav ul #menu-item-79 {
  display: none;
}
header .width nav ul li {
  margin: 0 25px;
}
header .width nav ul li.menu-item-23 {
  display: none;
}
header .width nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #f0e7e1;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
}
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: #f0e7e1;
  height: 1px;
}

header .width nav ul li#menu-item-83,
header .width nav ul li#menu-item-82 {
  /* border: 1px solid red; */
  display: none;
}
header .width nav ul li a:hover {
  color: #f0e7e1;
}
header .width nav ul li a:hover:after {
  width: 100%;
}
header .width #contact-btn .btn-effect {
  padding: 10px 40px;
  width: auto;
  background: #ebe6e4;
  color: #605c5a;
}
header.active {
  padding: 10px 0;
  background-color: #f0e7e1;
}
header.active #lang {
  position: fixed;
  top: 2%;
  right: 2%;
  color: #605c5a;
}
header.active #lang a {
  font-size: 16px;
  color: #605c5a;
}
header.active .logo {
  transition: all 0.3s linear;
  width: 150px;
}
header.active .logo a img {
  filter: none;
}
header.active nav ul li a {
  font-size: 15px;
  color: #605c5a;
}
header.active nav ul li a:after,
header.active nav ul li a:before {
  background: #605c5a;
}
header.active nav ul li a:hover {
  transform: scale(1.1);
  color: #605c5a;
}
header.active #contact-btn .btn-effect {
  border: 1px solid #605c5a;
}

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

#legales {
  background-color: #f0e7e1;
  padding-top: 150px;
  padding-bottom: 50px;
}

#legales h2 {
  margin: 30px 0;
}

#legales p {
  margin: 10px 0;
}

.pastille {
  background-image: url("imgs/chantier-en-cours.jpg");
  position: absolute;
  top: 120px;
  z-index: 44;
  right: 5%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.pastille p {
  transform: translateY(245px);
  font-weight: bold;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  text-shadow: 1px 1px #605c5a;
  color: #f7f4f2;
}

.pastille .close-pastille {
  position: absolute;
  background-color: #f7f4f2;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  font-weight: 400;
  right: 0;
  top: 0;
  transition: all 0.3s linear;
  outline: none;
  border: 1px solid #605c5a;
}

.pastille .close-pastille:hover {
  filter: invert(1) brightness(1);
}

.mainSection {
  min-height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 0 !important;
}

/* .mainSection:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
} */

.mainSection .width {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-left: 0;
  padding-left: 4%;
  padding-right: 10%;
  padding-top: 4%;
  padding-bottom: 4%;

  width: max-content;
  background: linear-gradient(
    to left,
    rgba(19, 7, 7, 0) 0%,
    rgba(19, 7, 7, 0.4) 60%,
    rgba(19, 7, 7, 0.6) 100%
  );

  border-radius: 0px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); */
}

.mainSection .width .btn-effect {
  width: 350px;
}
.mainSection .width h1 {
  text-shadow: 1px 1px #605c5a;
  text-transform: uppercase;
}

.mainSection .width h2 {
  text-transform: none;
  max-width: 70ch;
  font-size: 18px;
  color: #f0e7e1;
  margin-bottom: 30px;
  text-shadow: 1px 1px #605c5a;
}

.mainSection .width .btn-effect {
  background-color: #f0e7e1;
  color: #605c5a;
}
.mainSection .bottom-txt {
  display: none;
  background-color: #605c5a;
  z-index: 5;
  position: absolute;
  bottom: -100px;
  left: 10%;
  width: auto;
  padding: 48px 15px 48px 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.mainSection .bottom-txt * {
  color: #f7f4f2;
  font-family: "Montserrat", sans-serif;
}
.mainSection .bottom-txt .title {
  width: 30%;
  padding-right: 10px;
  border-right: 0.01em solid #f7f4f2;
}
.mainSection .bottom-txt .title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 20px;
}
.mainSection .bottom-txt .title h3 {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
.mainSection .bottom-txt .detail {
  width: auto;
  padding: 0 15px;
  margin-top: 10px;
}
.mainSection .bottom-txt .detail * {
  font-family: "Montserrat", sans-serif;
}
.mainSection .bottom-txt .detail span {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 110%;
  max-width: 25ch;
}
.mainSection .bottom-txt .detail p {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}

#accueilPage .projet {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 260px;
  padding-bottom: 260px;
  position: relative;
}
#accueilPage .projet .logo-accent {
  position: absolute;
  top: 1%;
  right: 5%;
  transform: rotate(45deg) scale(1.1);
  z-index: 5;
  opacity: 0.9;
}
#accueilPage .projet .left {
  width: 32%;
}
#accueilPage .projet .left .img {
  height: 776px;
}
#accueilPage .projet .left .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#accueilPage .projet .left .txt {
  margin-left: 30%;
  margin-top: 62px;
}
#accueilPage .projet .right {
  width: 65%;
}
#accueilPage .projet .right .txt {
  padding-right: 10%;
}
#accueilPage .projet .right .txt .btn-effect {
  display: block;
  border: 1px solid #605c5a;
  color: #605c5a;
  padding: 10px 20px;
  width: 250px;
  text-align: center;
  margin-top: 62px;
  margin-bottom: 62px;
}
#accueilPage .projet .right .txt .btn-effect:before {
  background-color: #605c5a;
}
#accueilPage .projet .right .txt .btn-effect:hover {
  color: #f7f4f2;
}
#accueilPage .projet .right .img {
  height: 840px;
}
#accueilPage .avantages {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
#accueilPage .avantages .txt-top {
  position: absolute;
  top: -200px;
  background-color: #f0e7e1;
  padding: 37px 5%;
  margin-left: 10%;
  margin-right: 10%;
}
#accueilPage .avantages .txt-top .subtitle {
  text-align: center;
  width: 100%;
}
#accueilPage .avantages .txt-top .container {
  margin-top: 36px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#accueilPage .avantages .txt-top .container .box {
  width: 28%;
}
#accueilPage .avantages .txt-top .container .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 18px;
}
#accueilPage .avantages .txt-top .container .box .title .img {
  width: 42px;
  height: 42px;
}
#accueilPage .avantages .txt-top .container .box .title h3 {
  margin-top: 20px;
  height: 80px;
  line-height: initial;
  text-align: center;
}
#accueilPage .avantages .txt-top .container .box .title h3.de-lang {
  height: 120px;
  font-size: 26px;
}
#accueilPage .avantages .txt-top .container .box p {
  text-align: center;
}
#accueilPage .avantages .txt-bottom {
  background-color: #f7f4f2;
  padding: 46px 76px;
  position: absolute;
  top: 90%;
  width: 45%;
  margin-left: 5%;
}

#accueilPage .investsseurs-section {
  width: 100vw;
  height: auto;
  margin-top: 150px;
}

#accueilPage .telecharger-section {
  position: relative;
  padding-top: 150px;
  padding-bottom: 250px;
}
#accueilPage .telecharger-section .box-left {
  position: absolute;
  left: 0;
  top: 150px;
  height: 520px;
  width: 25%;
}
#accueilPage .telecharger-section .box-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#accueilPage .telecharger-section .main {
  background-color: #f0e7e1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 13%;
  margin-left: 13%;
  padding: 154px;
}
#accueilPage .telecharger-section .main h2 {
  margin: 0 auto;
  max-width: 40ch;
  text-align: center;
}
#accueilPage .telecharger-section .main .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
#accueilPage .telecharger-section .main .btn-container .btn-effect {
  width: 30%;
  border: 1px solid #605c5a;
  color: #605c5a;
  margin: 20px;
}
#accueilPage .telecharger-section .main .btn-container .btn-effect img {
  filter: invert(1);
}
#accueilPage .telecharger-section .box-right {
  position: absolute;
  right: 0;
  bottom: 100px;
  height: 420px;
  width: 25%;
}
#accueilPage .telecharger-section .box-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#accueilPage .fullImg2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#accueilPage .contactSection .width {
  padding-top: 80px;
}

/***************************************************************/
/*** BROCHURE PDF *************************************************/
/***************************************************************/
#plan-telecharger,
#plan-telecharger2,
#brochure-telecharger {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
}
#plan-telecharger.active,
#plan-telecharger2.active,
#brochure-telecharger.active {
  visibility: visible;
  opacity: 1;
}
#plan-telecharger form,
#plan-telecharger2 form,
#brochure-telecharger form {
  padding: 60px;
  background-color: #f7f4f2;
}
#plan-telecharger form #brochure-form > div,
#plan-telecharger form #plan-form > div,
#plan-telecharger form #plan-form2 > div,
#plan-telecharger2 form #brochure-form > div,
#plan-telecharger2 form #plan-form > div,
#plan-telecharger2 form #plan-form2 > div,
#brochure-telecharger form #brochure-form > div,
#brochure-telecharger form #plan-form > div,
#brochure-telecharger form #plan-form2 > div {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
#plan-telecharger form #brochure-form > div label,
#plan-telecharger form #brochure-form > div input,
#plan-telecharger form #brochure-form > div textarea,
#plan-telecharger form #plan-form > div label,
#plan-telecharger form #plan-form > div input,
#plan-telecharger form #plan-form > div textarea,
#plan-telecharger form #plan-form2 > div label,
#plan-telecharger form #plan-form2 > div input,
#plan-telecharger form #plan-form2 > div textarea,
#plan-telecharger2 form #brochure-form > div label,
#plan-telecharger2 form #brochure-form > div input,
#plan-telecharger2 form #brochure-form > div textarea,
#plan-telecharger2 form #plan-form > div label,
#plan-telecharger2 form #plan-form > div input,
#plan-telecharger2 form #plan-form > div textarea,
#plan-telecharger2 form #plan-form2 > div label,
#plan-telecharger2 form #plan-form2 > div input,
#plan-telecharger2 form #plan-form2 > div textarea,
#brochure-telecharger form #brochure-form > div label,
#brochure-telecharger form #brochure-form > div input,
#brochure-telecharger form #brochure-form > div textarea,
#brochure-telecharger form #plan-form > div label,
#brochure-telecharger form #plan-form > div input,
#brochure-telecharger form #plan-form > div textarea,
#brochure-telecharger form #plan-form2 > div label,
#brochure-telecharger form #plan-form2 > div input,
#brochure-telecharger form #plan-form2 > div textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}
#plan-telecharger form #brochure-form > div label,
#plan-telecharger form #plan-form > div label,
#plan-telecharger form #plan-form2 > div label,
#plan-telecharger2 form #brochure-form > div label,
#plan-telecharger2 form #plan-form > div label,
#plan-telecharger2 form #plan-form2 > div label,
#brochure-telecharger form #brochure-form > div label,
#brochure-telecharger form #plan-form > div label,
#brochure-telecharger form #plan-form2 > div label {
  color: rgba(57, 57, 57, 0.3);
}
#plan-telecharger form #brochure-form > div input,
#plan-telecharger form #plan-form > div input,
#plan-telecharger form #plan-form2 > div input,
#plan-telecharger2 form #brochure-form > div input,
#plan-telecharger2 form #plan-form > div input,
#plan-telecharger2 form #plan-form2 > div input,
#brochure-telecharger form #brochure-form > div input,
#brochure-telecharger form #plan-form > div input,
#brochure-telecharger form #plan-form2 > div input {
  border: none;
  color: #605c5a;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(57, 57, 57, 0.3);
}
#plan-telecharger form #brochure-form button,
#plan-telecharger form #plan-form button,
#plan-telecharger form #plan-form2 button,
#plan-telecharger2 form #brochure-form button,
#plan-telecharger2 form #plan-form button,
#plan-telecharger2 form #plan-form2 button,
#brochure-telecharger form #brochure-form button,
#brochure-telecharger form #plan-form button,
#brochure-telecharger form #plan-form2 button {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s linear;
  border-radius: 100px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  padding: 20px 42px;
}
#plan-telecharger form #brochure-form button.annuler,
#plan-telecharger form #plan-form button.annuler,
#plan-telecharger form #plan-form2 button.annuler,
#plan-telecharger2 form #brochure-form button.annuler,
#plan-telecharger2 form #plan-form button.annuler,
#plan-telecharger2 form #plan-form2 button.annuler,
#brochure-telecharger form #brochure-form button.annuler,
#brochure-telecharger form #plan-form button.annuler,
#brochure-telecharger form #plan-form2 button.annuler {
  color: rgba(57, 57, 57, 0.3);
  border: 1px solid rgba(57, 57, 57, 0.3);
}
#plan-telecharger form #brochure-form button.annuler:hover,
#plan-telecharger form #plan-form button.annuler:hover,
#plan-telecharger form #plan-form2 button.annuler:hover,
#plan-telecharger2 form #brochure-form button.annuler:hover,
#plan-telecharger2 form #plan-form button.annuler:hover,
#plan-telecharger2 form #plan-form2 button.annuler:hover,
#brochure-telecharger form #brochure-form button.annuler:hover,
#brochure-telecharger form #plan-form button.annuler:hover,
#brochure-telecharger form #plan-form2 button.annuler:hover {
  border: 1px solid #f0e7e1;
  color: #f0e7e1;
}
#plan-telecharger form #brochure-form button.btn-telecharger,
#plan-telecharger form #plan-form button.btn-telecharger,
#plan-telecharger form #plan-form2 button.btn-telecharger,
#plan-telecharger2 form #brochure-form button.btn-telecharger,
#plan-telecharger2 form #plan-form button.btn-telecharger,
#plan-telecharger2 form #plan-form2 button.btn-telecharger,
#brochure-telecharger form #brochure-form button.btn-telecharger,
#brochure-telecharger form #plan-form button.btn-telecharger,
#brochure-telecharger form #plan-form2 button.btn-telecharger {
  color: #f7f4f2;
  border: 1px solid #f0e7e1;
  background-color: #f0e7e1;
  cursor: pointer;
}
#plan-telecharger form #brochure-form button.btn-telecharger:hover,
#plan-telecharger form #plan-form button.btn-telecharger:hover,
#plan-telecharger form #plan-form2 button.btn-telecharger:hover,
#plan-telecharger2 form #brochure-form button.btn-telecharger:hover,
#plan-telecharger2 form #plan-form button.btn-telecharger:hover,
#plan-telecharger2 form #plan-form2 button.btn-telecharger:hover,
#brochure-telecharger form #brochure-form button.btn-telecharger:hover,
#brochure-telecharger form #plan-form button.btn-telecharger:hover,
#brochure-telecharger form #plan-form2 button.btn-telecharger:hover {
  border: 1px solid #605c5a;
  background-color: #605c5a;
}

#plan-downloaded,
#plan-downloaded2,
#brochure-downloaded {
  display: none;
}

.contactSection {
  background-color: #f7f4f2;
}
.contactSection .width {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
}
.contactSection .width > div.data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 510px;
  width: 40%;
  position: relative;
}
.contactSection .width > div.data p {
  max-width: 42ch;
}
.contactSection .width > div.data .client {
  margin-left: 15%;
  margin-top: -150px;
}
.contactSection .width > div.data .client .logo-accent {
  transform: scale(1.2) rotate(30deg);
}
.contactSection .width > div.form-container {
  width: 50%;
}
.contactSection .width > div.form-container form {
  width: 100%;
}
.contactSection .width > div.form-container form > div input,
.contactSection .width > div.form-container form > div textarea {
  padding: 16px 0;
  color: #605c5a;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  outline: none;
  border: none;
  border-bottom: 1px solid #605c5a;
  background-color: transparent;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contactSection .width > div.form-container form > div textarea {
  min-height: 150px;
}
.contactSection .width > div.form-container form > div.submit {
  margin-top: 40px;
  width: 150px;
}
.contactSection .width > div.form-container form > div.submit .btn-effect {
  border: 1px solid #605c5a;
  background-color: #605c5a;
}

.flex {
  display: flex;
}

#situationPage {
  background-color: #f0e7e1;
}
#situationPage .mainSection {
  align-items: flex-end;
  padding-bottom: 117px;
}
#situationPage .mainSection .width.de-lang h2 {
  max-width: 60ch;
}
#situationPage .mainSection .width * {
  color: #f0e7e1;
}
.mainSection .width h2 {
  font-size: 18px;
}
#situationPage .mainSection .width p {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 80ch;
}
#situationPage .mainSection .width .btn-effect {
  width: 220px;
  background-color: #f0e7e1;
  color: #605c5a;
}
#situationPage .flex {
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 131px;
  padding-bottom: 131px;
}
#situationPage .flex .left {
  width: 50%;
}
#situationPage .flex .left .img {
  height: 520px;
}
#situationPage .flex .left .txt p {
  margin-top: 42px;
  margin-bottom: 42px;
  max-width: 60ch;
}
#situationPage .flex .left .txt .btn-effect {
  width: 200px;
  background-color: #605c5a;
}
#situationPage .flex .right {
  width: 45%;
}
#situationPage .flex .right .txt {
  margin-bottom: 128px;
}
#situationPage .flex .right .img {
  height: 440px;
}
#situationPage .flex .right .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#situationPage .fullMap {
  min-height: 100vh;
}

/* #plansSection .lot-34 {
  display: none  !important;
}

#plansSection g.lot-34 {
  border: 2px solid red !important;
  display: none  !important;
} */

#plansSection .mainSection {
  align-items: flex-end;
  padding-bottom: 140px;
}
#plansSection .mainSection * {
  color: #f0e7e1;
}
#plansSection .mainSection .width p {
  max-width: 70ch;
  margin-top: 10px;
  margin-bottom: 40px;
}
#plansSection .mainSection .width .btn-effect {
  background-color: #f0e7e1;
  color: #605c5a;
  width: 320px;
}
#plansSection .mainSection .width .btn-effect img {
  filter: invert(1);
}
#plansSection .facadeSection {
  padding-top: 150px;
}
#plansSection .facadeSection h2 {
  text-align: center;
  margin: 0 auto 100px auto;
}
#plansSection .facadeSection .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
#plansSection .facadeSection .flex #facade {
  width: 55%;
  transition: all 0.7s ease-in-out;
}
#plansSection .facadeSection .flex #facade .hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#plansSection .facadeSection .flex #facade-table .facade-colors {
  margin-top: 16px;
  gap: 24px;
}

#plansSection .facadeSection .flex #facade-table .facade-colors,
#plansSection .facadeSection .flex #facade .facade-colors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#plansSection .facadeSection .flex #facade-table .facade-colors {
  justify-content: flex-start;
}

#plansSection .facadeSection .flex #facade-table .facade-colors > div {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 25%;
}

#plansSection .facadeSection .flex #facade .facade-colors > div {
  width: 20%;
}

#plansSection .facadeSection .flex #facade-table .facade-colors > div p,
#plansSection .facadeSection .flex #facade .facade-colors > div p {
  font-size: 14px;
}

#plansSection .facadeSection .flex #facade-table .facade-colors > div .color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#plansSection .facadeSection .flex #facade .facade-colors > div .color {
  width: 40%;
  height: 15px;
}

#plansSection .facadeSection .flex #facade .facade-colors > div .color.studio {
  background-color: #ff9f40;
}
#plansSection .facadeSection .flex #facade .facade-colors > div .color.pieces2 {
  background-color: #feff6c;
}
#plansSection .facadeSection .flex #facade .facade-colors > div .color.pieces3 {
  background-color: #c2aeff;
}

#plansSection
  .facadeSection
  .flex
  #facade-table
  .facade-colors
  > div
  .color.pieces3 {
  background-color: #b6ff86;
}

#plansSection .facadeSection .flex #facade .facade-colors > div .color.pieces4 {
  background-color: #bef1ff;
}

#plansSection .facadeSection .flex #facade .facade-colors > div .color.pieces5 {
  background-color: #b6ff86;
}

#plansSection
  .facadeSection
  .flex
  #facade-table
  .facade-colors
  > div
  .color.disponible {
  background-color: #66796b;
}

#plansSection
  .facadeSection
  .flex
  #facade-table
  .facade-colors
  > div
  .color.vendu {
  background-color: #cd5d5d;
}

#plansSection
  .facadeSection
  .flex
  #facade-table
  .facade-colors
  > div
  .color.reserve {
  background-color: #e1d354;
}

#plansSection
  .facadeSection
  .flex
  #facade-table
  .facade-colors
  > div
  .color.pieces5 {
}

#plansSection .facadeSection .flex #facade .btn-selection {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#plansSection .facadeSection .flex #facade .btn-selection .btn-effect {
  padding: 5px 10px;
  text-align: center;
  margin: 5px 10px;
  font-size: 14px;
  border: 1px solid #605c5a;
  background-color: #605c5a;
}

#plansSection .facadeSection .flex {
  align-items: center;
}
#plansSection .facadeSection .flex #facade .lot {
  cursor: pointer;
  transform: all 1s linear;
}
#plansSection .facadeSection .flex #facade .lot.v:hover {
  fill: rgba(255, 0, 0, 0.4);
  background-color: rgba(255, 0, 0, 0.4);
  cursor: not-allowed;
}
#plansSection .facadeSection .flex #facade .lot.d:hover {
  fill: rgba(60, 179, 113, 0.7);
  background-color: rgba(60, 179, 113, 0.7);
}
#plansSection .facadeSection .flex #facade .lot.d:hover .st2,
#plansSection .facadeSection .flex #facade .lot.d:hover .st3 {
  fill: rgba(60, 179, 113, 0.7);
  background-color: rgba(60, 179, 113, 0.7);
}
#plansSection .facadeSection .flex #facade .lot.r:hover {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#plansSection .facadeSection .flex #facade .d.hover {
  fill: rgba(60, 179, 113, 0.7);
  background-color: rgba(60, 179, 113, 0.7);
}
#plansSection .facadeSection .flex #facade .d.hover .st2,
#plansSection .facadeSection .flex #facade .d.hover .st3,
#plansSection .facadeSection .flex #facade .d.hover .x {
  fill: rgba(60, 179, 113, 0.7);
  background-color: rgba(60, 179, 113, 0.7);
}
#plansSection .facadeSection .flex #facade .r.hover {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#plansSection .facadeSection .flex #facade .r.hover .st2,
#plansSection .facadeSection .flex #facade .r.hover .st3,
#plansSection .facadeSection .flex #facade .r.hover .x {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#plansSection .facadeSection .flex #facade .v.hover {
  fill: rgba(255, 0, 0, 0.6);
  cursor: not-allowed;
  background-color: rgba(255, 0, 0, 0.6);
}
#plansSection .facadeSection .flex #facade .v.hover .st2,
#plansSection .facadeSection .flex #facade .v.hover .st3,
#plansSection .facadeSection .flex #facade .v.hover .x {
  fill: rgba(255, 0, 0, 0.6);
  cursor: not-allowed;
  background-color: rgba(255, 0, 0, 0.6);
}
#plansSection .facadeSection .flex #facade-table {
  width: 39%;
  margin-left: 3%;
  /* overflow: hidden; */
  position: relative;
}

#plansSection .facadeSection .flex #facade-table .table {
  height: 620px;
  max-height: 80vh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

#plansSection .facadeSection .flex #facade-table .avp-table {
  width: 100%;
  /* position: relative; */
  z-index: 44;
}
#plansSection .facadeSection .flex #facade-table .avp-table thead {
  position: sticky;
  z-index: 2;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #f0e7e1;
  position: absolute;
  top: -70px;
  display: table;
  /* border-bottom: 3px solid #f0e7e1;
  border-top: 3px solid #f0e7e1; */
}
#plansSection .facadeSection .flex #facade-table .avp-table thead th {
  font-weight: 600;
  font-size: 12px;
  color: #605c5a;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  line-height: 110%;
  max-width: 10px;
  padding: 10px 3px;
  font-family: "Montserrat", sans-serif;
}
#plansSection .facadeSection .flex #facade-table .avp-table tbody .d.hover {
  fill: rgba(35, 126, 76, 0.7);
  background-color: rgba(35, 126, 76, 0.7);
}
#plansSection .facadeSection .flex #facade-table .avp-table tbody .r.hover {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#plansSection .facadeSection .flex #facade-table .avp-table tbody .v.hover {
  fill: rgba(255, 0, 0, 0.6);
  cursor: not-allowed;
  background-color: rgba(255, 0, 0, 0.6);
}
#plansSection .facadeSection .flex #facade-table .avp-table tbody tr:hover {
  background: rgba(119, 116, 112, 0.5);
}
#plansSection .facadeSection .flex #facade-table .avp-table tbody tr:hover td,
#plansSection .facadeSection .flex #facade-table .avp-table tbody tr:hover th {
  color: white;
}
#plansSection .facadeSection .flex #facade-table .avp-table td {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 10px 3px;
  line-height: 110%;
  border-bottom: none;
  border-bottom: 1px solid #f0e7e1;
  max-width: 10px;
}

#plansSection .facadeSection .flex #facade-table .avp-table td a {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
#plansSection .facadeSection #tooltip {
  position: absolute;
  z-index: 99;
  visibility: hidden;
  background-color: #f0e7e1;
  border: 2px solid #f0e7e1;
  width: 130px;
  height: 130px;
  transform: rotate(45deg);
  border: 3px solid #605c5a;
}
#plansSection .facadeSection #tooltip > div {
  opacity: 0;
  transition-duration: 0.2s;
  padding: 5px;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 38%;
  transform: translate(-50%, -50%) rotate(-45deg);
  text-align: center;
}
#plansSection .facadeSection #tooltip > div p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
}
#plansSection .facadeSection #tooltip > div table {
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
#plansSection .facadeSection #tooltip > div table tbody,
#plansSection .facadeSection #tooltip > div table thead {
  width: auto;
}
#plansSection .facadeSection #tooltip > div table tbody th,
#plansSection .facadeSection #tooltip > div table tbody td,
#plansSection .facadeSection #tooltip > div table thead th,
#plansSection .facadeSection #tooltip > div table thead td {
  font-size: 12px;
  text-align: left;
  color: #605c5a;
  font-family: "Montserrat", sans-serif;
}
#plansSection .facadeSection #tooltip > div table tbody th,
#plansSection .facadeSection #tooltip > div table thead th {
  font-weight: bold;
}
#plansSection .facadeSection #tooltip > div table tbody th.column-2,
#plansSection .facadeSection #tooltip > div table thead th.column-2 {
  display: none;
}
#plansSection .facadeSection #tooltip > div table tbody td.column-2,
#plansSection .facadeSection #tooltip > div table thead td.column-2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#plansSection .facadeSection #tooltip > div table tbody .column-0,
#plansSection .facadeSection #tooltip > div table tbody .column-4,
#plansSection .facadeSection #tooltip > div table tbody .column-3,
#plansSection .facadeSection #tooltip > div table tbody .column-6,
#plansSection .facadeSection #tooltip > div table tbody .column-7,
#plansSection .facadeSection #tooltip > div table tbody .column-8,
#plansSection .facadeSection #tooltip > div table tbody .column-9,
#plansSection .facadeSection #tooltip > div table tbody .column-5,
#plansSection .facadeSection #tooltip > div table tbody .column-10,
#plansSection .facadeSection #tooltip > div table tbody .column-12,
#plansSection .facadeSection #tooltip > div table tbody .column-21,
#plansSection .facadeSection #tooltip > div table tbody .column-17,
#plansSection .facadeSection #tooltip > div table tbody .column-20,
#plansSection .facadeSection #tooltip > div table tbody .column-18,
#plansSection .facadeSection #tooltip > div table tbody .column-22,
#plansSection .facadeSection #tooltip > div table thead .column-0,
#plansSection .facadeSection #tooltip > div table thead .column-4,
#plansSection .facadeSection #tooltip > div table thead .column-3,
#plansSection .facadeSection #tooltip > div table thead .column-6,
#plansSection .facadeSection #tooltip > div table thead .column-7,
#plansSection .facadeSection #tooltip > div table thead .column-8,
#plansSection .facadeSection #tooltip > div table thead .column-9,
#plansSection .facadeSection #tooltip > div table thead .column-5,
#plansSection .facadeSection #tooltip > div table thead .column-10,
#plansSection .facadeSection #tooltip > div table thead .column-12,
#plansSection .facadeSection #tooltip > div table thead .column-21,
#plansSection .facadeSection #tooltip > div table thead .column-17,
#plansSection .facadeSection #tooltip > div table thead .column-20,
#plansSection .facadeSection #tooltip > div table thead .column-18,
#plansSection .facadeSection #tooltip > div table thead .column-22 {
  display: none;
}
#plansSection .facadeSection #tooltip.visible {
  visibility: visible;
}
#plansSection .facadeSection #tooltip.visible > div {
  opacity: 1;
}
#plansSection .facadeSection #lot-container {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  visibility: hidden;
  overflow-y: scroll !important;
  opacity: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.6);
}
#plansSection .facadeSection #lot-container * {
  font-family: "Montserrat", sans-serif;
}
#plansSection .facadeSection #lot-container > div {
  background-color: #f7f4f2;
  transform: scale(0.8);
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 0;
}
#plansSection .facadeSection #lot-container.active-lot {
  top: 0%;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  height: 100%;
}
#plansSection .facadeSection #lot-container.active-lot > div {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
#plansSection .facadeSection #lot-container .row {
  padding: 2% 8%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}
#plansSection .facadeSection #lot-container .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#plansSection .facadeSection #lot-container .row-container #lot-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 35%;
  margin: 0 50px;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .lot-data-logo {
  height: 100px;
  margin-bottom: 50px;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px auto;
  width: 100%;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .btn-container
  .btn-effect {
  margin: 10px;
  text-align: center;
  font-size: 14px;
  background-color: #605c5a;
  padding: 5px 10px;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .avp-table {
  text-align: left !important;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .avp-table
  th {
  color: #605c5a;
  text-align: left !important;
  font-size: 13px;
  padding-right: 50px;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .avp-table
  .column-0 {
  display: none;
}
#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  .avp-table
  .column-2 {
  font-size: 20px !important;
  border-bottom: 2px solid #f0e7e1;
  color: #605c5a;
}
#plansSection .facadeSection #lot-container .row-container #lot-data td {
  color: black;
}
#plansSection .facadeSection #lot-container .row-container #lot-data th,
#plansSection .facadeSection #lot-container .row-container #lot-data td {
  padding: 10px;
  width: 50%;
  font-size: 13px !important;
  pointer-events: none;
}

#plansSection
  .facadeSection
  #lot-container
  .row-container
  #lot-data
  td.column-22 {
  pointer-events: initial;
}

#plansSection .facadeSection #lot-container .row-container .plans {
  width: 70%;
}
#plansSection .facadeSection #lot-container .row-container .plans .lot-png {
  height: 650px;
}
#plansSection .facadeSection #lot-container .row-container .plans .lot-png img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#plansSection .facadeSection #lot-container .closeFacade {
  position: absolute;
  top: 1%;
  right: 3%;
  font-size: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#plansSection .facadeSection .h,
#plansSection .facadeSection .h.hidden-in .h {
  transition-duration: 1s;
  visibility: visible;
  opacity: 1;
}
#plansSection .facadeSection .h.hidden,
#plansSection .facadeSection .h.hidden.hidden-in .h {
  visibility: hidden;
  opacity: 0;
}
#plansSection .facadeSection .avp-table tr.hidden {
  display: none;
}
#plansSection .facadeSection .lot.filtered * {
  fill: #fff3e5 !important;
  cursor: auto;
}

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

/* fullscreen ***********************************/
.showImg,
.showImg2 {
  cursor: pointer;
  position: relative;
}
.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: #f0e7e1;
  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-showImg .close {
  position: absolute;
  top: 1%;
  right: 1%;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0 10px;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0e7e1;
  background-color: #605c5a;
  border-radius: 50%;
  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;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #f0e7e1;
  background-color: #605c5a;
  border-radius: 50%;
}
#fullscreen .next,
#fullscreen-showImg .next {
  right: 1%;
}
#fullscreen .prev,
#fullscreen-showImg .prev {
  left: 1%;
}

.fullGallery {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  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: 40px;
  height: 40px;
  font-size: 20px;
  color: black;
  z-index: 9999;
  cursor: pointer;
  font-weight: bold;
}
.fullGallery .full-img .close-btn img {
  filter: invert(1);
}
.fullGallery .full-img .gallery-nav-prev,
.fullGallery .full-img .gallery-nav-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 99;
}
.fullGallery .full-img .gallery-nav-next {
  right: 10%;
}
.fullGallery .full-img .gallery-nav-prev {
  left: 10%;
}
.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: 100vh;
}
.fullImg div {
  background-position: center bottom;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#contactPage .mainSection {
  align-items: flex-end;
  padding-bottom: 120px;
}
#contactPage .mainSection * {
  color: #f0e7e1;
}

footer {
  background-color: #f0e7e1;
  padding-top: 100px;
  width: 100%;
}
footer h2 {
  margin: 0 auto 100px auto;
}
footer * {
  color: #605c5a;
  text-align: center;
}
footer .footer-container {
  display: flex;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

footer .footer-container .box-left,
footer .footer-container .box-right {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}

footer .footer-container .box-left {
  margin-bottom: 70px;
}

footer .footer-container .box-left h4 {
  margin: 0 auto 40px auto;
}

footer .footer-container .box-right h4 {
  margin: 0 auto 12px auto;
}

footer .footer-container .box-left .box-container,
footer .footer-container .box-right .box-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
footer .footer-container .client {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  justify-content: center;
}
footer .footer-container .client a,
footer .footer-container .client p {
  text-align: left;
  transition: all 0.3s linear;
}
footer .footer-container .client a:hover {
  text-decoration: underline;
}
footer .footer-container .client .logo {
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
footer .footer-container .client:first-of-type .logo {
  width: 300px;
}
footer .footer-container .client .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .avp {
  transition: all 0.3s linear;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #605c5a;
}
footer .avp img {
  width: 250px;
  height: 100%;
  filter: brightness(0) invert(1);
}
footer .avp * {
  font-size: 15px;
  color: #f0e7e1;
}
footer .avp a {
  transition: all 0.3s linear;
}
footer .avp a:hover {
  text-decoration: underline;
  color: #f0e7e1;
}

/******************************/
@media only screen and (max-width: 1600px) {
  .width {
    padding-left: 8%;
    padding-right: 8%;
  }
  h1 {
    font-size: 40px;
    line-height: 64px;
  }
  h2 {
    font-size: 38px;
    line-height: 40px;
    max-width: 29ch;
  }
  .mainSection .bottom-txt {
    left: 8%;
  }
  #accueilPage .projet {
    padding-top: 240px;
    padding-bottom: 240px;
  }
  #accueilPage .projet .right .img {
    height: 700px;
  }
  #accueilPage .projet .left .txt {
    margin-left: 20%;
    margin-top: 42px;
  }
  #accueilPage .avantages {
    margin-top: 400px;
  }
  #accueilPage .avantages .txt-top {
    top: -600px;
  }
  #accueilPage .avantages .txt-top .container {
    flex-direction: column;
  }
  #accueilPage .avantages .txt-top .container .box {
    width: 100%;
    margin-bottom: 30px;
  }
  #accueilPage .avantages .txt-top .container .box .title h3 {
    height: auto;
  }
  #accueilPage .avantages .txt-top .container .box .title h3.de-lang {
    height: auto;
  }
  #accueilPage .telecharger-section .main .btn-container {
    flex-direction: column;
  }
  #accueilPage .telecharger-section .main .btn-container .btn-effect {
    width: 340px;
  }
  #accueilPage .contactSection .width {
    padding-top: 0px;
  }
  .mainSection .width h2 {
    font-size: 18px;
    line-height: 120%;
    max-width: 47ch;
  }
  #situationPage .flex .right .txt {
    margin-bottom: 200px;
  }
  .contactSection .width {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #contactPage .main-section {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1300px) {
  header {
    padding: 25px 0;
  }
  header .width nav ul li a {
    font-size: 15px;
  }
  h1 {
    font-size: 38px;
    line-height: 54px;
  }
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .btn-effect {
    padding: 10px 20px;
  }
  .mainSection .bottom-txt {
    padding: 48px 5px 48px 28px;
  }
  #accueilPage .projet {
    padding-top: 180px;
    padding-bottom: 200px;
  }
  #accueilPage .telecharger-section .box-left {
    top: 0px;
    height: 420px;
    width: 65%;
  }
  #accueilPage .telecharger-section .box-right {
    bottom: 130px;
    height: 420px;
    width: 85%;
  }
  #accueilPage .telecharger-section .main {
    margin-right: 5%;
    margin-left: 5%;
    padding: 354px 0;
  }
  #accueilPage .telecharger-section .main .btn-container {
    flex-direction: row;
  }
  #accueilPage .telecharger-section .main .btn-container .btn-effect {
    width: auto;
  }
  #accueilPage .avantages .txt-bottom.de-lang {
    padding: 46px 50px;
    width: 85%;
  }
  #situationPage .mainSection {
    padding-bottom: 50px;
  }
  #situationPage .fullMap {
    min-height: auto;
  }
  #situationPage .flex {
    align-items: flex-start;
  }
  #situationPage .flex .left .img {
    height: 320px;
  }
  #situationPage .flex .right .txt {
    margin-bottom: 100px;
  }
  .contactSection .width {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .contactSection .width > div.data .client .container > div:nth-child(2) {
    width: 100%;
  }
  #contactPage .main-section {
    padding-top: 150px;
  }
  #galeriePage .contactSection .width {
    padding-top: 0px;
  }
  #plansSection .facadeSection .flex #facade {
    width: 43%;
  }
  #plansSection .facadeSection .flex #facade-table {
    width: 50%;
  }

  #plansSection .facadeSection .flex #facade-table .table {
    height: initial;
    overflow: auto !important;
    max-height: 100%;
  }

  #plansSection .facadeSection .flex #facade-table .avp-table .column-18 {
    border: 2px solid red;
    display: none;
  }

  footer .footer-container {
    margin-left: 0%;
    padding-right: 4%;
    padding-left: 4%;
    flex-wrap: wrap;
  }
  footer .footer-container .box-left,
  footer .footer-container .box-right {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  footer .footer-container .client {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    justify-content: space-between;
  }

  footer .footer-container .box-right .box-container {
    gap: 40px;
  }

  footer .footer-container .box-left h4,
  footer .footer-container .box-right h4 {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 1050px) {
  #Portes-Ouvertes,
  #prixPopUp {
    overflow-y: scroll;
  }
  #Portes-Ouvertes h2 {
    font-size: 28px;
    line-height: 120%;
  }
  #prixPopUp h2 {
    font-size: 26px;
    line-height: 120%;
  }
  #Portes-Ouvertes button.closePop,
  #prixPopUp button.closePop {
    font-size: 45px;
    top: -10px;
  }
  #Portes-Ouvertes > div,
  #prixPopUp > div {
    width: 85%;
    padding: 50px;
  }

  .pastille {
    top: 90px;
    width: 180px;
    height: 180px;
  }

  .pastille p {
    transform: translateY(100px);
    font-size: 21px;
  }

  header .width nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
  }
  header .width .logo.active a img {
    filter: none;
  }
  header .width nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #f0e7e1;
    padding: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
  }
  header .width nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .width nav ul #menu-item-79 {
    display: block;
  }
  header .width nav ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  header .width nav ul li.menu-item-23 {
    display: block;
  }
  header .width nav ul li a {
    font-size: 18px;
    color: #605c5a;
  }
  header .width #contact-btn {
    margin-right: 80px;
  }
  header .width #contact-btn .btn {
    padding: 10px 30px;
  }
  header #contact-btn {
    display: none;
  }
  header.active #menu-btn {
    top: 24px;
  }
  header.active #menu-btn span,
  header.active #menu-btn span::before,
  header.active #menu-btn span::after {
    background-color: #605c5a;
  }
  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: #605c5a;
  }
  header.active #lang * {
    color: #605c5a;
  }
  header.active nav ul li a {
    color: #605c5a;
  }

  header .width nav ul li#menu-item-83,
  header .width nav ul li#menu-item-82 {
    display: inline-block;
  }
  h2 {
    font-size: 32px;
    line-height: 120%;
  }
  h3 {
    font-size: 22px;
    line-height: 120%;
  }
  h1 {
    font-size: 36px;
    max-width: 20ch;
    line-height: 120%;
  }
  #menu-btn {
    display: block;
  }
  #menu-btn .active span::before,
  #menu-btn .active span::after {
    background-color: #605c5a;
  }
  #accueilPage .projet .left .img {
    height: 476px;
  }
  #accueilPage .projet .right .txt .btn-effect {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #accueilPage .projet .right .img {
    height: 550px;
  }
  #accueilPage .avantages {
    min-height: 650px;
  }
  #accueilPage .avantages .txt-bottom {
    padding: 46px;
    top: 90%;
    width: 85%;
  }
  #accueilPage .telecharger-section .box-left {
    top: 0px;
    height: 420px;
    width: 75%;
  }
  #plansSection .facadeSection {
    padding-top: 100px;
  }
  #plansSection .facadeSection #lot-container.active-lot > div {
    justify-content: flex-start;
  }
  #plansSection .facadeSection #lot-container .row {
    padding: 3%;
  }
  #plansSection .facadeSection #lot-container .row-container #lot-data {
    margin: 0 50px 0 0;
  }
  #plansSection
    .facadeSection
    #lot-container
    .row-container
    #lot-data
    .lot-data-logo {
    height: 75px;
    margin-bottom: 50px;
  }
  #plansSection .facadeSection h2 {
    text-align: center;
    margin: 0 auto 50px auto;
  }
  #plansSection .facadeSection .flex {
    flex-wrap: wrap;
  }
  #plansSection .facadeSection .flex #facade-table {
    width: 80%;
    margin: 100px auto 0 auto;
  }
  #plansSection .facadeSection .flex #facade {
    width: 80%;
    order: -1;
    margin: 0 auto;
  }
  #plansSection .facadeSection .flex #facade-table .facade-colors,
  #plansSection .facadeSection .flex #facade .facade-colors {
    margin: 20px 0;
    justify-content: center;
  }
  #plansSection .facadeSection .flex #facade .facade-colors > div p {
    text-align: center;
    font-size: 12px;
  }
  #plansSection .facadeSection .flex #facade .facade-colors > div .color {
    margin: 0 auto;
  }
  #plansSection .facadeSection #tooltip {
    display: none;
  }
  #plansSection .facadeSection #facade-table .avp-table th,
  #plansSection .facadeSection #facade-table .avp-table td {
    padding: 10px 5px;
  }
  #plansSection .facadeSection #facade-table .avp-table table {
    overflow-x: scroll;
  }

  #plansSection .facadeSection .flex #facade-table .avp-table thead th,
  #plansSection .facadeSection .flex #facade-table .avp-table tbody td {
    max-width: 20px;
  }

  #galeriePage .img-container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #galeriePage .img-container .gallery-flex {
    height: 200px !important;
  }
  #galeriePage .img-container .gallery-flex .gallery-flex-2 > div {
    height: 200px;
  }
  #fullscreen .nav-btn,
  #fullscreen-showImg .nav-btn {
    top: initial;
    bottom: 20px;
  }
  footer .width img {
    width: 250px;
  }
}
@media only screen and (max-width: 850px) {
  h1 {
    font-size: 32px;
    line-height: 120%;
  }
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
  #accueilPage .projet .logo-accent {
    display: none;
  }
  #situationPage .flex {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #situationPage .flex .left .img {
    height: 200px;
  }
  #situationPage .flex .right .txt {
    margin-bottom: 30px;
  }
  .contactSection .width {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
  }
  .contactSection .width > div.data {
    width: 100%;
    min-height: initial;
  }
  .contactSection .width > div.data .title {
    margin-bottom: 40px;
  }
  .contactSection .width > div.data .client {
    margin-left: auto;
    margin-bottom: -100px;
  }
  .contactSection .width > div.form-container {
    width: 100%;
    min-height: initial;
    margin-top: 80px;
  }
  #contactPage .main-section .width .title > div:first-child {
    width: 90%;
  }
  footer .footer-container .box-left,
  footer .footer-container .box-right {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 660px) {
  #Portes-Ouvertes h2 {
    font-size: 22px;
    line-height: 120%;
  }
  #Portes-Ouvertes > div,
  #prixPopUp > div {
    width: 95%;
    padding: 50px 20px;
  }

  #Portes-Ouvertes p,
  #prixPopUp p {
    font-size: 16px;
  }

  header {
    padding: 5px 0;
  }
  header.active .width .logo {
    width: 100px;
  }
  header.active #menu-btn {
    top: 18px;
  }
  header #lang {
    top: 1%;
  }
  header #lang a {
    font-size: 15px;
  }
  #menu-btn {
    top: 20px;
    right: 18%;
  }
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  .subtitle {
    margin-bottom: 10px;
  }
  .mainSection .bottom-txt {
    left: 0%;
    padding: 38px 5px 38px 28px;
    flex-wrap: wrap;
  }
  .mainSection .bottom-txt .title {
    width: 100%;
    border-bottom: 0.01em solid #f7f4f2;
    border-right: none;
  }
  .mainSection .bottom-txt .detail {
    width: 30%;
    padding: 0px;
    margin-top: 30px;
  }
  #accueilPage .projet {
    padding-top: 150px;
    padding-bottom: 200px;
    flex-wrap: wrap;
  }
  #accueilPage .projet .left,
  #accueilPage .projet .right {
    width: 100%;
  }
  #accueilPage .projet .right {
    order: -1;
  }
  #accueilPage .projet .right .txt {
    padding-left: 8%;
    padding-right: 8%;
  }
  #accueilPage .projet .right .img {
    height: auto;
  }
  #accueilPage .projet .left {
    display: flex;
    flex-direction: column;
  }
  #accueilPage .projet .left .txt {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 42px;
    margin-bottom: 42px;
    order: -1;
  }
  #accueilPage .projet .left .img {
    height: auto;
  }
  #accueilPage .avantages .txt-top {
    top: -670px;
    padding: 37px 5% 10px 5%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #accueilPage .avantages .txt-bottom.de-lang {
    padding: 26px;
  }
  #accueilPage .telecharger-section .main .btn-container {
    flex-wrap: wrap;
  }
  #accueilPage .telecharger-section .main .btn-container .btn-effect {
    width: 80%;
    margin: 5px;
    font-size: 15px;
  }
  #situationPage .mainSection {
    padding-bottom: 30px;
    min-height: auto;
    height: 100%;
    padding-top: 120px;
  }
  .mainSection .width h2 {
    font-size: 16px;
    line-height: 120%;
    max-width: auto;
  }
  #situationPage .flex {
    padding-top: 80px;
    padding-bottom: 0px;
    flex-wrap: wrap;
  }
  #situationPage .flex .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #situationPage .flex .left .txt {
    order: -1;
  }
  #situationPage .flex .left .img {
    margin: 40px 0;
    height: auto;
  }
  #situationPage .flex .right {
    width: 100%;
    order: -1;
  }
  #situationPage .flex .right .img {
    height: auto;
  }
  #galeriePage .img-container .gallery-flex .gallery-flex-2 > div {
    /* height: 150px; */
  }
  .fullImg {
    height: 500px;
  }
  #loading > div {
    width: 250px;
  }
  #fullscreen .full-img-wrap,
  #fullscreen-showImg .full-img-wrap {
    position: relative;
    padding: 20px;
  }
  #contactPage .main-section {
    padding-bottom: 40px;
  }
  #contactPage .main-section .img .txt-bottom {
    left: 10%;
    padding: 45px;
  }
  .contactSection .width {
    padding-top: 100px;
  }
  .contactSection .width > div.data .client .container > div.logo {
    width: 200px;
  }
  .contactSection .width > div.data .client .logo-accent {
    transform: scale(0.7) rotate(30deg);
    opacity: 0.4;
    display: none;
  }
  .contactSection .width > div.form-container {
    width: 100%;
    min-height: initial;
    margin-top: 100px;
  }
  #plansSection .mainSection {
    padding-bottom: 40px;
  }
  #plansSection .facadeSection {
    padding-top: 60px;
  }
  #plansSection .facadeSection #lot-container .row-container {
    flex-wrap: wrap;
  }
  #plansSection .facadeSection #lot-container .row-container .plans {
    width: 100%;
  }
  #plansSection .facadeSection #lot-container .row-container .plans .lot-png {
    height: auto;
  }
  #plansSection .facadeSection #lot-container .row-container #lot-data {
    width: 80%;
    margin: 0 auto;
  }
  #plansSection .facadeSection h2 {
    max-width: 25ch;
  }
  #plansSection .facadeSection .flex {
    padding-left: 5%;
    padding-right: 5%;
  }
  #plansSection .facadeSection .flex #facade,
  #plansSection .facadeSection .flex #facade-table {
    width: 100%;
  }
  #plansSection .main-section .width .title .btn-effect {
    font-size: 16px;
  }
  #plansSection .facadeSection .flex #facade-table .avp-table .column-18,
  #plansSection .facadeSection .flex #facade-table .avp-table .column-4 {
    border: 2px solid red;
    display: none;
  }

  #plansSection .facadeSection .flex #facade-table .avp-table td,
  #plansSection .facadeSection .flex #facade-table .avp-table th {
    font-size: 11px;
  }

  #brochure-form button,
  #plan-form button,
  #plan-form2 button {
    width: 300px;
    margin-top: 20px;
  }
  footer h2 {
    margin: 0 auto 50px auto;
  }
  footer .footer-container {
    margin-bottom: 30px;
  }
  footer .footer-container .box-left .box-container,
  footer .footer-container .box-right .box-container {
    flex-wrap: wrap;
  }
  footer .footer-container .box-left .box-container .client,
  footer .footer-container .box-right .box-container .client {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }
  footer .footer-container .box-left .box-container .client .logo,
  footer .footer-container .box-right .box-container .client .logo {
    margin-bottom: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 460px) {
  #prixPopUp h2 {
    font-size: 20px;
    line-height: 120%;
  }
  .pastille {
    top: 90px;
    width: 150px;
    height: 150px;
  }

  .pastille p {
    transform: translateY(75px);
    font-size: 19px;
  }

  header.active #lang {
    top: 0%;
    right: 1%;
  }
  .btn-effect {
    font-size: 14px;
  }
  .width {
    padding-left: 5%;
    padding-right: 5%;
  }
  h2 {
    font-size: 22px;
    line-height: 115%;
  }
  h3 {
    font-size: 18px;
    line-height: 120%;
  }
  .mainSection .bottom-txt {
    padding: 30px 5px 30px 20px;
  }
  .mainSection .bottom-txt .detail {
    width: 45%;
    padding: 0px;
    margin-top: 30px;
  }
  #accueilPage .mainSection .width {
    margin-top: -50px;
  }
  #accueilPage .avantages {
    min-height: 1150px;
  }
  #accueilPage .avantages .txt-top {
    top: -610px;
  }
  #accueilPage .avantages .txt-top .container .box .title h3.de-lang {
    font-size: 22px;
  }
  #accueilPage .avantages .txt-bottom {
    padding: 26px;
    top: 90%;
    width: 90%;
  }
  #accueilPage .telecharger-section .box-left {
    top: 50px;
    height: 250px;
    width: 95%;
  }
  #accueilPage .telecharger-section .box-right {
    bottom: 100px;
    height: 220px;
    width: 100%;
  }
  #accueilPage .telecharger-section .main {
    padding: 200px 0 130px 0;
  }
  #accueilPage .telecharger-section .main .btn-container .btn-effect {
    width: 95%;
    margin: 5px;
    font-size: 14px;
    padding: 5px 10px;
  }
  #galeriePage .img-container .gallery-flex .gallery-flex-2 > div {
    /* height: 100px; */
  }
  #plansSection .facadeSection .flex #facade-table .avp-table thead th {
    font-size: 11px;
  }
  #plansSection .facadeSection .flex #facade-table .avp-table .column-12,
  #plansSection .facadeSection .flex #facade-table .avp-table .column-17 {
    display: none;
  }
  #plansSection .facadeSection h2 {
    text-align: center;
    margin: 0 5% 50px 5%;
  }
  #plansSection .facadeSection .flex #facade .btn-selection .btn-effect {
    padding: 10px;
    margin: 5px;
    font-size: 14px;
    text-align: center;
  }
  #plansSection
    .facadeSection
    .flex
    #facade
    .btn-selection
    .btn-effect.de-lang {
    font-size: 13px;
    padding: 10px;
  }

  #plansSection .facadeSection .flex #facade .facade-colors {
    flex-wrap: wrap;
  }
  #plansSection .facadeSection .flex #facade-table .facade-colors > div p {
    text-align: center;
  }

  #plansSection .facadeSection .flex #facade-table .facade-colors {
    flex-direction: column;
    gap: 4px;
  }

  #plansSection .facadeSection .flex #facade-table .facade-colors > div {
    width: 100px;
    text-align: left;
  }

  #plansSection .facadeSection .flex #facade .facade-colors > div {
    width: 100%;
    flex-direction: row;
  }
  #plansSection .facadeSection .flex #facade-table .facade-colors > div p,
  #plansSection .facadeSection .flex #facade .facade-colors > div p {
    font-size: 13px;
    line-height: 110%;
  }
  .fullImg {
    height: 300px;
  }
  footer .width a {
    display: block;
    font-size: 14px;
  }
  footer {
    padding-top: 40px;
    margin-bottom: 0px;
  }
  footer .container {
    padding-right: 4%;
    padding-left: 4%;
    margin-bottom: 20px;
  }
  footer .container .client .logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
  }
  footer .container .client p,
  footer .container .client a {
    text-align: center;
  }
  footer .container > div {
    width: 100%;
    margin: 10px 0;
  }
} /*# sourceMappingURL=style.css.map */
