@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");

@font-face {
  font-family: "TrendSensOne";
  src: url("../fonts/389090_0_0.eot"); /* IE9 Compat Modes */
  src: url("../fonts/389090_0_0.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/389090_0_0.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/389090_0_0.ttf")
      format("truetype"); /* Safari, Android, iOS */
}

:root {
  --primary-color: #047aed;
  --secondary-color: #1c3fa8;
  --dark-color: #002240;
  --light-color: #f4f4f4;
  --success-color: #5cb85c;
  --error-color: #d9534f;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans", "Lato", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}


ul {
  list-style-type: none;
}

a, a:visited {
  text-decoration: none;
  color:rgba(111, 125, 78);
}



h1 {
  font-family: Prata;
  font-size: 80px;
  letter-spacing: -2px;
  line-height: 1.2;
}

h2 {
  color: rgb(108, 125, 66);
  font-family: Prata;
  font-size: 44px;
  letter-spacing: 0px;
  line-height: 1.26;
}

section {
  margin-top: 80px;
}

h3 {
  font-family: Prata;
  color: rgba(111, 125, 78);
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 1.32;
}

h4 {
  font-family: Prata;
  font-size: 22px;
  color: rgba(111, 125, 78);
  letter-spacing: 0px;
  line-height: 1.26;
  margin: 10px 0;
}

h1 {
  font-family: Prata;
  font-size: 32px;
}

h1,
h2 {
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0;
  margin-bottom: 50px;
}

p {
  margin: 10px 0;
}

img {
  width: 100%;
  line-height: 0px;
}

code,
pre {
  background: #333;
  color: #fff;
  padding: 10px;
}

.hidden {
  visibility: hidden;
  height: 0;
}

/* *********************
Navbar 
*/
.navbar {
  font-family: "TrendSensOne";
  font-size: 12px;
  letter-spacing: 2px;
  background-color: var(--primary-color);

  color: #fff;
  background-color: #fff;

  background-color: rgb(108, 125, 66);
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.navbar ul {
  display: flex;
}

.navbar a {
  color: #fff;
  padding: 10px;
  margin: 0 5px;
}

.navbar ul a:hover {
  border-bottom: 2px #ffffff solid;
}

.navbar .flex {
  justify-content: space-between;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  margin-left: 5rem;
}

.logo-grosses-lettres {
  font-family: "Fredericka the Great", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 0;
}

.logo {
  font-family: "Fredericka the Great", serif;
  font-size: 30px;
  font-style: normal;
}

.nav-logo {
  font-size: 2.1rem;
  font-weight: 500;
  color: #482ff7;
}

img.logo {
  max-width: 500px;
}

.map-frame {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 930px) {
  .logo-grosses-lettres {
    font-family: "Fredericka the Great", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 0;
  }

  .logo {
    font-family: "Fredericka the Great", serif;
    font-size: 22px;
    font-style: normal;
  }

  img.logo {
    max-width: 300px;
  }

  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .nav-menu {
    position: fixed;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 10px;
    left: -100%;
    top: 0rem;
    flex-direction: column;
    background-color: rgb(108, 125, 66);
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .navbar a {
    color: #ffffff;
    padding: 0px;
    margin: 0 5px;
  }
  .navbar ul a:hover {
    border-bottom: 2px #7c7c7c solid;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/***********************
Projet 
*/

#projet {
  margin-top: 2px;
}

.badge-container {
  margin: 10px;

  justify-content: space-evenly;
  gap: 10px;
}

.badge {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgb(108, 125, 66);
}

.badge-reserve {
  background: rgba(240, 144, 80, 1);
}

.badge-vendu {
  background: rgb(244, 72, 60);
}

.badge-vendu:hover {
  background: rgb(244, 72, 60);
}

.badge:hover {
  background: rgb(154, 176, 96);
  cursor: pointer;
}
.badge-reserve:hover {
  background:  rgb(251, 193, 154);
}


.mobile-detail-link {
  font-family: "TrendSensOne";
  color: rgb(108, 125, 66);
  font-size: 0.8em;
}

.projet-lot-titre {
  font-family: "TrendSensOne";
  color: #ffffff;
  background-color: rgb(108, 125, 66);
  border-color: rgb(108, 125, 66);
  border-style: solid;
  border-width: 2px;

  width: 100px; /* Or whatever */
  height: 50px; /* Or whatever */
  line-height: 50px;
  margin: 2px; /* Magic! */
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

.projet-lot {
  font-family: "TrendSensOne";
  color: rgb(108, 125, 66);
  background-color: #ffffff;
  border-color: rgb(108, 125, 66);
  border-style: solid;
  border-width: 2px;
  width: 100px; /* Or whatever */
  height: 50px; /* Or whatever */
  line-height: 50px;
  margin: 2px; /* Magic! */
  font-weight: bold;
  font-size: 0.8em;
  text-align: center;
}

.hidden {
  display: none;
}

/* Mobile */
@media (max-width: 930px) {
  .projet-lot-titre {
    width: 60px; /* Or whatever */
    height: 50px; /* Or whatever */
    line-height: 50px;
    margin: 2px; /* Magic! */
    font-size: 0.7em;
  }
  .projet-lot {
    width: 70px; /* Or whatever */
    height: 50px; /* Or whatever */
    line-height: 50px;
    margin: 2px; /* Magic! */
    font-weight: bold;
    font-size: 0.7em;
    text-align: center;
  }
  .axo {
    width: 100% !important;
    margin: auto;
    display: block;
  }
  .mobile-detail-link {
  }
}

/* Mobile */
@media (max-width: 500px) {
  .badge-container {
    margin: 10px;
    justify-content: space-around;
    gap: 20px;
  }

  .badge {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: rgb(108, 125, 66);
  }

  .badge-reserve {
    background:  rgba(240, 144, 80, 1);
  }
  .badge-vendu {
    background:  rgb(244, 72, 60);
  }
  .projet-lot-titre {
    width: 60px; /* Or whatever */
    height: 40px; /* Or whatever */
    line-height: 40px;
    margin: 2px; /* Magic! */
    font-size: 0.5em;
  }
  .projet-lot {
    width: 40px; /* Or whatever */
    height: 40px; /* Or whatever */
    line-height: 40px;
    margin: 2px; /* Magic! */
    font-weight: bold;
    font-size: 0.5em;
    text-align: center;
  }
  .axo {
    width: 100% !important;
    margin: auto;
    display: block;
  }
}

.projet-lot:hover {
  color: #ffffff;
  background-color: rgb(108, 125, 66);
}

.axo-container {
  text-align: center;
  max-width: 1000px;
  background-size: contain;
  background-repeat: no-repeat;
}
.axo {
  width: 70%;
  margin: auto;
  display: block;
}

/***********************
Appartments 
*/
.appartement-containers {
  margin-bottom: 20px;
}

.apartment-row-header {
 
  font-family: "TrendSensOne";
  font-size: 0.7em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(108, 125, 66);
  border-top: rgb(108, 125, 66);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 1;
}

.apartment-row {
  font-family: "TrendSensOne";
  font-size: 0.7em;

  color: rgb(108, 125, 66);
  border-top: rgb(108, 125, 66);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;

  display: flex;
  flex-direction: row;
}

.apartement-col-nr-lot {
  width: 10%;
  font-size: 20px;
}

.apartement-col-pieces {
  width: 10%;
}

.apartement-col-etage {
  width: 35%;
}

.apartement-col-taille-ppe {
  width: 13%;
}

.apartement-col-taille-habitable {
  width: 13%;
}

.apartement-col-taille-jardin {
  width: 13%;
}

.apartement-col-taille-loggia {
  width: 15%;
}

.apartement-col-prix {
  width: 15%;
  text-align: right;
}

@media screen and (max-width: 930px) {
  .apartement-col-nr-lot {
    width: 15%;
  }

  .apartement-col-pieces {
    width: 20%;
  }

  .apartement-col-etage {
    display: none;
  }

  .apartement-col-taille-ppe {
    width: 25%;
  }

  .apartement-col-taille-habitable {
    display: none;
  }

  .apartement-col-taille-jardin {
    display: none;
  }

  .apartement-col-taille-loggia {
    display: none;
  }

  .apartement-col-prix {
    width: 40%;
    text-align: right;
  }
}

.apartment-row-detail {
  background-color: #ffffff;
  display: none;
  opacity: 0;
  transition: all 0s linear;
}

.apartment-row.opened {
  background-color: rgba(111, 125, 78, 0.2);
}

div.apartment-row.closed + div {
}

.apartment-row.opened + div {
  display: grid;
  opacity: 100;
}

.apartment-row:hover {
  background-color: rgba(111, 125, 78, 0.2);
}

/***********************
Appartments Details
*/

.splide__arrow {
  background-color:rgb(108, 125, 66) !important;
}

.apartment-row-detail {
  margin-top: 0px;
  margin-bottom: 50px;
  justify-items: center;
  column-gap: 50px;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 930px) {
  .apartment-row-detail {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}

.apartment-plans {
  min-width: 200px;
  justify-self: baseline;
}

.apartment-infos {
  display: grid;
  grid-gap: 0px;
  width: 300px;
}

.apartment-infos-title {
  font-family: Prata;
  font-weight: bold;
  padding-top: 0;
  font-size: 50px;
}
.apartment-infos-prix {
  font-family: Prata;
  font-size: 40px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.apartment-infos-stationnement {
  font-family: Prata;
  font-size: 12px;
  margin-top: 0px;
  padding-top: 0px;
}

.apartment-infos-type {
  font-family: Prata;
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}
.apartment-infos-pieces {
  font-family: Prata;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 30px;
}
.apartment-infos-item {
  font-family: Prata;
  display: flex;
  justify-content: space-between;
  height: 30px;
  min-height: 20px;
  margin-top: 0px;

  align-items: baseline;
}

@media screen and (max-width: 930px) {
}

.apartment-downloads {
  margin-top: 30px;
}

.apartment-downloads ul {
  margin-top: 20px;
}

.apartment-downloads ul li {
  margin-top: 5px;
}

i.fa-solid {
  margin-right: 10px;
}

.dropdown {
  font-family: Prata;
  position: relative;
}
.dropdown-content {
  position: absolute;
  font-family: Prata;
  font-size: 16px;
  overflow: visible;
  z-index: 1000;
}

.apartment-downloads a:hover {
  border-bottom: 2px #7c7c7c solid;
}

.apartments {
}

.apartments h1 {
  padding-top: 100px;
}

.apartments #liste-lot {
  padding-top: 50px;
  padding-bottom: 25px;
}

div#liste-lot {
  width: 40% !important;
}

div#axo {
  width: 50% !important;
}

@media screen and (max-width: 930px) {
  div#axo {
    display: none !important;
  }
  div#liste-lot {
    width: 100% !important;
  }
}

/***************************************************
  Promotion
****************************************************/

.map{
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:800px;
  border:0;
  padding-bottom: 30px; 
}
@media screen and (max-width: 930px) {
  .map{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:300px;
    border:0;
    padding-bottom: 30px; 
  }
}

.promotion-content {
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  column-gap: 50px;
  row-gap: 50px;

  padding-top: 50px;
  padding-bottom: 50px;
}

.promotion-content-title {
  font-size: 22px;
}

.promotion-content-title::first-letter {
  font-size: 50px;
}

.promotion-content-item-text {
  width: 75%;
}

.promotion-content-item-img {
}

@media screen and (max-width: 930px) {
  .promotion-content {
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 0px;
    grid-row-gap: 00px;

    padding-top: 10px;
    padding-bottom: 25px;
  }
  section {
    margin-top: 30px;
  }
}

/***************************************************
  Proximitées
****************************************************/
.proximitees-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 50px;
  row-gap: 50px;
  justify-items: center;
}

@media screen and (max-width: 930px) {
  .proximitees-content {
    grid-template-columns: 1fr;
  }
}

.proximitees-infos {
  display: block;
  grid-gap: 10px;
  width: 300px;
  justify-self: baseline;
}

.proximitees-infos-item {
  display: flex;
  justify-content: space-between;
  height: 30px;
  min-height: 20px;
}

/***************************************************
  Contact
****************************************************/

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  row-gap: 50px;
}
.address-section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-address {
  flex: 1;
  flex-basis: 100%;
}

.broker-logo {
  flex: 0;
  flex-basis: 100%;
  margin-left: 0px;
}

.broker-logo img {
  max-width: 150px; /* Adjust this size according to your logo size */
  height: auto;
}

@media screen and (max-width: 930px) {
  .contact-content {
    grid-template-columns: 1fr;
  }
}

.form-control {
  border-radius: 5px;
  border: 2px solid rgb(108, 125, 66);
  color: rgb(108, 125, 66);
  width: 100%;
  padding: 1rem 0.75rem;
}

.textarea {
  padding: 2px;
}

.form-control.form-control-lg {
  height: calc(3.5rem + 0px);
  padding: 1rem 0.75rem;
  font-size: 1rem;
}

.form-control::placeholder {
  font-size: 1rem;
}

.form-control.has-error {
  border: 1px solid red;
}

.form-control.no-error {
  border: 1px solid green;
}

.error {
  color: red;
}

.success {
  color: green;
}

.btn {
  border-radius: 5px;
  border: 2px solid rgb(108, 125, 66);
  background-color: rgb(108, 125, 66);
}

.btn.btn-primary {
  background-color: rgb(108, 125, 66);
}

.btn.btn-primary:hover {
  background-color: #2786c9;
}

.grecaptcha-badge {
  display: none;
}

/* Footer */

.footer {
  background-color: rgba(111, 125, 78, 0.5);
  color: #ffffff;
}

.footer h4 {
  font-family: "TrendSensOne";
  font-size: 12px;
  color: #282828;
}

.footer ul a:hover {
  border-bottom: 2px #ffffff solid;
}

.footer .social a {
  margin: 0px;
}

.footer ul {
  font-family: "TrendSensOne";
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.footer a {
  color: #ffffff;
  padding: 0px;
  margin: 0 0px;
}

.valign {
  align-items: start;
}

/* Tablets and under */
@media (max-width: 768px) {
  .grid,
  .showcase .grid,
  .stats .grid,
  .cli .grid,
  .cloud .grid,
  .features-main .grid,
  .docs-main .grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .showcase {
    height: auto;
  }
}

/* Mobile */
@media (max-width: 500px) {
}
