@font-face {
  font-family: "Mangro";
  src: url("fonts/Mangro.woff") format("woff"), url("fonts/Mangro.ttf") format("truetype"), url("fonts/Mangro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  max-width: 1920px;
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white;
  font-family: "Inter", sans-serif;
}

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

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

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

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

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

#legales {
  padding-top: 100px;
  padding-bottom: 50px;
}
#legales h2 {
  margin: 30px 0;
}
#legales p {
  margin: 10px 0;
}

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

a[data-fancybox] {
  display: block;
  width: 100%;
  height: 100%;
}
a[data-fancybox] img {
  display: block;
  width: 100%;
  height: 100%;
}
a[data-fancybox]:focus-visible {
  outline: none;
}

.fancybox-infobar * {
  color: white;
}

#e404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mangro", sans-serif;
  font-weight: 400;
  font-style: Regular;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  font-size: 48px;
  letter-spacing: 1.92px;
  vertical-align: middle;
  color: #e9dfd6;
  position: relative;
  z-index: 50;
}

h2 {
  font-size: 40px;
  letter-spacing: 0.96px;
  vertical-align: middle;
  margin-bottom: 16px;
  color: #212842;
}
h2 span {
  color: #5e503f;
}

h3 {
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  line-height: 38.4px;
  letter-spacing: 0;
  text-transform: uppercase;
}

h4 {
  font-weight: 400;
  font-size: 15.4px;
  line-height: 26.88px;
  letter-spacing: 7.68px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #f9f3ee;
}

a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

p,
li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
}

span {
  font-family: "Inter", sans-serif;
}
span.subtitle {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23.04px;
  letter-spacing: 0;
  margin-bottom: 16px;
  color: #5e503f;
}

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

.btn-effect {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  background-color: #5e503f;
  color: #f9f3ee;
  transition: all 0.3s linear;
  padding: 15px 34px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}
.btn-effect img {
  transition: all 0.3s linear;
  width: 26px;
  margin-left: 20px;
  height: 24px;
  margin-bottom: -5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-effect:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212842;
  z-index: -2;
}
.btn-effect:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #5e503f;
  transition: all 0.3s;
  z-index: -1;
}
.btn-effect:hover:before {
  width: 100%;
}

#brochure-telecharger {
  position: fixed;
  transition: all 0.9s ease-in-out;
  top: -100%;
  left: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
}
#brochure-telecharger.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
  top: 0%;
  display: flex;
}
#brochure-telecharger form {
  padding: 100px 30px 50px 30px;
  background-color: white;
  max-width: 700px;
}
#brochure-telecharger form #form-brochure-wrapper {
  position: relative;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex {
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  display: flex;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div {
  width: calc(50% - 20px);
  margin-bottom: 5px;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input,
#brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea {
  width: 100%;
  background-color: rgba(33, 40, 66, 0.2);
  border: none;
  outline: none;
  padding: 16px 8px;
  font-family: "Inter", sans-serif;
  color: #5e503f;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input::-moz-placeholder, #brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea::-moz-placeholder {
  color: #5e503f;
  font-family: "Inter", sans-serif;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input::placeholder,
#brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea::placeholder {
  color: #5e503f;
  font-family: "Inter", sans-serif;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div input:focus,
#brochure-telecharger form #form-brochure-wrapper .form-flex > div textarea:focus {
  background-color: rgba(33, 40, 66, 0.1);
  color: #212842;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div.textarea {
  width: 100%;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex > div.textarea textarea {
  height: 120px;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex .checkbox {
  display: flex;
  margin-top: 16px;
  width: -moz-max-content;
  width: max-content;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex .checkbox #accept2 {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex .checkbox a {
  font-family: "Inter", sans-serif;
  color: #212842;
  text-decoration: underline;
}
#brochure-telecharger form #form-brochure-wrapper .form-flex .checkbox label {
  max-width: 60ch;
}
#brochure-telecharger form #form-brochure-wrapper #submit_brochure {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  line-height: 1;
  display: block;
  font-size: 16px;
}
#brochure-telecharger form #form-brochure-wrapper #annuler_brochure {
  position: absolute;
  right: 0;
  top: -70px;
  padding: 8px 16px;
  line-height: 1;
  display: block;
  font-size: 14px;
}

header {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
  transition: all 0.3s linear;
  background-color: white;
  display: flex;
  justify-content: center;
  position: fixed;
  padding: 20px 0;
  top: 0;
}
header.active .width .logo {
  width: 200px;
  right: 5%;
}
header .width-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .width-5 .logo {
  transition: all 1s linear;
  width: 185px;
  height: auto;
  position: relative;
  z-index: 9999;
}
header .width-5 .logo a {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
header .width-5 .logo a img {
  -o-object-fit: contain;
     object-fit: contain;
}
header .width-5 nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
header .width-5 nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style-type: none;
  gap: 20px;
}
header .width-5 nav ul li {
  position: relative;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
}
header .width-5 nav ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: -2px;
  background-color: #212842;
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}
header .width-5 nav ul li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header .width-5 nav ul li#menu-item-21 {
  display: none;
}
header .width-5 nav ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 19.2px;
  letter-spacing: 3.84px;
  text-align: center;
  text-transform: uppercase;
  color: #212842;
  text-align: center;
}
header .width-5 .contact-btn {
  width: auto;
  position: relative;
  z-index: 9999;
}
header .width-5 .contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  background-color: #212842;
}
header .width-5 .contact-btn a:hover {
  background-color: transparent;
  border: 1px solid #212842;
}
header .width-5 .contact-btn a:hover span {
  color: #212842;
}
header .width-5 .contact-btn a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #f9f3ee;
  white-space: nowrap;
}
header .width-5 .contact-btn a img {
  width: 30px;
  height: 30px;
  margin-left: 14px;
  transition: all 0.3s linear;
}

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

#accueilPage #accueil {
  height: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  margin-top: -100px;
  background-color: #f9f3ee;
  position: relative;
}
#accueilPage #accueil .txt {
  color: #212842;
  padding-bottom: 60px;
  width: 30%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
}
#accueilPage #accueil .img {
  background-size: cover;
  background-position: center;
  height: calc(100vh + 100px);
  position: relative;
  width: 74%;
}
#accueilPage #accueil .btn-effect {
  margin-top: 50px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
#accueilPage #accueil .subtitle {
  color: #212842;
}
#accueilPage #accueil h2,
#accueilPage #accueil h1 {
  color: #212842;
  text-align: center;
}
#accueilPage #accueil .bottom-txt {
  background-color: #212842;
  position: absolute;
  bottom: -50px;
  left: 5%;
  padding: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1060px;
}
#accueilPage #accueil .bottom-txt * {
  color: #e9dfd6;
  font-family: "Inter", sans-serif;
}
#accueilPage #accueil .bottom-txt .title {
  width: 45%;
  border-right: 0.01em solid #e9dfd6;
  padding-right: 50px;
}
#accueilPage #accueil .bottom-txt .title span {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
#accueilPage #accueil .bottom-txt .title img {
  margin-top: 32px;
  margin-bottom: 32px;
}
#accueilPage #accueil .bottom-txt .detail {
  width: 50%;
  padding: 0 50px;
  text-align: left;
}
#accueilPage #accueil .bottom-txt .detail * {
  font-family: "Inter", sans-serif;
}
#accueilPage #accueil .bottom-txt .detail span {
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
#accueilPage #accueil .bottom-txt .detail p,
#accueilPage #accueil .bottom-txt .detail a {
  letter-spacing: 0em;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
#accueilPage #projet {
  padding-top: 0;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}
#accueilPage #projet .width .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 120ch;
}
#accueilPage #projet .width .title > div:first-child {
  width: 65%;
}
#accueilPage #projet .width .title > div:first-child h2 {
  margin-bottom: initial;
}
#accueilPage #projet .width .img {
  position: relative;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 850px;
}
#accueilPage #projet .width .img .boxes {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  top: 30px;
  left: 20px;
  width: 50%;
  flex-wrap: wrap;
}
#accueilPage #projet .width .img .boxes .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 10px 15px 30px;
  margin: 15px 25px;
  width: 220px;
  text-align: left;
}
#accueilPage #projet .width .img .boxes .box span {
  font-family: "Mangro", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  margin-right: 20px;
}
#accueilPage #projet .width .img .boxes .box p {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  max-width: 10ch;
}
#accueilPage #projet .width .img .txt-bottom {
  position: absolute;
  bottom: -200px;
  left: 30px;
  background-color: #f9f3ee;
  padding: 46px 105px;
}
#accueilPage #projet .width .img .txt-bottom p {
  max-width: 73ch;
}
#accueilPage #projet1 {
  background-color: #212842;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
  margin-top: -80px;
}
#accueilPage #projet1 * {
  color: #f9f3ee;
}
#accueilPage #projet1 h2 {
  text-align: center;
  max-width: 40ch;
  margin: 0 auto 100px auto;
}
#accueilPage #projet1 .width {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
#accueilPage #projet1 .width ul {
  padding-left: 10%;
}
#accueilPage #projet1 .width ul li {
  font-family: "Inter", sans-serif;
  text-align: left;
  margin-bottom: 6px;
}
#accueilPage #projet1 .width ul li span {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
#accueilPage #projet1 .width .left {
  width: 65ch;
}
#accueilPage #projet1 .width .right {
  width: 65ch;
}
#accueilPage #fullImg {
  padding-top: 100px;
}
#accueilPage #fullImg .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#accueilPage #fullImg .container .img-btn {
  width: 40%;
}
#accueilPage #fullImg .container .img-btn img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage #fullImg .container .img-btn a {
  margin-top: 50px;
  background-color: #212842;
}
#accueilPage #fullImg .container .img-btn .btn-effect {
  margin-top: 50px;
}
#accueilPage #fullImg .container .txt-img {
  width: 55%;
  padding-top: 100px;
}
#accueilPage #fullImg .container .txt-img p {
  margin-right: 25%;
  margin-bottom: 70px;
}
#accueilPage #fullImg .container .txt-img h2 {
  max-width: 18ch;
}
#accueilPage #fullImg .container .txt-img img {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage #offre-de-vente {
  margin-top: 100px;
  background-color: #212842;
  padding: 100px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#accueilPage #offre-de-vente .box h2 {
  color: #f9f3ee;
  text-align: center;
}
#accueilPage #offre-de-vente .box ul {
  padding-left: 0;
}
#accueilPage #offre-de-vente .box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #f9f3ee;
  padding: 24px 0;
}
#accueilPage #offre-de-vente .box ul li p {
  color: #f9f3ee;
}
#accueilPage #offre-de-vente .box ul li p:first-of-type {
  font-weight: bold;
  width: 400px;
  line-height: 1.5;
}
#accueilPage #offre-de-vente .box ul li p:last-of-type {
  text-align: right;
  line-height: 1.5;
}
#accueilPage #situation {
  background-color: white;
  padding: 100px 0 100px 0;
}
#accueilPage #situation .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#accueilPage #situation .flex .map {
  width: 70%;
}
#accueilPage #situation .flex .map .swiper-maps {
  width: calc(100vw - 2 * var(--gap-50));
  max-width: calc(1920px - 2 * var(--gap-50));
  height: 100%;
}
#accueilPage #situation .flex .map .swiper-maps::part(container) {
  overflow: visible;
}
#accueilPage #situation .flex .map .swiper-maps::part(button-prev), #accueilPage #situation .flex .map .swiper-maps::part(button-next) {
  width: 45px;
  height: 30px;
  bottom: -80px;
  top: auto;
  background: #f9f3ee;
  padding: 0px 8px;
}
#accueilPage #situation .flex .map .swiper-maps::part(button-prev) {
  left: calc(92% - 80px);
  background: #f5efe8 url("imgs/icons/arrow-right.png") no-repeat center;
  transform: rotate(180deg);
}
#accueilPage #situation .flex .map .swiper-maps::part(button-next) {
  left: 92%;
  background: #f5efe8 url("imgs/icons/arrow-right.png") no-repeat center center;
}
#accueilPage #situation .flex .map .swiper-maps swiper-slide {
  height: 100%;
}
#accueilPage #situation .flex .map .map-btns {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 24px 0 auto;
}
#accueilPage #situation .flex .map .map-btns button {
  width: 54px;
  height: 32px;
  background-color: #212842;
  border: 1px solid #f9f3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  margin: 0 20px;
}
#accueilPage #situation .flex .map .map-btns button img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: auto;
}
#accueilPage #situation .flex .map .map-btns button:hover {
  background-color: transparent;
}
#accueilPage #situation .flex .map .map-btns button:hover img {
  filter: invert(1);
}
#accueilPage #situation .flex .map .map-btns span {
  margin-right: 40%;
}
#accueilPage #situation .flex .txt {
  width: 45%;
  margin-left: 0px;
  background-color: #f9f3ee;
  position: relative;
  z-index: 2;
  padding: 100px 5% 100px 5%;
}
#accueilPage #situation .flex .txt p {
  margin-bottom: 40px;
}
#accueilPage #situation .flex .txt .btn-effect {
  display: block;
  width: -moz-max-content;
  width: max-content;
  background-color: #212842;
}
#accueilPage #situation .flex .txt .btn-effect img {
  filter: brightness(0) invert(1);
}
#accueilPage #situation1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
#accueilPage #situation1 .visite-virtuelle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#accueilPage #situation1 .visite-virtuelle iframe {
  height: 800px;
}
#accueilPage #situation1 .visite-virtuelle .zoom {
  position: absolute;
  width: 100px;
  height: auto;
  top: 32px;
  right: 32px;
}

.contactSection {
  padding-top: 100px;
  padding-bottom: 133px;
  background-color: white;
}
.contactSection h2,
.contactSection h3 {
  text-align: center;
}
.contactSection .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.contactSection .wrapper .left {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contactSection .wrapper .left a {
  color: #212842;
  text-align: center;
}
.contactSection .wrapper .left img {
  width: 250px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.contactSection .wrapper .left h3 {
  margin-bottom: 24px;
  margin-top: 24px;
  color: #212842;
}
.contactSection .wrapper .left h3.lowercase {
  text-transform: lowercase;
}
.contactSection .wrapper .left .logos {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.contactSection .wrapper .left .logos a:first-of-type img {
  width: 150px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .wrapper .left .logos a:last-of-type img {
  width: 220px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .wrapper .left .logos img {
  width: 200px;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .wrapper .left .logos img:first-of-type {
  width: 150px;
}
.contactSection .wrapper .right {
  width: 65%;
}
.contactSection .wrapper .right form {
  width: 100%;
}
.contactSection .wrapper .right form .form-flex {
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  display: flex;
}
.contactSection .wrapper .right form .form-flex > div {
  width: calc(50% - 20px);
  margin-bottom: 5px;
}
.contactSection .wrapper .right form .form-flex > div input,
.contactSection .wrapper .right form .form-flex > div textarea {
  width: 100%;
  background-color: rgba(33, 40, 66, 0.2);
  border: none;
  outline: none;
  padding: 16px 8px;
  color: #5e503f;
  font-family: "Inter", sans-serif;
}
.contactSection .wrapper .right form .form-flex > div input::-moz-placeholder, .contactSection .wrapper .right form .form-flex > div textarea::-moz-placeholder {
  color: #5e503f;
  font-family: "Inter", sans-serif;
}
.contactSection .wrapper .right form .form-flex > div input::placeholder,
.contactSection .wrapper .right form .form-flex > div textarea::placeholder {
  color: #5e503f;
  font-family: "Inter", sans-serif;
}
.contactSection .wrapper .right form .form-flex > div input:focus,
.contactSection .wrapper .right form .form-flex > div textarea:focus {
  background-color: rgba(33, 40, 66, 0.1);
  color: #212842;
}
.contactSection .wrapper .right form .form-flex > div.textarea {
  height: 140px;
  width: 100%;
}
.contactSection .wrapper .right form .form-flex > div.textarea textarea {
  font-family: "Inter", sans-serif;
}
.contactSection .wrapper .right form .form-flex .checkbox {
  display: flex;
  margin-top: 16px;
  width: 100%;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}
.contactSection .wrapper .right form .form-flex .checkbox #accept {
  width: 20px;
  height: 20px;
}
.contactSection .wrapper .right form .form-flex .checkbox a {
  font-family: "Inter", sans-serif;
  color: #212842;
  text-decoration: underline;
}
.contactSection .wrapper .right form .form-flex .checkbox label {
  max-width: 60ch;
}
.contactSection .wrapper .right form .submit {
  margin-top: 35px;
  width: 100%;
}
.contactSection .wrapper .right form .submit button {
  cursor: pointer;
  outline: none;
  width: 100%;
  border: none;
}

footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #212842;
}
footer .width-5 {
  text-align: center;
}
footer .width-5 p,
footer .width-5 a {
  font-size: 14px;
  color: #f9f3ee;
  margin-bottom: 8px;
}
footer .width-5 a {
  text-decoration: underline;
}

/*** PLANS & PRIX ***/
#tables .info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px;
}
#tables .info .left {
  width: 45%;
}
#tables .info .left .flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
#tables .info .right {
  width: 45%;
}
#tables .info .right .swiper-galerie {
  height: 600px;
}
#tables .info .right .swiper-galerie::part(button-prev), #tables .info .right .swiper-galerie::part(button-next) {
  color: #212842;
  width: 50px;
  height: 50px;
}
#tables .info .right .swiper-galerie swiper-slide {
  height: 100%;
}
#tables .info .right .swiper-galerie swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#tables .info .right .swiper-galerie swiper-slide a img {
  -o-object-fit: contain;
     object-fit: contain;
}
#tables h2 {
  margin-bottom: 32px;
}
#tables .avp-prix.avp-table {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#tables .avp-prix.avp-table thead tr {
  background-color: #212842;
}
#tables .avp-prix.avp-table thead tr th {
  font-weight: 300;
  padding: 10px 20px;
  color: #f9f3ee;
}
#tables .avp-prix.avp-table tbody tr {
  border-bottom: 1px solid #d2d5e0;
}
#tables .avp-prix.avp-table tbody tr td {
  font-weight: 400;
  padding: 10px;
  white-space: nowrap;
}
#tables .avp-prix.avp-table tbody tr td.column-5 {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0px;
  width: 170px;
  margin-right: 0;
  margin-left: auto;
}
#tables .avp-prix.avp-table tbody tr td.column-5 img {
  margin-right: 10px;
  align-self: flex-end;
}
#tables .tableA tbody tr,
#tables .tableB tbody tr {
  cursor: pointer;
  transition: all 0.3s linear;
}
#tables .tableA tbody tr:hover,
#tables .tableB tbody tr:hover {
  background-color: rgba(33, 40, 66, 0.2);
}
#tables .wrapper .first,
#tables .wrapper .second {
  margin-bottom: 100px;
}

.bat {
  opacity: 0.4;
  pointer-events: none;
}

/*** SUCCES ***/
#succes {
  padding-bottom: 110px;
  height: 90vh;
  min-height: 600px;
  display: flex;
  align-items: center;
}
#succes section {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
#succes div {
  text-align: center;
}
#succes h2 {
  font-size: 32px;
}
#succes .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 80px;
  border-radius: 15px;
  border: solid 10px #ffffff;
  box-shadow: 0 0 0 10px #2e3136;
  margin: 0 auto 30px auto;
  transition-duration: 0.6s;
  background-color: #ffffff;
}
#succes .icon img {
  width: 30px;
  height: 30px;
  transition-duration: 0.6s;
  transition-delay: 0.2s;
  opacity: 0;
}
#succes .icon.display img {
  width: 100px;
  height: 100px;
  opacity: 1;
}
#succes .display.sended {
  background-color: #9ee18e;
}
#succes .display.not-sended {
  background-color: #f98888;
}

/*** RESPONSIVE ***/
@media only screen and (max-width: 1440px) {
  h2 {
    font-size: 36px;
  }
  h1 {
    font-size: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 120%;
  }
  .width-5 {
    padding-left: 3%;
    padding-right: 3%;
  }
  #accueilPage #accueil > div .txt {
    margin-bottom: 30px;
    margin-left: 5%;
  }
  #accueilPage #projet .container .right {
    width: 65%;
  }
  #accueilPage #projet .container .right .box p {
    max-width: 20ch;
    text-transform: uppercase;
  }
  #accueilPage #situation .flex .map {
    width: 50%;
  }
  #accueilPage #situation .flex .txt {
    width: 50%;
  }
  #accueilPage #situation1 .visite-virtuelle iframe {
    height: 700px;
  }
  .container-fullImg .box {
    padding: 30px;
  }
  .contactSection .wrapper .left .logos {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 1070px) {
  h2 {
    font-size: 28px;
  }
  h1 {
    font-size: 28px;
  }
  p,
  li {
    font-size: 16px;
    line-height: 130%;
  }
  header .width-5 nav ul {
    gap: 35px;
  }
  #accueilPage #accueil {
    padding-left: 0;
    height: auto;
  }
  #accueilPage #accueil .img {
    width: 100%;
    height: 100vh;
  }
  #accueilPage #accueil .btn-effect {
    margin-top: 24px;
  }
  #accueilPage #accueil .txt {
    position: absolute;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
  }
  #accueilPage #accueil .txt h1 {
    text-align: center;
    font-weight: bold;
  }
  #accueilPage #accueil .bottom-txt {
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #accueilPage #accueil .bottom-txt .detail {
    padding: 0 20px;
  }
  #accueilPage #projet {
    padding-top: 0;
  }
  #accueilPage #projet .width .title > div:first-child {
    width: 100%;
  }
  #accueilPage #projet .width .img {
    height: 500px;
  }
  #accueilPage #situation {
    padding-right: 0;
    padding-top: 50px;
  }
  #accueilPage #situation .flex {
    flex-direction: column;
  }
  #accueilPage #situation .flex .map {
    width: 100%;
    order: 1;
  }
  #accueilPage #situation .flex .txt {
    width: 100%;
    margin-left: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #accueilPage #fullImg {
    margin-top: 0;
  }
  #accueilPage #fullImg .container {
    flex-direction: column;
  }
  #accueilPage #fullImg .container .img-btn {
    width: 100%;
  }
  #accueilPage #fullImg .container .img-btn .showImg {
    display: none;
  }
  #accueilPage #fullImg .container .txt-img {
    order: -1;
    width: 100%;
  }
  #accueilPage #fullImg .container .txt-img img {
    height: 450px;
  }
  #accueilPage #fullImg .container .txt-img p {
    margin-right: 0;
  }
  #accueilPage #projet1 {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #accueilPage #projet1 .width {
    flex-direction: column;
  }
  #accueilPage #projet1 .width .left {
    width: 100%;
  }
  #accueilPage #projet1 .width .right {
    width: 100%;
  }
  #accueilPage #situation1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #accueilPage #situation1 .visite-virtuelle iframe {
    height: 500px;
  }
  #accueilPage #tables .info {
    flex-direction: column;
  }
  #accueilPage #tables .info .left {
    width: 100%;
  }
  #accueilPage #tables .info .right {
    width: 100%;
    margin-bottom: 70px;
  }
  #accueilPage #tables .info .right .swiper-galerie {
    height: auto;
  }
  .contactSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contactSection .wrapper {
    flex-direction: column;
  }
  .contactSection .wrapper .left {
    width: 100%;
  }
  .contactSection .wrapper .left .logos {
    flex-direction: row;
    gap: 50px;
  }
  .contactSection .wrapper .right {
    width: 100%;
    order: -1;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 951px) {
  #loading > div {
    width: 250px;
  }
  header {
    padding: 10px 0;
  }
  header .width-5 nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
  }
  header .width-5 .logo {
    width: 100px;
  }
  header .width-5 nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #f9f3ee;
    padding: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
  }
  header .width-5 nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .width-5 nav ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  header .width-5 nav ul li a {
    font-size: 18px;
  }
  header .width-5.active #menu-btn {
    top: 24px;
  }
  header .width-5.active #menu-btn span,
  header .width-5.active #menu-btn span::before,
  header .width-5.active #menu-btn span::after {
    background-color: #212842;
  }
  header .width-5.active #menu-btn.active span {
    background-color: transparent;
  }
  header .width-5.active #menu-btn.active span::before,
  header .width-5.active #menu-btn.active span::after {
    background-color: #212842;
  }
  header .width-5.active #lang * {
    color: #212842;
  }
  header .width-5.active nav ul li a {
    color: #212842;
  }
  .width-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  #menu-btn {
    display: block;
  }
  #accueilPage {
    margin-top: 80px;
  }
  #accueilPage #accueil .bottom-txt {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  #accueilPage #accueil .bottom-txt .title {
    width: 40%;
    border-right: none;
  }
  #accueilPage #accueil .bottom-txt .title img {
    max-width: 150px;
  }
  #accueilPage #accueil .bottom-txt .detail {
    width: 40%;
    padding: 0;
  }
  #accueilPage #projet {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #accueilPage #projet .container {
    flex-direction: column;
  }
  #accueilPage #projet .container .left {
    width: 100%;
  }
  #accueilPage #projet .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #accueilPage #projet .container .right .box {
    margin-left: 5%;
  }
  #accueilPage #projet .container .right .box p {
    margin-left: 30px;
    max-width: 40ch;
  }
  #accueilPage #brochure-telecharger form {
    width: 85%;
  }
  #accueilPage #brochure-telecharger form #form-brochure-wrapper .form-flex {
    flex-wrap: wrap;
  }
  #accueilPage #brochure-telecharger form #form-brochure-wrapper .form-flex div {
    width: 100%;
  }
  .contactSection {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }
  .contactSection .wrapper .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .contactSection .wrapper .right {
    width: 100%;
  }
  .contactSection .wrapper .right form .form-flex > div {
    width: 100%;
  }
  .contactSection .wrapper .right form .submit button {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #accueilPage #projet .width {
    display: flex;
    flex-direction: column;
  }
  #accueilPage #projet .width .img {
    height: 80vh;
    min-height: 700px;
  }
  #accueilPage #projet .width .img .txt-bottom {
    bottom: 0;
    position: static;
    left: 0;
    width: 100%;
    padding: 32px;
  }
  #accueilPage #accueil .img {
    background-size: contain;
    background-position: top;
  }
  #accueilPage #accueil .bottom-txt {
    flex-direction: column;
    gap: 24px;
    bottom: 0;
  }
  #accueilPage #accueil .bottom-txt .detail {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  #accueilPage #accueil .bottom-txt .title {
    display: none;
  }
  #accueilPage #accueil .txt {
    bottom: 280px;
  }
  #accueilPage #situation {
    padding-top: 0;
  }
  #accueilPage #situation .flex .map .swiper-maps::part(button-prev) {
    left: calc(50% - 80px);
  }
  #accueilPage #situation .flex .map .swiper-maps::part(button-next) {
    left: calc(50% + 0px);
  }
  #accueilPage #offre-de-vente .box ul li {
    flex-direction: column;
  }
  #accueilPage #offre-de-vente .box ul li p {
    width: 100% !important;
  }
  #accueilPage #offre-de-vente .box ul li p:last-of-type {
    text-align: left;
  }
  #accueilPage #tables .info {
    margin-bottom: 0px;
  }
  #accueilPage #tables .wrapper .first,
  #accueilPage #tables .wrapper .second,
  #accueilPage #tables .wrapper .third {
    overflow-x: auto;
  }
  #accueilPage #fullImg {
    padding-top: 0;
  }
  #accueilPage #fullImg .container .txt-img {
    padding-top: 0;
  }
  .contactSection .wrapper .left .logos {
    flex-direction: column;
    gap: 32px;
  }
  .contactSection .wrapper .left .logos a img {
    margin-bottom: 0 !important;
    width: 150px !important;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
    letter-spacing: 1px;
  }
  h2 {
    font-size: 22px;
    line-height: 110%;
  }
  h4 {
    line-height: 26.88px;
    letter-spacing: 2px;
  }
  header .width-5 .logo {
    width: 120px;
  }
  header .width-5 nav ul li a {
    font-size: 16px;
  }
  header .width-5 .contact-btn a {
    padding: 6px;
  }
  header .width-5 .contact-btn a span {
    font-size: 13px;
  }
  #menu-btn {
    left: 48%;
  }
  .btn {
    letter-spacing: initial;
    padding: 12px 25px;
  }
}/*# sourceMappingURL=style.css.map */