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

html {
  scroll-behavior: smooth;
  scroll-padding-top: -300px;
  overflow-x: hidden;
}

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

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

.btn-container {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

#succes {
  display: none;
}

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

.whatsapp {
  position: fixed;
  z-index: 99999;
  display: block;
  bottom: 10px;
  left: 4px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  padding: 16px;
  background-color: #C4D0B4;
  transition: all 0.3s linear;
}
.whatsapp:hover img {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(2px, 0);
  }
  60% {
    transform: translate(-2px, 0);
  }
  80% {
    transform: translate(2px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.error404 {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #393939;
}
.error404 section > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.error404 section > div * {
  color: #C4D0B4;
}
.error404 section > div #e404 {
  margin-bottom: 30px;
  font-size: var(--fs-h1);
}

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

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}


#open-day-badge {
    position: fixed;
    top: 15%;
    right: 20px;
    background: #ee9c22;
    color: white;
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999999;
    transition: transform .3s ease, opacity .3s ease;
}

#open-day-badge .badge-text {
    line-height: 1.3em;
    text-align: center;
        font-size: 14px;
}

#open-day-badge .badge-text b {
    font-size: 15px;
    display: block;
}

#open-day-badge .badge-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 22px;
    width: 26px;
    height: 26px;
    background: #393939;
    color: white;
    border-radius: 50%;
    cursor: pointer;
}

#open-day-badge.hide {
    opacity: 0;
    transform: scale(0.6);
    pointer-events: none;
}


#accueil {
  min-height: 805px;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}


#accueil video {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%; /* klucz! */
    object-fit: cover; /* dopasowanie */
}

#accueil:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 76.2%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#accueil .txt {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
#accueil .txt p {
  text-align: center;
  color: #f5f5f5;
  font-weight: 200;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
#accueil .arrow-down {
  width: 60px;
  height: 100px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
}
#accueil .arrow-down .chevron {
  position: absolute;
  width: 60px;
  height: 0.08rem;
  opacity: 0;
  transform: scale(0.4);
  animation: move-chevron 3.5s ease-out infinite;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.3));
}
#accueil .arrow-down .chevron:first-child {
  animation-delay: 0.8s;
}
#accueil .arrow-down .chevron:nth-child(2) {
  animation-delay: 1.6s;
}
#accueil .arrow-down .chevron:before, #accueil .arrow-down .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  transition: background 0.3s ease;
}
#accueil .arrow-down .chevron:before {
  left: 0;
  transform: skewY(30deg);
}
#accueil .arrow-down .chevron:after {
  right: 0;
  transform: skewY(-30deg);
}
#accueil .arrow-down .chevron:hover:before, #accueil .arrow-down .chevron:hover:after {
  background: rgb(255, 255, 255);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(3.2rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(4.5rem);
  }
  100% {
    opacity: 0;
    transform: translateY(6rem) scale(0.5);
  }
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#projet {
  background-color: #f5f5f5;
  position: relative;
}
#projet:after {
  content: "";
  background-image: url(../imgs/logos/logo-accent.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10%;
  left: 75%;
  width: 250px;
  height: 250px;
  z-index: 2;
}
#projet .txt {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: auto;
  text-align: left;
}
#projet .txt * {
  color: #393939;
}
#projet .txt h2 {
  max-width: 40ch;
  max-width: initial;
}
#projet .txt p {
  max-width: 100ch;
  line-height: 180%;
}
#projet .txt a.btn-dark {
  width: 300px;
}
#projet .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#projet .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 45%;
  background-color: #C4D0B4;
  padding: 100px 8%;
  height: 902px;
}
#projet .container .left p {
  margin-bottom: 50px;
}
#projet .container .left * {
  color: #393939;
}
#projet .container .left .btn-dark {
  margin-top: 0px;
}
#projet .container .right {
  position: relative;
  z-index: 2;
  width: 55%;
  height: 902px;
}
#projet .container .right img {
  border-radius: 5px 0 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#projet1 {
  background-color: #C4D0B4;
  padding: 100px 8%;
}
#projet1 .wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#projet1 .wrapper * {
  color: #393939;
}
#projet1 .wrapper h2 {
  text-align: center;
  margin-bottom: 32px;
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
#icons .box {
  width: 33%;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#icons .box * {
  color: #393939;
}
#icons .box .img {
  width: auto;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#icons .box span {
  color: #8B8B8B;
  font-weight: 300;
  font-size: 18.75px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 40px auto 10px auto;
}
#icons .box h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "neue-haas-unica", sans-serif;
  text-align: center;
}

#icons2 {
  padding-top: 150px;
  padding-bottom: 150px;
}
#icons2 h2 {
  text-align: center;
  margin-bottom: 100px;
  color: #393939;
}
#icons2 .width {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#icons2 .width .box {
  width: 30%;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 30px 10px;
}
#icons2 .width .box * {
  color: #393939;
}
#icons2 .width .box .img {
  width: auto;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#icons2 .width .box .img img {
  width: 100%;
  height: 100%;
}
#icons2 .width .box span {
  color: #393939;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0%;
  margin: 20px auto 20px auto;
}
#icons2 .width .box h4 {
  color: #8B8B8B;
  max-width: 35ch;
  font-size: 18px;
  font-weight: 400;
  font-family: "neue-haas-unica", sans-serif;
  text-align: center;
  margin: 0 auto;
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#situation .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#situation .container .right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 850px;
  width: 45%;
  background-color: #C4D0B4;
  padding: 100px 8%;
}
#situation .container .right p {
  margin-bottom: 50px;
  margin-top: 50px;
}
#situation .container .right * {
  color: #393939;
}
#situation .container .left {
  position: relative;
  z-index: 2;
  width: 55%;
  height: 850px;
}
#situation .container .left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#situation .environnement {
  padding-top: 150px;
  padding-bottom: 150px;
}
#situation .environnement h2 {
  color: #393939;
}
#situation .environnement .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 50px;
}
#situation .environnement .container .map {
  width: 80%;
}
#situation .environnement .container table {
  width: 20%;
  border-collapse: collapse;
  border: none;
  margin-bottom: 4px;
  margin-left: 16px;
}
#situation .environnement .container table * {
  font-family: "neue-haas-unica", sans-serif;
  color: #393939;
}
#situation .environnement .container table thead tr {
  font-size: 15px;
  font-weight: bold;
}
#situation .environnement .container table tr.highlight {
  background-color: #ffe0b2;
  transition: background-color 0.3s;
}
#situation .environnement .container table th,
#situation .environnement .container table td {
  font-size: 14px;
  padding: 12px 10px;
  text-align: left;
  cursor: pointer;
}
#situation .environnement .container table th img,
#situation .environnement .container table td img {
  width: 24px;
}
#situation .environnement .container table tbody tr {
  border: none;
}
#ikony g {
  cursor: pointer;
  border: 2px solid red;
}

g.active path,
g.active polygon,
g.active rect {
  fill: orange !important;
  transform-origin: center;
  transition: transform 0.3s, fill 0.3s;
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#appartements {
  padding-top: 200px;
  padding-bottom: 200px;
}
#appartements .txt-section * {
  color: #393939;
}
#appartements .txt-section .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#appartements .txt-section .container .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#appartements .txt-section .container .buttons a {
  margin-left: 20px;
}
#appartements .facadeSection {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
#appartements .facadeSection #facade {
  width: 50%;
}
#appartements .facadeSection #facade .lot {
  cursor: pointer;
  transform: all 1s linear;
  fill: transparent;
}
#appartements .facadeSection #facade .lot.v:hover {
  fill: rgba(255, 0, 0, 0.6);
  background-color: rgba(255, 0, 0, 0.6);
  cursor: not-allowed;
}
#appartements .facadeSection #facade .lot.d:hover {
  fill: rgba(60, 179, 113, 0.7);
  background-color: rgba(60, 179, 113, 0.7);
}
#appartements .facadeSection #facade .lot.r:hover {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#appartements .facadeSection #facade .d.hover {
  fill: rgba(60, 179, 113, 0.7);
  background-color: rgba(60, 179, 113, 0.7);
}
#appartements .facadeSection #facade .r.hover {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#appartements .facadeSection #facade .v.hover {
  fill: rgba(255, 0, 0, 0.6);
  cursor: not-allowed;
  background-color: rgba(255, 0, 0, 0.6);
}
#appartements .facadeSection .column-2 {
  display: none;
}
#appartements .facadeSection #facade-table {
  width: 48%;
}
#appartements .facadeSection #facade-table #filters {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 55;
}
#appartements .facadeSection #facade-table #filters * {
  font-family: "neue-haas-unica", sans-serif;
}
#appartements .facadeSection #facade-table #filters label {
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: bold;
}
#appartements .facadeSection #facade-table #filters select {
  cursor: pointer;
  margin-left: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #393939;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 13px;
  padding-right: 25px; /* miejsce na strzałkę */
  /* 🔽 usunięcie stylu systemowego */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  /* 🔽 niestandardowa strzałka */
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0 L5 6 L10 0' stroke='black' stroke-width='1.5' fill='none'/></svg>") no-repeat right 5px center;
  background-size: 10px 6px;
}
#appartements .facadeSection #facade-table #filters select option {
  color: #393939;
  background-color: #f5f5f5;
  font-family: "neue-haas-unica", sans-serif;
  padding: 4px;
}
#appartements .facadeSection #facade-table #filters #reset-filters {
  background: transparent;
  color: #393939;
  padding: 5px 10px;
  outline: none;
  border: 1px solid #393939;
  transition: all 0.3s linear;
  font-family: "neue-haas-unica", sans-serif;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
}
#appartements .facadeSection #facade-table #filters #reset-filters:hover {
  background-color: #393939;
  color: #f5f5f5;
}
#appartements .facadeSection #facade-table .table {
  overflow-x: hidden;
  height: 550px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
#appartements .facadeSection #facade-table .avp-table {
  width: 100%;
  position: relative;
  z-index: 44;
  background-color: #f5f5f5;
}
#appartements .facadeSection #facade-table .avp-table tbody .d.hover {
  fill: rgba(35, 126, 76, 0.7);
  background-color: rgba(35, 126, 76, 0.7);
  color: #393939;
}
#appartements .facadeSection #facade-table .avp-table tbody .d.hover td {
  color: #393939;
}
#appartements .facadeSection #facade-table .avp-table tbody .r.hover {
  fill: rgba(255, 165, 0, 0.7);
  cursor: not-allowed;
  background-color: rgba(255, 165, 0, 0.7);
}
#appartements .facadeSection #facade-table .avp-table tbody .r.hover td {
  color: #393939;
}
#appartements .facadeSection #facade-table .avp-table tbody .v.hover {
  fill: rgba(255, 0, 0, 0.6);
  cursor: not-allowed;
  background-color: rgba(255, 0, 0, 0.6);
}
#appartements .facadeSection #facade-table .avp-table tbody .v.hover td {
  color: #393939;
}
#appartements .facadeSection #facade-table .avp-table tbody tr:hover {
  background: #C4D0B4;
  color: #393939;
}
#appartements .facadeSection #facade-table .avp-table th {
  position: sticky;
  top: 0;
  background-color: #C4D0B4;
  color: #393939;
  z-index: 2;
  font-weight: 700;
  font-size: 13px;
  line-height: 110%;
  text-align: center;
  text-transform: capitalize;
  padding: 10px 0;
  font-family: "neue-haas-unica", sans-serif;
  cursor: pointer;
}
#appartements .facadeSection #facade-table .avp-table td {
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  text-align: center;
  font-family: "neue-haas-unica", sans-serif;
  padding: 12px 0;
  border-bottom: none;
  color: #393939;
}
#appartements .facadeSection #facade-table ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 32px;
}
#appartements .facadeSection #facade-table ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 25px 0 0;
}
#appartements .facadeSection #facade-table ul p {
  color: #393939;
  font-size: 13px;
  margin-left: 5px;
  line-height: initial;
  margin-bottom: initial;
}
#appartements .facadeSection #facade-table ul span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#appartements .facadeSection #facade-table ul span.d {
  background-color: green;
}
#appartements .facadeSection #facade-table ul span.r {
  background-color: orange;
}
#appartements .facadeSection #facade-table ul span.v {
  background-color: red;
}
#appartements .facadeSection #facade-table p.parking {
  color: #393939;
  margin-top: 20px;
}
#appartements .facadeSection #tooltip {
  position: absolute;
  z-index: 99;
  visibility: hidden;
  background-color: #f5f5f5;
  border-radius: 5px;
}
#appartements .facadeSection #tooltip th,
#appartements .facadeSection #tooltip td {
  font-size: 12px;
  text-align: left;
  color: #393939;
  font-size: "neue-haas-unica", sans-serif;
  padding: 5px 15px !important;
  font-family: "neue-haas-unica", sans-serif;
}
#appartements .facadeSection #tooltip th.column-1,
#appartements .facadeSection #tooltip td.column-1 {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #393939;
  color: #f5f5f5;
}
#appartements .facadeSection #tooltip td {
  width: 45%;
  color: #393939;
}
#appartements .facadeSection #tooltip th {
  color: #393939;
  font-weight: bold;
  width: 45%;
}
#appartements .facadeSection #tooltip .column-0,
#appartements .facadeSection #tooltip .column-21 {
  display: none;
}
#appartements .facadeSection #tooltip > div {
  opacity: 0;
  transition-duration: 0.2s;
}
#appartements .facadeSection #tooltip.visible {
  visibility: visible;
}
#appartements .facadeSection #tooltip.visible > div {
  opacity: 1;
}
#appartements .facadeSection #lot-container {
  position: fixed;
  top: -100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 100vh;
  transition-duration: 0.6s;
  transition-delay: 0.6s;
  visibility: hidden;
  overflow-y: scroll !important;
  opacity: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.6);
}
#appartements .facadeSection #lot-container * {
  font-family: "neue-haas-unica", sans-serif;
}
#appartements .facadeSection #lot-container > div {
  background: #C4D0B4;
  transform: scale(0.8);
  transition-duration: 0.6s;
  transition-delay: 0s;
  opacity: 0;
}
#appartements .facadeSection #lot-container.active-lot {
  top: 0%;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  height: 100%;
}
#appartements .facadeSection #lot-container.active-lot > div {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
#appartements .facadeSection #lot-container .row {
  padding: 2% 3%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
}
#appartements .facadeSection #lot-container .row .lot-data-logo {
  height: 80px;
  margin-bottom: 50px;
  filter: invert(1);
}
#appartements .facadeSection #lot-container .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#appartements .facadeSection #lot-container .row-container #lot-data {
  text-align: left;
  width: 40%;
}
#appartements .facadeSection #lot-container .row-container #lot-data .btn-dark {
  width: 300px;
  margin: 0 auto;
}
#appartements .facadeSection #lot-container .row-container #lot-data .avp-table {
  text-align: left !important;
  margin-bottom: 50px;
}
#appartements .facadeSection #lot-container .row-container #lot-data .avp-table th {
  color: #393939;
  text-align: left !important;
  font-size: 15px;
  padding-right: 50px;
}
#appartements .facadeSection #lot-container .row-container #lot-data .avp-table .column-0 {
  display: none;
}
#appartements .facadeSection #lot-container .row-container #lot-data .avp-table .column-2 {
  font-size: 18px !important;
  background-color: #393939;
  color: #C4D0B4;
}
#appartements .facadeSection #lot-container .row-container #lot-data td {
  color: #393939;
}
#appartements .facadeSection #lot-container .row-container #lot-data th,
#appartements .facadeSection #lot-container .row-container #lot-data td {
  padding: 10px;
  border-bottom: 1px solid #393939;
  width: 50%;
  font-size: 15px !important;
  pointer-events: none;
}
#appartements .facadeSection #lot-container .row-container .plans .lot-png {
  height: 550px;
}
#appartements .facadeSection #lot-container .row-container .plans .lot-png img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#appartements .facadeSection #lot-container .closeFacade {
  position: absolute;
  top: 1%;
  right: 3%;
  font-size: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

#galerie {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #C4D0B4;
}
#galerie * {
  color: #393939;
}
#galerie .img-container {
  margin-top: 50px;
}
#galerie .img-container .gallery-flex {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1em;
}
#galerie .img-container .gallery-flex .img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* 2 zdjęcia – span 3 kolumny */
  /* 3 zdjęcia – span 2 kolumny */
  /* Ostatnie duże zdjęcie – span 6 kolumn */
}
#galerie .img-container .gallery-flex .img-wrapper:nth-child(1), #galerie .img-container .gallery-flex .img-wrapper:nth-child(2), #galerie .img-container .gallery-flex .img-wrapper:nth-child(6), #galerie .img-container .gallery-flex .img-wrapper:nth-child(7), #galerie .img-container .gallery-flex .img-wrapper:nth-child(11), #galerie .img-container .gallery-flex .img-wrapper:nth-child(12), #galerie .img-container .gallery-flex .img-wrapper:nth-child(16), #galerie .img-container .gallery-flex .img-wrapper:nth-child(17) {
  grid-column: span 3;
  height: 450px;
}
#galerie .img-container .gallery-flex .img-wrapper:nth-child(3), #galerie .img-container .gallery-flex .img-wrapper:nth-child(4), #galerie .img-container .gallery-flex .img-wrapper:nth-child(5), #galerie .img-container .gallery-flex .img-wrapper:nth-child(8), #galerie .img-container .gallery-flex .img-wrapper:nth-child(9), #galerie .img-container .gallery-flex .img-wrapper:nth-child(10), #galerie .img-container .gallery-flex .img-wrapper:nth-child(13), #galerie .img-container .gallery-flex .img-wrapper:nth-child(14), #galerie .img-container .gallery-flex .img-wrapper:nth-child(15), #galerie .img-container .gallery-flex .img-wrapper:nth-child(18), #galerie .img-container .gallery-flex .img-wrapper:nth-child(19), #galerie .img-container .gallery-flex .img-wrapper:nth-child(20), #galerie .img-container .gallery-flex .img-wrapper:nth-child(21), #galerie .img-container .gallery-flex .img-wrapper:nth-child(22), #galerie .img-container .gallery-flex .img-wrapper:nth-child(23), #galerie .img-container .gallery-flex .img-wrapper:nth-child(24) {
  height: 350px;
  grid-column: span 2;
}
#galerie .img-container .gallery-flex .img-wrapper img.gal-pan {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  cursor: pointer;
  height: 100%;
  transition: transform 0.6s ease;
}
#galerie .img-container .gallery-flex .img-wrapper .overlay {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Przyciemnienie */
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
#galerie .img-container .gallery-flex .img-wrapper .overlay-logo {
  width: 80px; /* dostosuj rozmiar logo */
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#galerie .img-container .gallery-flex .img-wrapper:hover .overlay {
  opacity: 1;
}
#galerie .img-container .gallery-flex .img-wrapper:hover .overlay-logo {
  opacity: 1;
}
#galerie .img-container .gallery-flex .img-wrapper:hover img.gal-pan {
  transform: scale(1.05);
}

/* fullscreen ***********************************/
#fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #edfafa;
  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: 50px;
}
#fullscreen #full-img {
  background-position: center;
  background-size: cover;
  transform: scale(0.7);
}
#fullscreen .close {
  position: absolute;
  top: 1%;
  align-items: center;
  justify-content: center;
  right: 2%;
  background: none;
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
}
#fullscreen .close p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 35px;
  color: #393939;
}
#fullscreen.active {
  opacity: 1;
  display: flex;
  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: 50%;
  width: 60px;
  height: 60px;
  color: #C4D0B4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#fullscreen .nav-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fullscreen .next {
  right: 2%;
}
#fullscreen .prev {
  left: 2%;
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

.contactSection .width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 200px;
  padding-bottom: 200px;
}
.contactSection .width > div.form-container {
  width: 45%;
}
.contactSection .width > div.form-container .title {
  margin-bottom: 81px;
}
.contactSection .width > div.form-container .title h2 {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 120%;
  color: #393939;
}
.contactSection .width > div.form-container .title p {
  max-width: 55ch;
  color: #393939;
}
.contactSection .width > div.form-container form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactSection .width > div.form-container form > div {
  width: 49%;
}
.contactSection .width > div.form-container form .textarea {
  width: 100%;
}
.contactSection .width > div.form-container form > div input,
.contactSection .width > div.form-container form > div textarea {
  padding: 16px 24px;
  border-radius: 5px;
  color: #393939;
  width: 100%;
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  outline: none;
  border: none;
  border: 1px solid #C4D0B4;
  background-color: transparent;
  margin-bottom: 24px;
}
.contactSection .width > div.form-container form > div ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #393939;
}
.contactSection .width > div.form-container form > div ::-moz-placeholder {
  /* Firefox 19+ */
  color: #393939;
}
.contactSection .width > div.form-container form > div :-ms-input-placeholder {
  /* IE 10+ */
  color: #393939;
}
.contactSection .width > div.form-container form > div :-moz-placeholder {
  color: #393939;
}
.contactSection .width > div.form-container form > div textarea {
  min-height: 150px;
}
.contactSection .width > div.form-container form > div.submit {
  margin-top: 20px;
}
.contactSection .width > div.form-container form > div.submit button {
  outline: none;
  border: none;
  cursor: pointer;
}
.contactSection .width > div.client {
  width: 45%;
}
.contactSection .width > div.client * {
  text-align: right !important;
  color: #393939;
}
.contactSection .width > div.client h2 {
  font-size: 32px;
  line-height: 120%;
  color: #393939;
}
.contactSection .width > div.client h3 {
  font-family: "neue-haas-unica", sans-serif;
  color: #393939;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 110%;
  text-align: left;
  margin-bottom: 22px;
  text-transform: uppercase;
  height: 40px;
}
.contactSection .width > div.client .title {
  margin-bottom: 50px;
}
.contactSection .width > div.client .title h2 {
  max-width: initial;
}
.contactSection .width > div.client .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contactSection .width > div.client .container > div {
  width: 100%;
}
.contactSection .width > div.client .container > div .logo {
  display: inline-block;
  height: 52px;
  width: auto;
  margin-bottom: 32px;
}
.contactSection .width > div.client .container > div .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contactSection .width > div.client .container > div .img {
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
}
.contactSection .width > div.client .container > div p,
.contactSection .width > div.client .container > div a {
  margin-bottom: initial;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #393939;
}
.contactSection .width > div.client .container > div a {
  transition: all 0.3s linear;
}
.contactSection .width > div.client .container > div a:hover {
  color: #C4D0B4;
}

#legales {
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: #393939;
  border-bottom: 1px solid #C4D0B4;
  padding-left: 5%;
  padding-right: 5%;
}
#legales h2 {
  margin: 30px 0;
  color: #f5f5f5;
}
#legales p {
  color: #f5f5f5;
  margin: 10px 0;
}
#legales a {
  color: #C4D0B4;
  text-decoration: underline;
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

.btn {
  background-color: #C4D0B4;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 4px 20px;
  height: 52px;
  border-radius: 50px;
}
.btn:hover img {
  transform: rotate(90deg);
}
.btn span {
  color: #393939;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase;
  margin-right: 20px;
}
.btn img {
  transition: all 0.4s linear;
  width: 40px;
  height: 40px;
}

.btn-dark {
  background-color: #393939;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 4px 20px;
  height: 52px;
  border-radius: 50px;
}
.btn-dark:hover img {
  transform: rotate(90deg);
}
.btn-dark span {
  color: #f5f5f5 !important;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase;
  margin-right: 20px;
}
.btn-dark img {
  transition: all 0.4s linear;
  width: 40px;
  height: 40px;
}

#btn-visible {
  position: absolute;
  z-index: 44;
  left: 0;
  top: 65%;
  transform: translateY(-50%) rotate(-90deg); /* obrót w pionie */
  transform-origin: left top; /* punkt obrotu */
  cursor: pointer;
  width: auto;
  text-align: center;
  border-radius: none;
  transition: all 0.3s linear;
}
#btn-visible img {
  transform: rotate(180deg);
}

h1,
h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  text-align: left;
}

h1 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f5f5f5;
}

h2 {
  font-weight: 100;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #C4D0B4;
}

h3 {
  font-family: "operetta-32", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

a,
p,
li,
span {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  color: #C4D0B4;
  margin-bottom: 35px;
  text-align: justify;
}

span {
  display: inline-block;
}

.subtitle {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-left: 30px;
  color: #393939;
  margin-bottom: 20px;
  position: relative;
}
.subtitle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  background-image: url(../imgs/logos/logo-accent.png);
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  padding: 25px 0;
  z-index: 99;
  transition: all 0.3s linear;
}
header .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .width .logo {
  width: 220px;
  position: relative;
  z-index: 9999;
}
header .width .logo a img {
  transition: all 0.5s linear;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .width nav {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.4s linear;
}
header .width nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
header .width nav ul li {
  margin: 0 20px;
}
header .width nav ul li a {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 16px;
  color: #f5f5f5;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
}
header .width nav ul li a:after, header .width nav ul li a:before {
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #f5f5f5;
  height: 1px;
}
header .width nav ul li a:hover {
  color: #f5f5f5;
}
header .width nav ul li a:hover:after {
  width: 100%;
}
header.active {
  padding: 15px 0;
  background-color: #f5f5f5;
}
header.active #menu-btn.active span {
  background-color: transparent;
}
header.active #menu-btn.active span::before {
  background-color: #393939;
}
header.active #menu-btn.active span::after {
  background-color: #393939;
}
header.active #menu-btn span,
header.active #menu-btn span::before,
header.active #menu-btn span::after {
  content: "";
  background-color: #393939;
}
header.active .logo {
  transition: all 0.3s linear;
  width: 200px;
}
header.active .logo img {
  filter: invert(1);
}
header.active nav ul li a {
  font-size: 15px;
  color: #393939;
}
header.active nav ul li a:after, header.active nav ul li a:before {
  background: #393939;
}
header.active nav ul li a:hover {
  color: #393939;
}

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

#contact-btn {
  background-color: #C4D0B4;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 4px 20px;
  height: 52px;
  border-radius: 50px;
  position: relative;
  z-index: 5555;
}
#contact-btn:hover img {
  transform: rotate(90deg);
}
#contact-btn span {
  color: #393939;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase;
  margin-right: 20px;
}
#contact-btn img {
  transition: all 0.4s linear;
  width: 40px;
  height: 40px;
}

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

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
footer {
  background-color: #393939;
  width: 100%;
}
footer * {
  color: #f5f5f5;
}
footer a {
  transition: all 0.3s linear;
}
footer a:hover {
  color: #C4D0B4;
}
footer .container {
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .logo img {
  display: block;
  width: 212px;
  margin-bottom: 37px;
  filter: brightness(0) invert(1);
}
footer .container .logo a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: underline;
  transition: all 0.3s linear;
}
footer .container .logo a:hover {
  color: #393939;
}
footer .container .data {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .data p,
footer .container .data a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 12px;
}
footer .container .data p b,
footer .container .data a b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
footer .avp-details .width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .avp-details .width p,
footer .avp-details .width a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
}
footer .avp-details .width a {
  text-decoration: underline;
}

@media only screen and (max-width: 1600px) {
  .width {
    padding-left: 5%;
    padding-right: 5%;
  }
  #accueil {
    min-height: initial;
    height: 100vh;
  }
  #appartements {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  h2 {
    font-size: 32px;
    line-height: 110%;
  }
  #projet .container .left {
    padding: 100px 5%;
  }
  #situation .container .right {
    padding: 100px 5%;
  }
}
@media only screen and (max-width: 1400px) {
  header .width nav ul li {
    margin: 0 15px;
  }
  header .width nav ul li a {
    font-size: 15px;
  }
  #btn-visible {
    top: 80%;
  }
  #contact-btn {
    padding: 2px 2px 2px 15px;
    height: auto;
    border-radius: 50px;
  }
  #projet .txt {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #projet:after {
    display: none;
  }
  #icons .box h4 {
    font-size: 20px;
  }
  #icons2 .width .box {
    width: 45%;
  }
  #situation .environnement {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #icons, #icons2 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #appartements {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #appartements .facadeSection #facade-table .table {
    height: 450px;
  }
  #appartements .facadeSection #facade-table #filters label {
    font-size: 11px !important;
  }
  #appartements .facadeSection #lot-container {
    overflow-y: scroll;
  }
  #appartements .facadeSection #lot-container .row {
    padding-top: 50px;
    justify-content: flex-start;
  }
  .contactSection .width {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  #tooltip {
    display: none;
  }
}
@media only screen and (max-width: 1205px) {
  header {
    padding: 15px 0;
  }
  header .width .logo {
    width: 200px;
  }
  header .width nav.active {
    top: 0;
    left: 0;
    transition: all 0.6s linear;
  }
  header .width nav {
    transition: all 0.6s linear;
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #f5f5f5;
    padding: 50px 50px 10px 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    height: 100dvh;
    transition-duration: 0.6s;
  }
  header .width nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  header .width nav ul li {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  header .width nav ul li:last-child {
    display: inline;
  }
  header .width nav ul li a {
    font-size: 18px;
    color: #393939;
  }
  #menu-btn {
    display: block;
  }
  #situation .environnement table th img,
  td img {
    width: 30px;
  }
  #appartements {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #appartements .facadeSection #facade-table .table {
    height: 329px;
  }
  #galerie {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(1),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(2),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(6),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(7),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(11),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(12),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(16),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(17) {
    height: 350px;
  }
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(1),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(2),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(6),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(7),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(11),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(12),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(16),
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(17) {
    height: 200px;
  }
  .contactSection .width {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contactSection .width > div.client {
    width: 50%;
  }
  footer .avp-details .width p:first-child {
    width: 50%;
  }
}
@media only screen and (max-width: 950px) {
  #accueil {
    min-height: auto;
  }
  h2 {
    font-size: 32px;
    line-height: 110%;
  }
  #projet .container {
    flex-direction: column;
  }
  #projet .container .left {
    width: 100%;
    height: auto;
    padding: 60px 5%;
  }
  #projet .container .right {
    width: 100%;
    height: auto;
  }
  #icons, #icons2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #icons .box span, #icons2 .box span {
    margin: 20px auto 10px auto;
  }
  #icons2 .width .box {
    width: 100%;
  }
  #situation .container {
    flex-direction: column;
  }
  #situation .container .left {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #situation .container .right {
    height: auto;
    width: 100%;
    padding: 100px 5%;
    order: -1;
  }
  #situation .container .right h2 {
    max-width: 40ch;
  }
  #situation .container .right p {
    max-width: 80ch;
  }
  #situation .environnement .container .map {
    width: 100%;
  }
  #situation .environnement .container table {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 16px;
  }
  #appartements .facadeSection {
    flex-direction: column;
  }
  #appartements .facadeSection #facade {
    width: 100%;
    margin-bottom: 40px;
  }
  #appartements .facadeSection #facade-table {
    width: 100%;
  }
  #appartements .facadeSection #facade-table .table {
    height: 600px;
  }
  #appartements .facadeSection #lot-container .row-container .plans {
    width: 45%;
    margin-left: 30px;
  }
  #appartements .facadeSection #lot-container .row-container .plans .lot-png {
    height: auto;
  }
  #appartements .txt-section .container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  #appartements .txt-section .container .buttons {
    margin-left: auto;
    margin-top: 20px;
  }
  .contactSection .width {
    flex-direction: column;
  }
  .contactSection .width > div.form-container {
    width: 100%;
  }
  .contactSection .width > div.client {
    width: 100%;
    margin-top: 50px;
  }
  .contactSection .width > div.client * {
    text-align: center !important;
  }
  .contactSection .width > div.client h2 {
    max-width: 40ch;
    margin: 0 auto;
  }
  .contactSection .width > div.client .title {
    margin-bottom: 50px;
  }
  .contactSection .width > div.client .container > div .img {
    margin: 0 auto 30px auto;
  }
  .fullImg {
    height: 550px;
  }
}
@media only screen and (max-width: 690px) {
  #loading > div {
    width: 250px;
  }
  #btn-visible {
    top: 70%;
  }
  #menu-btn {
    top: 20px;
    left: 90%;
  }
  #contact-btn {
    position: absolute;
    top: 60px;
    left: initial;
    width: auto;
    right: 0%;
    padding: 0px 2px 0px 15px;
  }
  #contact-btn span {
    font-size: 12px;
    margin-right: 10px;
  }
  h2 {
    font-size: 26px;
  }
  #projet .txt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #icons, #icons2 {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }
  #icons .box, #icons2 .box {
    width: 100%;
    margin: 30px;
  }
  #icons .box span, #icons2 .box span {
    margin: 5px auto;
  }
  #situation .container .left {
    height: 450px;
  }
  #situation .container .right {
    padding: 60px 5%;
  }
  #situation .environnement {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #situation .environnement table th,
  #situation .environnement table td {
    font-size: 13px;
  }
  .fullImg {
    height: 350px;
  }
  #appartements {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #appartements .txt-section .container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #appartements .txt-section .container .btn {
    margin-left: auto;
  }
  #appartements .facadeSection #lot-container .row .lot-data-logo {
    height: 60px;
  }
  #appartements .facadeSection #lot-container .row-container {
    flex-direction: column;
  }
  #appartements .facadeSection #lot-container .row-container #lot-data {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
  }
  #appartements .facadeSection #lot-container .row-container .plans {
    width: 80%;
  }
  #appartements .facadeSection #facade-table .table {
    overflow-x: initial;
  }
  #appartements .facadeSection #facade-table .avp-table {
    min-width: 600px;
  }
  .contactSection .width {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contactSection .width > div.form-container form > div input,
  .contactSection .width > div.form-container form > div textarea {
    padding: 16px;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 24px;
  }
  #galerie {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #galerie .img-container .gallery-flex {
    gap: 0.5em;
  }
  #galerie .img-container .gallery-flex .img-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* 2 zdjęcia – span 3 kolumny */
    /* 3 zdjęcia – span 2 kolumny */
  }
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(1), #galerie .img-container .gallery-flex .img-wrapper:nth-child(2), #galerie .img-container .gallery-flex .img-wrapper:nth-child(6), #galerie .img-container .gallery-flex .img-wrapper:nth-child(7), #galerie .img-container .gallery-flex .img-wrapper:nth-child(11), #galerie .img-container .gallery-flex .img-wrapper:nth-child(12), #galerie .img-container .gallery-flex .img-wrapper:nth-child(16), #galerie .img-container .gallery-flex .img-wrapper:nth-child(17) {
    height: 200px;
  }
  #galerie .img-container .gallery-flex .img-wrapper:nth-child(3), #galerie .img-container .gallery-flex .img-wrapper:nth-child(4), #galerie .img-container .gallery-flex .img-wrapper:nth-child(5), #galerie .img-container .gallery-flex .img-wrapper:nth-child(8), #galerie .img-container .gallery-flex .img-wrapper:nth-child(9), #galerie .img-container .gallery-flex .img-wrapper:nth-child(10), #galerie .img-container .gallery-flex .img-wrapper:nth-child(13), #galerie .img-container .gallery-flex .img-wrapper:nth-child(14), #galerie .img-container .gallery-flex .img-wrapper:nth-child(15), #galerie .img-container .gallery-flex .img-wrapper:nth-child(18), #galerie .img-container .gallery-flex .img-wrapper:nth-child(19), #galerie .img-container .gallery-flex .img-wrapper:nth-child(20),  #galerie .img-container .gallery-flex .img-wrapper:nth-child(21),  #galerie .img-container .gallery-flex .img-wrapper:nth-child(22), #galerie .img-container .gallery-flex .img-wrapper:nth-child(23)    {
    height: 100px;
  }
  .contactSection .width > div.client h3 {
    font-size: 16px;
  }
  .contactSection .width > div.client .container > div .logo {
    height: 42px;
  }
  footer .avp-details .width {
    flex-direction: column;
  }
  footer .avp-details .width p {
    width: 100% !important;
    text-align: center;
  }

  #open-day-badge {
    top: 18%;
    right:5px;
  }
}
@media only screen and (max-width: 450px) {
  header .width .logo {
    width: 150px;
  }
  header.active #menu-btn {
    transition: all 0.5s linear;
    top: 20px;
  }
  #loading > div {
    width: 200px;
  }
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
    line-height: 34px;
  }
  #accueil .txt p {
    font-size: 18px;
    line-height: 120%;
  }
  #appartements .facadeSection #facade-table #filters {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #appartements .facadeSection #facade-table #filters label {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  #appartements .facadeSection #facade-table #filters label select {
    flex: 1;
  }
  #appartements .txt-section .container .buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
  }
  #appartements .txt-section .container .buttons a {
    width: 300px;
    margin: 5px 0;
  }
  #projet1 {
    padding: 80px 8% 100px 8%;
  }
  .contactSection .width > div.client .container {
    flex-direction: column;
  }
  .contactSection .width > div.client .container > div {
    margin-bottom: 20px;
  }
  .contactSection .width > div.client * {
    text-align: center !important;
  }
  #fullscreen .full-img-wrap {
    position: relative;
    padding: 10px;
  }
  #fullscreen .nav-btn {
    top: 80%;
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */