.elementor-996 .elementor-element.elementor-element-1f342255{--display:flex;}.elementor-996 .elementor-element.elementor-element-7b52a138{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-996 .elementor-element.elementor-element-519be480{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-996 .elementor-element.elementor-element-519be480:not(.elementor-motion-effects-element-type-background), .elementor-996 .elementor-element.elementor-element-519be480 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A0F0F;}.elementor-996 .elementor-element.elementor-element-fbb7ef3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-996 .elementor-element.elementor-element-28aa4c1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-996 .elementor-element.elementor-element-2f46b26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-996 .elementor-element.elementor-element-2f46b26:not(.elementor-motion-effects-element-type-background), .elementor-996 .elementor-element.elementor-element-2f46b26 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-996 .elementor-element.elementor-element-1f342255{--margin-top:0px;--margin-bottom:-2px;--margin-left:0px;--margin-right:0px;}.elementor-996 .elementor-element.elementor-element-f20e94{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-3500c62e *//* ---------- NAV SIMPLE PAGE BIEN DÉTAILLÉ ---------- */

.page-header-simple {
  width: 100%;
  padding: 16px 20px 10px;
  background: var(--bg-page); /* même fond beige que le site */
}

.page-nav {
  max-width: 1180px;
  margin: 0 auto 20px;
  background: var(--nav-bg);              /* même pilule que sur le hero */
  border-radius: 999px;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  box-shadow: 0 14px 40px rgba(13,0,0,0.18);
}

/* On réutilise tes classes existantes .nav-logo, .nav-links, .nav-cta, .nav-toggle */
/* Si tu les as déjà dans ton CSS global, pas besoin de les recopier. 
   Sinon, tu peux remettre ce que tu avais pour la nav du hero. */

/* Version mobile : nav en pilule + menu déroulant */
@media (max-width: 900px) {
  .page-nav {
    padding-inline: 16px;
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  .nav-cta {
    padding: 7px 14px;
    font-size: 12px;
  }

  .nav-links.is-open {
    display:flex;
    flex-direction:column;
    row-gap:10px;
    position:absolute;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    margin-top:8px;
    background:var(--nav-bg);
    border-radius:18px;
    padding:10px 18px;
    width:min(96vw,300px);
    box-shadow:0 16px 40px rgba(13,0,0,0.25);
    z-index:10;
  }
}
/* Version mobile : nav en pilule + menu déroulant */
@media (max-width: 900px) {
  .page-nav {
    padding-inline: 16px;
    position: relative; /* pour que le menu se positionne par rapport à la pilule */
  }

  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;              /* taille homogène */
    height: 32px;
    border-radius: 999px;
  }

  /* Menu déroulant CENTRÉ sous la pilule pour cette nav simple */
  .page-nav .nav-links.is-open {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    position: absolute;
    top: 100%;
    left: 50% !important;         /* on force le centrage */
    right: auto !important;
    transform: translateX(-50%) !important;
    margin-top: 8px;
    background: var(--nav-bg);
    border-radius: 18px;
    padding: 10px 18px;
    width: min(96vw, 300px);
    box-shadow: 0 16px 40px rgba(13,0,0,0.25);
    z-index: 10;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f20e94 *//* =========================
   SECTION OVERVIEW PROPERTY
   ========================= */

.po-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 20px 60px;
    background: var(--bg-page);
  }
  
  .po-top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
    gap: 32px;
    align-items: flex-start;
  }
  
  /* --- Galerie --- */
  
  .po-gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  
  .po-main {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(13, 0, 0, 0.35);
  }
  
  .po-main-img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  
  .po-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  
  .po-thumb {
    border: none;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    position: relative;
    outline: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    border: 2px solid transparent;
  }
  
  .po-thumb img {
    display: block;
    width: 100%;
    height: 78px;
    object-fit: cover;
  }
  
  .po-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(13, 0, 0, 0.35);
  }
  
  .po-thumb.is-active {
    border-color: var(--primary);
  }
  
  /* --- Colonne overview --- */
  
  .po-overview {
    background: var(--card-bg);
    border-radius: 22px;
    padding: 20px 22px 22px;
    border: 1px solid var(--card-border);
    box-shadow: 0 16px 40px rgba(13, 0, 0, 0.12);
  }
  
  .po-title {
    margin: 0 0 12px;
    font-size: 22px;
    color: var(--text-dark);
  }
  .bien-price {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0 10px;
  color: #423A36; /* couleur texte foncé du site */
}
  
  .po-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    margin-bottom: 16px;
    font-size: 13px;
    color: var(--text-muted-dark);
  }
  
  .po-spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .po-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--primary);
    flex-shrink: 0;
  }
  
  .po-description h3 {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .po-description p {
    margin: 0 0 8px;
    font-size: 13px;
    color: var(--text-muted-dark);
  }
  
  .po-more-btn {
    display: inline-flex;
    margin-top: 10px;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--primary);
    color: var(--text-light);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 14px 35px rgba(13, 0, 0, 0.35);
  }
  
  .po-more-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 18px 45px rgba(13, 0, 0, 0.5);
  }
  
  /* =========================
     BLOC AVIS EN DESSOUS
     ========================= */
  
  .po-bottom {
    margin-top: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    gap: 24px;
    align-items: stretch;
  }
  
  .po-bottom-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  
  .po-mini-tag {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fa7315;
  }
  
  .po-bottom-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: var(--text-dark);
  }
  
  .po-bottom-title span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
  }
  
  .po-all-testimonials {
    margin-top: 8px;
    font-size: 13px;
    color: var(--primary-dark);
    text-decoration: none;
  }
  
  .po-all-testimonials:hover {
    text-decoration: underline;
  }
  
  /* Carte avis */
  
  .po-testimonial {
    position: relative;
    background: #1f2933;
    border-radius: 20px;
    padding: 20px 22px 20px;
    color: var(--text-light);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  }
  
  .po-testimonial-quote {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    border-bottom-left-radius: 22px;
    background: var(--primary);
    font-size: 18px;
  }
  
  .po-testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
  }
  
  .po-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(243, 244, 246, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
  }
  
  .po-testimonial-name {
    font-size: 14px;
    font-weight: 600;
  }
  
  .po-testimonial-role {
    font-size: 12px;
    color: #9ca3af;
  }
  
  .po-testimonial-stars {
    font-size: 12px;
    color: var(--accent-beige);
    margin-bottom: 6px;
  }
  
  .po-testimonial-text {
    margin: 0;
    font-size: 13px;
    color: #e5e7eb;
  }
  
  /* =========================
     RESPONSIVE
     ========================= */
  
  @media (max-width: 960px) {
    .po-top {
      grid-template-columns: minmax(0, 1fr);
    }
  
    .po-main-img {
      height: 260px;
    }
  
    .po-specs {
      grid-template-columns: minmax(0, 1fr);
    }
  
    .po-bottom {
      grid-template-columns: minmax(0, 1fr);
    }
  }
  
  @media (max-width: 640px) {
    .po-wrapper {
      padding-inline: 16px;
    }
  
    .po-main-img {
      height: 220px;
    }
  
    .po-thumbs img {
      height: 64px;
    }
  
    .po-bottom-title {
      font-size: 20px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60a82bb6 *//* ---------- BIENS LIÉS ---------- */

.property-related-wrapper {
  padding: 50px 20px 60px;
  background: #1A0F0F;
  color: var(--text-light);
}

.property-related-section {
  max-width: 1180px;
  margin: 0 auto;
}

.pr-head {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  margin-bottom: 20px;
}

.pr-tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-beige);
}

.pr-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.pr-title span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent-beige);
}

.pr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.pr-card {
  background: #131010;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(241,208,182,0.16);
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 55px rgba(0,0,0,0.6);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.pr-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(0,0,0,0.75);
  border-color: rgba(241,208,182,0.4);
}

.pr-image {
  height: 170px;
  background-size: cover;
  background-position: center;
}

.pr-body {
  padding: 14px 16px 14px;
  font-size: 13px;
}

.pr-name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
}

.pr-price {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--accent-beige);
}

.pr-desc {
  margin: 0 0 10px;
  color: #e5e7eb;
  font-size: 13px;
}

.pr-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
  color: #9ca3af;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 960px) {
  .property-main-layout {
    grid-template-columns: minmax(0,1fr);
  }

  .property-testimonial-layout {
    grid-template-columns: minmax(0,1fr);
  }

  .pr-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 720px) {
  .pg-thumbs {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }

  .pr-grid {
    grid-template-columns: minmax(0,1fr);
  }

  .property-main-wrapper,
  .property-testimonial-wrapper,
  .property-related-wrapper {
    padding-inline: 16px;
  }
}

@media (max-width: 560px) {
  .pg-main-image img {
    max-height: 320px;
  }
}
.pr-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* ---------- BOUTON TOUS LES BIENS ---------- */

.pr-footer {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.pr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(241,208,182,0.6);
  color: var(--accent-beige);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease, color .15s ease;
}

.pr-btn:hover {
  background: var(--primary);
  color: var(--text-light);
  transform: translateY(-1px);
  box-shadow: 0 14px 35px rgba(13,0,0,0.45);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43753797 *//* ---------- BULLE TEXTE VISITE FLOTTANTE ---------- */

.visit-bubble-text {
  position: fixed;
  right: 18px;
  bottom: 78px; /* Juste au-dessus de la bulle téléphone */
  padding: 10px 18px;
  border-radius: 999px;

  /* Fond sombre transparent */
  background: rgba(13, 0, 0, 0.40);

  /* Bord beige */
  border: 1px solid rgba(241, 208, 182, 0.45);

  color: var(--accent-beige);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 14px 40px rgba(13, 0, 0, 0.35);
  z-index: 50;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

/* Hover */
.visit-bubble-text:hover {
  transform: translateY(-3px) scale(1.03);
  background: rgba(13, 0, 0, 0.85);
  border-color: rgba(241, 208, 182, 0.75);
  box-shadow: 0 20px 50px rgba(13, 0, 0, 0.5);
}

/* Mobile */
@media (max-width: 600px) {
  .visit-bubble-text {
    right: 14px;
    bottom: 70px;
    font-size: 12px;
    padding: 8px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-702defa0 */.footer-gb-logo {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
}

.footer-gb-logo img {
  max-width: 110px;
  height: auto;
  display: block;
}/* End custom CSS */