/* ============================================================
   LOCATION EN FÊTE — CSS PAGE CHAPITEAUX EN FÊTE V2
   Fichier : lef-chapiteaux.css
   ============================================================ */

.lef-ch *{margin:0;padding:0;box-sizing:border-box;}
.lef-ch{overflow-x:hidden;font-family:'Poppins',sans-serif;color:#2D3436;}
.lef-ch a{text-decoration:none;transition:all .3s;}

/* ========== HERO — PHOTO DE FOND LUMINEUSE ========== */
.lef-ch-hero{
  position:relative;padding:9rem 2rem 6rem;text-align:center;overflow:hidden;
  min-height:55vh;display:flex;align-items:center;justify-content:center;
}
.lef-ch-hero-bg{
  position:absolute;inset:0;z-index:0;
  background:url('https://locationenfete.be/wp-content/uploads/2026/02/Photo-Chantier-CEF3685-25-07-5359-scaled.jpg') center/cover no-repeat;
}
.lef-ch-hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(58,166,185,.55) 0%,rgba(45,52,54,.5) 50%,rgba(45,52,54,.85) 100%);
}
.lef-ch-hero-shape{position:absolute;border-radius:50%;pointer-events:none;z-index:1;}
.lef-ch-hero-s1{width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.06),transparent 65%);top:-80px;right:-60px;}
.lef-ch-hero-s2{width:200px;height:200px;background:radial-gradient(circle,rgba(255,234,167,.08),transparent 65%);bottom:-40px;left:-30px;}

.lef-ch-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;}
.lef-ch-hero .lef-ch-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.4rem 1.2rem;background:rgba(255,255,255,.12);backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,.18);border-radius:50px;
  font-size:.8em;font-weight:600;color:#fff;margin-bottom:1.2rem;
}
.lef-ch-hero h1{
  font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:#fff;
  line-height:1.15;margin-bottom:1rem;
}
.lef-ch-hero h1 span{color:#FFEAA7;}
.lef-ch-hero p{
  font-size:1.05em;color:rgba(255,255,255,.85);line-height:1.7;
  max-width:600px;margin:0 auto 2rem;
}
.lef-ch-hero-btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.85rem 2.2rem;background:#3AA6B9;color:#fff !important;
  border-radius:50px;font-weight:700;font-size:.9em;
  transition:all .3s;box-shadow:0 6px 25px rgba(58,166,185,.35);
}
.lef-ch-hero-btn:hover{background:#2997AA;transform:translateY(-3px);color:#fff !important;}

/* ========== PRÉSENTATION ========== */
.lef-ch-intro{padding:5rem 2rem;background:#fff;}
.lef-ch-intro-inner{
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;
}
.lef-ch-intro-img{border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.1);}
.lef-ch-intro-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:350px;}
.lef-ch-intro-text .lef-ch-badge-sm{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.35rem 1rem;background:#fff;border:2px solid #CAE6E8;border-radius:50px;
  font-size:.75em;font-weight:600;color:#2997AA;text-transform:uppercase;
  letter-spacing:.06em;margin-bottom:1rem;
}
.lef-ch-intro-text h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin-bottom:1rem;line-height:1.25;}
.lef-ch-intro-text h2 span{color:#3AA6B9;}
.lef-ch-intro-text p{color:#636E72;line-height:1.8;margin-bottom:1rem;font-size:.92em;}
.lef-ch-intro-text p strong{color:#2D3436;}
.lef-ch-stats{display:flex;gap:2rem;margin-top:1.5rem;flex-wrap:wrap;}
.lef-ch-stat{text-align:center;}
.lef-ch-stat-num{font-size:1.8rem;font-weight:800;color:#3AA6B9;display:block;}
.lef-ch-stat-label{font-size:.75em;color:#636E72;text-transform:uppercase;letter-spacing:.05em;}

/* ========== NOS STRUCTURES ========== */
.lef-ch-products{
  padding:5rem 2rem;background:#f9fcfd;
  background-image:
    radial-gradient(circle at 15% 85%,rgba(58,166,185,.05) 0%,transparent 45%),
    radial-gradient(circle at 85% 15%,rgba(255,107,107,.04) 0%,transparent 45%);
}
.lef-ch-products-header{text-align:center;margin-bottom:3.5rem;}
.lef-ch-products-header h2{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;margin-bottom:.5rem;}
.lef-ch-products-header h2 span{color:#3AA6B9;}
.lef-ch-products-header p{color:#636E72;max-width:600px;margin:0 auto;line-height:1.7;font-size:.92em;}

.lef-ch-prod-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;
}
.lef-ch-prod-card{
  background:#fff;border-radius:20px;overflow:hidden;
  border:2px solid #CAE6E8;transition:all .4s;
  box-shadow:0 4px 20px rgba(0,0,0,.04);
  display:grid;grid-template-columns:1fr 1fr;
}
.lef-ch-prod-card:hover{
  transform:translateY(-6px);box-shadow:0 18px 45px rgba(58,166,185,.14);
  border-color:#3AA6B9;
}
.lef-ch-prod-img{overflow:hidden;position:relative;min-height:280px;}
.lef-ch-prod-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s;}
.lef-ch-prod-card:hover .lef-ch-prod-img img{transform:scale(1.06);}
.lef-ch-prod-tag{
  position:absolute;top:1rem;left:1rem;
  background:rgba(58,166,185,.9);color:#fff;
  padding:.25rem .8rem;border-radius:50px;font-size:.7em;font-weight:600;
  backdrop-filter:blur(4px);
}
.lef-ch-prod-body{padding:1.8rem;display:flex;flex-direction:column;justify-content:center;}
.lef-ch-prod-body h3{font-size:1.15em;font-weight:700;margin-bottom:.6rem;}
.lef-ch-prod-body p{font-size:.85em;color:#636E72;line-height:1.6;margin-bottom:1rem;}

/* Features / specs */
.lef-ch-prod-features{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;}
.lef-ch-prod-feat{
  font-size:.7em;padding:.25rem .6rem;background:#EEF8F9;
  color:#2997AA;border-radius:50px;font-weight:500;
}

/* Équipements dans la carte */
.lef-ch-prod-equip{
  margin-bottom:1rem;padding:.8rem;
  background:#f9fcfd;border:1px solid #E0F2F4;border-radius:10px;
}
.lef-ch-prod-equip-title{font-size:.72em;font-weight:700;color:#2997AA;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;}
.lef-ch-prod-equip-list{font-size:.78em;color:#636E72;line-height:1.6;}

.lef-ch-prod-btn{
  display:inline-block;padding:.55rem 1.5rem;
  background:#3AA6B9;color:#fff !important;border-radius:50px;
  font-size:.8em;font-weight:600;transition:all .3s;
  box-shadow:0 3px 12px rgba(58,166,185,.25);width:fit-content;
}
.lef-ch-prod-card:hover .lef-ch-prod-btn{background:#2997AA;}

/* ========== CTA ========== */
.lef-ch-cta{
  padding:4rem 2rem;text-align:center;
  background:linear-gradient(135deg,#3AA6B9 0%,#2997AA 100%);
  position:relative;overflow:hidden;
}
.lef-ch-cta::before{
  content:'';position:absolute;inset:0;
  background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='30' r='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lef-ch-cta-inner{position:relative;z-index:2;max-width:700px;margin:0 auto;}
.lef-ch-cta h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;margin-bottom:.8rem;}
.lef-ch-cta p{color:rgba(255,255,255,.8);margin-bottom:2rem;line-height:1.7;font-size:.95em;}
.lef-ch-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
.lef-ch-cta-btn-primary{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.85rem 2.2rem;background:#fff;color:#3AA6B9 !important;
  border-radius:50px;font-weight:700;font-size:.9em;
  transition:all .3s;box-shadow:0 6px 25px rgba(0,0,0,.15);
}
.lef-ch-cta-btn-primary:hover{transform:translateY(-3px);color:#2997AA !important;}
.lef-ch-cta-btn-secondary{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.85rem 2.2rem;background:transparent;color:#fff !important;
  border:2px solid rgba(255,255,255,.3);
  border-radius:50px;font-weight:600;font-size:.9em;transition:all .3s;
}
.lef-ch-cta-btn-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff !important;}

/* ========== RESPONSIVE ========== */
@media(max-width:1100px){
  .lef-ch-prod-grid{grid-template-columns:1fr;}
}
@media(max-width:900px){
  .lef-ch-intro-inner{grid-template-columns:1fr;gap:2rem;}
  .lef-ch-prod-card{grid-template-columns:1fr;}
  .lef-ch-prod-img{min-height:220px;}
}
@media(max-width:768px){
  .lef-ch-hero{padding:6rem 1.5rem 4rem;min-height:45vh;}
  .lef-ch-products,.lef-ch-intro{padding:3rem 1.5rem;}
  .lef-ch-cta{padding:3rem 1.5rem;}
  .lef-ch-stats{justify-content:center;}
}