
:root{--cream:#f8f1e7;--ink:#123b22;--muted:#5f6b61;--green:#285f32;--green2:#0f351d;--gold:#c8752d;--blue:#276f9f;--line:rgba(18,59,34,.16);--white:rgba(255,255,255,.86);--shadow:0 18px 55px rgba(30,42,28,.18);--radius:24px}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.nav{z-index:10;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:14px clamp(18px,4vw,58px);background:rgba(255,250,241,.84);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.logo{display:flex;align-items:center;gap:10px;font-family:Georgia,serif;font-weight:900;letter-spacing:.02em;font-size:1.28rem;white-space:nowrap}.menu{display:flex;gap:10px;flex-wrap:wrap}.menu a{padding:9px 12px;border-radius:999px;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.menu a:hover,.menu a.active{background:#fff;box-shadow:0 8px 24px #0001}
.page-home{min-height:100svh;height:100svh;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;background:linear-gradient(180deg,#fffaf1bb,#fffaf1f2 64%,#e8eadf),url("../images/gite/piscine-home.jpg") center/cover fixed}
.home-main{min-height:0;display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(18px,3vw,36px);align-items:center;padding:clamp(14px,3vw,38px) clamp(18px,4vw,58px)}
.hero-copy{display:grid;align-content:center;justify-items:start;gap:13px}.eyebrow{display:inline-flex;gap:8px;padding:8px 12px;background:var(--white);border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.88rem;font-weight:800}
h1{margin:0;font-family:Georgia,serif;font-size:clamp(3rem,7.5vw,6.5rem);line-height:.84;letter-spacing:-.07em;color:var(--green2)}.hero-copy h1 span{display:block;font-size:.38em;letter-spacing:.01em;font-style:italic;font-weight:400;margin-top:15px}.lead{margin:0;max-width:560px;color:#203b28;font-size:clamp(.98rem,1.45vw,1.16rem);line-height:1.52}
.home-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 15px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--green2);font-weight:900;font-size:.84rem;box-shadow:0 10px 28px #0001}.btn.primary{border-color:transparent;background:linear-gradient(135deg,var(--green),var(--green2));color:#fff}.btn.orange{border-color:transparent;background:linear-gradient(135deg,#d98a39,#af5518);color:#fff}.btn.blue{border-color:transparent;background:linear-gradient(135deg,#277fae,#143f66);color:#fff}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.feature-card{overflow:hidden;border-radius:var(--radius);background:#fffaf1e6;border:1px solid #ffffffaa;box-shadow:var(--shadow);display:grid;grid-template-rows:minmax(120px,31vh) auto}.feature-card figure{margin:0;overflow:hidden}.feature-card figure img{width:100%;height:100%;object-fit:cover}.card-body{padding:16px 17px 18px;text-align:center}.card-icon{width:56px;height:56px;margin:-46px auto 11px;position:relative;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 10px 24px #0002;font-size:1.65rem}.card-body h2{margin:0 0 7px;font-family:Georgia,serif;font-size:clamp(1.25rem,1.8vw,1.65rem);text-transform:uppercase}.card-body p{margin:0 auto 12px;color:#39493e;line-height:1.38;font-size:.9rem;max-width:260px}
.home-strip{display:grid;grid-template-columns:repeat(6,1fr);margin:0 clamp(18px,4vw,58px) 13px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fffaf1db;backdrop-filter:blur(14px);box-shadow:0 10px 34px #0001}.strip-item{padding:11px 10px;text-align:center;border-right:1px solid var(--line)}.strip-item:last-child{border-right:0}.strip-item strong{display:block;font-size:.88rem;margin-bottom:3px}.strip-item span{display:block;font-size:.76rem;color:var(--muted)}.weather-now strong{font-size:1.15rem}
.inner-main{padding:44px clamp(18px,4vw,70px) 70px}.container{width:min(1180px,100%);margin:auto}.inner-title{margin:12px 0 12px;font-family:Georgia,serif;font-size:clamp(2.3rem,6vw,4.8rem);line-height:.92;letter-spacing:-.055em}.inner-hero{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.panel{background:#fffaf1db;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.media-hero{min-height:420px;object-fit:cover;width:100%;height:100%}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.placeholder{aspect-ratio:4/3;display:grid;place-items:center;text-align:center;border-radius:20px;background:#ffffff88;border:1px dashed var(--line);color:var(--muted);padding:18px}.footer{padding:24px clamp(18px,4vw,70px);text-align:center;color:#ffffffc2;background:linear-gradient(180deg,var(--green),var(--green2))}
.form{display:grid;gap:14px;max-width:760px}input,select,textarea{width:100%;padding:14px 15px;border-radius:16px;border:1px solid var(--line);background:#fffaf1;color:var(--ink)}textarea{min-height:150px;resize:vertical}
.weather-page{background:linear-gradient(180deg,#eef7fb,#fffaf1 52%,#efe9dc)}.weather-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}.radar-card{position:relative;overflow:hidden;border-radius:28px;background:#d9f1ff;border:1px solid var(--line);box-shadow:var(--shadow)}.radar-card iframe{width:100%;height:560px;border:0;display:block}.radar-top{position:absolute;top:0;left:0;right:0;height:12px;background:linear-gradient(90deg,#b7edf8,#4fc3e8,#1069a7,#ffeb65,#ff943d,#ff3d35,#e956d8,#9726b3)}.radar-badge{position:absolute;left:16px;bottom:16px;right:16px;display:flex;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:18px;background:#ffffffe0;backdrop-filter:blur(12px);box-shadow:0 10px 30px #0002;font-weight:900}
.weather-summary{display:grid;gap:14px}.current-card,.forecast-card{padding:22px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.current-head{display:flex;justify-content:space-between;gap:18px;align-items:start}.temp{font-size:4.4rem;line-height:.9;font-weight:300;color:#18241d}.temp sup{font-size:1.6rem}.condition{font-size:1.7rem;color:#4f5d55;margin-top:4px}.big-icon{font-size:4rem}.metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.metric{padding:13px;border-radius:18px;background:#f4f8f1;border:1px solid var(--line)}.metric span{display:block;color:var(--muted);font-size:.78rem;text-transform:uppercase;font-weight:900;letter-spacing:.05em}.metric strong{display:block;margin-top:5px;font-size:1.05rem}.updated{margin-top:14px;padding:12px 14px;border-radius:16px;background:#285f321a;font-size:.9rem;color:var(--muted)}
.forecast-card{margin-top:20px}.forecast-card h2{margin:0 0 16px;font-family:Georgia,serif;font-size:1.75rem}.hourly{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.hour,.day{padding:12px 8px;text-align:center;border-radius:18px;background:#f7faf4;border:1px solid var(--line)}.hour time,.day strong{display:block;font-weight:900;font-size:.85rem}.ico{font-size:1.65rem;margin:9px 0}.hour strong,.hi{color:#ff8c2a;font-weight:900}.hour span,.lo{display:block;color:#3e78a9;font-size:.76rem;margin-top:5px;font-weight:900}.week{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.rain{display:inline-block;margin-top:6px;padding:3px 7px;border-radius:999px;background:#e2f3ff;color:#28719d;font-size:.72rem}.weather-note{margin-top:16px;color:var(--muted);font-size:.9rem}
@media(max-width:900px){.page-home{height:auto;min-height:100svh;overflow:auto}.nav{padding:12px 15px}.logo{font-size:1.02rem}.menu{gap:4px;width:100%}.menu a{padding:7px 7px;font-size:.66rem}.home-main{grid-template-columns:1fr;gap:12px;padding:14px}.hero-copy{text-align:center;justify-items:center;gap:8px}.eyebrow{font-size:.76rem;padding:6px 10px}h1{font-size:clamp(2.25rem,14vw,4rem)}.hero-copy h1 span{margin-top:9px;font-size:.36em}.lead{font-size:.88rem;line-height:1.35;max-width:340px}.home-actions{display:none}.cards{grid-template-columns:1fr;gap:10px}.feature-card{grid-template-columns:108px 1fr;grid-template-rows:1fr;min-height:116px;border-radius:18px}.feature-card figure{height:116px}.card-body{padding:12px;text-align:left;display:grid;align-content:center}.card-icon{display:none}.card-body h2{font-size:1.05rem;margin-bottom:4px}.card-body p{margin:0 0 8px;font-size:.76rem;line-height:1.28}.btn{min-height:32px;padding:8px 10px;font-size:.68rem;width:max-content}.home-strip{grid-template-columns:repeat(2,1fr);margin:0 14px 12px;border-radius:16px}.strip-item{padding:9px 8px;border-bottom:1px solid var(--line)}.strip-item:nth-child(even){border-right:0}.strip-item:nth-last-child(-n+2){border-bottom:0}.strip-item strong{font-size:.76rem}.strip-item span{font-size:.66rem}.inner-hero,.gallery,.weather-layout{grid-template-columns:1fr}.inner-main{padding:30px 15px 56px}.media-hero{min-height:280px}.radar-card iframe{height:430px}.metrics{grid-template-columns:1fr 1fr}.hourly{grid-template-columns:repeat(4,1fr)}.week{grid-template-columns:repeat(2,1fr)}}
@media(max-height:780px) and (min-width:901px){.nav{padding-top:10px;padding-bottom:10px}.home-main{padding-top:16px;padding-bottom:10px}h1{font-size:clamp(3rem,6.6vw,5.7rem)}.lead{font-size:1rem}.feature-card{grid-template-rows:minmax(100px,27vh) auto}.card-body{padding:13px}.card-icon{width:46px;height:46px;margin-top:-36px;font-size:1.35rem}.card-body p{font-size:.82rem;margin-bottom:9px}.btn{min-height:34px;padding:8px 12px;font-size:.74rem}.home-strip{margin-bottom:10px}.strip-item{padding:8px}}



/* ==================================================
   V4 FINAL - Accueil premium PC + iPhone
   ================================================== */
.v4-home{
  background:
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.68), transparent 28%),
    linear-gradient(180deg,rgba(255,250,241,.82),rgba(255,250,241,.96) 56%,#efe8dc),
    url("../images/gite/piscine-home.jpg") center/cover fixed;
}

.v4-nav{
  box-shadow:0 10px 40px rgba(30,42,28,.06);
}

.v4-home-main{
  min-height:0;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:clamp(24px,4vw,56px);
  align-items:center;
  padding:clamp(22px,4vw,58px) clamp(20px,5vw,76px);
}

.v4-hero{
  display:grid;
  gap:14px;
  align-content:center;
}

.v4-hero h1{
  font-size:clamp(3.2rem,7.2vw,6.8rem);
  line-height:.83;
  max-width:620px;
}

.v4-hero h1 span{
  display:block;
  font-size:.34em;
  line-height:1.1;
  margin-top:18px;
  font-style:italic;
  font-weight:400;
  letter-spacing:.01em;
}

.v4-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(14px,2vw,22px);
}

.v4-card{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:rgba(255,250,241,.93);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 26px 80px rgba(30,42,28,.18);
  display:grid;
  grid-template-rows:clamp(210px,31vh,330px) auto;
  min-height:clamp(450px,58vh,590px);
  transition:transform .25s ease, box-shadow .25s ease;
}

.v4-card:hover{
  transform:translateY(-6px);
  box-shadow:0 34px 95px rgba(30,42,28,.25);
}

.v4-card figure{
  position:relative;
  margin:0;
  overflow:hidden;
}

.v4-card figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16));
}

.v4-card figure > img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
}

.v4-picto{
  position:absolute;
  left:50%;
  bottom:-43px;
  z-index:2;
  width:86px;
  height:86px;
  transform:translateX(-50%);
  border-radius:50%;
  filter:drop-shadow(0 14px 26px rgba(30,42,28,.22));
}

.v4-picto img{
  width:100%;
  height:100%;
}

.v4-card-body{
  position:relative;
  padding:58px 24px 24px;
  text-align:center;
  display:grid;
  justify-items:center;
  align-content:start;
}

.v4-card-body h2{
  margin:0 0 9px;
  font-family:Georgia,serif;
  font-size:clamp(1.55rem,2vw,2.05rem);
  text-transform:uppercase;
  letter-spacing:-.02em;
  color:var(--green2);
}

.v4-card-body p{
  margin:0 0 16px;
  color:#405044;
  line-height:1.45;
  font-size:.96rem;
  max-width:280px;
}

.v4-arrow{
  position:absolute;
  top:18px;
  right:18px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--green2);
  font-size:1.9rem;
  line-height:1;
  box-shadow:0 10px 24px rgba(30,42,28,.10);
}

.v4-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  width:100%;
  margin:-2px 0 10px;
}

.v4-metrics span{
  padding:7px 5px;
  border-radius:12px;
  background:rgba(40,95,50,.08);
  color:#435247;
  font-size:.72rem;
}

.v4-card-body small{
  color:var(--muted);
  margin-bottom:12px;
  font-size:.76rem;
}

@media(max-width:950px){
  .v4-home{
    height:auto;
    min-height:100svh;
    overflow:auto;
    background:
      linear-gradient(180deg,rgba(255,250,241,.92),rgba(255,250,241,.98) 50%,#efe8dc),
      url("../images/gite/piscine-home.jpg") center top/cover fixed;
  }

  .v4-nav{
    position:sticky;
    top:0;
    z-index:30;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:12px 14px 10px;
    background:rgba(255,250,241,.95);
    backdrop-filter:blur(18px);
  }

  .v4-nav .logo{
    justify-content:center;
    font-size:1rem;
  }

  .v4-nav .menu{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:5px;
    width:100%;
  }

  .v4-nav .menu a{
    text-align:center;
    padding:7px 4px;
    font-size:.58rem;
    border-radius:999px;
    background:rgba(255,255,255,.62);
    letter-spacing:.05em;
  }

  .v4-nav .menu a.active{
    color:#fff;
    background:linear-gradient(135deg,var(--green),var(--green2));
  }

  .v4-home-main{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px 12px 16px;
  }

  .v4-hero{
    justify-items:center;
    text-align:center;
    gap:8px;
    padding:6px 8px 2px;
  }

  .v4-hero .eyebrow{
    font-size:.68rem;
    padding:6px 10px;
    box-shadow:0 8px 22px rgba(30,42,28,.08);
  }

  .v4-hero h1{
    font-size:clamp(2.08rem,12.2vw,3.2rem);
    line-height:.88;
    letter-spacing:-.05em;
  }

  .v4-hero h1 span{
    font-size:.39em;
    margin-top:8px;
  }

  .v4-hero .lead{
    max-width:320px;
    font-size:.76rem;
    line-height:1.34;
  }

  .v4-cards{
    grid-template-columns:1fr;
    gap:10px;
  }

  .v4-card{
    grid-template-columns:112px 1fr;
    grid-template-rows:1fr;
    min-height:116px;
    border-radius:21px;
    box-shadow:0 12px 32px rgba(30,42,28,.12);
  }

  .v4-card:hover{
    transform:none;
  }

  .v4-card figure{
    height:116px;
  }

  .v4-card figure > img{
    border-radius:21px 0 0 21px;
  }

  .v4-picto{
    left:auto;
    right:-22px;
    bottom:50%;
    width:52px;
    height:52px;
    transform:translateY(50%);
  }

  .v4-card-body{
    min-width:0;
    padding:13px 14px 12px 30px;
    text-align:left;
    justify-items:start;
    align-content:center;
  }

  .v4-card-body h2{
    font-size:1.03rem;
    margin-bottom:4px;
  }

  .v4-card-body p{
    font-size:.68rem;
    line-height:1.26;
    margin-bottom:7px;
    max-width:210px;
  }

  .v4-arrow{
    width:26px;
    height:26px;
    top:10px;
    right:10px;
    font-size:1.35rem;
  }

  .v4-metrics{
    grid-template-columns:repeat(3,auto);
    gap:4px;
    margin:0 0 6px;
  }

  .v4-metrics span{
    padding:4px 5px;
    font-size:.56rem;
    border-radius:9px;
  }

  .v4-card-body small{
    font-size:.56rem;
    margin-bottom:7px;
  }

  .v4-card .btn{
    min-height:27px;
    padding:7px 9px;
    font-size:.58rem;
    width:max-content;
  }
}

@media(max-width:380px){
  .v4-card{
    grid-template-columns:98px 1fr;
    min-height:108px;
  }
  .v4-card figure{
    height:108px;
  }
  .v4-picto{
    width:48px;
    height:48px;
  }
  .v4-card-body{
    padding-left:28px;
  }
  .v4-card-body h2{
    font-size:.94rem;
  }
  .v4-card-body p{
    font-size:.62rem;
  }
  .v4-card .btn{
    font-size:.54rem;
  }
}


.storm-map{
  width:100%;
  height:560px;
  border-radius:28px;
  overflow:hidden;
  background:#dbeefa;
}
.home-marker span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fffaf1;
  border:3px solid #285f32;
  box-shadow:0 8px 22px rgba(0,0,0,.22);
  font-size:1.25rem;
}
@media(max-width:900px){
  .storm-map{
    height:430px;
  }
}


/* Correctif V4.1 carte météo */
.v4-radar-card .leaflet-tile-pane{
  filter:saturate(1.05) contrast(1.03);
}
.v4-radar-card .leaflet-control-attribution{
  font-size:.72rem;
}


/* V4.2 - Carte météo propre, sans marqueurs */
.v4-radar-card iframe{
  width:100%;
  height:560px;
  border:0;
  display:block;
  border-radius:28px;
  background:#dbeefa;
}

@media(max-width:900px){
  .v4-radar-card iframe{
    height:430px;
  }
}



/* ==================================================
   V5 FINAL - Accueil épuré + carte météo centrée
   ================================================== */
.v5-home{
  min-height:100svh;
  height:100svh;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr auto;
  background:
    linear-gradient(90deg,rgba(255,250,241,.78),rgba(255,250,241,.46) 44%,rgba(255,250,241,.30)),
    url("../images/gite/piscine-home.jpg") center/cover fixed;
}
.v5-home::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,250,241,.08),rgba(36,54,28,.20));
}
.v5-nav{
  position:relative;
  z-index:5;
  padding:16px clamp(20px,4vw,64px);
  background:rgba(255,250,241,.94);
  box-shadow:0 10px 34px rgba(30,42,28,.08);
}
.v5-nav .logo{
  font-size:1.35rem;
}
.v5-nav .menu a{
  font-size:.88rem;
  display:flex;
  align-items:center;
  gap:6px;
}
.v5-home-main{
  position:relative;
  z-index:2;
  min-height:0;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:clamp(26px,4vw,58px);
  align-items:center;
  padding:clamp(24px,4vw,62px) clamp(20px,5vw,72px) clamp(16px,2vw,28px);
}
.v5-hero{
  max-width:560px;
  align-self:center;
  padding:clamp(20px,3vw,38px);
  border-radius:30px;
  background:linear-gradient(90deg,rgba(255,250,241,.52),rgba(255,250,241,.18));
  backdrop-filter:blur(2px);
}
.v5-hero h1{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(4rem,8vw,7.5rem);
  line-height:.86;
  letter-spacing:-.07em;
  color:var(--green2);
}
.v5-rule{
  width:72px;
  height:4px;
  margin:28px 0 24px;
  border-radius:999px;
  background:var(--green);
}
.v5-hero h2{
  margin:0 0 22px;
  font-family:Georgia,serif;
  font-size:clamp(1.5rem,2.4vw,2.25rem);
  font-style:italic;
  font-weight:400;
  color:var(--green);
}
.v5-hero p{
  margin:0;
  max-width:440px;
  font-size:1.08rem;
  line-height:1.65;
  color:#1f2e26;
}
.v5-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(16px,2vw,24px);
}
.v5-card{
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,250,241,.94);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 28px 80px rgba(30,42,28,.22);
  display:grid;
  grid-template-rows:clamp(210px,32vh,340px) 1fr;
  min-height:clamp(500px,62vh,650px);
  transition:.25s ease;
}
.v5-card:hover{
  transform:translateY(-5px);
}
.v5-card figure{
  position:relative;
  margin:0;
  overflow:hidden;
}
.v5-card figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16));
}
.v5-card figure>img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.v5-picto{
  position:absolute;
  left:50%;
  bottom:-47px;
  z-index:2;
  width:94px;
  height:94px;
  transform:translateX(-50%);
  filter:drop-shadow(0 14px 28px rgba(30,42,28,.24));
}
.v5-picto img{
  width:100%;
  height:100%;
}
.v5-card-body{
  display:grid;
  align-content:start;
  justify-items:center;
  text-align:center;
  padding:64px 24px 26px;
}
.v5-card-body h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  font-size:clamp(1.65rem,2.2vw,2.25rem);
  text-transform:uppercase;
  letter-spacing:-.02em;
  color:var(--green2);
}
.v5-card-body p{
  min-height:70px;
  margin:0 0 58px;
  max-width:280px;
  line-height:1.5;
  color:#26372f;
  font-size:1rem;
}
.v5-card-body .btn{
  margin-top:auto;
  background:linear-gradient(135deg,var(--green),var(--green2)) !important;
  color:#fff !important;
  border-color:transparent !important;
  min-width:190px;
}
.v5-weather-strip{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr 1.3fr;
  gap:0;
  margin:0 clamp(20px,5vw,72px) 24px;
  border-radius:24px;
  background:rgba(255,250,241,.94);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 20px 60px rgba(30,42,28,.18);
  overflow:hidden;
}
.v5-weather-item{
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 22px;
  border-right:1px solid var(--line);
}
.v5-weather-item:last-child{border-right:0}
.v5-round{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef0dc;
  font-size:1.7rem;
}
.v5-weather-item small{
  display:block;
  text-transform:uppercase;
  font-weight:900;
  font-size:.75rem;
  color:#31413a;
  letter-spacing:.04em;
}
.v5-weather-item strong{
  display:block;
  margin-top:2px;
  font-family:Georgia,serif;
  font-size:1.45rem;
  color:#101c17;
}
.v5-weather-item em{
  display:block;
  margin-top:2px;
  font-style:normal;
  color:#4f5b54;
  font-size:.88rem;
}
.v5-radar-card iframe{
  width:100%;
  height:560px;
  border:0;
  display:block;
  border-radius:28px;
  background:#dbeefa;
}

/* iPhone */
@media(max-width:950px){
  .v5-home{
    height:auto;
    min-height:100svh;
    overflow:auto;
    background:
      linear-gradient(180deg,rgba(255,250,241,.90),rgba(255,250,241,.97)),
      url("../images/gite/piscine-home.jpg") center top/cover fixed;
  }
  .v5-nav{
    position:sticky;
    top:0;
    z-index:30;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:12px 14px 10px;
  }
  .v5-nav .logo{
    justify-content:center;
    font-size:1rem;
  }
  .v5-nav .menu{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:5px;
    width:100%;
  }
  .v5-nav .menu a{
    justify-content:center;
    text-align:center;
    padding:7px 4px;
    font-size:.58rem;
    border-radius:999px;
    background:rgba(255,255,255,.62);
  }
  .v5-nav .menu a.active{
    color:#fff;
    background:linear-gradient(135deg,var(--green),var(--green2));
  }
  .v5-home-main{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px 12px 8px;
  }
  .v5-hero{
    text-align:center;
    justify-self:center;
    padding:16px 14px 10px;
    background:rgba(255,250,241,.25);
  }
  .v5-hero h1{
    font-size:clamp(2.35rem,14vw,3.8rem);
  }
  .v5-rule{
    margin:10px auto 10px;
    width:48px;
    height:3px;
  }
  .v5-hero h2{
    margin-bottom:10px;
    font-size:1.05rem;
  }
  .v5-hero p{
    max-width:315px;
    font-size:.78rem;
    line-height:1.34;
  }
  .v5-cards{
    grid-template-columns:1fr;
    gap:10px;
  }
  .v5-card{
    grid-template-columns:112px 1fr;
    grid-template-rows:1fr;
    min-height:116px;
    border-radius:21px;
    box-shadow:0 12px 32px rgba(30,42,28,.12);
  }
  .v5-card figure{
    height:116px;
  }
  .v5-card figure>img{
    border-radius:21px 0 0 21px;
  }
  .v5-picto{
    left:auto;
    right:-23px;
    bottom:50%;
    width:52px;
    height:52px;
    transform:translateY(50%);
  }
  .v5-card-body{
    padding:13px 14px 12px 32px;
    text-align:left;
    justify-items:start;
    align-content:center;
  }
  .v5-card-body h2{
    font-size:1rem;
    margin-bottom:4px;
  }
  .v5-card-body p{
    min-height:auto;
    margin:0 0 8px;
    max-width:210px;
    font-size:.68rem;
    line-height:1.26;
  }
  .v5-card-body .btn{
    min-width:auto;
    min-height:27px;
    padding:7px 9px;
    font-size:.58rem;
  }
  .v5-weather-strip{
    grid-template-columns:repeat(2,1fr);
    gap:8px;
    margin:6px 12px 14px;
    background:transparent;
    box-shadow:none;
    border:0;
    overflow:visible;
  }
  .v5-weather-item{
    border:1px solid var(--line);
    border-radius:15px;
    background:rgba(255,250,241,.92);
    padding:9px;
    gap:9px;
    box-shadow:0 8px 22px rgba(30,42,28,.08);
  }
  .v5-round{
    width:34px;
    height:34px;
    font-size:1rem;
  }
  .v5-weather-item small{
    font-size:.56rem;
  }
  .v5-weather-item strong{
    font-size:.82rem;
  }
  .v5-weather-item em{
    font-size:.6rem;
  }
  .v5-radar-card iframe{
    height:430px;
  }
}
@media(max-width:380px){
  .v5-card{
    grid-template-columns:98px 1fr;
    min-height:108px;
  }
  .v5-card figure{
    height:108px;
  }
  .v5-picto{
    width:48px;
    height:48px;
  }
  .v5-card-body{
    padding-left:29px;
  }
  .v5-card-body h2{
    font-size:.92rem;
  }
  .v5-card-body p{
    font-size:.62rem;
  }
}


/* ==================================================
   V6 - Correctif pictogrammes et carte finale
   ================================================== */
.v5-picto{
  bottom:-54px !important;
  width:108px !important;
  height:108px !important;
  z-index:5 !important;
  overflow:visible !important;
}
.v5-picto img{
  width:100% !important;
  height:100% !important;
  display:block !important;
}
.v5-card figure{
  overflow:visible !important;
}
.v5-card figure > img{
  position:relative;
  z-index:1;
}
.v5-card figure::after{
  z-index:2;
}
.v5-card-body{
  position:relative;
  z-index:3;
  padding-top:74px !important;
}
.v5-card-body .btn,
.v5-card-body .btn.orange,
.v5-card-body .btn.primary{
  background:linear-gradient(135deg,var(--green),var(--green2)) !important;
  color:#fff !important;
  border-color:transparent !important;
}

@media(max-width:950px){
  .v5-picto{
    right:-24px !important;
    bottom:50% !important;
    width:56px !important;
    height:56px !important;
    transform:translateY(50%) !important;
  }
  .v5-card figure{
    overflow:hidden !important;
  }
  .v5-card-body{
    padding-top:13px !important;
  }
}
