@charset "UTF-8";
:root {
  --bg-color: #F8F5ED;
  --text-color: #282b26;
  --grey-color: #485043;
  --header-bg: #EFE8E4;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.succes {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.succes h2 {
  margin-bottom: 40px;
  text-align: center;
}
.succes .icon-sent {
  text-align: center;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "agenda", sans-serif;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 150px;
  max-width: 1920px;
  margin: 0 auto;
}

.icon-light {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-dark {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: invert(1);
}

.icon-dark2 {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.toggle-filter {
  transition: filter 0.4s ease;
  filter: invert(0);
}

.toggle-filter-color {
  transition: filter 0.4s ease;
  filter: none;
}

body {
  margin: auto;
  padding: 0;
  min-height: 100vh;
  max-width: 1920px;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
body.dark {
  --bg-color:#626754;
  --text-color: #EFE8E4;
  --header-bg: #626754;
}
body.dark h2, body.dark p, body.dark h3, body.dark ul li {
  color: #F8F5ED !important;
}
body.dark span.subtitle {
  color: #F8F5ED;
  border-bottom: 1px solid #F8F5ED;
}
body.dark #building-overlay .overlay-box h2 {
  color: #282b26 !important;
}
body.dark header.active {
  background-color: #626754;
}
body.dark header.active .width #menu-btn span {
  background: #F8F5ED;
}
body.dark header .width .logo img {
  filter: brightness(0) invert(1);
}
body.dark header .width .menu ul li a {
  color: #F8F5ED;
}
body.dark .icons .icon h3, body.dark .icons .icon p {
  color: #F8F5ED;
}
body.dark .icons2 .icon span {
  color: #F8F5ED;
}
body.dark .txt-light {
  color: #F8F5ED !important;
}
body.dark .txt-light:hover {
  border-bottom: 1px solid #F8F5ED !important;
}
body.dark .color-mode .icon-light {
  opacity: 0;
  transform: scale(0.8);
}
body.dark .color-mode .icon-dark, body.dark .color-mode .icon-dark2 {
  opacity: 1;
  transform: scale(1);
}
body.dark .toggle-filter {
  filter: invert(1);
}
body.dark .toggle-filter-color {
  filter: brightness(0) invert(1);
}
body.dark .image-nav .box p {
  color: #F8F5ED;
}
body.dark .acteurs .container .left {
  border: 1px solid #F8F5ED;
}
body.dark .acteurs .container .right {
  border-bottom: 1px solid #F8F5ED;
}
body.dark .acteurs .container .right .box {
  border-right: 1px solid #F8F5ED;
  border-top: 1px solid #F8F5ED;
}
body.dark #galeriePage h1 {
  color: #F8F5ED;
}
body.dark #contactPage h2 {
  text-align: center;
}
body.dark #contactPage .contactForm .form > div input, body.dark #contactPage .contactForm .form > div textarea {
  border-bottom: 1px solid #F8F5ED;
  color: #F8F5ED;
}
body.dark #contactPage .contactForm .form > div input::-moz-placeholder, body.dark #contactPage .contactForm .form > div textarea::-moz-placeholder {
  color: #F8F5ED;
}
body.dark #contactPage .contactForm .form > div input::placeholder, body.dark #contactPage .contactForm .form > div textarea::placeholder {
  color: #F8F5ED;
}
body.dark #contactPage .contactForm .form .btn {
  background-color: #F8F5ED;
  color: #626754;
  border: 1px solid #F8F5ED;
}
body.dark #contactPage .contactForm .form .btn:hover {
  color: #F8F5ED;
  background-color: transparent;
}
body.dark #contactPage .contactForm .form p a {
  color: #F8F5ED;
}
body.dark #appartementsPage .filters-container #filters .btn-container #reset-filters {
  background-color: #F8F5ED;
  color: #282b26;
}
body.dark #appartementsPage #lot-container .closePlan {
  color: #F8F5ED;
}
body.dark #appartementsPage #lot-container .row {
  background-color: #626754;
}
body.dark #appartementsPage #lot-container .row #lot-data .lot-data-logo {
  filter: brightness(0) invert(1);
}
body.dark #appartementsPage #lot-container .row #lot-data .avp-table * {
  color: #F8F5ED;
}
body.dark #appartementsPage #lot-container .row #lot-data .btn {
  border: 1px solid #F8F5ED;
}
body.dark #appartementsPage #facade-container #facade-table .avp-table.avp-prix tr {
  border-bottom: 1px solid #F8F5ED !important;
}
body.dark #appartementsPage #facade-container #facade-table .avp-table.avp-prix td {
  font-size: 13px;
  color: #F8F5ED !important;
  text-align: center;
  padding: 15px 5px;
}

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

a {
  text-decoration: none;
  transition: all 0.4s linear;
}

a.btn {
  display: inline-block;
  border: 1px solid #626754;
  border-radius: 20px;
  padding: 5px 20px;
  color: #282b26;
  margin-top: 30px;
  width: auto;
  font-family: "agenda", sans-serif;
  font-size: 18px;
  position: relative;
  background-color: #F8F5ED;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}
a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #626754;
  z-index: -1;
  color: #F8F5ED;
  transition: all 0.5s ease;
}
a.btn:hover {
  color: #F8F5ED;
}
a.btn:hover::before {
  left: 0;
}

h1, h2, h3 {
  font-family: "freight-big-pro", serif;
}

h1 {
  color: #F8F5ED;
  font-size: 100px;
  font-weight: 300;
  line-height: 110%;
}

h2 {
  font-size: 60px;
  line-height: 110%;
  font-weight: 300;
  color: #626754;
}

h3 {
  font-size: 22px;
  line-height: 110%;
  font-weight: 300;
  margin-bottom: 20px;
  color: #626754;
}

h4 {
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #626754;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 100;
  font-family: "agenda", sans-serif;
  color: #282b26;
}
p b, p strong {
  font-weight: 500;
}

b, strong {
  font-weight: 500;
}

ul {
  margin: 20px;
}
ul li {
  line-height: 120%;
  max-width: 75ch;
  font-size: 18px;
}

span.subtitle {
  text-transform: uppercase;
  color: rgb(175, 170, 170);
  padding-bottom: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  border-bottom: none;
}
span.subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: rgb(175, 170, 170);
  transition: width 3s ease-in-out;
}
span.subtitle.in-view::after {
  width: 60%;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 1000;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup .popup-content {
  background-color: #626754;
  color: #F8F5ED;
  padding: 50px 40px;
  border-radius: 20px;
  width: auto;
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.popup.active .popup .popup-content {
  transform: translateY(0);
  opacity: 1;
}
.popup .popup-content p {
  font-size: 18px;
  max-width: 45ch;
  text-align: center;
  margin: 0 auto 15px auto;
  line-height: 150%;
  color: #F8F5ED;
}
.popup .popup-content .popup-color-mode {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  margin-top: 40px;
}
.popup .popup-content .popup-color-mode button {
  background: #F8F5ED;
  border: 1px solid #F8F5ED;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup .popup-content .popup-color-mode button img {
  width: 28px;
  height: 28px;
}
.popup .popup-content .popup-color-mode button:hover {
  transform: scale(1.2);
  border-color: #fff;
  background: #333;
}
.popup .popup-content .popup-color-mode button:hover img {
  filter: invert(1);
}
.popup .popup-content .close-popup {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(175, 170, 170);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(175, 170, 170);
}

.error404 section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80vh;
  padding: 40px;
}
.error404 section h3 {
  margin: 1em 0;
  font-size: 32px;
}
.error404 section #e404 {
  font-size: 3em;
  color: rgb(175, 170, 170);
}

#politique {
  padding-top: 150px;
  padding-bottom: 150px;
}
#politique h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #626754;
  font-size: 32px;
}
#politique p {
  margin-bottom: 20px;
}
#politique ul {
  margin-left: 20px;
}

a {
  text-decoration: underline;
  color: rgb(175, 170, 170);
  transition: all 0.3s linear;
}
a nav ol {
  list-style: none;
}
a nav ol li ol {
  margin-left: 20px;
}

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

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

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

.color-mode {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #282b26;
  border-radius: 20px;
  position: fixed;
  z-index: 44;
  bottom: 5px;
  background-color: #F8F5ED;
  left: 1%;
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
}
.color-mode:hover {
  transform: scale(1.2);
  border-color: #fff;
  background: #333;
}
.color-mode:hover img {
  filter: invert(1);
}
.color-mode button {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.color-mode button img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-media {
  display: flex;
  position: fixed;
  z-index: 44;
  bottom: 5px;
  right: 1%;
}
.social-media a {
  display: block;
  background-color: #F8F5ED;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
}
.social-media a:hover {
  transform: scale(1.2);
}
.social-media a img {
  -o-object-fit: contain;
     object-fit: contain;
}

header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 44;
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1), color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
header.active {
  background-color: #F8F5ED;
}
header.active .width {
  height: 70px;
}
header.active .width .menu ul li a {
  color: #282b26;
}
header.active .width .menu ul li a:after {
  background-color: #282b26;
}
header.active .width .logo {
  width: 130px;
}
header.active .width .logo img {
  filter: initial;
}
header .width {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .width #menu-btn, header .width .mobile-menu {
  display: none;
}
header .width .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
header .width .menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
header .width .menu ul li a {
  color: #282b26;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
  position: relative;
  transition: all 0.4s linear;
  font-family: "agenda", sans-serif;
  font-weight: 100;
  text-decoration: none;
}
header .width .menu ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  background-color: #F8F5ED;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25em;
  height: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
header .width .menu ul li a:hover::after {
  width: 100%;
  animation: pulse11 1s;
  box-shadow: 0 0 0 0.2em transparent;
}
header .width .logo {
  display: block;
  width: 180px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
header .width .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.accueil {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.accueil .slider {
  height: 100%;
  width: 100%;
  position: relative;
}
.accueil .slider .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.2s ease, transform 1.2s ease;
  z-index: 1;
}
.accueil .slider .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); /* mocne ciemne krawędzie */
  z-index: 2;
}
.accueil .slider .slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.accueil h1 {
  position: absolute;
  top: 45%;
  left: 0%;
  right: 0%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  color: white;
}
.accueil .nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 6;
}
.accueil .nav .arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.accueil .nav .arrow:hover::after {
  opacity: 1;
}
.accueil .nav .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  opacity: 0.8;
  transform: translate(-50%, -50%) rotate(45deg);
}
.accueil .nav .arrow.prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

#accueilPage .accueil2 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#accueilPage .accueil2:after {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 50%;
  width: 1px;
  background-color: rgb(175, 170, 170);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out, opacity 0.4s ease-out;
}
#accueilPage .accueil2.in-view:after {
  opacity: 1;
  transform: scaleY(1);
}
#accueilPage .accueil2 .left {
  width: 40%;
}
#accueilPage .accueil2 .right {
  width: 40%;
}
#accueilPage .accueil2 .right h3 {
  margin-bottom: 40px;
  font-size: 32px;
}
#accueilPage .accueil2 .right p {
  text-align: justify;
  max-width: 70ch;
}
#accueilPage .accueil3 {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}
#accueilPage .accueil3:after {
  content: "";
  position: absolute;
  top: 350px;
  bottom: 20px;
  left: 10%;
  width: 1px;
  background-color: rgb(175, 170, 170);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.1s ease-out, opacity 0.6s ease-out;
}
#accueilPage .accueil3.in-view:after {
  opacity: 1;
  transform: scaleY(1);
}
#accueilPage .accueil3 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#accueilPage .accueil3 .container .left {
  width: 50%;
}
#accueilPage .accueil3 .container .left H2 {
  margin-bottom: 100px;
}
#accueilPage .accueil3 .container .left p {
  max-width: 61ch;
  margin-left: auto;
  margin-right: 10px;
  text-align: justify;
}
#accueilPage .accueil3 .container .right {
  height: 800px;
  width: 45%;
}
#accueilPage .accueil3 .container .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#accueilPage .accueil3 .bottom {
  height: 550px;
  width: auto;
  margin-top: -100px;
  margin-left: -150px;
}
#accueilPage .accueil3 .bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#projetPage .video-wrapper {
  background-color: white;
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
#projetPage .video-wrapper video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#projetPage .video-wrapper .placeholder {
  color: #282b26;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 600;
  z-index: 2;
  text-align: center;
}
#projetPage .img-txtSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#projetPage .img-txtSection .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 45%;
  padding: 50px 0;
}
#projetPage .img-txtSection .txt h2 {
  margin-bottom: 50px;
  max-width: 16ch;
}
#projetPage .img-txtSection .txt h3 {
  margin-bottom: 20px;
}
#projetPage .img-txtSection .txt p {
  color: #767F5B;
  max-width: 75ch;
  text-align: justify;
}
#projetPage .img-txtSection .txt ul li {
  color: #767F5B;
  margin-bottom: 15px;
}
#projetPage .img-txtSection .txt ul li b, #projetPage .img-txtSection .txt ul li strong {
  font-weight: 500;
}
#projetPage .img-txtSection .img {
  height: 650px;
  width: 50%;
}
#projetPage .img-txtSection .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#projetPage .icons2 {
  margin-bottom: 100px;
}

#situationPage .accueil .slider .slide::after {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%); /* mocne ciemne krawędzie */
}
#situationPage .accueil2 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#situationPage .accueil2 .right {
  width: 45%;
}
#situationPage .accueil2 .right h2 {
  margin-bottom: 50px;
}
#situationPage .accueil2 .right ul li {
  margin-bottom: 15px;
}
#situationPage .accueil2 .right ul, #situationPage .accueil2 .right p {
  max-width: 65ch;
}
#situationPage .accueil2 .right ul b, #situationPage .accueil2 .right p b {
  font-weight: 500;
}
#situationPage .accueil2 .left {
  width: 50%;
}
#situationPage .accueil2 .left.situationsImage {
  position: relative;
  overflow: hidden;
  height: 750px;
}
#situationPage .accueil2 .left.situationsImage .img {
  position: absolute;
}
#situationPage .accueil2 .left.situationsImage .img img {
  width: 100%;
  height: 160%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
#situationPage .situations3 {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
#situationPage .situations3 .txt {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 35%;
}
#situationPage .situations3 .txt ul li {
  margin-bottom: 20px;
  text-align: justify;
}
#situationPage .situations3 .txt ul li b:first-child {
  display: block;
  margin-bottom: 2px;
}
#situationPage .situations3 .txt h2 {
  margin-bottom: 50px;
}
#situationPage .situations3 .txt h3 {
  margin-bottom: 20px;
}
#situationPage .situations3 .txt p {
  max-width: 75ch;
  text-align: justify;
}
#situationPage .situations3 .img {
  height: auto;
  width: 55%;
}
#situationPage .situations3 .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
#situationPage .fullSituation {
  margin-top: 100px;
}
#situationPage .iconsSituation {
  margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#situationPage .iconsSituation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgb(175, 170, 170);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s ease-out;
}
#situationPage .iconsSituation:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgb(175, 170, 170);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.1s ease-out;
  transition-delay: 0.8s;
}
#situationPage .iconsSituation.in-view:before {
  transform: scaleX(1);
}
#situationPage .iconsSituation.in-view:after {
  transform: scaleX(1);
}
#situationPage .iconsSituation .icon {
  width: 20%;
  text-align: center;
}
#situationPage .iconsSituation .icon h3 {
  margin-bottom: 40px;
  color: #282b26;
  font-weight: 500;
  margin-top: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
#situationPage .iconsSituation .icon img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
#situationPage .iconsSituation .icon hr {
  width: 30px;
  margin: 0 auto;
}
#situationPage .iconsSituation .icon p {
  max-width: 28ch;
  margin: 30px auto 0 auto;
  color: #282b26;
}
#situationPage .iconsSituation .icon p sup {
  font-size: 11px;
}
#situationPage .fullImages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
#situationPage .fullImages .left, #situationPage .fullImages .right {
  width: 49%;
  height: 100%;
}
#situationPage .fullImages .left img, #situationPage .fullImages .right img {
  -o-object-fit: contain;
     object-fit: contain;
}

.actual-statut {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  margin-top: 30px;
}
.actual-statut .box {
  width: 33%;
}
.actual-statut .box .color {
  width: 100px;
  height: 10px;
}
.actual-statut .box .color.d {
  background-color: #6aa77a;
}
.actual-statut .box .color.r {
  background-color: #e3e647;
}
.actual-statut .box .color.v {
  background-color: #8d3c41;
}
.actual-statut .box p {
  font-size: 13px;
}

#appartementsPage {
  /* ===== Overlay ===== */
}
#appartementsPage .overlay {
  position: fixed;
  inset: 0;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
#appartementsPage .overlay.active {
  background: #F8F5ED;
  opacity: 1;
  visibility: visible;
}
#appartementsPage .overlay.active .overlay-box {
  transform: translateY(0);
  opacity: 1;
}
#appartementsPage .overlay .img-buildings {
  width: 100vw;
  height: 100%;
}
#appartementsPage .overlay .overlay-box {
  text-align: center;
  transform: translateY(15px);
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0;
  position: relative;
}
#appartementsPage .overlay .overlay-box h2 {
  display: none;
  color: #282b26;
}
#appartementsPage {
  /* ===== Sticky tab ===== */
}
#appartementsPage #building-tab {
  position: fixed;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  z-index: 32;
  background: #282b26;
  padding: 12px;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  border-left: 1px solid #F8F5ED;
  border-right: 1px solid #F8F5ED;
  border-top: 1px solid #F8F5ED;
}
#appartementsPage #building-tab img {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
  flex-shrink: 0;
}
#appartementsPage #building-tab p {
  font-size: 16px;
  color: #F8F5ED;
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.8s ease, opacity 0.2s ease;
}
#appartementsPage #building-tab:hover {
  padding: 12px 30px;
  opacity: 1;
}
#appartementsPage #building-tab:hover p {
  max-width: 200px;
  opacity: 1;
  margin: 0 0 0 16px;
}
#appartementsPage .title-appartmenets {
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#appartementsPage .title-appartmenets .left {
  width: 50%;
  text-align: left;
}
#appartementsPage .title-appartmenets .left h2 {
  margin-bottom: 40px;
}
#appartementsPage .title-appartmenets .left p {
  margin-top: 30px;
  text-align: justify;
  max-width: 85ch;
}
#appartementsPage .title-appartmenets .right {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#appartementsPage .title-appartmenets .right a {
  width: 250px;
  text-align: center;
  margin-top: 20px;
}
#appartementsPage .filters-container {
  margin-top: 30px;
}
#appartementsPage .filters-container .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}
#appartementsPage .filters-container .title span {
  margin-right: 5px;
  text-transform: uppercase;
}
#appartementsPage .filters-container .title img {
  width: 15px;
  height: 15px;
  transition: transform 0.3s ease;
}
#appartementsPage .filters-container.open #filters {
  max-height: 1000px;
  opacity: 1;
  overflow: initial;
}
#appartementsPage .filters-container.open .arrow {
  transform: rotate(180deg);
}
#appartementsPage .filters-container #filters {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
#appartementsPage .filters-container #filters * {
  font-family: "agenda", sans-serif;
}
#appartementsPage .filters-container #filters label {
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: bold;
}
#appartementsPage .filters-container #filters select {
  cursor: pointer;
  margin-top: 5px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgb(175, 170, 170);
}
#appartementsPage .filters-container #filters select option {
  color: rgb(175, 170, 170);
  background-color: #f4f1f0;
  font-family: "agenda", sans-serif;
}
#appartementsPage .filters-container #filters .left {
  width: 45%;
}
#appartementsPage .filters-container #filters .left label {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 5px;
}
#appartementsPage .filters-container #filters .left label span {
  width: 30%;
}
#appartementsPage .filters-container #filters .left label select {
  width: 70%;
}
#appartementsPage .filters-container #filters .right {
  width: 45%;
  margin-top: 10px;
}
#appartementsPage .filters-container #filters .right label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
#appartementsPage .filters-container #filters .right label .txt {
  min-width: 30%;
}
#appartementsPage .filters-container #filters .right label .slider-value {
  font-size: 12px;
  color: #436138;
  font-weight: 100;
  text-transform: lowercase;
  width: 100%;
  text-align: right;
}
#appartementsPage .filters-container #filters .right label #surface-slider,
#appartementsPage .filters-container #filters .right label #price-slider {
  flex: 1;
}
#appartementsPage .filters-container #filters .btn-container {
  width: 100%;
  margin-top: 40px;
}
#appartementsPage .filters-container #filters .btn-container #reset-filters {
  display: block;
  margin-left: auto;
  background: #282b26;
  color: #f4f1f0;
  padding: 5px 15px;
  outline: none;
  border: 1px solid #282b26;
  transition: all 0.3s linear;
  font-family: "agenda", sans-serif;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 20px;
}
#appartementsPage .filters-container #filters .btn-container #reset-filters:hover {
  background-color: transparent;
  color: #436138;
}
#appartementsPage #facade-container {
  padding-top: 0px;
  margin-bottom: 150px;
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  position: relative;
}
#appartementsPage #facade-container .mini-facade {
  position: absolute;
  width: 350px;
  top: -150px;
  right: 0%;
  z-index: 8;
}
#appartementsPage #facade-container .column-2 {
  display: none !important;
}
#appartementsPage #facade-container #facade-table .table-btns {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#appartementsPage #facade-container #facade-table .table-btns p {
  font-size: 16px;
  font-family: "agenda", sans-serif;
  margin-bottom: 0;
  margin-right: 20px;
}
#appartementsPage #facade-container #facade-table .table-btns .btn {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#appartementsPage #facade-container #facade-table .table-btns .btn img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#appartementsPage #facade-container #facade-table .table-btns .btn p {
  margin-left: 10px;
}
#appartementsPage #facade-container #facade-table #lot-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 50%;
}
#appartementsPage #facade-container #facade-table #lot-data td {
  color: #3c3c3c;
}
#appartementsPage #facade-container #facade-table #lot-data .avp-table {
  text-align: left !important;
  margin: 1.5em 0;
}
#appartementsPage #facade-container #facade-table #lot-data .avp-table th {
  color: #3c3c3c;
  text-align: left !important;
  font-size: 14px;
  padding-right: 50px;
}
#appartementsPage #facade-container #facade-table #lot-data .avp-table th, #appartementsPage #facade-container #facade-table #lot-data .avp-table td {
  padding: 10px;
  width: 50%;
}
#appartementsPage #facade-container #facade-table #lot-data table {
  width: 70%;
  margin: 0 auto;
}
#appartementsPage #facade-container #facade-table {
  width: 43%;
}
#appartementsPage #facade-container #facade-table .table {
  max-height: 650px;
  overflow-y: auto;
  position: relative;
  scroll-behavior: smooth;
  display: none;
}
#appartementsPage #facade-container #facade-table .table.active {
  display: block;
}
#appartementsPage #facade-container #facade-table .table {
  /* Chrome, Edge, Safari */
}
#appartementsPage #facade-container #facade-table .table::-webkit-scrollbar {
  width: 12px;
}
#appartementsPage #facade-container #facade-table .table::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
#appartementsPage #facade-container #facade-table .table::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
#appartementsPage #facade-container #facade-table .table::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}
#appartementsPage #facade-container #facade-table .table {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix {
  position: relative;
  clear: both;
  width: 100%;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix tbody tr {
  transition: background-color 0.25s ease;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix tbody tr.v.hover {
  background-color: #e08e92;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix tbody tr.d.hover {
  background-color: #a8cab1;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix tbody tr.r.hover {
  background-color: #ffeb91;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix * {
  font-family: "agenda", sans-serif;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix tr {
  transition: all 0.3s linear;
  border-bottom: 1px solid #282b26;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix th, #appartementsPage #facade-container #facade-table .avp-table.avp-prix td {
  font-size: 13px;
  color: #282b26;
  text-align: center;
  padding: 15px 5px;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix th {
  font-weight: bold;
  color: #F8F5ED;
  position: sticky;
  top: 0;
  z-index: 1;
  text-transform: uppercase;
  background-color: #626754;
}
#appartementsPage #facade-container #facade-table .avp-table.avp-prix td {
  font-weight: 300;
}
#appartementsPage #facade-container #facade-table .avp-plans-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#appartementsPage #facade-container #facade-table .avp-plans-table * {
  color: #282b26;
}
#appartementsPage #facade-container #facade-table .avp-plans-table {
  /* status colors */
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-row.v.hover {
  background-color: #e08e92;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-row.d.hover {
  background-color: #a8cab1;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-row.r.hover {
  background-color: #ffeb91;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-row {
  transition: background-color 0.25s ease;
  cursor: pointer;
  border: 1px solid rgb(175, 170, 170);
  background-color: #F4F1F0;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr 2fr;
  padding: 20px;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-img {
  margin-right: 20px;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-img img {
  width: 100%;
  max-width: 200px;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-info ul {
  list-style: none;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-info ul li {
  font-size: 15px;
  margin-bottom: 5px;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .plan-price {
  text-align: right;
}
#appartementsPage #facade-container #facade-table .avp-plans-table .open-lot {
  background-color: transparent;
  font-size: 18px;
  outline: none;
  border: none;
  border-bottom: 1px solid #282b26;
  margin-top: 50px;
}
#appartementsPage #facade-container #facade {
  width: 45%;
  margin-left: 50px;
  position: relative;
  overflow: visible !important;
  z-index: 2;
  align-self: flex-end;
}
#appartementsPage #facade-container #facade .v.hover *,
#appartementsPage #facade-container #facade .v:hover * {
  fill: #e08e92;
  cursor: not-allowed;
}
#appartementsPage #facade-container #facade .d.hover *,
#appartementsPage #facade-container #facade .d:hover * {
  fill: #a8cab1;
}
#appartementsPage #facade-container #facade .r.hover *,
#appartementsPage #facade-container #facade .r:hover * {
  fill: #ffeb91;
  cursor: not-allowed;
}
#appartementsPage #facade-container #facade svg {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}
#appartementsPage #facade-container #facade .lot {
  cursor: pointer;
  transition: all 1s linear;
}
#appartementsPage #facade-container #facade .grey {
  fill: rgb(202, 201, 201);
  stroke: #000000;
  stroke-miterlimit: 10;
}
#appartementsPage #facade-container #facade .grey polygon {
  fill: rgb(202, 201, 201);
  stroke: #000000;
  stroke-miterlimit: 10;
}
#appartementsPage .floor {
  transition: all 0.6s linear;
  overflow: visible;
}
#appartementsPage .floor.move {
  transform: translateY(-200px) translateX(150px);
}
#appartementsPage #lot-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s linear;
}
#appartementsPage #lot-container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-y: scroll;
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  z-index: 1001;
  padding: 50px;
  max-width: 140vh;
}
#appartementsPage #lot-container .row .lot-plans {
  width: 45%;
}
#appartementsPage #lot-container .row .lot-plans .lot-png img {
  width: 100%;
  height: 100%;
}
#appartementsPage #lot-container .row #lot-data {
  width: 40%;
  text-align: center;
}
#appartementsPage #lot-container .row #lot-data .btn {
  margin-right: 10px;
}
#appartementsPage #lot-container .row #lot-data .avp-table {
  width: 100%;
  pointer-events: none;
}
#appartementsPage #lot-container .row #lot-data .avp-table .column-2 {
  display: none;
}
#appartementsPage #lot-container .row #lot-data .avp-table * {
  font-size: 14px;
  font-family: "agenda", sans-serif;
}
#appartementsPage #lot-container .row #lot-data .avp-table td {
  border-bottom: 1px solid rgb(175, 170, 170);
  border-top: 1px solid rgb(175, 170, 170);
}
#appartementsPage #lot-container .row #lot-data .avp-table td sup {
  font-size: 10px;
}
#appartementsPage #lot-container .row #lot-data .avp-table th {
  text-align: center !important;
  background-color: transparent;
  border-bottom: 1px solid rgb(175, 170, 170);
  border-top: 1px solid rgb(175, 170, 170);
  text-transform: uppercase;
}
#appartementsPage #lot-container .row #lot-data .avp-table th br {
  display: none;
}
#appartementsPage #lot-container .row #lot-data .avp-table tr:hover,
#appartementsPage #lot-container .row #lot-data .avp-table td:hover {
  background: transparent !important;
  cursor: initial !important;
}
#appartementsPage #lot-container .row #lot-data .lot-data-logo {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 10px auto 40px auto;
}
#appartementsPage #lot-container .closePlan {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#appartementsPage #lot-container > div {
  width: 100%;
  height: 100%;
  padding: 50px;
  background-color: #FCF9F5;
  transform: scale(0.8);
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 0;
}
#appartementsPage #lot-container.active-lot {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
#appartementsPage #lot-container.active-lot > div {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
#appartementsPage #tooltip {
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  background-color: #F8F5ED;
  padding: 10px;
  width: 220px;
  border: 1px solid #282b26;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#appartementsPage #tooltip * {
  color: #282b26;
  font-family: "agenda", sans-serif;
}
#appartementsPage #tooltip th,
#appartementsPage #tooltip td {
  font-size: 12px !important;
  color: #282b26;
  background-color: #F8F5ED !important;
}
#appartementsPage #tooltip tr {
  border-bottom: 1px solid rgb(175, 170, 170);
}
#appartementsPage #tooltip th {
  text-align: left;
  font-weight: 500;
  width: 100%;
}
#appartementsPage #tooltip th br {
  display: none;
}
#appartementsPage #tooltip td {
  padding: 5px 0;
  width: 100%;
  text-align: right;
  white-space: nowrap;
}
#appartementsPage #tooltip .column-1 {
  font-size: 17px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #282b26 !important;
}
#appartementsPage #tooltip .column-3 {
  padding-top: 15px !important;
}
#appartementsPage #tooltip .column-9,
#appartementsPage #tooltip .column-4,
#appartementsPage #tooltip .column-7,
#appartementsPage #tooltip .column-2,
#appartementsPage #tooltip .column-11,
#appartementsPage #tooltip .column-21 {
  display: none;
}
#appartementsPage #tooltip.visible {
  opacity: 1;
  visibility: visible;
}

#galeriePage {
  padding-top: 150px;
}
#galeriePage h1 {
  width: 100%;
  color: #626754;
}
#galeriePage .gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 6px;
  width: 100%;
  margin-top: 60px;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+1) {
  grid-row: span 2;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+2) {
  grid-row: span 1;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+3) {
  grid-row: span 2;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+4) {
  grid-row: span 2;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+5) {
  grid-row: span 1;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+6) {
  grid-row: span 2;
}
#galeriePage .gallery-mosaic > div:nth-last-child(3) {
  grid-row: span 1;
}
#galeriePage .gallery-mosaic > div:nth-child(3n+7) {
  grid-row: span 1;
}
#galeriePage .gallery-mosaic > div:nth-child(1) {
  transition-delay: 0.1s;
}
#galeriePage .gallery-mosaic > div:nth-child(2) {
  transition-delay: 0.2s;
}
#galeriePage .gallery-mosaic > div:nth-child(3) {
  transition-delay: 0.3s;
}
#galeriePage .gallery-mosaic > div:nth-child(4) {
  transition-delay: 0.4s;
}
#galeriePage .gallery-mosaic > div:nth-child(5) {
  transition-delay: 0.5s;
}
#galeriePage .gallery-mosaic > div:nth-child(6) {
  transition-delay: 0.6s;
}
#galeriePage .gallery-mosaic > div:nth-child(7) {
  transition-delay: 0.7s;
}
#galeriePage .gallery-mosaic > div:nth-child(8) {
  transition-delay: 0.8s;
}
#galeriePage .gallery-mosaic > div:nth-child(9) {
  transition-delay: 0.9s;
}
#galeriePage .gallery-mosaic > div:nth-child(10) {
  transition-delay: 1s;
}
#galeriePage .gallery-mosaic > div:nth-child(11) {
  transition-delay: 1.1s;
}
#galeriePage .gallery-mosaic > div:nth-child(12) {
  transition-delay: 1.2s;
}
#galeriePage .gallery-mosaic > div {
  overflow: hidden;
  cursor: pointer;
}
#galeriePage .gallery-mosaic > div img {
  width: 100%;
  transform: scale(0.95);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease, transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#galeriePage .gallery-mosaic > div img:hover {
  transform: scale(1.2);
}
#galeriePage .gallery-mosaic.in-view img {
  opacity: 1;
  transform: scale(1);
}

#contactPage .accueil {
  height: 70vh;
}
#contactPage .accueil > div:first-child {
  height: 100%;
  width: 100%;
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#contactPage .accueil > div:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%); /* mocne ciemne krawędzie */
  z-index: 2;
}
#contactPage h2.title {
  text-align: center;
  margin-bottom: 100px;
}
#contactPage .contactForm {
  padding-top: 100px;
}
#contactPage .contactForm .form {
  width: 900px;
  margin: 50px auto 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
#contactPage .contactForm .form > div {
  width: 45%;
  margin-bottom: 40px;
}
#contactPage .contactForm .form > div input, #contactPage .contactForm .form > div textarea {
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 5px;
  font-size: 16px;
  color: #282b26;
  border-bottom: 1px solid rgb(175, 170, 170);
  color: #767F5B;
  height: 45px;
}
#contactPage .contactForm .form > div input::-moz-placeholder, #contactPage .contactForm .form > div textarea::-moz-placeholder {
  font-size: 18px;
  text-transform: uppercase;
  color: #767F5B;
}
#contactPage .contactForm .form > div input::placeholder, #contactPage .contactForm .form > div textarea::placeholder {
  font-size: 18px;
  text-transform: uppercase;
  color: #767F5B;
}
#contactPage .contactForm .form .btn {
  border: none;
  outline: none;
  display: block;
  margin: 30px auto 0 auto;
  font-size: 18px;
  background-color: #626754;
  border: 1px solid #626754;
  font-family: "agenda", sans-serif;
  cursor: pointer;
  transition: all 0.4s linear;
  border-radius: 20px;
  padding: 8px 40px;
  color: #F8F5ED;
}
#contactPage .contactForm .form .btn:hover {
  color: #626754;
  background-color: transparent;
}
#contactPage .contactForm .form p {
  font-size: 14px;
  text-align: center;
  margin: 30px auto 0 auto;
}
#contactPage .contactForm .form p a {
  font-size: 14px;
  color: #282b26;
  text-decoration: underline;
}

.open-map {
  cursor: pointer;
}

/* FULLSCREEN */
#fullscreen {
  position: fixed;
  inset: 0;
  background: #282b26;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 9999;
}
#fullscreen.active {
  opacity: 1;
  pointer-events: auto;
}

#full-img img {
  max-width: 90vw;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
#full-img img.fade-in {
  opacity: 1;
  transform: scale(1);
}

/* NAV BUTTONS */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px;
  transition: opacity 0.3s;
}
.nav-btn:hover {
  opacity: 0.7;
}
.nav-btn.next {
  right: 20px;
}
.nav-btn.prev {
  left: 20px;
}

/* CLOSE */
.closeX {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 60px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.image-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.image-nav .box {
  flex: 1;
}
.image-nav .box .img {
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
}
.image-nav .box .img:hover img {
  -o-object-position: left;
     object-position: left;
}
.image-nav .box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease-in-out;
}
.image-nav .box h2 {
  margin-bottom: 30px;
}
.image-nav .box p {
  color: rgb(175, 170, 170);
  text-align: justify;
  min-height: 130px;
}

.icons {
  margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.icons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgb(175, 170, 170);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s ease-out;
}
.icons:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgb(175, 170, 170);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.1s ease-out;
  transition-delay: 0.8s;
}
.icons.in-view:before {
  transform: scaleX(1);
}
.icons.in-view:after {
  transform: scaleX(1);
}
.icons .icon {
  width: 23%;
  text-align: center;
}
.icons .icon h3 {
  margin-bottom: 40px;
  font-weight: 500;
  color: #282b26;
  margin-top: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.icons .icon hr {
  width: 30px;
  margin: 0 auto;
}
.icons .icon img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icons .icon p {
  margin-top: 30px;
  color: #282b26;
}
.icons .icon p sup {
  font-size: 11px;
}

.icons2 {
  margin-top: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 3%;
  position: relative;
}
.icons2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgb(175, 170, 170);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease-out;
}
.icons2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: rgb(175, 170, 170);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.8s ease-out;
  transition-delay: 0.4s;
}
.icons2.in-view:before {
  transform: scaleX(1);
}
.icons2.in-view:after {
  transform: scaleX(1);
}
.icons2 .icon {
  width: 24%;
  text-align: left;
}
.icons2 .icon h3 {
  margin-bottom: 40px;
}
.icons2 .icon span {
  font-size: 46px;
  font-weight: 300;
  color: #626754;
  font-family: "freight-big-pro", serif;
}
.icons2 .icon span sup, .icons2 .icon span sub {
  font-size: 22px;
  font-weight: 300;
}
.icons2 .icon p {
  margin-top: 30px;
  color: rgb(175, 170, 170);
}

.fullImages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 800px;
}
.fullImages .left, .fullImages .right {
  width: 49%;
  height: 100%;
}

.acteurs {
  padding-top: 100px;
}
.acteurs .container {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.acteurs .container .left {
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  font-size: 3rem;
  min-height: 800px;
  border: 1px solid rgb(175, 170, 170);
}
.acteurs .container .left p {
  margin-top: 30px;
  text-align: justify;
}
.acteurs .container .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  border-bottom: 1px solid rgb(175, 170, 170);
}
.acteurs .container .right .box {
  border-right: 1px solid rgb(175, 170, 170);
  border-top: 1px solid rgb(175, 170, 170);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 60px 40px;
  min-height: 400px;
}
.acteurs .container .right .box .data {
  margin-top: auto;
}
.acteurs .container .right .box .data h3 {
  color: #282b26;
  border-bottom: 1px solid rgb(175, 170, 170);
  padding-bottom: 5px;
}
.acteurs .container .right .box .data p, .acteurs .container .right .box .data a {
  font-size: 18px;
  text-align: left;
  border-bottom: 1px solid transparent;
  transition: all 0.4s linear;
  font-family: "agenda", sans-serif;
}
.acteurs .container .right .box .data a {
  margin-top: 5px;
  display: block;
}
.acteurs .container .right .box a {
  text-decoration: none;
}
.acteurs .container .right .box .txt-light {
  color: #282b26;
}
.acteurs .container .right .box a:hover {
  border-bottom: 1px solid #282b26;
}
.acteurs .container .right .box .logo {
  display: block;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
}
.acteurs .container .right .box .logo:hover {
  border-bottom: none;
}
.acteurs .container .right .box .logo.smaller-logo {
  width: 100px;
}
.acteurs .container .right .box .logo img {
  -o-object-position: right;
     object-position: right;
  margin-left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.acteurs .container .right .box .logo-bigger {
  width: 150px;
}

footer * {
  font-size: 13px;
}
footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer a {
  color: #282b26;
  text-decoration: none;
  border-bottom: 1px solid rgb(175, 170, 170);
}

.animate-section .fade-slide-left,
.animate-section2 .fade-slide-left,
.animate-section .fade-slide-main,
.animate-section .fade-up {
  opacity: 0;
  will-change: transform, opacity, filter;
}

.fade-slide-main {
  transform: translateY(40px);
  filter: blur(6px);
  transition: opacity 1s ease 0.3s, transform 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s, filter 1s ease 0.3s;
}

/* Lewa kolumna – lekki slide + blur */
.fade-slide-left {
  transform: translateX(-40px);
  filter: blur(6px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), filter 1s ease;
}

.animate-section2 .box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.animate-section2.in-view .box {
  opacity: 1;
  transform: translateY(0);
}

.animate-section2.in-view .box:nth-child(1) {
  transition-delay: 0.2s;
}

.animate-section2.in-view .box:nth-child(2) {
  transition-delay: 0.4s;
}

.animate-section2.in-view .box:nth-child(3) {
  transition-delay: 0.6s;
}

.animate-section2 .box h2,
.animate-section2 .box p,
.animate-section2 .box a {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.animate-section2.in-view .box h2 {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}

.animate-section2.in-view .box p {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}

.animate-section2.in-view .box a {
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0);
}

/* Teksty – delikatne wejście z dołu */
.fade-up {
  transform: translateX(-40px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Stan aktywny */
.in-view .fade-slide-left,
.in-view .fade-slide-main,
.in-view .fade-up {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}

/* KASKADA (stagger) */
.in-view .fade-up:nth-child(1) {
  transition-delay: 0.1s;
}

.in-view .fade-up:nth-child(2) {
  transition-delay: 0.25s;
}

.in-view .fade-up:nth-child(3) {
  transition-delay: 0.4s;
}

.in-view .fade-up:nth-child(4) {
  transition-delay: 0.55s;
}

.in-view .fade-up:nth-child(5) {
  transition-delay: 0.6s;
}

.btn-wow {
  position: relative;
  animation: softPulseIdle 3.5s ease-out infinite;
}

@keyframes softPulseIdle {
  0% {
    box-shadow: 0 0 0 0 rgba(100, 97, 97, 0.15);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.animate-icons .icon {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  filter: blur(6px);
  will-change: transform, opacity, filter;
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.9s ease;
}

.animate-icons.in-view .icon {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.animate-icons.in-view .icon:nth-child(1) {
  transition-delay: 0.05s;
}

.animate-icons.in-view .icon:nth-child(2) {
  transition-delay: 0.18s;
}

.animate-icons.in-view .icon:nth-child(3) {
  transition-delay: 0.32s;
}

.animate-icons.in-view .icon:nth-child(4) {
  transition-delay: 0.46s;
}

.animate-icons.in-view .icon img {
  animation: iconBreath 6s ease-in-out infinite;
  animation-delay: 1.2s;
}

@keyframes iconBreath {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.animate-icons .icon img {
  animation: none;
}

.animate-icons.in-view .icon img {
  animation: iconBreath 6s ease-in-out infinite;
  animation-delay: 1.2s;
}

.icon:hover h3 {
  transform: translateY(-4px);
  transition: transform 0.4s ease;
}

.animate-full .left, .animate-full .right {
  overflow: hidden;
}
.animate-full .left img, .animate-full .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.08);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s ease;
}
.animate-full .left img {
  transform: translateX(-40px) scale(1.08);
}
.animate-full .right img {
  transform: translateX(40px) scale(1.08);
}
.animate-full.in-view .left img,
.animate-full.in-view .right img {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.animate-full.in-view .right img {
  transition-delay: 0.15s;
}
.animate-full.in-view .left img {
  animation: floatLeft 14s ease-in-out infinite;
}
.animate-full.in-view .right img {
  animation: floatRight 14s ease-in-out infinite;
}

@keyframes floatLeft {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-6px) scale(1.01);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes floatRight {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(6px) scale(1.01);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}

#page-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vmax;
  height: 100vmax;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  /* czarne tło wokół koła */
  box-shadow: 0 0 0 100vmax #626754;
  transition: transform 3s ease-in-out;
}

#page-loader.loaded::before {
  transform: translate(-50%, -50%) scale(3);
}

@media only screen and (max-width: 1700px) {
  #accueilPage .accueil3:after {
    left: 5%;
  }
  #appartementsPage #facade-container #facade-table {
    width: 50%;
  }
}
@media only screen and (max-width: 1220px) {
  footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer.width {
    padding-left: 10%;
    padding-right: 10%;
  }
  footer p {
    display: block;
    text-align: center;
  }
  .icons {
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: center;
  }
  .icons .icon {
    width: 33%;
    margin: 40px 0;
  }
  .icons .icon h3 {
    font-size: 28px;
  }
  #accueilPage .accueil3:after {
    display: none;
  }
  #situationPage .accueil2 {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #situationPage .accueil2 .left.situationsImage {
    height: auto;
    position: initial;
    overflow: initial;
  }
  #situationPage .accueil2 .left.situationsImage .img {
    position: initial;
    height: 900px;
  }
  #situationPage .accueil2 .left.situationsImage .img img {
    height: 100%;
  }
  #contactPage .contactForm .form {
    width: 90%;
  }
  #contactPage .contactForm .form P {
    margin: 30px auto 0 auto;
  }
}
@media only screen and (max-width: 1120px) {
  span.subtitle {
    font-size: 18px;
  }
  header.active .width #menu-btn span {
    background: #626754;
  }
  header .width {
    height: 80px;
  }
  header .width .logo {
    position: relative;
    left: 0;
    transform: none;
    width: 120px;
  }
  header .width .desktop-menu {
    display: none;
  }
  header .width .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background: #626754;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
  }
  header .width .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .width .mobile-menu ul li {
    margin: 15px 0;
  }
  header .width .mobile-menu ul li a {
    color: #F8F5ED;
    font-size: 18px;
    text-decoration: none;
  }
  header .width .mobile-menu.active {
    right: 0;
  }
  header .width #menu-btn {
    position: relative;
    z-index: 1000;
    width: 40px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
  }
  header .width #menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #F8F5ED;
    transition: all 0.3s ease;
  }
  header .width #menu-btn span:nth-child(1) {
    top: 0;
  }
  header .width #menu-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header .width #menu-btn span:nth-child(3) {
    bottom: 0;
  }
  header .width #menu-btn.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header .width #menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  header .width #menu-btn.active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #accueilPage .accueil2 {
    flex-direction: column;
  }
  #accueilPage .accueil2:after {
    left: 4%;
  }
  #accueilPage .accueil2 .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #accueilPage .accueil2 .right {
    width: 100%;
  }
  #accueilPage .accueil3 {
    padding-bottom: 50px;
  }
  #accueilPage .accueil3:after {
    top: 300px;
    left: 4%;
  }
  #accueilPage .accueil3 .container {
    flex-wrap: nowrap;
  }
  #accueilPage .accueil3 .container .left {
    width: 65%;
    margin-right: 10px;
  }
  #accueilPage .accueil3 .container .left h2 {
    max-width: 25ch;
  }
  #accueilPage .accueil3 .container .left p {
    margin-left: 10%;
    max-width: auto;
  }
  #accueilPage .accueil3 .container .right {
    width: 35%;
  }
  #projetPage {
    margin-top: 100px;
  }
  .image-nav .box h2 {
    font-size: 28px;
  }
  .icons {
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .icons .icon {
    width: 45%;
    margin: 40px 0;
  }
  .icons .icon h3 {
    font-size: 28px;
  }
  .icons2 {
    padding-left: 10%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icons2 .icon {
    margin: 50px 30px;
    width: 40%;
  }
  .acteurs .container {
    display: flex;
    flex-direction: column;
  }
  .acteurs .container .left {
    padding: 100px 5%;
    min-height: auto;
    width: 100%;
  }
  .acteurs .container .right .box {
    padding: 60px 10%;
  }
  #situationPage .accueil2 .right {
    width: 45%;
  }
  #situationPage .situations3 {
    flex-wrap: wrap;
  }
  #situationPage .situations3 .img {
    width: 100%;
    margin-top: 50px;
  }
  #situationPage .situations3 .txt {
    width: 100%;
    order: -1;
  }
  #situationPage .situations3 .txt p {
    max-width: initial;
  }
  .width {
    padding-left: 5%;
    padding-right: 5%;
  }
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 48px;
  }
  .accueil {
    height: 550px;
  }
  .accueil h1 {
    left: 5%;
    bottom: 50px;
  }
  #accueilPage .accueil2 .right p {
    max-width: initial;
  }
  #accueilPage .accueil3 .container .left p {
    margin-left: 0%;
    max-width: auto;
  }
  #galeriePage {
    padding-top: 130px;
  }
  #galeriePage h1 {
    text-align: center;
  }
  #galeriePage .gallery-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
    gap: 6px;
    grid-auto-flow: row dense;
  }
  #galeriePage .gallery-mosaic > div img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #galeriePage {
    /* DUŻE LEWA */
  }
  #galeriePage .gallery-mosaic > div img:nth-child(6n+1) {
    grid-column: 1;
    grid-row: span 2;
  }
  #galeriePage .gallery-mosaic > div img:nth-child(6n+2) {
    grid-column: 2;
  }
  #galeriePage .gallery-mosaic > div img:nth-child(6n+3) {
    grid-column: 2;
  }
  #galeriePage .gallery-mosaic > div img:nth-child(6n+4) {
    grid-column: 1;
  }
  #galeriePage .gallery-mosaic > div img:nth-child(6n+6) {
    grid-column: 2;
    grid-row: span 2;
  }
  #galeriePage .gallery-mosaic > div img:nth-child(6n+6) {
    grid-column: 2;
    grid-row: span 2;
  }
  #galeriePage .gallery-mosaic > div img:last-child {
    grid-column: 1/-1;
  }
  #galeriePage .gallery-mosaic > div:nth-child(10), #galeriePage .gallery-mosaic > div:nth-child(12), #galeriePage .gallery-mosaic > div:nth-child(11) {
    height: auto;
  }
  #appartementsPage .overlay .overlay-box {
    width: 100%;
  }
  #appartementsPage .overlay .overlay-box .img-buildings {
    width: 90%;
    margin: 0 auto;
  }
  #appartementsPage .title-appartmenets .left {
    width: 70%;
  }
  #appartementsPage .filters-container #filters {
    flex-direction: column;
    max-width: 100%;
  }
  #appartementsPage .filters-container #filters .left {
    width: 100%;
  }
  #appartementsPage .filters-container #filters .right {
    width: 100%;
  }
  #appartementsPage #tooltip {
    display: none;
  }
  #appartementsPage #facade-container {
    margin-bottom: 50px;
  }
  #appartementsPage #facade-container .mini-facade {
    width: 300px;
  }
  #appartementsPage #facade-container #facade-table {
    width: 55%;
  }
  #appartementsPage #facade-container #facade-table .table {
    max-height: 400px;
  }
  #appartementsPage #facade-container #facade-table .avp-table.avp-prix .column-5 {
    display: none;
  }
  #appartementsPage #facade-container #facade {
    width: 45%;
  }
}
@media only screen and (max-width: 850px) {
  h2 {
    font-size: 48px;
  }
  .popup .popup-content {
    padding: 50px 3ch;
    width: 80%;
  }
  .image-nav {
    flex-direction: column;
  }
  .image-nav .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .image-nav .box:nth-child(2) .img {
    order: 1;
  }
  .image-nav .box .img {
    width: 45%;
    height: 300px;
    margin-bottom: 0px;
  }
  .image-nav .box .data {
    width: 50%;
  }
  .acteurs .container .right .box .logo {
    width: 150px;
    margin-bottom: 15px;
  }
  #accueilPage .accueil3 {
    padding-bottom: 0px;
  }
  #accueilPage .accueil3 .container .left h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  #accueilPage .accueil3 .bottom {
    height: auto;
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }
  .icons2 {
    padding-left: 10%;
    padding-right: 5%;
    justify-content: space-between;
  }
  .icons2 .icon {
    width: 40%;
    margin: 50px 10px;
  }
  .icons2 .icon span sup, .icons2 .icon span sub {
    font-size: 16px;
  }
  #projetPage .video-wrapper {
    height: 500px;
    min-height: auto;
  }
  .icons .icon h3 {
    white-space: wrap;
  }
  #situationPage .accueil2 {
    flex-wrap: wrap;
  }
  #situationPage .accueil2:after {
    display: none;
  }
  #situationPage .accueil2 .left {
    width: 100%;
  }
  #situationPage .accueil2 .right {
    width: 100%;
    order: -1;
    margin-bottom: 40px;
  }
  #situationPage .iconsSituation {
    flex-wrap: wrap;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #situationPage .iconsSituation .icon {
    margin-bottom: 40px;
    width: 45%;
    text-align: center;
  }
  #situationPage .situationsImage {
    height: 450px;
  }
  .actual-statut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  #appartementsPage .overlay .overlay-box h2 {
    text-align: center;
    width: 100%;
    margin: 10px auto 50px auto;
    display: block;
  }
  #appartementsPage .title-appartmenets {
    margin-top: 100px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  #appartementsPage .title-appartmenets .left {
    width: 100%;
  }
  #appartementsPage .title-appartmenets .left p {
    font-size: 16px;
  }
  #appartementsPage .title-appartmenets .right {
    width: 100%;
    flex-direction: row;
  }
  #appartementsPage .title-appartmenets .right a.btn {
    margin-right: 20px;
  }
  #appartementsPage #facade-container {
    flex-wrap: wrap;
  }
  #appartementsPage #facade-container .mini-facade {
    position: initial;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #appartementsPage #facade-container #facade {
    width: 100%;
    display: none;
    order: -1;
  }
  #appartementsPage #facade-container #facade-table {
    width: 100%;
  }
  #appartementsPage #facade-container #facade-table .table {
    max-height: 100%;
  }
  #appartementsPage #lot-container .row {
    flex-wrap: wrap;
  }
  #appartementsPage #lot-container .row .lot-plans {
    margin-top: 50px;
    width: 100%;
  }
  #appartementsPage #lot-container .row #lot-data {
    width: 100%;
    order: -1;
  }
  .nav-btn {
    top: initial;
    bottom: -10px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 42px;
  }
  a.btn {
    padding: 5px 10px;
    font-size: 16px;
  }
  p, ul li {
    font-size: 16px;
  }
  header .width .logo {
    z-index: 99999;
  }
  header .width .mobile-menu {
    width: 100%;
  }
  header .width .mobile-menu ul li a {
    font-size: 20px;
  }
  #accueilPage .accueil2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #accueilPage .accueil3 {
    padding-top: 80px;
  }
  #accueilPage .accueil3 .container {
    flex-wrap: wrap;
  }
  #accueilPage .accueil3 .container .left {
    width: 100%;
    margin-right: 0px;
  }
  #accueilPage .accueil3 .container .right {
    width: 100%;
    height: auto;
    order: -1;
    margin-bottom: 50px;
  }
  .icons {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .icons .icon {
    width: 100%;
    margin: 20px 0;
  }
  .icons .icon h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .icons .icon p {
    margin-top: 20px;
    font-size: 18px;
  }
  .icons2 .icon span {
    font-size: 32px;
  }
  .acteurs {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .acteurs .container .left {
    padding: 80px 5%;
  }
  .acteurs .container .right .box {
    padding: 50px 5% 50px 10%;
  }
  .acteurs .container .right .box .logo {
    width: 100px;
  }
  #projetPage .img-txtSection {
    flex-wrap: wrap;
  }
  #projetPage .img-txtSection .txt {
    width: 100%;
    order: -1;
    padding: 30px 0 0 0;
  }
  #projetPage .img-txtSection .img {
    width: 100%;
    height: auto;
    padding-top: 50px;
  }
  #projetPage .video-wrapper {
    height: 400px;
    min-height: auto;
  }
  #situationPage .accueil2, #situationPage .situations3 {
    padding-top: 80px;
  }
  #situationPage .accueil2 .left.situationsImage .img {
    height: 500px;
  }
  #situationPage .fullSituation {
    margin-top: 50px;
  }
  #situationPage .acteurs {
    padding-top: 40px;
  }
  #situationPage .iconsSituation .icon p {
    font-size: 18px;
  }
  #appartementsPage #building-tab {
    display: none;
  }
  #appartementsPage #facade-container #facade-table .table-btns {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  #appartementsPage #facade-container #facade-table .table-btns button {
    width: 100%;
    margin: 10px;
  }
  #appartementsPage #facade-container #facade-table .avp-table.avp-prix .column-7 {
    display: none;
  }
  #appartementsPage #facade-container #facade-table .avp-table.avp-prix th, #appartementsPage #facade-container #facade-table .avp-table.avp-prix td {
    font-size: 12px;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container .plan-lot {
    width: 20%;
    font-size: 22px;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container .plan-img {
    width: 75%;
    margin-right: 0;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container .plan-img img {
    max-width: 100%;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container .plan-info {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .plan-row .plan-row-container .plan-price {
    text-align: right;
    width: 100%;
  }
  #appartementsPage #facade-container #facade-table .avp-plans-table .open-lot {
    margin-top: 10px;
    text-align: left;
  }
  #appartementsPage .overlay .overlay-box h2 {
    margin: 50px auto 100px auto;
  }
  #appartementsPage .img-buildings {
    width: 100%;
  }
  #appartementsPage .img-buildings svg {
    transform: scale(1.8);
    transform-origin: 18% center; /* albo 0% 50% */
  }
  #contactPage .contactForm .form > div {
    width: 100%;
    margin-bottom: 20px;
  }
  #contactPage .accueil {
    height: 350px;
  }
  .acteurs .container .right .box:last-child .data {
    display: none;
  }
  .image-nav .box {
    flex-wrap: wrap;
  }
  .image-nav .box .img {
    height: 100%;
    width: 100%;
  }
  .image-nav .box .data {
    order: -1;
    width: 100%;
    margin-bottom: 30px;
  }
  .image-nav .box .data a.btn {
    margin-top: 0;
  }
  .image-nav .box .data p {
    text-align: left;
  }
  /* skrócenie wszystkich animacji */
  .fade-slide-main,
  .fade-slide-left,
  .fade-up,
  .animate-icons .icon,
  .animate-section2 .box,
  .animate-full img {
    transition-duration: 0.6s !important;
    transition-delay: 0s !important;
  }
  /* usunięcie blur – mega ważne dla performance */
  .fade-slide-main,
  .fade-slide-left,
  .animate-icons .icon {
    filter: none !important;
  }
  /* mniejsze przesunięcia */
  .fade-slide-main,
  .fade-slide-left,
  .fade-up {
    transform: translateY(20px);
  }
}
@media only screen and (max-width: 423px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  p, a {
    font-size: 16px;
  }
  .acteurs .container .right {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .acteurs .container .right .box {
    min-height: auto;
  }
  .acteurs .container .right .box .logo {
    width: 130px;
    margin: 30px 0;
  }
  .icons2 {
    padding-left: 5%;
  }
  .icons2 .icon {
    width: 100%;
    margin: 30px 10px;
    text-align: center;
  }
  .icons2 .icon h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .icons2 .icon span {
    font-size: 32px;
  }
  .icons2 .icon p {
    font-size: 18px;
  }
  #situationPage .iconsSituation .icon {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  #situationPage .accueil2 .left.situationsImage .img {
    height: 400px;
  }
  .actual-statut {
    flex-wrap: wrap;
  }
  .actual-statut .box {
    width: 45%;
  }
  #appartementsPage .title-appartmenets .right {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  #appartementsPage .title-appartmenets .right .btn {
    width: 100%;
  }
  #appartementsPage #facade-container .mini-facade {
    width: 100%;
  }
  #appartementsPage #lot-container .row {
    width: calc(100vw - 50px);
    height: calc(100vh - 50px);
    padding: 50px 30px;
  }
  #galeriePage .gallery-mosaic {
    grid-auto-rows: 100px;
  }
  #contactPage h2.title {
    text-align: center;
    margin-bottom: 100px;
    font-size: 42px;
  }
  footer p, footer a {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */