@charset "UTF-8";
/*Theme Name: avp
Theme URI: https://atelier-vert-pomme.com/
Author: avp

Description: avp theme.
Version: 1.0
Requires at least: 5.2
Tested up to: 6.2
Requires PHP: 7.4
*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 180px;
}

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

* {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "DM Sans", sans-serif;
  color: #f7efe8;
}

a[data-fancybox] {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

a[data-fancybox] .fancybox-image {
  background-color: white;
}

a[data-fancybox] img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
}

a[data-fancybox]:focus-visible {
  outline: none;
}

.fancybox-inner .fancybox-image {
  -o-object-fit: initial;
  object-fit: initial;
}

.fancybox-infobar {
  display: flex;
  color: white !important;
  font-family: "DM Sans", sans-serif, sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fancybox-infobar * {
  color: #edeeec;
  font-family: "DM Sans", sans-serif, sans-serif;
}

.fancybox-toolbar svg path,
.fancybox-navigation svg path {
  fill: white !important;
}

#succes {
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-color: #c1ac92;
  transition-duration: 0.6s;
}
#succes > div {
  text-align: center;
  font-size: 24px;
  z-index: 1;
  color: #5d5244;
  padding: 60px;
  line-height: 1.2;
  position: relative;
}
#succes.active {
  display: flex;
}
#succes.hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

#e404 {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#e404 section {
  display: flex;
  align-items: center;
  justify-content: center;
}
#e404 section h2 {
  color: #5d5244;
}

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

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

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

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

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

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

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

a,
p,
li {
  font-style: normal;
  font-weight: 400;
}

a {
  text-decoration: none;
  display: inline-block;
}

span {
  display: inline-block;
}

p {
  line-height: 140%;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #5d5244;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

h1 {
  text-align: center;
  color: #5d5244;
  font-weight: 400;
  font-size: 52px;
  text-transform: uppercase;
}

h2 {
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  color: #5d5244;
  line-height: 1.2;
  margin-bottom: 50px;
}

.btn {
  padding: 15px 40px 15px 25px;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  color: #5d5244;
  position: relative;
  transition: all 0.3s linear;
  border: 1px solid #5d5244;
}
.btn:hover {
  background-color: #5d5244;
  color: #d8c9b8;
}
.btn span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 46px;
  z-index: 99;
  opacity: 1;
  animation: moveArrow 0.6s linear infinite alternate;
}
.btn span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-black {
  background-color: #2e2c28;
  color: #f9f0dc;
  border: 1px solid #2e2c28;
}
.btn-black:hover {
  background-color: transparent;
  color: #2e2c28;
}
@keyframes moveArrow {
  from {
    right: -25px;
  }
  to {
    right: -30px;
  }
}
#menu-btn {
  display: none;
}

header {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 50%;
  transition-duration: 0.6s;
  height: 120px;
  width: 100vw;
  background: rgba(247, 239, 232, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  transform: translateX(-50%);
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .width .logo {
  transition: all 0.3s linear;
  height: 110px;
  width: auto;
}
header .width .logo a {
  height: 100%;
}
header .width .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .width .logo-immocloud {
  height: 80px;
}
header .width nav.menu {
  width: 100%;
  margin: 0 auto;
}
header .width nav.menu ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
}
header .width nav.menu ul.menu li a {
  color: #5d5244;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: all 0.2s linear;
}
header .width nav.menu ul.menu li a:hover {
  text-shadow: 1px 0px #5d5244;
  color: #c1ac92;
  border-bottom: 2px solid #c1ac92;
}
header.active {
  height: 80px;
  transition: all 0.2s linear;
  background: rgba(247, 239, 232, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
header.active .width .logo {
  height: 70px;
}
header.active .width .logo-immocloud {
  height: 60px;
}

.title span {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #5d5244;
  margin-bottom: 10px;
}
.title h2 {
  position: relative;
}
.title h2:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -10px;
  background-color: #c1ac92;
}

.main {
  height: 100dvh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-height: 1080px;
}
.main .slider {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main .slider .mySwiper {
  height: 100%;
}
.main .slider .mySwiper .swiper-wrapper {
  height: 100%;
}
.main .slider .mySwiper .swiper-button-prev {
  color: #5d5244;
  background: rgba(247, 239, 232, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  padding: 10px;
  color: #5d5244;
}
.main .slider .mySwiper .swiper-button-prev::after {
  font-size: 0px;
  background-color: #5d5244;
  color: #5d5244;
}
.main .slider .mySwiper .swiper-navigation-icon path {
  fill: #5d5244;
}
.main .slider .mySwiper .swiper-button-next {
  color: #5d5244;
  background: rgba(247, 239, 232, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  padding: 10px;
  color: #5d5244;
}
.main .slider .mySwiper .swiper-button-next::after {
  font-size: 0px;
  background-color: #5d5244;
  color: #5d5244;
}
.main .slider .mySwiper .swiper-pagination {
  background: rgba(247, 239, 232, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.main .slider .mySwiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.main .slider .mySwiper .swiper-pagination-bullet-active {
  background-color: #5d5244;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.icons {
  background-color: #d8c9b8;
  margin-bottom: 150px;
}
.icons .titleSection {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #c1ac92;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.icons .titleSection h1 {
  margin-bottom: 50px;
}
.icons .titleSection a {
  cursor: pointer;
  pointer-events: all;
}
.icons .titleSection a h2 {
  margin-top: 50px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.icons .titleSection a h2::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #5d5244;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s linear;
  bottom: 0;
  left: 0;
}
.icons .titleSection a:hover h2:after {
  opacity: 1;
}
.icons .titleSection .small-icon {
  width: 33vw;
  max-width: 90vw;
  display: block;
  margin: 0 auto;
}
.icons .width {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: relative;
  z-index: 44;
}
.icons .width > div {
  width: 20%;
  padding: 130px 0;
  text-align: center;
}
.icons .width > div img {
  opacity: 1;
  height: 65px;
  width: auto;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}
.icons .width > div p {
  margin-bottom: initial;
  font-size: 20px;
  color: #5d5244;
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.flex .img {
  height: 500px;
}
.flex .txt {
  width: 42%;
  background-color: #d8c9b8;
  position: relative;
}
.flex .txt p {
  text-align: justify;
}
.flex .txt .subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #f7efe8;
}
.flex .txt:before {
  content: "";
  position: absolute;
  background-color: #d8c9b8;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.flex .txt h2 {
  position: relative;
}
.flex .txt h2:after {
  position: absolute;
  content: "";
  width: 200%;
  height: 1px;
  bottom: -10px;
  left: -20px;
  background-color: #c1ac92;
}

.flex1 {
  padding-right: 5%;
}
.flex1 .img {
  width: 60%;
  height: 500px;
}
.flex1 .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.flex1 .txt {
  padding: 150px;
}
.flex1 .txt:before {
  top: 0;
  left: -80%;
}

.flex-contain {
  padding-right: 5%;
}
.flex-contain .img {
  width: 60%;
  height: 650px;
}
.flex-contain .img img {
  -o-object-fit: contain;
  object-fit: contain;
}
.flex-contain .txt {
  padding: 120px 160px 120px 120px;
}
.flex-contain .txt:before {
  top: 0;
  left: -80%;
}

#projet1 .imgAnimation {
  animation: changeImg 6s linear infinite alternate;
  background-size: cover !important;
}
@keyframes changeImg {
  0% {
    background-image: url(imgs/vis/3.jpg);
  }
  25% {
    background-image: url(imgs/vis/3.jpg);
  }
  50% {
    background-image: url(imgs/vis/7.jpg);
  }
  100% {
    background-image: url(imgs/vis/7.jpg);
  }
}

#architecte {
  margin-top: 100px;
}
#architecte.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#architecte.flex .img {
  height: 400px;
}
#architecte.flex .txt {
  padding: 50px;
}
#architecte.flex .txt:before {
  height: 140%;
  width: 180%;
  top: -20%;
  left: -40%;
}

.flex2 .img {
  width: 90%;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.flex2 .img .swiperMaps {
  height: 100%;
}
.flex2 .img .swiperMaps .swiper-wrapper {
  height: 100%;
}
.flex2 .img .swiperMaps .swiper-wrapper .swiper-slide img {
  -o-object-position: top;
  object-position: top;
}
.flex2 .img .swiperMaps .swiper-button-prev {
  color: #5d5244;
  background: rgba(247, 239, 232, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  padding: 10px;
  color: #5d5244;
}
.flex2 .img .swiperMaps .swiper-button-prev::after {
  font-size: 0px;
  background-color: #5d5244;
  color: #5d5244;
}
.flex2 .img .swiperMaps .swiper-navigation-icon path {
  fill: #5d5244;
}
.flex2 .img .swiperMaps .swiper-button-next {
  color: #5d5244;
  background: rgba(247, 239, 232, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(9.3px);
  -webkit-backdrop-filter: blur(9.3px);
  padding: 10px;
  color: #5d5244;
}
.flex2 .img .swiperMaps .swiper-button-next::after {
  font-size: 0px;
  background-color: #5d5244;
  color: #5d5244;
}
.flex2 .img .swiperMaps .swiper-pagination {
  background: rgba(247, 239, 232, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 10px;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.flex2 .img .swiperMaps .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.flex2 .img .swiperMaps .swiper-pagination-bullet-active {
  background-color: #5d5244;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.flex2 .txt {
  padding: 100px 120px;
  min-width: 58ch;
}
.flex2 .txt:before {
  content: "";
  top: 0;
  right: -80%;
}
.flex2 .txt h2:after {
  left: -100%;
}

#distances.flex2 .txt {
  width: 100%;
}
#distances.flex2 .txt:before {
  display: none;
}
#distances.flex2 .txt h2:after {
  width: 130%;
}

#distances .txt {
  display: flex;
  flex-direction: column;
  color: #5d5244;
}
#distances .txt .distances {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
#distances .txt .distances:first-child {
  width: 50%;
}
#distances .txt .distances:last-child {
  width: 35%;
  margin-top: 60px;
}
#distances .txt .distances .distance-title {
  margin: 40px 0;
}
#distances .txt .distances .icon1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#distances .txt .distances .icon1 > div {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 10px 30px 0;
}
#distances .txt .distances .icon1 > div img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
#distances .txt .distances .icon1 > div p {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: initial;
  color: #5d5244;
}
#distances .txt .distances .icon1 > div p span {
  color: #5d5244;
}
#distances .txt .distances .icon1 > div p b {
  display: block;
}
#distances .txt .distances .icon2 > div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 40px;
  position: relative;
}
#distances .txt .distances .icon2 > div:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 10%;
  height: 2px;
  background-color: #c1ac92;
}
#distances .txt .distances .icon2 > div:last-child p {
  border-bottom: none;
}
#distances .txt .distances .icon2 > div img {
  width: 35px;
  margin-right: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#distances .txt .distances .icon2 > div p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: initial;
  width: 100%;
}
#distances .txt .distances .icon2 > div p span {
  display: block;
  color: #5d5244;
  text-transform: initial;
  opacity: 1;
  font-size: 16px;
}
#distances .txt .distances-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#distances .txt .distances-container .icon2 {
  width: 40%;
}
#distances .txt .distances-container .icon2 > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
  position: relative;
}
#distances .txt .distances-container .icon2 > div:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c1ac92;
}
#distances .txt .distances-container .icon2 > div:last-child p {
  border-bottom: none;
}
#distances .txt .distances-container .icon2 > div img {
  width: 35px;
  margin-right: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#distances .txt .distances-container .icon2 > div p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: initial;
  width: 100%;
}
#distances .txt .distances-container .icon2 > div p span {
  display: block;
  color: #5d5244;
  text-transform: initial;
  opacity: 1;
  font-size: 16px;
}

.fullImg {
  min-height: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 100px;
  height: 90vh;
}

.fullImg2 {
  min-height: auto;
  margin: 0 auto 100px auto;
  width: 80%;
}

.googlemap {
  height: 70vh;
  margin-bottom: 100px;
}

#architecte .txt {
  padding: 60px 120px;
}

#projet.flex1 .img {
  height: 500px;
}

/*  GALERIE **********************************/
#galerie {
  margin-bottom: 150px;
}
#galerie .title {
  margin-bottom: 50px;
}
#galerie .title h2 {
  color: #5d5244;
  margin-bottom: 150px;
}
#galerie .title h2:after {
  width: 40%;
  left: -20%;
}
#galerie .img-container {
  position: relative;
}
#galerie .img-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background-color: #d8c9b8;
  height: 108%;
  z-index: -1;
}
#galerie .img-container .gallery-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#galerie .img-container .gallery-flex > div {
  overflow: hidden;
  width: 32%;
  margin-bottom: 50px;
}
#galerie .img-container .gallery-flex > div.long {
  width: 65%;
}
#galerie .img-container .gallery-flex > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  transition: all 0.5s linear;
}
#galerie .img-container .gallery-flex > div img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/*  PLANS **********************************/
/*  PLANS **********************************/
#plans-et-prix {
  padding-bottom: 100px;
}
#plans-et-prix .title {
  margin-bottom: 50px;
}
#plans-et-prix .title h2:after {
  width: 50%;
  left: -20%;
}
#plans-et-prix .tabs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: -14px;
  height: 80px;
}
#plans-et-prix .tabs .tab {
  cursor: pointer;
  padding: 24px 35px 4px 35px;
  background-color: rgba(216, 201, 184, 0.2);
  white-space: nowrap;
  transition: all 0.3s linear;
  color: #5d5244;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-weight: bold;
  border-bottom: 1px solid #d8c9b8;
}
#plans-et-prix .tabs .tab.active {
  top: 0px;
  background-color: #d8c9b8;
  padding: 24px 35px 32px 35px;
}
#plans-et-prix .facade {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
#plans-et-prix .facade .tables {
  width: 50%;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
#plans-et-prix .facade .tables .table {
  display: none;
}
#plans-et-prix .facade .tables .table.active {
  display: table;
}
#plans-et-prix .facade .tables .tableA {
  width: 100%;
}
#plans-et-prix .facade .tables .tableA .row-10,
#plans-et-prix .facade .tables .tableA .row-11,
#plans-et-prix .facade .tables .tableA .row-12,
#plans-et-prix .facade .tables .tableA .row-13,
#plans-et-prix .facade .tables .tableA .row-14,
#plans-et-prix .facade .tables .tableA .row-15,
#plans-et-prix .facade .tables .tableA .row-16,
#plans-et-prix .facade .tables .tableA .row-17,
#plans-et-prix .facade .tables .tableA .row-18 {
  display: none;
}
#plans-et-prix .facade .tables .tableB {
  width: 100%;
}
#plans-et-prix .facade .tables .tableB .row-1,
#plans-et-prix .facade .tables .tableB .row-2,
#plans-et-prix .facade .tables .tableB .row-3,
#plans-et-prix .facade .tables .tableB .row-4,
#plans-et-prix .facade .tables .tableB .row-5,
#plans-et-prix .facade .tables .tableB .row-6,
#plans-et-prix .facade .tables .tableB .row-7,
#plans-et-prix .facade .tables .tableB .row-8,
#plans-et-prix .facade .tables .tableB .row-9 {
  display: none;
}
#plans-et-prix .facade #prix {
  overflow: auto;
}
#plans-et-prix .facade #prix table {
  width: auto;
}
#plans-et-prix .facade #prix tr {
  cursor: pointer;
  border-bottom: solid 1px #d8c9b8;
}
#plans-et-prix .facade #prix tr.d.hover td,
#plans-et-prix .facade #prix tr.d:hover td {
  background-color: rgba(85, 148, 101, 0.8);
  color: #f7efe8;
}
#plans-et-prix .facade #prix tr.d.hover td *,
#plans-et-prix .facade #prix tr.d:hover td * {
  color: #f7efe8;
}
#plans-et-prix .facade #prix tr.r.hover td,
#plans-et-prix .facade #prix tr.r:hover td {
  background-color: rgba(209, 191, 110, 0.8);
  color: #f7efe8;
}
#plans-et-prix .facade #prix tr.r.hover td *,
#plans-et-prix .facade #prix tr.r:hover td * {
  color: #f7efe8;
}
#plans-et-prix .facade #prix tr.v.hover td,
#plans-et-prix .facade #prix tr.v:hover td {
  background-color: rgba(197, 68, 75, 0.8);
  color: #f7efe8;
  cursor: not-allowed;
}
#plans-et-prix .facade #prix tr.v.hover td *,
#plans-et-prix .facade #prix tr.v:hover td * {
  color: #f7efe8;
}
#plans-et-prix .facade #prix td,
#plans-et-prix .facade #prix th {
  color: #5d5244;
  font-weight: bold;
  padding: 2.5px;
  font-size: 12px;
  white-space: normal;
  text-align: center;
}
#plans-et-prix .facade #prix td *,
#plans-et-prix .facade #prix th * {
  color: #5d5244;
}
#plans-et-prix .facade #prix td {
  background-color: #f7efe8;
  color: #5d5244;
  padding: 12px 1px;
  font-weight: normal;
  font-size: 14px;
}
#plans-et-prix .facade #prix td * {
  color: #5d5244;
}
#plans-et-prix .facade #prix th {
  background-color: #d8c9b8;
  color: #5d5244;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 1px;
}
#plans-et-prix .facade #prix th * {
  color: #5d5244;
}
#plans-et-prix .facade #prix td.column-7,
#plans-et-prix .facade #prix th.column-7 {
  white-space: nowrap;
}
#plans-et-prix .facade #prix td.column-8,
#plans-et-prix .facade #prix th.column-8 {
  display: none;
}
#plans-et-prix .facade #prix td.column-20 {
  white-space: nowrap;
}
#plans-et-prix .facade #prix td.column-6 {
  white-space: nowrap;
}
#plans-et-prix .facade #facade {
  padding: 0;
  width: 60%;
  position: relative;
  margin-top: -10px;
  overflow: hidden;
}
#plans-et-prix .facade #facade svg {
  width: 75%;
}
#plans-et-prix .facade #facade .lot,
#plans-et-prix .facade #facade .lot-name {
  cursor: pointer;
  fill: #ffffff;
}
#plans-et-prix .facade #facade .busole {
  width: 70px;
  height: auto;
  position: absolute;
  top: 5%;
  right: 10%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(30deg);
}
#plans-et-prix .facade #facade svg {
  height: auto;
  display: block;
  width: 100%;
}
#plans-et-prix .facade #facade svg POLYGON {
  fill: transparent;
}
#plans-et-prix .facade #facade #plan-big {
  top: 0;
  width: 100%;
  right: -100%;
  position: absolute;
  background-color: #fdfbf5;
  transition-duration: 0.6s;
  opacity: 0;
  text-align: center;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#plans-et-prix .facade #facade #plan-big .closeImg {
  color: #5d5244;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  font-weight: lighter;
  overflow: hidden;
  cursor: pointer;
}
#plans-et-prix .facade #facade #plan-big img {
  -o-object-fit: contain;
  object-fit: contain;
}
#plans-et-prix .facade #facade #plan-big.active {
  right: 0;
  opacity: 1;
}
#plans-et-prix .facade #facade .lot:hover *,
#plans-et-prix .facade #facade .lot.active *,
#plans-et-prix .facade #facade .lot.selected {
  fill: rgb(91, 149, 103);
  stroke-width: 1px;
}
#plans-et-prix .facade .lot-name {
  justify-content: space-around;
  display: flex;
  padding: 5px;
  position: relative;
  padding-right: 25%;
}
#plans-et-prix .facade .lot-name span {
  color: rgb(245, 247, 246);
}
#plans-et-prix .facade .lot .lot-name span::after {
  content: "";
  display: flex;
  position: absolute;
  margin: auto;
  right: 0px;
  top: 0;
  bottom: 0;
  width: calc(25% - 1px);
  height: auto;
  z-index: 1;
  border-left: solid 2px #d8c9b8;
  align-items: center;
  justify-content: center;
}
#plans-et-prix .facade .lot.d .lot-name span::after {
  background-color: transparent;
  content: "DISPONIBLE";
}
#plans-et-prix .facade .lot.r .lot-name span::after {
  background-color: transparent;
  content: "RÉSERVÉ";
}
#plans-et-prix .facade .lot.v .lot-name span::after {
  background-color: transparent;
  content: "VENDU";
}
#plans-et-prix .facade .d.hover *,
#plans-et-prix .facade .d:hover * {
  fill: rgba(85, 148, 101, 0.5) !important;
}
#plans-et-prix .facade .r.hover *,
#plans-et-prix .facade .r:hover * {
  fill: rgba(209, 191, 110, 0.5) !important;
}
#plans-et-prix .facade .v.hover *,
#plans-et-prix .facade .v:hover * {
  fill: rgba(197, 68, 75, 0.5) !important;
  cursor: not-allowed;
}
#plans-et-prix .facade .grey,
#plans-et-prix .facade .grey polygon {
  fill: rgb(231, 227, 227) !important;
}
#plans-et-prix .facade #facade .lot.v:hover *,
#plans-et-prix .facade #facade .lot.v.active *,
#plans-et-prix .facade #facade .lot.v.selected {
  fill: rgba(197, 68, 75, 0.5);
  stroke-width: 1px;
}
#plans-et-prix .facade #facade .lot.d:hover *,
#plans-et-prix .facade #facade .lot.d.active *,
#plans-et-prix .facade #facade .lot.d.selected {
  fill: rgb(91, 149, 103);
  stroke-width: 1px;
}
#plans-et-prix .facade #facade .lot.r:hover *,
#plans-et-prix .facade #facade .lot.r.active *,
#plans-et-prix .facade #facade .lot.r.selected {
  fill: rgba(209, 191, 110, 0.5);
  stroke-width: 1px;
}
#plans-et-prix .facade .lot-info {
  height: 0px;
  overflow: hidden;
  transition-duration: 0.7s;
  transition-timing-function: ease-in;
  padding: 10px 15px;
  display: flex;
  background-color: rgb(245, 247, 246);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-top: solid 2px #d8c9b8;
  border-bottom: solid 2px #d8c9b8;
  margin-top: -4px;
  position: relative;
  padding: 0 !important;
}
#plans-et-prix .facade .lot-info * {
  font-size: 15px;
  text-align: center;
}
#plans-et-prix .facade .lot-info span {
  width: 25%;
  font-weight: bold;
  padding: 10px;
  border-right: solid 2px #f7efe8;
  border-left: solid 2px #f7efe8;
  white-space: nowrap;
  background-color: #c1ac92;
  color: #5d5244;
}
#plans-et-prix .facade .lot-info span * {
  color: #5d5244;
}
#plans-et-prix .facade .lot-info div {
  width: 100%;
}
#plans-et-prix .facade .lot-info > div > div {
  display: flex;
  flex-direction: row;
}
#plans-et-prix .facade #prix .lot.d:hover .lot-info,
#plans-et-prix .facade #prix .lot.selected .lot-info,
#plans-et-prix .facade #prix .lot.active .lot-info {
  height: 250px;
  color: #d8c9b8;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -2px;
  border-bottom: solid 2px #d8c9b8;
  z-index: 12;
}
#plans-et-prix .facade .lot-label span {
  font-size: 0.8em;
  font-weight: normal;
  border-top: solid 1px #d8c9b8;
}
#plans-et-prix .facade .lot-btn {
  border-top: solid 1px #d8c9b8;
  border-bottom: solid 1px #d8c9b8;
  height: 95px;
  width: 100%;
  display: flex;
}
#plans-et-prix .facade .lot-btn .button {
  height: 100%;
  width: 25%;
  border-radius: 0;
  background-color: #5d5244;
  color: #f7efe8 !important;
  border-left: solid 1px #f7efe8;
  border-right: solid 1px #f7efe8;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 5px;
  margin: 0;
  min-width: auto;
  white-space: nowrap;
  font-size: 12px !important;
}
#plans-et-prix .facade .lot-btn .button:hover {
  background-color: #d8c9b8;
}
#plans-et-prix .facade .lot-btn img {
  width: 100%;
  height: 35%;
  margin: 10px 0;
  filter: contrast(0) brightness(2);
  -o-object-fit: contain;
  object-fit: contain;
}
#plans-et-prix .facade #prix #liste-de-prix-data {
  max-width: unset !important;
  visibility: visible;
  top: 0 !important;
  left: 0 !important;
  height: 1263px !important;
  width: 892.5px !important;
  text-align: center !important;
  background-color: white !important;
  position: absolute;
  z-index: 1001;
  display: none;
}
#plans-et-prix .facade #prix #liste-de-prix-data .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 60px 4% 30px 4%;
  margin-left: auto;
  margin-right: auto;
}
#plans-et-prix .facade #prix #liste-de-prix-data .wrapper img {
  width: 180px !important;
  height: auto;
  display: block !important;
  background-color: white !important;
  margin-left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
#plans-et-prix .facade #prix #liste-de-prix-data .wrapper h2 {
  color: black !important;
  font-size: 48px !important;
  text-transform: uppercase;
  margin-bottom: 0;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 4% 0 4%;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-contact .left {
  width: 150px;
  display: flex;
}
#plans-et-prix
  .facade
  #prix
  #liste-de-prix-data
  #liste-de-prix-contact
  .left
  img {
  width: 100%;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-contact .right {
  width: auto;
  display: flex;
  flex-direction: column;
}
#plans-et-prix
  .facade
  #prix
  #liste-de-prix-data
  #liste-de-prix-contact
  .right
  p {
  display: block;
  margin-bottom: 2px;
  font-size: 22px !important;
}
#plans-et-prix
  .facade
  #prix
  #liste-de-prix-data
  #liste-de-prix-contact
  .right
  a {
  display: block;
  color: #5d5244;
  margin-bottom: 2px;
  font-size: 22px !important;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-table {
  width: 95% !important;
  padding: 0 !important;
  margin: 50px auto;
  background-color: transparent !important;
  border-collapse: collapse;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-table * {
  font-size: 16px !important;
  color: black !important;
  padding: 8px 4px;
}
#plans-et-prix
  .facade
  #prix
  #liste-de-prix-data
  #liste-de-prix-table
  thead
  tr
  th {
  white-space: initial;
  border: 1px solid #ccc;
  background-color: #fff;
}
#plans-et-prix
  .facade
  #prix
  #liste-de-prix-data
  #liste-de-prix-table
  tbody
  tr
  td {
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ccc;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-table sup {
  font-size: 12px !important;
  padding: 0 !important;
  color: rgb(37, 37, 37) !important;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-table .d {
  background-color: #85c495 !important;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-table .r {
  background-color: #f8e697 !important;
}
#plans-et-prix .facade #prix #liste-de-prix-data #liste-de-prix-table .v {
  background-color: #e3575e !important;
}
#plans-et-prix .btns {
  margin-bottom: 24px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  gap: 50px;
  justify-content: center;
}
#plans-et-prix .btn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  height: 52px;
  background-color: #d8c9b8;
}
#plans-et-prix .btn p {
  margin: 0;
  margin-left: 12px;
}
#plans-et-prix .btn img {
  width: 20px;
  height: 20px;
}
#plans-et-prix .btn:hover {
  background-color: #f7efe8;
  color: #5d5244;
}

#tooltip {
  position: absolute;
  z-index: 99;
  visibility: hidden;
  background-color: #f7efe8;
  border: 1px solid #d8c9b8;
  pointer-events: none;
}
#tooltip th,
#tooltip td {
  font-size: 12px;
  text-align: left;
  color: #5d5244;
  font-size: "DM Sans", sans-serif;
  padding: 5px 15px !important;
  font-family: "DM Sans", sans-serif;
}
#tooltip th.column-2,
#tooltip td.column-2 {
  font-size: 14px;
  text-transform: uppercase;
}
#tooltip td {
  width: 45%;
}
#tooltip td * {
  color: #5d5244;
}
#tooltip th {
  font-weight: bold;
  width: 45%;
}
#tooltip th * {
  color: #5d5244;
}
#tooltip td.column-7,
#tooltip th.column-7 {
  white-space: nowrap;
}
#tooltip td.column-8,
#tooltip th.column-8 {
  display: none;
}
#tooltip td.column-10,
#tooltip th.column-10 {
  display: none;
}
#tooltip td.column-11,
#tooltip th.column-11 {
  display: none;
}
#tooltip .column-0,
#tooltip .column-21 {
  display: none;
}
#tooltip .column-2 {
  background-color: #d8c9b8;
  color: #f7efe8;
}
#tooltip > div {
  opacity: 0;
  transition-duration: 0.2s;
}
#tooltip.visible {
  visibility: visible;
}
#tooltip.visible > div {
  opacity: 1;
}

#lot-container {
  position: fixed;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  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: auto;
  opacity: 0;
  z-index: 1002;
  background-color: #d8c9b8;
}
#lot-container * {
  font-family: "DM Sans", sans-serif;
}
#lot-container > div {
  background-color: #f5ebe8;
  transform: scale(0.8);
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 0;
}
#lot-container.active-lot {
  top: 0%;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  height: 100dvh;
  width: 100vw;
  background-color: #d8c9b8;
}
#lot-container.active-lot > div {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
#lot-container .row {
  padding: 2% 3%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
#lot-container .row .lot-data-logo {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
#lot-container .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#lot-container .row-container #lot-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 40%;
  margin: 0 50px;
}
#lot-container .row-container #lot-data .avp-table {
  text-align: left !important;
}
#lot-container .row-container #lot-data .avp-table th {
  color: #5d5244;
  text-align: left !important;
  font-size: 15px;
  padding-right: 50px;
  border-bottom: 1px solid #d8c9b8;
}
#lot-container .row-container #lot-data .avp-table th.column-21 {
  display: none;
}
#lot-container .row-container #lot-data .avp-table td {
  color: #5d5244;
  border-bottom: 1px solid #d8c9b8;
}
#lot-container .row-container #lot-data .avp-table td.column-21 {
  display: none;
}
#lot-container .row-container #lot-data .avp-table td * {
  color: #5d5244;
}
#lot-container .row-container #lot-data .avp-table .column-0 {
  display: none;
}
#lot-container .row-container #lot-data .avp-table .column-2 {
  font-size: 20px !important;
  background-color: rgba(216, 201, 184, 0.2);
  color: #d8c9b8;
}
#lot-container .row-container #lot-data .avp-table th.column-2 {
  border-right: 1px solid #d8c9b8;
}
#lot-container .row-container #lot-data td {
  color: #d8c9b8;
}
#lot-container .row-container #lot-data th,
#lot-container .row-container #lot-data td {
  padding: 4px;
  width: 50%;
  font-size: 15px !important;
  pointer-events: none;
}
#lot-container .row-container .plans {
  max-width: 65%;
  height: 100%;
  max-height: 60vh;
}
#lot-container .row-container .plans .lot-png {
  height: 100%;
}
#lot-container .row-container .plans .lot-png img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#lot-container .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  width: 100%;
}
#lot-container .btn-container .btn-effect {
  margin: 10px;
  text-align: center;
  padding: 15px 25px 15px 25px;
}
#lot-container .btn-container .btn360 {
  display: none;
}
#lot-container .btn-container .btn360.active {
  display: block;
}
#lot-container .btn-container .btn360 img {
  filter: brightness(0) invert(1);
  height: 30px;
}
#lot-container .btn-container .btn360:hover img {
  filter: none;
}
#lot-container .closeFacade {
  position: absolute;
  top: 1%;
  right: 3%;
  font-size: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #5d5244;
}

#canvas-wrap {
  display: none;
}

/*  FINANCIAL PROCESS **********************************/
#financement {
  padding-bottom: 150px;
  padding-top: 100px;
}
#financement .title {
  margin-bottom: 50px;
  color: #5d5244;
}
#financement .title span {
  color: #5d5244;
}
#financement .title h2 {
  color: #5d5244;
}
#financement .title h2:after {
  width: 60%;
  left: -20%;
}
#financement .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#financement .container > div {
  width: 16%;
  margin: 50px 55px 0px 0;
}

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

.contact-icon {
  margin-left: 0;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}
.contact-icon a img {
  width: 40px;
}

#contact {
  background-color: #c1ac92;
  padding-top: 100px;
  padding-bottom: 100px;
}
#contact .width .client-details {
  text-align: center;
}
#contact .width .client-details .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#contact .width .client-details .img-box .img {
  width: 250px;
  height: 250px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  flex-shrink: 0;
}
#contact .width .client-details .img-box .img:before {
  content: "";
  border: 10px solid #f7efe8;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
}
#contact .width .client-details .img-box .img:after {
  content: "Bastien Anex \a Co-fondateur";
  white-space: pre;
  position: absolute;
  top: 85%;
  transition: all 0.3s linear;
  left: 50%;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  font-size: 15px;
  background-color: #f7efe8;
  color: #5d5244;
  opacity: 0;
}
#contact .width .client-details .img-box .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-position: top;
  object-position: top;
}
#contact .width .client-details .img-box .img:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}
#contact .width .client-details .img-box p,
#contact .width .client-details .img-box a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  text-align: left;
  color: #f7efe8;
  transition: all 0.3s linear;
}
#contact .width .client-details h3 {
  text-transform: uppercase;
  font-weight: normal;
  max-width: 70ch;
  font-size: 26px;
  color: #f7efe8;
  margin: 20px auto 40px auto;
}
#contact .width hr {
  width: 70%;
  margin: 0 auto;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f7efe8;
}
#contact .width .form {
  width: 70%;
  margin: 80px auto;
}
#contact .width .form h2 {
  text-transform: uppercase;
  text-align: center;
  color: #f7efe8;
}
#contact .width .form form {
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .width .form form > div {
  background-color: #5d5244;
  margin-bottom: 20px;
  width: 49%;
}
#contact .width .form form > div ::-moz-placeholder {
  color: #5d5244;
  opacity: 1;
}
#contact .width .form form > div ::placeholder {
  color: #5d5244;
  opacity: 1;
}
#contact .width .form form > div input,
#contact .width .form form > div textarea {
  background-color: #f7efe8;
  border: none;
  width: 100%;
  outline: none;
  padding: 13px 20px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #5d5244;
  opacity: 0.9;
}
#contact .width .form form > div textarea {
  height: 220px;
}
#contact .width .form form > div.textarea {
  width: 100%;
}
#contact .width .form form .btn {
  background-color: #f7efe8;
  border: 1px solid transparent;
  color: #5d5244;
}
#contact .width .form form .btn img {
  filter: brightness(0) invert(1);
}
#contact .width .form form .btn:hover {
  border: 1px solid #f7efe8;
  background-color: rgba(96, 132, 156, 0.1);
  color: #f7efe8;
}

footer {
  background-color: #5d5244;
  padding-top: 60px;
  padding-bottom: 3px;
}
footer .details-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  gap: 50px;
  margin-bottom: 50px;
}
footer .details-contact .img a {
  margin-bottom: 32px;
  height: 100px;
}
footer .details-contact .img a img {
  width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
footer .details-contact .txt {
  position: relative;
  z-index: 5;
}
footer .details-contact .txt p,
footer .details-contact .txt a {
  color: #f7efe8;
  font-size: 16px;
  transition: all 0.3s linear;
}
footer .details-contact .txt a:hover {
  color: #c1ac92;
}
footer .width.txt p,
footer .width.txt a {
  color: #f7efe8;
  text-align: center;
}
footer .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer .width nav ul li {
  padding: 0 20px;
}
footer .width nav ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #f7efe8;
  transition: all 0.3s linear;
}
footer .width nav ul li a:hover {
  color: #c1ac92;
}
footer .avp {
  padding-top: 30px;
  text-align: center;
}
footer .avp p,
footer .avp a {
  font-weight: 300;
  line-height: initial;
  font-size: 13px;
  color: #f7efe8;
}
footer .avp a {
  transition: all 0.3s linear;
}
footer .avp a:hover {
  color: #60849c;
}
footer .plans-icon,
footer .whatsapp-icon {
  position: fixed;
  bottom: 14px;
  left: 0px;
  background-color: transparent;
  z-index: 0;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #d8c9b8;
  display: flex;
  width: 70px;
  height: 74px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
footer .plans-icon a,
footer .whatsapp-icon a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .plans-icon img,
footer .whatsapp-icon img {
  width: 30px;
  margin-bottom: 4px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
footer .plans-icon p,
footer .whatsapp-icon p {
  transform: translateX(-100px);
  text-align: center;
  font-size: 12px;
  transition: all 0.3s linear;
  position: absolute;
  bottom: 0;
  margin: 0;
}
footer .plans-icon:hover,
footer .whatsapp-icon:hover {
  width: 100px;
}
footer .plans-icon:hover a img,
footer .whatsapp-icon:hover a img {
  animation: shake 2s ease-in-out;
  width: 30px;
}
footer .plans-icon:hover p,
footer .whatsapp-icon:hover p {
  transform: translateX(0px);
}

.whatsapp-icon {
  bottom: 95px !important;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0) rotate(0deg);
  }
  10% {
    transform: translateX(-2px) rotate(-2deg);
  }
  20% {
    transform: translateX(2px) rotate(2deg);
  }
  30% {
    transform: translateX(-3px) rotate(-3deg);
  }
  40% {
    transform: translateX(3px) rotate(3deg);
  }
  50% {
    transform: translateX(-2px) rotate(-2deg);
  }
  60% {
    transform: translateX(2px) rotate(2deg);
  }
  70% {
    transform: translateX(-1px) rotate(-1deg);
  }
  80% {
    transform: translateX(1px) rotate(1deg);
  }
  90% {
    transform: translateX(0) rotate(0deg);
  }
}
#mentions-legales .width {
  padding-top: 150px;
  padding-bottom: 150px;
}
#mentions-legales .width h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
#mentions-legales .width p {
  font-size: 18px;
}

@media only screen and (max-width: 1700px) {
  .width {
    padding-left: 5%;
    padding-right: 5%;
  }
  header .width nav.menu ul.menu {
    width: 90%;
  }
  .flex1 {
    padding-right: 5%;
  }
  .flex1 .txt {
    padding: 120px 80px 120px 80px;
  }
  .flex2 {
    padding-left: 5%;
  }
  .flex2 .txt {
    padding: 120px 80px 120px 80px;
  }
  .fullImg {
    padding-left: 5%;
    padding-right: 5%;
  }
  .flex-contain .txt {
    padding: 120px 100px 120px 50px;
  }
  #architecte .txt {
    padding: 100px 80px;
  }
  #financement {
    padding-top: 100px;
  }
  #galerie .img-container .gallery-flex .gallery-flex-2 > div {
    width: 100%;
    overflow: hidden;
    height: 350px;
  }
  #contact .width .details {
    width: 45%;
  }
}
@media only screen and (max-width: 1400px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  header .width nav.menu ul.menu {
    width: 80%;
  }
  #architecte {
    margin-top: 50px;
  }
  #architecte.flex .txt {
    padding: 80px;
  }
  #architecte.flex .txt:before {
    height: 100%;
    top: 0%;
  }
  #architecte.flex .img {
    height: 450px;
  }
  #financement {
    padding-top: 50px;
  }
  .flex1 .img {
    width: 60%;
    height: 800px;
  }
}
@media only screen and (max-width: 1302px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  p {
    margin-bottom: 15px;
  }
  .btn {
    font-size: 18px;
    margin-top: 20px;
  }
  .width {
    padding-left: 8%;
    padding-right: 8%;
  }
  #distances:after {
    width: 200px;
    right: 13%;
    bottom: 0%;
  }
  header {
    height: 85px;
  }
  header.active .width .logo {
    height: 75px;
  }
  header.active .width .logo-immocloud {
    height: 60px;
  }
  header .width .logo {
    position: relative;
    z-index: 9999;
    height: 75px;
  }
  header .width .logo-immocloud {
    height: 60px;
  }
  header .width .menu {
    display: none;
  }
  header .width .menu.active {
    right: 0;
    transition: all 0.6s linear;
  }
  header .width .menu {
    position: fixed;
    display: flex;
    background: #d8c9b8;
    padding: 15px 0px;
    width: 100%;
    height: 100vh;
    right: -100%;
    transition-duration: 0.6s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .width .menu li a {
    font-size: 22px;
    margin-bottom: 1.5em;
  }
  header .width nav.menu ul.menu {
    width: 100%;
    justify-content: center;
  }
  header .width nav.menu ul.menu li a {
    font-size: 22px;
  }
  #menu-btn {
    display: block;
    background-color: transparent;
    position: fixed;
    cursor: pointer;
    z-index: 999;
    height: 50px;
    border: none;
    width: 50px;
    right: 50%;
    transform: translateX(50%);
    top: 15px;
    padding: 0 5px;
  }
  #menu-btn span,
  #menu-btn span::before,
  #menu-btn span::after {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    background-color: #5d5244;
    transition: all 0.4s linear;
  }
  #menu-btn span::before {
    top: 10px;
  }
  #menu-btn span::after {
    bottom: 10px;
  }
  .icons {
    margin-bottom: 100px;
  }
  .icons .width > div {
    margin: 0 40px;
  }
  .icons .width > div img {
    height: 50px;
  }
  .flex1 {
    padding-right: 8%;
  }
  .flex1 .txt {
    padding: 100px 80px 100px 60px;
  }
  .flex2 {
    padding-left: 8%;
  }
  .flex2 .txt {
    padding: 100px 60px 100px 80px;
  }
  .fullImg {
    padding-left: 8%;
    padding-right: 8%;
  }
  .flex-contain {
    padding-right: 8%;
  }
  #plans-et-prix .facade #prix {
    width: 50%;
    margin-top: 0;
  }
  #plans-et-prix .facade #facade {
    width: 50%;
  }
  #plans-et-prix .facade #facade svg {
    margin-left: 1%;
    margin-top: 30%;
  }
  #plans-et-prix .facade #facade .busole {
    width: 40px;
    top: 0%;
    right: 2%;
  }
  #financement {
    padding-bottom: 100px;
    padding-top: 0;
  }
  #financement .container {
    justify-content: center;
  }
  #financement .container > div {
    width: 25%;
    padding: 10px;
    margin: 20px;
  }
  #fullscreen .nav-btn {
    top: initial;
  }
  #distances .txt .distances-container .icon2 {
    width: 45%;
  }
  #contact .width .client-details h3 {
    font-size: 22px;
  }
  #contact .width .form {
    width: 80%;
  }
}
@media only screen and (max-width: 1190px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  #tooltip {
    display: none !important;
  }
  .fullImg {
    height: 450px;
  }
  #lot-container .btn-container {
    flex-wrap: wrap;
  }
  #lot-container .btn-container .btn-effect {
    white-space: nowrap;
  }
  #lot-container .row-container {
    flex-direction: column;
    gap: 24px;
  }
  #lot-container .row-container #lot-data {
    width: 100%;
  }
  #lot-container .row-container .plans {
    width: 100%;
    max-height: initial;
  }
  #lot-container.active-lot > div {
    gap: 24px;
  }
  .icons .width > div {
    padding: 80px 0;
    width: 25%;
  }
  .icons .width > div img {
    height: 55px;
  }
  .flex {
    flex-direction: column;
  }
  .flex .txt {
    width: 100%;
    order: -1;
  }
  .flex .img {
    width: 120%;
    height: 500px;
    margin-top: -30px;
  }
  .flex2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .flex2 .img {
    width: 100%;
    height: 450px;
  }
  .flex2 .txt {
    padding: 100px 11%;
  }
  .flex2 .txt .distances > div {
    justify-content: flex-start;
  }
  .flex1 {
    padding-right: 2%;
  }
  .flex1 .img {
    margin-top: -30px;
    width: 120%;
  }
  .flex1 .txt {
    padding: 100px 11%;
    margin-right: 5%;
  }
  .flex2 .txt {
    min-width: initial;
  }
  .flex2 .txt .distances > div p {
    width: auto;
  }
  #architecte.flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #architecte.flex .txt {
    padding: 100px 11%;
    order: -1;
    width: 100%;
  }
  #architecte.flex .img {
    height: 400px;
    width: 50%;
  }
  .flex-contain {
    flex-direction: column;
  }
  .flex-contain .txt {
    padding: 100px 5%;
    order: initial;
  }
  .flex-contain .img {
    height: 600px;
  }
  #distances .txt .distances-container {
    flex-direction: column;
  }
  #distances .txt .distances-container:first-child,
  #distances .txt .distances-container:last-child {
    width: 100%;
  }
  #distances .txt .distances-container .icon2 {
    width: 100%;
  }
  #distances .txt .distances-container .icon2 > div:after {
    width: 100%;
  }
  #plans-et-prix .title {
    position: relative;
    z-index: 55;
  }
  #plans-et-prix .facade {
    flex-direction: column;
  }
  #plans-et-prix .facade .tables {
    width: 100%;
  }
  #plans-et-prix .facade #prix,
  #plans-et-prix .facade #facade {
    width: 100%;
    margin: 0 auto;
  }
  #plans-et-prix .facade #prix table,
  #plans-et-prix .facade #facade table {
    width: 100%;
  }
  #plans-et-prix .facade #facade {
    order: -1;
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #plans-et-prix .facade #facade svg {
    margin: initial;
    margin-left: 0%;
    width: 100%;
  }
  .main .slider .mySwiper .swiper-button-next {
    padding: 4px;
    width: 30px;
    height: 30px;
  }
  .main .slider .mySwiper .swiper-button-prev {
    padding: 4px;
    width: 30px;
    height: 30px;
  }
  .main .slider .mySwiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .main .slider .mySwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .main .slider .mySwiper .swiper-pagination {
    padding: 5px;
  }
  .flex2 .img .swiperMaps .swiper-button-next {
    padding: 4px;
    width: 30px;
    height: 30px;
  }
  .flex2 .img .swiperMaps .swiper-button-prev {
    padding: 4px;
    width: 30px;
    height: 30px;
  }
  .flex2 .img .swiperMaps .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .flex2 .img .swiperMaps .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .flex2 .img .swiperMaps .swiper-pagination {
    padding: 5px;
  }
  #contact .width .client-details .img-box .img {
    width: 200px;
    height: 200px;
  }
  #contact .width .client-details .img-box .img:before {
    width: 180px;
    height: 180px;
  }
  #contact .width .client-details h3 {
    font-size: 20px;
  }
  #contact .width .form {
    width: 100%;
  }
  #contact .width .form .img img {
    width: 200px;
  }
  #galerie .img-container .gallery-flex > div {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  h1 {
    font-size: 28px;
  }
  #financement .container > div {
    width: 35%;
  }
  .icons .titleSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .icons .width > div {
    width: 30%;
  }
  .icons .width > div img {
    height: 45px;
  }
  .icons .width > div p {
    font-size: 16px;
  }
  #distances:after {
    width: 180px;
    right: 15%;
    bottom: initial;
    top: 30%;
  }
  #distances .txt .distances:first-child {
    width: 100%;
  }
  #distances .txt .distances .distance-title {
    margin: 20px 0 40px 0;
    width: 100%;
  }
  .flex-contain {
    flex-direction: column;
    padding-right: 0;
  }
  .flex-contain .txt {
    order: -1;
    padding: 100px 11%;
  }
  .flex-contain .img {
    margin-top: -50px;
    z-index: 1;
  }
  #plans-et-prix {
    padding-bottom: 50px;
  }
  #plans-et-prix .facade #prix,
  #plans-et-prix .facade #facade {
    width: 100%;
    margin: 0 auto;
  }
  #plans-et-prix .facade #prix svg,
  #plans-et-prix .facade #facade svg {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  #contact .width {
    flex-direction: column;
  }
  #contact .width .form {
    width: 90%;
    margin: 0px auto 50px auto;
  }
  #contact .width .details {
    width: 90%;
    text-align: left;
  }
  #contact .width .details .details-contact.details-contact-1:after {
    left: 20%;
    top: 10%;
  }
  #contact .width .details a,
  #contact .width .details p {
    font-size: 16px;
  }
  .fullImg {
    height: 400px;
    min-height: initial;
  }
  footer .details-contact {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  footer .details-contact .img {
    margin-bottom: 0;
  }
  footer .width nav {
    display: none;
  }
  footer .avp p,
  footer .avp a {
    font-size: 13px;
  }
  footer .whatsapp-icon img {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 650px) {
  #distances:after {
    display: none;
  }
  header .width nav.menu ul.menu li a {
    font-size: 18px;
  }
  .icons {
    margin-bottom: 50px;
  }
  .icons .width {
    padding: 60px 4%;
  }
  .icons .width > div {
    width: 30%;
    margin: 10px;
    padding: 0;
  }
  .icons .width > div img {
    width: 40px;
  }
  .icons .width > div p {
    font-size: 14px;
  }
  .main {
    height: 450px;
  }
  h1 {
    font-size: 28px;
  }
  .flex {
    margin-bottom: 0px;
  }
  .flex .img {
    height: 350px;
  }
  .flex1 .txt {
    padding: 80px 60px;
  }
  .flex2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .flex2 .img {
    margin-top: 0;
    height: auto;
  }
  .flex2 .txt {
    padding: 80px 60px;
  }
  .flex-contain .txt {
    padding: 80px 60px;
  }
  .flex-contain .img {
    margin-top: 5%;
  }
  #distances .txt .distances .icon1 > div {
    width: 100%;
    margin: 10px 10px 10px 0;
  }
  #distances .txt .distances .icon1 > div p {
    font-size: 15px;
  }
  #distances .txt .distances .icon2 div p span {
    font-size: 15px;
  }
  #distances .txt .distances-container .icon2 {
    width: 100%;
  }
  #distances .txt .distances-container .icon2 > div img {
    width: 35px;
    margin-right: 10px;
  }
  #distances .txt .distances-container .icon2 > div p span {
    font-size: 14px;
  }
  #distances.flex2 .txt {
    padding: 60px 40px;
  }
  #distances.flex2 .txt h2:after {
    width: 220px;
  }
  .fullImg {
    height: 300px;
    padding: 0;
    margin-bottom: 0px;
  }
  #projet .flex1 .img {
    height: 500px;
  }
  #plans-et-prix {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #plans-et-prix .title h2:after {
    width: 70%;
  }
  #plans-et-prix .facade .lot-btn img {
    height: 30%;
  }
  #plans-et-prix .facade .lot-btn .button {
    font-size: 12px;
  }
  #plans-et-prix .facade .lot-name span {
    font-size: 13px;
  }
  #plans-et-prix .facade .lot-info span {
    padding: 5px;
  }
  #plans-et-prix .facade .lot-info * {
    font-size: 12px;
  }
  #plans-et-prix .facade #prix {
    width: 100%;
  }
  #plans-et-prix .facade #facade {
    width: 100%;
    margin-bottom: 50px;
    margin-top: -50px;
  }
  #plans-et-prix .facade #prix .lot:hover .lot-info,
  #plans-et-prix .facade #prix .lot.selected .lot-info,
  #plans-et-prix .facade #prix .lot.active .lot-info {
    height: 180px;
  }
  #financement {
    margin-top: 60px;
  }
  #financement .title h2:after {
    width: 100%;
  }
  #financement .container > div {
    width: 40%;
    margin: 10px;
    padding: 5px;
  }
  #architecte .flex .txt {
    padding: 60px 40px;
  }
  #architecte .flex .img {
    height: 300px;
    width: 50%;
  }
  #galerie {
    margin-bottom: 80px;
  }
  #galerie .img-container .gallery-flex > div {
    margin-bottom: 10px;
  }
  #contact {
    padding-bottom: 50px;
  }
  #contact .width .client-details h3 {
    font-size: 16px;
    max-width: initial;
  }
  #contact .width .client-details .img-box .img {
    width: 130px;
    height: 130px;
    overflow: initial;
  }
  #contact .width .client-details .img-box .img:before {
    width: 110px;
    height: 110px;
  }
  #contact .width .client-details .img-box .img:after {
    font-size: 13px;
  }
  #contact .width .client-details .img-box .txt p,
  #contact .width .client-details .img-box .txt a {
    font-size: 16px;
  }
  #contact .width .form form > div {
    width: 100%;
  }
  #contact .width .form form {
    padding-top: 20px;
  }
  footer {
    padding-top: 50px;
  }
  footer .details-contact {
    flex-direction: column;
  }
  footer .details-contact .txt {
    width: 100%;
    margin-top: 30px;
  }
  footer .details-contact .img {
    width: 100%;
  }
  footer .avp {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .main {
    height: 450px;
  }
  .main .slider {
    height: 450px;
  }
  .icons .titleSection h1 {
    margin-bottom: 20px;
  }
  .icons .titleSection .small-icon {
    width: 280px;
    display: block;
    margin: 0 auto;
  }
  .icons .width > div img {
    height: 35px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  p,
  a,
  li {
    font-size: 15px;
  }
  header .width .logo,
  header.active .width .logo {
    height: 55px;
  }
  header .width .logo-immocloud,
  header.active .width .logo-immocloud {
    height: 40px;
  }
  #plans-et-prix.width {
    padding-left: 5%;
    padding-right: 5%;
  }
  #plans-et-prix .facade #facade {
    margin-bottom: 50px;
  }
  #plans-et-prix .facade .lot-btn .button {
    font-size: 8px !important;
  }
  #financement .container > div {
    width: 60%;
  }
  #distances .txt .distances .distance-title {
    margin: 40px 0;
    width: 100%;
  }
  #distances .txt .distances .distance-title p {
    text-align: left;
    white-space: nowrap;
  }
  #distances .txt .distances-container .icon2 > div p span {
    font-size: 13px;
    max-width: 15ch;
    text-align: left;
  }
  #distances.flex2 .txt h2:after {
    width: 200%;
  }
  #galerie {
    margin-bottom: 100px;
  }
  #galerie .img-container .gallery-flex .gallery-flex-2 > div {
    height: 100px;
  }
  #contact {
    padding-top: 60px;
  }
  #contact .width .client-details .img-box {
    flex-direction: column;
    gap: 0;
  }
  #contact .width .client-details .img-box .img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
  }
  #contact .width .client-details .img-box .img:before {
    width: 160px;
    height: 160px;
  }
  #contact .width .client-details .img-box .txt p,
  #contact .width .client-details .img-box .txt a {
    text-align: center;
    font-size: 16px;
  }
  .contact-icon {
    margin: 0 auto;
  }
  footer .whatsapp-icon {
    bottom: 5px;
    padding: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .main .slider .slider-numbers div span {
    width: 10px;
    height: 10px;
  }
  #distances.flex2 .txt {
    padding: 80px 15px;
  }
  #plans-et-prix .facade .lot-name span {
    font-size: 11px;
  }
  #plans-et-prix .facade .lot-btn .button {
    font-size: 8px;
  }
  #architecte.flex .img {
    height: 200px;
    width: 50%;
  }
  #projet1 .flex {
    margin-bottom: 0 !important;
  }
  .flex1 .txt,
  .flex2 .txt,
  .flex-contain .txt,
  #architecte .txt {
    padding: 60px 30px;
  }
  #projet .flex1 .img {
    height: 300px;
  }
  footer {
    padding-left: 5%;
    padding-right: 5%;
  }
} /*# sourceMappingURL=style.css.map */
