:root{
  --bg-main:#F6F5F2;
  --bg-panel:#EEF1EC;
  --bg-2:#E8EDE8;

  --text:#1E1E1C;
  --text-2:#5E6A63;
  --line: rgba(30,30,28,.12);

  --eco-green:#6F8F7A;
  --eco-green-2:#9FB8AA;
  --eco-glow: rgba(159,184,170,.35);
  --eco-bronze:#D5B58F;

  --shadow: 0 18px 45px rgba(18,24,20,.12);
  --shadow-2: 0 12px 30px rgba(18,24,20,.10);

  --r-xl: 34px;
  --r-lg: 26px;
  --r-md: 18px;
  --r-sm: 12px;

  --container: 1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Raleway, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 800px at 20% 10%, rgba(159,181,159,.18), transparent 60%),
    radial-gradient(900px 700px at 80% 20%, rgba(217,193,160,.14), transparent 60%),
    linear-gradient(180deg, var(--bg-main), #FFFFFF);
  overflow-x:hidden;
 background:
    radial-gradient(
      1000px 700px at 20% 30%,
      rgba(213, 181, 143, 0.14),
      transparent 65%
    ),
    #141b18eb;
  color: #F6F5F2;
}


a{color:inherit; text-decoration:none}
img{display:block; max-width:100%}

.container{width:min(var(--container), calc(100% - 48px)); margin:0 auto}

/* TOP BAR (logo left + CTA top right) */
.topbar{
  position:fixed;
  top:20px;
  left:0;
  right:0;
  z-index:100;
  pointer-events:none;
}
.topbar > *{pointer-events:auto}
.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
.tag{color:rgba(17,20,19,.78);font-size:14px;font-style:italic;letter-spacing:normal}
.name{font-size:20px}
}

/* fixed container behind logo + CTA (Fazora-like) */
.topbar-inner{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(213,181,143,.45);
  border: 1px solid rgba(20,24,22,.18);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
}
.topbar-brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-family: Lora, serif;
  font-weight:600;
  letter-spacing:.6px;
}
.topbar-brand img{width:45px; height:45px}
.topbar-cta{
  padding:10px 14px;
  border-radius:999px;
  background: rgba(17,20,19,.78);
  border:1px solid rgba(20,24,22,.14);
  box-shadow: var(--shadow-2);
  font-weight:600;
}
.topbar-cta:hover{background: rgba(255,255,255,.10)}

/* HERO TILE (big rounded) */
.hero-tile{
  width:min(var(--container), calc(100% - 48px));
  margin: 86px auto 0;
  border-radius: 48px;
  position:relative;
  overflow:hidden;
  min-height: 520px;
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.55);
  border:1px solid rgba(20,24,22,.18);
}

/* subtle dark liner to lift tiles */
.hero-tile::before,
.panel::before,
.tile::before,
.testi::before,
.prop-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  border: 1px solid rgba(12,14,13,.30);
  pointer-events:none;
  opacity:.55;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(20,24,22,.18), rgba(20,24,22,.68)),
    url('assets/hero.jpg');
  background-size:cover;
  background-position:center;
  filter:saturate(1.02) contrast(1.02);
}
.hero-content{
  position:relative;
  z-index:2;
  padding: 64px 56px;
  max-width: 640px;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.35);
  color:#18201a;
  font-weight:600;
  font-size:12px;
}
.hero-content h1{
  margin: 18px 0 12px;
  font-family: Lora, serif;
  font-size: 56px;
  line-height: 1.05;
  color:#fff;
  letter-spacing:-.6px;
}
.hero-lead{
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.55;
}
.hero-actions{display:flex; gap:10px; flex-wrap:wrap;position:absolute;bottom:0px;}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.30);
  background: rgba(17,20,19,.78);
  color:inherit;
  font-weight:700;
  gap:8px;
}
.btn:hover{background: rgba(255,255,255,.18)}
.btn.primary{
  background: rgba(17,20,19,.78);
  color:inherit;
  border-color: 1px solid rgba(20,24,22,.14);
}
.btn.primary:hover{background:rgba(255,255,255,.10)}

/* Hero floating card (like Fazora) */
.hero-card{
  position:absolute;
  right: 42px;
  bottom: 42px;
  width: 360px;
  overflow:hidden;
  box-shadow: 0 20px 70px rgba(0,0,0,.35);
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: var(--r-xl);
    padding: 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: var(--shadow)
}
.hero-card .thumb{
  height: 210px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55)),
    url('assets/hero.jpg');
  background-size:cover;
  background-position:center;
}
.hero-card .meta{
  padding: 14px 14px 12px;
  color: rgba(255,255,255,.92);
}
.hero-card .meta .t{font-family:Lora,serif; font-size:18px; margin:0 0 6px}
.hero-card .meta .s{opacity:.86; font-size:13px; line-height:1.4}
.hero-card .chips{display:flex; gap:8px; padding:0 14px 14px; flex-wrap:wrap}
.chip{
  padding: 7px 10px;
margin : 0px 0px 0px 120px;
  border-radius:999px;
  background: rgba(255,255,255,.85);
  color:#111;
  font-weight:600;
  font-size:12px;
}

/* SECTION HEAD centered */
.section{padding: 96px 0}
.section-head{max-width: 780px; margin:0 auto 34px; text-align:center}
.section-head h2{
  font-family:Lora,serif;
  font-size: 40px;
  margin: 0 0 10px;
  letter-spacing:-.4px;
}
.section-head p{margin:0; color:var(--text-2); font-size:16px; line-height:1.6}

/* BIG PANELS (same width as hero) */
.panel{
  width:min(var(--container), calc(100% - 48px));
  margin:0 auto;
  border-radius: 44px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(20,24,22,.18);
  box-shadow: var(--shadow);
  overflow:hidden;
  position:relative;
}
.tile,
.panel,
.hero-tile {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(213,181,143,.45),
    0 24px 60px rgba(213,181,143,.45);
}
.panel.inner{padding: 34px}
.panel.split{display:grid; grid-template-columns: 1.1fr .9fr}
.panel-media{
  background:
    radial-gradient(520px 340px at 20% 15%, rgba(159,184,170,.28), transparent 60%),
    linear-gradient(180deg,rgba(213,181,143,.45), rgba(213,181,143,.45));
  padding: 34px;
}
.panel-media .img{
  height: 360px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.40)),
    url('assets/hero.jpg');
  background-size:cover;
  background-position:center;
  box-shadow: var(--shadow-2);
}
.panel-copy{padding: 34px}
.panel-copy h3{font-family:Lora,serif; font-size:28px; margin:0 0 10px}
.panel-copy p{margin:0 0 14px; color:var(--text-2); line-height:1.65}

/* offers tiles */
.tiles{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.tile{
  border-radius: 28px;
  overflow:hidden;
  background: rgba(255,255,255,.3);
  border:1px solid rgba(20,24,22,.18);
  box-shadow: var(--shadow-2);
  position:relative;
}
.tile .tile-img{
  height: 210px;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55)),
    url('assets/hero.jpg');
  background-size:cover;
  background-position:center;
}
.tile .tile-body{padding: 16px 16px 14px}
.tile .tile-title{font-family:Lora,serif; font-size:20px; margin:0 0 6px}
.tile .tile-text{margin:0 0 10px; color:rgba(17,20,19,.88); line-height:1.55; font-size:14px}
.tile .tile-foot{display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap}
.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 7px 10px;
  border-radius:999px;
  background: rgba(17,20,19,.78);

  border:1px solid rgba(30,30,28,.08);
  font-weight:700;
  font-size:12px;
}
.badge:before{
  content:"";
  width:14px;
  height:14px;
  background:url('assets/puce-brune.png') center/contain no-repeat;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.25));
}
.price{font-weight:800; color:rgba(17,20,19,.78)}

/* testimonials */
.scroller{
  display:flex;
  gap: 14px;
  overflow:auto;
  padding: 6px 2px 10px;
  scroll-snap-type:x mandatory;
}
0685243659

.scroller::-webkit-scrollbar{height:0}
.testi{
  min-width: 340px;
  scroll-snap-align:start;
  border-radius: 26px;
  padding: 18px;
  background: rgba(255,255,255,.3);
  border:1px solid rgba(20,24,22,.18);
  box-shadow: var(--shadow-2);
  position:relative;
}

/* projects / properties grid (Fazora-like) */
.props{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.prop-card{
  position:relative;
  border-radius: 34px;
  overflow:hidden;
  background: rgba(255,255,255,.76);
  border:1px solid rgba(20,24,22,.18);
  box-shadow: var(--shadow);
  min-height: 320px;
}
.prop-img{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position:center;
  filter: saturate(0.95) contrast(1.02);
}
.prop-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.55));
}
.prop-top{
  position:absolute;
  top:18px;
  left:18px;
  right:18px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}
.prop-loc{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color: rgba(255,255,255,.90);
  font-weight:700;
  font-size:13px;
  text-shadow: 0 8px 20px rgba(0,0,0,.35);
}
.prop-pills{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.prop-pill{
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17,20,19,.78);
  border:1px solid rgba(255,255,255,.30);
  font-weight:700;
  font-size:12px;
}
.prop-bottom{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  color:#fff;
}
.prop-title{font-family:Lora,serif; font-size:18px; margin:0; text-shadow: 0 10px 24px rgba(0,0,0,.45)}
.prop-price{font-weight:800; opacity:.95}

.props-cta{
  display:flex;
  justify-content:center;
  margin-top: 16px;
}
.btn-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(17,20,19,.86);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 44px rgba(0,0,0,.18);
  font-weight:800;
}
.btn-pill:hover{background: rgba(17,20,19,.94)}
.testi .q{font-family:Lora,serif; font-size:44px; line-height:1; opacity:.35; color:#efb60d; margin:0 0 6px}
.testi p{margin:0 0 14px; color:#efb60d; opacity:0.6; line-height:1.65}
.testi .who{font-weight:800}
.testi .role{font-size:13px; color:var(--text-2)}
/* =========================
   SECTION ÉQUIPE ECOVIVO
========================= */

.team-section{
  padding-top: 120px;
  padding-bottom: 120px;
}

.team-header{
  max-width: 1120px;
  margin-bottom: 48px;
}

.team-header h2{
  margin-bottom: 12px;
}

.team-header p{
  opacity: .85;
}

/* LISTE */
.team-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* LIGNE PERSONNE */
.team-row{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* PORTRAIT 250x115 */
.team-portrait{
  width: 250px;
  height: 425px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #000;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.team-portrait img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.05) saturate(1.05);
}

.team-portrait::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.75));
}

.team-overlay{
  position:absolute;
  left:14px;
  right:14px;
  bottom:12px;
  z-index:2;
}

.team-name{
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1.1;
}

.team-role{
  margin-top: 4px;
  font-size: 12px;
  opacity: .85;
}

/* CITATION 250x250 */
.team-quote{
  width: 250px;
  height: 425px;
  padding: 18px;
  border-radius: 18px;
  position: relative;
  background:
    radial-gradient(400px 220px at 20% 10%, rgba(159,181,159,.18), transparent 60%),
    radial-gradient(400px 220px at 80% 30%, rgba(213,181,143,.18), transparent 60%),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.quote-mark{
  font-family: Lora, serif;
  font-size: 56px;
  line-height: 1;
  opacity: .35;
  display: block;
  margin-bottom: 8px;
}

.team-quote p{
  font-size: 14px;
  line-height: 1.55;
  opacity: .9;
}

.quote-sign{
  position:absolute;
  bottom:14px;
  left:18px;
  font-size: 12px;
  opacity: .7;
}

/* contact panel */
.cta-panel{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.cta-panel .left h3{font-family:Lora,serif; margin:0 0 6px; font-size:28px}
.cta-panel .left p{margin:0; color:var(--text-2)}

/* bottom navbar (Fazora-like) */
.bottomnav{
  position:fixed;
  left:50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index:110;
  background: rgba(17,20,19,.78);
  border:1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
  border-radius: 999px;
  padding: 8px;
  display:flex;
  gap: 6px;
}
.bottomnav a{
  color: rgba(255,255,255,.82);
  padding: 9px 12px;
  border-radius: 999px;
  font-weight:700;
  font-size:13px;
}
.bottomnav a.active{background: rgba(255,255,255,.14); color:#fff}
.bottomnav a:hover{background: rgba(255,255,255,.10)}

.footer{
  padding: 26px 0 86px;
  text-align:center;
  color: var(--text-2);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  .hero-content{padding: 46px 26px; max-width: 680px}
  .hero-content h1{font-size: 44px}
  .hero-card{position:relative; right:auto; bottom:auto; margin: 18px; width: calc(100% - 36px)}
  .panel.split{grid-template-columns: 1fr}
  .tiles{grid-template-columns: 1fr}
  .props{grid-template-columns: 1fr}
}
@media (max-width: 560px){
  .topbar{top:14px}
  .hero-tile{border-radius: 34px; margin-top: 74px}
  .section-head h2{font-size: 34px}
  .bottomnav{bottom: 12px}
  .bottomnav a{padding: 8px 10px; font-size:12px}
}
