/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Theme enfant de Hello Elementor pour les styles globaux du site et les pages projet.
Author: Westimmo
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* =========================================================
   Bloc - 1 HERO PAGE PROJET
   Pages programmes neufs - Westimmo
   ========================================================= */

html,
body{
  overflow-x:hidden;
}

.elementor-widget-html:has(.rem-hero),
.elementor-widget-html:has(.rem-hero) .elementor-widget-container{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:0 !important;
}

.rem-hero,
.rem-hero *{
  box-sizing:border-box;
}

.rem-hero *{
  margin:0;
  padding:0;
}

body .rem-hero{
  position:relative !important;
  left:50% !important;
  width:100vw !important;
  max-width:100vw !important;
  height:85vh;
  min-height:500px;
  margin-left:-50vw !important;
  margin-right:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  display:flex;
  align-items:flex-end;
  font-family:Inter, Arial, sans-serif;
  background:#061018;
}

.rem-hero-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
}

.rem-hero-bg img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  transform:scale(1);
  transition:transform 8s ease;
}

@media (hover:hover) and (min-width:1024px){
  .rem-hero:hover .rem-hero-bg img{
    transform:scale(1.04);
  }
}

.rem-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    to bottom,
    rgba(5,15,22,0.05) 0%,
    rgba(5,15,22,0.18) 35%,
    rgba(5,15,22,0.68) 68%,
    rgba(5,15,22,0.92) 100%
  );
}

.rem-hero-breadcrumb{
  position:absolute;
  top:22px;
  left:40px;
  z-index:4;
  max-width:60%;
  font-family:Inter, Arial, sans-serif;
  font-size:12px;
  line-height:1.5;
  color:#fff;
}

.rem-hero-breadcrumb a,
.rem-hero-breadcrumb span,
.rem-hero-breadcrumb p{
  color:#fff !important;
  font-family:Inter, Arial, sans-serif;
  font-size:12px;
  line-height:1.5;
  text-decoration:none;
}

.rem-hero-breadcrumb a:hover{
  color:#c9a96e !important;
}

.rem-hero-breadcrumb p,
.rem-hero-breadcrumb #breadcrumbs,
.rem-hero-breadcrumb .yoast-breadcrumb{
  margin:0 !important;
  text-align:left !important;
}

.rem-hero-line{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:3;
  height:2px;
  background:linear-gradient(
    to right,
    transparent 0%,
    #c9a96e 20%,
    #c9a96e 70%,
    transparent 100%
  );
}

.rem-hero-badges{
  position:absolute;
  top:28px;
  right:40px;
  z-index:3;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.rem-badge-blue,
.rem-badge-cream{
  font-family:Inter, Arial, sans-serif;
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  font-weight:600;
  padding:8px 16px;
  box-shadow:0 2px 10px rgba(0,0,0,0.28);
}

.rem-badge-blue{
  background:#156e83;
  color:#fff;
}

.rem-badge-cream{
  background:rgba(12,30,40,0.75);
  color:#c9a96e;
  border:1px solid rgba(201,169,110,0.7);
}

.rem-hero-content{
  position:relative;
  z-index:2;
  width:100%;
  padding:0 40px 48px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
}

.rem-hero-left{
  max-width:980px;
}

.rem-hero-overline{
  font-family:Inter, Arial, sans-serif;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c9a96e;
  font-weight:500;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}

.rem-hero-overline::before{
  content:"";
  width:18px;
  height:1px;
  background:#c9a96e;
  flex-shrink:0;
}

.rem-hero h1{
  font-family:"Playfair Display", Georgia, serif;
  font-size:clamp(28px, 3.2vw, 46px);
  font-weight:700;
  color:#fff;
  line-height:1.12;
  margin-bottom:14px;
  max-width:1200px;
}

.rem-hero-meta{
  font-family:Inter, Arial, sans-serif;
  font-size:13px;
  font-weight:300;
  line-height:1.75;
  color:rgba(255,255,255,0.72);
  margin-bottom:24px;
}

.rem-hero-btns{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.rem-btn-primary,
.rem-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:14px 28px;
  font-family:Inter, Arial, sans-serif;
  font-size:11px;
  font-weight:500;
  letter-spacing:0.5px;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
  transition:background 0.2s ease, border-color 0.2s ease;
}

.rem-btn-primary{
  background:#156e83;
  color:#fff;
  border:1px solid #156e83;
}

.rem-btn-primary:hover{
  background:#125f70;
  border-color:#125f70;
  color:#fff;
}

.rem-btn-ghost{
  background:rgba(255,255,255,0.07);
  color:rgba(255,255,255,0.88);
  border:1px solid rgba(255,255,255,0.28);
}

.rem-btn-ghost:hover{
  background:rgba(255,255,255,0.14);
  color:#fff;
}

.rem-hero-stats{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-end;
  flex-shrink:0;
}

.rem-hero-stat-kicker{
  display:inline-block;
  font-family:Inter, Arial, sans-serif;
  font-size:12px;
  font-weight:500;
  letter-spacing:1px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.72);
  margin-bottom:8px;
  padding:6px 10px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
}

.rem-hero-stat-val{
  font-family:"Playfair Display", Georgia, serif;
  font-size:30px;
  font-weight:700;
  color:#fff;
  line-height:1;
  display:block;
}

@media(max-width:767px){
  body .rem-hero{
    height:82vh;
    min-height:560px;
  }

  .rem-hero-breadcrumb{
    top:14px;
    left:16px;
    right:16px;
    max-width:none;
  }

  .rem-hero-breadcrumb a,
  .rem-hero-breadcrumb span,
  .rem-hero-breadcrumb p{
    font-size:11px;
  }

  .rem-hero-content{
    padding:0 20px 30px;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }

  .rem-hero-badges{
    top:48px;
    right:16px;
    left:16px;
    justify-content:flex-start;
    gap:6px;
  }

  .rem-badge-blue,
  .rem-badge-cream{
    font-size:10px;
    padding:7px 12px;
  }

  .rem-hero h1{
    font-size:clamp(27px, 8vw, 38px);
  }

  .rem-hero-meta{
    font-size:12px;
    margin-bottom:18px;
  }

  .rem-hero-stats{
    align-items:flex-start;
    text-align:left;
  }

  .rem-hero-stat-val{
    font-size:24px;
  }
}

@media(min-width:768px) and (max-width:1023px){
  body .rem-hero{
    min-height:520px;
  }

  .rem-hero-content{
    padding:0 36px 42px;
  }

  .rem-hero-badges{
    top:24px;
    right:36px;
  }

  .rem-hero-stat-val{
    font-size:28px;
  }
}

@media(min-width:1440px){
  .rem-hero-content{
    padding:0 56px 52px;
  }

  .rem-hero-breadcrumb{
    left:56px;
  }

  .rem-hero-badges{
    right:56px;
  }
}


/* =========================================================
   BLOC-2 : Histoire
   Pages programmes neufs - Westimmo
   ========================================================= */

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

.rem-b2{
  background:#0c1e28;
  padding:56px 40px;
  font-family:Inter, Arial, sans-serif;
}

.rem-b2-top{
  text-align:center;
  margin-bottom:36px;
}

.rem-b2-badge{
  display:inline-block;
  background:rgba(201,169,110,0.14);
  border:1px solid rgba(201,169,110,0.38);
  color:#c9a96e;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:7px 16px;
  font-weight:500;
  margin-bottom:18px;
}

.rem-b2-title{
  font-family:"Playfair Display", Georgia, serif;
  font-size:30px;
  font-weight:600;
  color:#fff;
  margin-bottom:10px;
  line-height:1.25;
}

.rem-b2-sub{
  font-size:15px;
  font-weight:300;
  color:rgba(255,255,255,0.66);
  line-height:1.75;
  max-width:1000px;
  margin:0 auto;
}

.rem-b2-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
}

.rem-b2-item{
  padding:28px 24px;
  border-right:1px solid rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
  text-align:center;
}

.rem-b2-item:nth-child(2),
.rem-b2-item:nth-child(4){
  border-right:none;
}

.rem-b2-item:nth-child(3),
.rem-b2-item:nth-child(4){
  border-bottom:none;
}

.rem-b2-val{
  font-family:"Playfair Display", Georgia, serif;
  font-size:28px;
  font-weight:700;
  color:#c9a96e;
  line-height:1.08;
}

.rem-b2-val span{
  font-size:20px;
}

.rem-b2-fact{
  font-size:15px;
  font-weight:300;
  color:rgba(255,255,255,0.74);
  margin-top:12px;
  line-height:1.75;
}

@media(min-width:768px){
  .rem-b2{
    padding:60px 48px;
  }

  .rem-b2-grid{
    grid-template-columns:repeat(4,1fr);
  }

  .rem-b2-item{
    border-bottom:none;
  }

  .rem-b2-item:nth-child(2),
  .rem-b2-item:nth-child(3){
    border-right:1px solid rgba(255,255,255,0.1);
  }

  .rem-b2-title{
    font-size:32px;
  }
}

@media(min-width:1024px){
  .rem-b2{
    padding:64px 52px;
  }

  .rem-b2-title{
    font-size:34px;
  }

  .rem-b2-sub,
  .rem-b2-fact{
    font-size:16px;
  }

  .rem-b2-val{
    font-size:32px;
  }
}

@media(min-width:1440px){
  .rem-b2{
    padding:68px 56px;
  }
}



/* =========================================================
   BLOC 3 - Presentation
   Pages programmes neufs - Westimmo
   ========================================================= */

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

.rem-b3{
  background:#fff;
  border-top:1px solid #ede9e2;
  font-family:Inter, Arial, sans-serif;
}

.rem-b3-grid{
  display:grid;
  grid-template-columns:1fr;
}

.rem-b3-left{
  padding:52px 20px;
  border-bottom:1px solid #ede9e2;
}

.rem-b3-right{
  padding:44px 20px;
  background:#faf9f7;
  display:flex;
  flex-direction:column;
  gap:22px;
}

@media(min-width:768px){
  .rem-b3-grid{
    grid-template-columns:55% 45%;
    align-items:stretch;
  }

  .rem-b3-left{
    padding:64px 44px 64px 40px;
    border-bottom:none;
    border-right:1px solid #ede9e2;
    display:flex;
    flex-direction:column;
    height:100%;
  }

  .rem-b3-right{
    padding:64px 40px 64px 44px;
  }
}

@media(min-width:1024px){
  .rem-b3-left{padding:68px 48px}
  .rem-b3-right{padding:68px 48px}
}

@media(min-width:1440px){
  .rem-b3-left{padding:72px 56px}
  .rem-b3-right{padding:72px 52px}
}

.rem-b3-overline{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c9a96e;
  font-weight:500;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}

.rem-b3-overline::before{
  content:"";
  width:18px;
  height:1px;
  background:#c9a96e;
}

.rem-b3-h2{
  font-family:"Playfair Display", Georgia, serif;
  font-size:30px;
  font-weight:600;
  color:#1d1d1d;
  line-height:1.25;
  margin-bottom:20px;
}

@media(min-width:1024px){
  .rem-b3-h2{font-size:32px}
}

.rem-b3-p{
  font-size:15px;
  font-weight:300;
  color:#444;
  line-height:1.85;
  margin-bottom:18px;
}

.rem-b3-photo{
  position:relative;
  margin-top:24px;
  overflow:hidden;
  min-height:260px;
}

.rem-b3-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

@media(min-width:768px){
  .rem-b3-photo{
    flex:1 1 auto;
    min-height:220px;
  }
}

.rem-b3-caption{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  font-size:11px;
  color:rgba(255,255,255,0.65);
  background:linear-gradient(transparent,rgba(0,0,0,0.55));
  padding:20px 14px 10px;
}

.rem-b3-pricebox{
  background:#fff;
  border:1px solid #ede9e2;
  padding:22px;
}

.rem-b3-pricebox-top{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#6d6d6d;
  margin-bottom:8px;
}

.rem-b3-pricebox-val{
  font-family:"Playfair Display", Georgia, serif;
  font-size:32px;
  line-height:1.05;
  color:#156e83;
  font-weight:600;
  margin-bottom:8px;
}

.rem-b3-pricebox-sub{
  font-size:13px;
  line-height:1.7;
  color:#666;
  font-weight:300;
  margin-bottom:12px;
}

.rem-b3-pricebox-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:11px;
  font-weight:500;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#156e83;
  text-decoration:none;
  transition:opacity 0.2s ease;
}

.rem-b3-pricebox-link:hover{
  opacity:0.75;
}

.rem-b3-pricebox-link::after{
  content:"↘";
  color:#c9a96e;
  font-size:11px;
}

.rem-b3-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media(min-width:600px){
  .rem-b3-cards{
    grid-template-columns:repeat(2,1fr);
  }
}

.rem-b3-card{
  background:#fff;
  border:1px solid #ede9e2;
  padding:16px;
  min-height:108px;
}

.rem-b3-card-k{
  font-size:10px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#8a8a8a;
  margin-bottom:8px;
}

.rem-b3-card-v{
  font-family:"Playfair Display", Georgia, serif;
  font-size:20px;
  line-height:1.2;
  color:#1d1d1d;
  font-weight:600;
  margin-bottom:6px;
}

.rem-b3-card-sub{
  font-size:12px;
  line-height:1.65;
  color:#666;
  font-weight:300;
}

.rem-b3-card-link{
  display:inline-flex;
  align-items:center;
  gap:5px;
  margin-top:6px;
  font-size:10px;
  color:#7b7b7b;
  text-decoration:none;
  letter-spacing:0.6px;
}

.rem-b3-card-link:hover{
  color:#156e83;
}

.rem-b3-card-link::after{
  content:"↗";
  color:#c9a96e;
}

.rem-b3-pills-wrap{
  background:#fff;
  border:1px solid #ede9e2;
  padding:18px;
}

.rem-b3-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.rem-b3-pill{
  background:#faf9f7;
  border:1px solid #ede9e2;
  padding:8px 12px;
  font-size:11px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#1d1d1d;
}

.rem-b3-pill::before{
  content:"";
  width:4px;
  height:4px;
  background:#c9a96e;
  border-radius:50%;
}



/* =========================================================
   BLOC-4 : TEXTE SEO / ARGUMENTAIRE PROJET
   Pages programmes neufs - Westimmo
   ========================================================= */

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

.rem-b4{
  background:#faf9f7;
  padding:56px 40px;
  font-family:Inter, Arial, sans-serif;
}

.rem-b4-overline{
  font-size:10px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#c9a96e;
  margin-bottom:10px;
}

.rem-b4-hd{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  max-width:1160px;
  margin:0 auto 36px;
  align-items:start;
}

.rem-b4-h2{
  font-family:"Playfair Display", Georgia, serif;
  font-size:32px;
  color:#1d1d1d;
  font-weight:600;
  line-height:1.25;
  margin-top:8px;
}

.rem-b4-intro{
  font-size:15px;
  color:#444;
  line-height:1.78;
  padding-top:4px;
}

.rem-b4-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
  max-width:1160px;
  margin:0 auto 36px;
}

.rem-b4-card{
  background:#fff;
  border:1px solid #ede9e2;
  border-radius:3px;
  padding:22px 20px;
}

.rem-b4-card h3{
  font-family:"Playfair Display", Georgia, serif;
  font-size:16px;
  color:#1d1d1d;
  font-weight:600;
  margin-bottom:12px;
  line-height:1.3;
}

.rem-b4-card p{
  font-size:13.5px;
  color:#555;
  line-height:1.75;
}

.rem-b4-card-wide{
  grid-column:span 2;
}

.rem-b4-atouts{
  background:#fff;
  border:1px solid #ede9e2;
  border-radius:3px;
  padding:22px 20px;
  grid-row:span 2;
}

.rem-b4-av{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:12px 0;
  border-bottom:1px solid #f0ece5;
}

.rem-b4-av:first-of-type{
  padding-top:14px;
}

.rem-b4-av:last-of-type{
  border-bottom:none;
  padding-bottom:0;
}

.rem-b4-av-ic{
  width:32px;
  height:32px;
  flex-shrink:0;
  background:#faf9f7;
  border:1px solid #ede9e2;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c9a96e;
}

.rem-b4-av-title{
  font-size:13px;
  font-weight:600;
  color:#1d1d1d;
  margin-bottom:3px;
  line-height:1.35;
}

.rem-b4-av-desc{
  font-size:12px;
  color:#6d6d6d;
  line-height:1.55;
}

.rem-b4-prox{
  max-width:1160px;
  margin:0 auto;
  padding-top:32px;
  border-top:1px solid #ede9e2;
}

.rem-b4-prox-h{
  font-family:"Playfair Display", Georgia, serif;
  font-size:22px;
  color:#1d1d1d;
  font-weight:600;
  margin-bottom:20px;
  margin-top:8px;
}

.rem-b4-prox-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}

.rem-b4-prox-c{
  background:#fff;
  border:1px solid #ede9e2;
  padding:14px 16px;
  border-radius:3px;
}

.rem-b4-prox-cat{
  font-size:10px;
  font-weight:500;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#8a8a8a;
  margin-bottom:4px;
}

.rem-b4-prox-val{
  font-family:"Playfair Display", Georgia, serif;
  font-size:22px;
  color:#156e83;
  font-weight:700;
  line-height:1.1;
}

.rem-b4-prox-lbl{
  font-size:12px;
  color:#555;
  margin-top:4px;
  line-height:1.35;
}

@media(max-width:960px){
  .rem-b4{
    padding:40px 20px;
  }

  .rem-b4-hd{
    grid-template-columns:1fr;
    gap:20px;
  }

  .rem-b4-grid{
    grid-template-columns:1fr 1fr;
  }

  .rem-b4-atouts{
    grid-row:span 1;
    grid-column:span 2;
  }

  .rem-b4-card-wide{
    grid-column:span 2;
  }

  .rem-b4-prox-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:560px){
  .rem-b4-grid{
    grid-template-columns:1fr;
  }

  .rem-b4-atouts{
    grid-column:span 1;
  }

  .rem-b4-card-wide{
    grid-column:span 1;
  }

  .rem-b4-prox-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .rem-b4-h2{
    font-size:26px;
  }
}


/* =========================================================
   BLOC-5 : CTA telecharger brochure
   Pages programmes neufs - Westimmo
   ========================================================= */

.rem-b6{
  position:relative;
  overflow:hidden;
  padding:80px 40px;
  font-family:Inter, Arial, sans-serif;
}

.rem-b6-bg{
  position:absolute;
  inset:0;
  background-image:url('https://real-estate-mauritius.mu/wp-content/uploads/Tree-Valley-exterior-by-westimmo-6-1.jpg');
  background-size:cover;
  background-position:center;
  z-index:0;
}

.rem-b6-overlay{
  position:absolute;
  inset:0;
  background:rgba(7,20,30,0.76);
  z-index:1;
}

.rem-b6-content{
  position:relative;
  z-index:2;
  max-width:640px;
  margin:0 auto;
  text-align:center;
}

.rem-b6-overline{
  font-size:11px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#c9a96e;
  margin-bottom:16px;
}

.rem-b6-content h2{
  font-family:"Playfair Display", Georgia, serif;
  font-size:clamp(22px,2.8vw,38px);
  color:#fff;
  font-weight:600;
  line-height:1.25;
  margin:0 0 16px;
}

.rem-b6-desc{
  font-size:14px;
  color:rgba(255,255,255,0.65);
  line-height:1.65;
  margin-bottom:32px;
}

.rem-b6-btns{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.rem-b6-btn-gold{
  background:#c9a96e;
  color:#1d1d1d;
  font-family:Inter, Arial, sans-serif;
  font-size:13px;
  font-weight:600;
  padding:14px 28px;
  border-radius:3px;
  text-decoration:none;
  letter-spacing:.04em;
}

.rem-b6-btn-ghost{
  background:rgba(255,255,255,0.07);
  border:1px solid rgba(255,255,255,0.28);
  color:#fff;
  font-family:Inter, Arial, sans-serif;
  font-size:13px;
  font-weight:500;
  padding:14px 28px;
  border-radius:3px;
  text-decoration:none;
  letter-spacing:.04em;
}

@media(max-width:640px){
  .rem-b6{
    padding:56px 20px;
  }
}


/* =========================================================
   BLOC-6 : COMPARATIF TYPOLOGIES (TABLEAU)
   Pages programmes neufs - Westimmo
   ========================================================= */

.rem-b7 *{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
.rem-b7{
  background:#faf9f7;
  padding:56px 40px;
  font-family:Inter, Arial, sans-serif;
}
.rem-b7-overline{
  font-size:10px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#c9a96e;
  text-align:center;
  margin-bottom:10px;
}
.rem-b7-h2{
  font-family:"Playfair Display", Georgia, serif;
  font-size:32px;
  color:#1d1d1d;
  font-weight:600;
  text-align:center;
  margin-bottom:8px;
  line-height:1.25;
}
.rem-b7-sub{
  font-size:13.5px;
  color:#6d6d6d;
  text-align:center;
  margin-bottom:36px;
}
.rem-b7-wrap{
  max-width:1160px;
  margin:0 auto;
}
.rem-b7-header-row{
  display:grid;
  grid-template-columns:200px 1fr 1fr;
}
.rem-b7-h-card{
  padding:20px 24px 18px;
  text-align:center;
}
.rem-b7-h-card.featured{
  background:#156e83;
  border-radius:3px 3px 0 0;
}
.rem-b7-h-card.standard{
  background:#0c1e28;
  border-radius:3px 3px 0 0;
}
.rem-b7-h-type{
  font-family:"Playfair Display", Georgia, serif;
  font-size:18px;
  color:#fff;
  font-weight:600;
  margin-bottom:5px;
}
.rem-b7-h-profil{
  font-size:11px;
  color:rgba(255,255,255,0.55);
  letter-spacing:.04em;
}
.rem-b7-tr{
  display:grid;
  grid-template-columns:200px 1fr 1fr;
  align-items:stretch;
}
.rem-b7-td-lbl{
  display:flex;
  align-items:center;
  padding:13px 0;
  font-size:11px;
  color:#8a8a8a;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  border-bottom:1px solid #ede9e2;
}
.rem-b7-td{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:13px 24px;
  font-size:14px;
  font-weight:600;
  color:#1d1d1d;
  border-bottom:1px solid #ede9e2;
  text-align:center;
  line-height:1.4;
}
.rem-b7-td.featured-col{
  background:#fff;
  border-left:1px solid #156e83;
  border-right:1px solid #156e83;
}
.rem-b7-td.standard-col{
  background:#fff;
  border-left:1px solid #ede9e2;
  border-right:1px solid #ede9e2;
}
.rem-b7-tr:last-child .rem-b7-td.featured-col{
  border-bottom:1px solid #156e83;
}
.rem-b7-tr:last-child .rem-b7-td.standard-col{
  border-bottom:1px solid #ede9e2;
}
.rem-b7-tr:last-child .rem-b7-td-lbl{
  border-bottom:none;
}
.rem-b7-prix-row{
  display:grid;
  grid-template-columns:200px 1fr 1fr;
}
.rem-b7-prix-cell{
  padding:18px 24px;
  text-align:center;
}
.rem-b7-prix-cell.featured{
  background:#f0f7f9;
  border:1px solid #156e83;
  border-top:none;
  border-radius:0 0 3px 3px;
}
.rem-b7-prix-cell.standard{
  background:#faf9f7;
  border:1px solid #ede9e2;
  border-top:none;
  border-radius:0 0 3px 3px;
}
.rem-b7-prix-from{
  font-size:10px;
  color:#8a8a8a;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:4px;
}
.rem-b7-prix-val{
  font-family:"Playfair Display", Georgia, serif;
  font-size:21px;
  font-weight:700;
  color:#156e83;
}
.rem-b7-cta{
  display:inline-block;
  margin-top:10px;
  font-size:12px;
  font-weight:500;
  color:#156e83;
  letter-spacing:.04em;
  cursor:pointer;
  text-decoration:none;
}
@media(max-width:960px){
  .rem-b7{
    padding:40px 20px;
  }
  .rem-b7-header-row,
  .rem-b7-tr,
  .rem-b7-prix-row{
    grid-template-columns:140px 1fr 1fr;
  }
}
@media(max-width:700px){
  .rem-b7{
    padding:40px 20px;
  }
  .rem-b7-header-row,
  .rem-b7-tr,
  .rem-b7-prix-row{
    grid-template-columns:1fr;
    display:block;
  }
  .rem-b7-td-lbl{
    display:none;
  }
  .rem-b7-td{
    border-left:none !important;
    border-right:none !important;
  }
  .rem-b7-wrap{
    display:flex;
    flex-direction:column;
    gap:20px;
  }
}


/* =========================================================
   BLOC-7 : Tyopes de biens
   ========================================================= */

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

.rem-b8{
  background:#fff;
  padding:56px 40px;
  font-family:Inter, Arial, sans-serif;
}

.rem-b8-villa{
  display:grid;
  grid-template-columns:1fr 1fr;
  max-width:1160px;
  margin:0 auto 40px;
  border-radius:3px;
  overflow:hidden;
  border:1px solid #ede9e2;
}

.rem-b8-villa:last-child{
  margin-bottom:0;
}

.rem-b8-villa.rem-rev{
  direction:rtl;
}

.rem-b8-villa.rem-rev > *{
  direction:ltr;
}

/* PHOTO */

.rem-b8-vphoto{
  position:relative;
  overflow:hidden;
  min-height:460px;
}

.rem-b8-vphoto img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.rem-b8-vphoto-type{
  position:absolute;
  top:20px;
  left:20px;
  background:rgba(12,30,40,.85);
  border:1px solid rgba(201,169,110,.5);
  color:#c9a96e;
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
  padding:5px 12px;
}

.rem-b8-villa.rem-rev .rem-b8-vphoto-type{
  left:auto;
  right:20px;
}

.rem-b8-vphoto-prix{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:32px 20px 18px;
  background:linear-gradient(transparent, rgba(7,20,30,.82));
}

.rem-b8-vphoto-val{
  font-family:"Playfair Display", serif;
  font-size:24px;
  color:#c9a96e;
  font-weight:700;
}

.rem-b8-vphoto-lbl{
  font-size:10px;
  color:rgba(255,255,255,.5);
}

/* CONTENU */

.rem-b8-vcontent{
  background:#faf9f7;
  padding:40px 36px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.rem-b8-overline{
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#c9a96e;
  margin-bottom:10px;
}

.rem-b8-h3{
  font-family:"Playfair Display", serif;
  font-size:22px;
  color:#1d1d1d;
  margin-bottom:14px;
}

.rem-b8-vp{
  font-size:13.5px;
  color:#555;
  line-height:1.75;
  margin-bottom:22px;
}

/* STATS */

.rem-b8-vstats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid #ede9e2;
  margin-bottom:20px;
}

.rem-b8-vstat{
  padding:14px 8px;
  text-align:center;
  border-right:1px solid #ede9e2;
  background:#fff;
}

.rem-b8-vstat:last-child{
  border-right:none;
}

.rem-b8-vstat-val{
  font-family:"Playfair Display", serif;
  font-size:17px;
  color:#156e83;
  font-weight:700;
}

/* SEPARATOR */

.rem-b8-sep{
  border:none;
  border-top:1px solid #ede9e2;
  margin-bottom:16px;
}

/* PILLS */

.rem-b8-vpills{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:24px;
}

.rem-b8-vpill{
  background:#fff;
  border:1px solid #ede9e2;
  font-size:11.5px;
  padding:5px 11px;
  border-radius:20px;
}

/* BUTTONS */

.rem-b8-vbtns{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.rem-b8-btn-primary{
  background:#156e83;
  color:#fff;
  font-size:12.5px;
  padding:12px 20px;
  text-decoration:none;
}

.rem-b8-btn-outline{
  border:1px solid #1d1d1d;
  color:#1d1d1d;
  font-size:12.5px;
  padding:12px 20px;
  text-decoration:none;
}

/* RESPONSIVE */

@media(max-width:768px){
  .rem-b8-villa{
    grid-template-columns:1fr;
  }
  .rem-b8-vphoto{
    min-height:260px;
  }
}

@media(max-width:480px){
  .rem-b8-vstats{
    grid-template-columns:repeat(2,1fr);
  }
}


/* =========================================================
   BLOC-8 : Form brochure
   ========================================================= */

.rem-fw2,
.rem-fw2 * {
  box-sizing: border-box;
}

.rem-fw2 {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 56px 40px;
  font-family: Inter, Arial, sans-serif;
}

.rem-fw2-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid #ede9e2;
  overflow: hidden;
  border-radius: 3px;
  background: #ffffff;
}

.rem-fw2-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #0c1e28;
  padding: 44px 40px;
}

.rem-fw2-right {
  background: #faf9f7;
  padding: 40px 36px;
}

.rem-fw2-overline {
  display: block;
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #c9a96e;
}

.rem-fw2-h {
  display: block;
  margin: 0 0 14px 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.rem-fw2-desc {
  display: block;
  margin: 0 0 28px 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,.55);
}

.rem-fw2-inc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rem-fw2-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rem-fw2-dot {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: rgba(201,169,110,.12);
  border: 1px solid rgba(201,169,110,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a96e;
  font-size: 11px;
  line-height: 1;
}

.rem-fw2-dot svg {
  display: block;
}

.rem-fw2-item-txt {
  font-size: 12.5px;
  color: rgba(255,255,255,.65);
}

.rem-fw2-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rem-fw2-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.rem-fw2-label {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.rem-fw2-input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ede9e2;
  border-radius: 3px;
  padding: 11px 12px;
  font-size: 13px;
  color: #1d1d1d;
  font-family: Inter, Arial, sans-serif;
  outline: none;
  box-shadow: none;
}

.rem-fw2-input:focus {
  border-color: #156e83;
  box-shadow: 0 0 0 3px rgba(21,110,131,.08);
}

.rem-fw2-input.error {
  border-color: #e24b4a;
}

.rem-fw2-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  padding: 13px;
  background: #156e83;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  font-family: Inter, Arial, sans-serif;
  cursor: pointer;
}

.rem-fw2-btn:hover {
  background: #125a6b;
}

.rem-fw2-btn:disabled {
  background: #aaa;
  cursor: not-allowed;
}

.rem-fw2-mention {
  margin-top: 10px;
  text-align: center;
  font-size: 10.5px;
  line-height: 1.5;
  color: #aaa;
}

.rem-fw2-msg {
  display: none;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 12.5px;
  text-align: center;
}

.rem-fw2-msg.success {
  display: block;
  background: #f0f7f9;
  color: #156e83;
  border: 1px solid #b5d4f4;
}

.rem-fw2-msg.error {
  display: block;
  background: #fcebeb;
  color: #a32d2d;
  border: 1px solid #f7c1c1;
}

@media (max-width: 960px) {
  .rem-fw2 {
    padding: 40px 20px;
  }

  .rem-fw2-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .rem-fw2-row {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   BLOC-9 : GALERIE PHOTOS
   Pages programmes neufs - Westimmo
   ========================================================= */

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

.rem-b9{
  background:#faf9f7;
  border-top:1px solid #ede9e2;
  font-family:Inter, Arial, sans-serif;
  padding:52px 20px;
}

@media(min-width:768px){
  .rem-b9{
    padding:64px 40px;
  }
}

@media(min-width:1024px){
  .rem-b9{
    padding:68px 48px;
  }
}

@media(min-width:1440px){
  .rem-b9{
    padding:72px 56px;
  }
}

.rem-b9-overline{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c9a96e;
  font-weight:500;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}

.rem-b9-overline::before{
  content:"";
  width:18px;
  height:1px;
  background:#c9a96e;
}

.rem-b9-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:3px;
}

@media(min-width:480px){
  .rem-b9-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

.rem-b9-item{
  overflow:hidden;
  aspect-ratio:4/3;
}

.rem-b9-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.6s ease;
}

.rem-b9-item:hover img{
  transform:scale(1.06);
}


/* =========================================================
   BLOC-10 : FAQ
   ========================================================= */

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

.rem-b5{
  background:#faf9f7;
  border-top:1px solid #ede9e2;
  font-family:Inter, Arial, sans-serif;
  padding:52px 20px;
}

@media(min-width:768px){.rem-b5{padding:64px 40px}}
@media(min-width:1024px){.rem-b5{padding:68px 48px}}
@media(min-width:1440px){.rem-b5{padding:72px 56px}}

/* RESET BUTTON */

.rem-b5 button{
  appearance:none;
  background:none;
  border:none;
  outline:none;
  box-shadow:none;
  cursor:pointer;
}

/* HEADER */

.rem-b5-overline{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#c9a96e;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}

.rem-b5-overline::before{
  content:'';
  width:18px;
  height:1px;
  background:#c9a96e;
}

.rem-b5-h2{
  font-family:"Playfair Display", serif;
  font-size:26px;
  color:#1d1d1d;
  margin-bottom:28px;
}

/* ITEMS */

.rem-b5-item{
  border-bottom:0.5px solid #ede9e2;
}

.rem-b5-item.rem-open{
  background:#f7f6f3;
}

/* QUESTION */

.rem-b5-q{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:17px 12px;
  width:100%;
}

.rem-b5-q-text{
  font-family:"Playfair Display", serif;
  font-size:15px;
  color:#1d1d1d;
}

/* CHEVRON */

.rem-b5-chevron{
  width:18px;
  height:18px;
  stroke:#c9a96e;
  fill:none;
  stroke-width:1.5;
  transition:transform .3s;
}

.rem-b5-item.rem-open .rem-b5-chevron{
  transform:rotate(180deg);
}

/* ANSWER */

.rem-b5-a{
  font-size:12px;
  color:#555;
  line-height:1.85;
  padding:0 12px 18px;
  display:none;
}

.rem-b5-item.rem-open .rem-b5-a{
  display:block;
}

.rem-b5-link{
  color:#156e83;
  text-decoration:none;
  border-bottom:1px solid #156e83;
}

.rem-b5-update{
  font-size:10px;
  color:#6d6d6d;
  margin-top:22px;
}
