:root{
  --bg:#f4f7fb;
  --ink:#102033;
  --muted:#64748b;
  --blue:#1d4ed8;
  --dark:#162033;
  --line:#dbe7f5;
  --card:#ffffff
}
h2{
  font-size:clamp(25px,3vw,38px);
  line-height:1.15;
  margin:0 0 16px;
  color:#1992db;
  font-weight:750
}
h3{
  color:#160d59!important;
  font-size:20px!important
}
*{
  box-sizing:border-box
}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55
}
a{
  color:#1d4ed8;
  text-decoration:none
}
a:hover{
  text-decoration:underline
}
.top{
  padding:12px 26px;
  background:#142714;
  color:white;
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between
}
.top a{
  color:#dbeafe;
  font-weight:800
}
.brand-logo{
  display:inline-flex;
  align-items:center;
  flex:0 0 auto
}
.brand-logo img{
  display:block;
  width:auto;
  height:46px;
  max-width:230px;
  object-fit:contain
}
.top nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:flex-end
}
.top nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(191,219,254,.34);
  background:rgba(255,255,255,.08);
  color:#e0f2fe!important;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  line-height:1.15;
  font-weight:900;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
  transition:background .18s ease,border-color .18s ease,transform .18s ease
}
.top nav a:hover{
  background:rgba(37,99,235,.38);
  border-color:rgba(191,219,254,.72);
  transform:translateY(-1px);
  color:#fff!important
}
@media(max-width:760px){
  .top{
    align-items:flex-start;
    flex-direction:column
  }
  .brand-logo img{
    height:40px
  }
  .top nav{
    justify-content:flex-start
  }
  .top nav a{
    font-size:12px;
    padding:8px 10px
  }
}
.wrap{
  max-width:1180px;
  margin:0 auto;
  padding:26px;
  display:flex;
  flex-direction:column
}
.wrap>.breadcrumb-nav{
  order:0
}
.wrap>.hero{
  order:1
}
.wrap>.intro-spin{
  order:2
}
.wrap>.section:not(.intro-spin),.wrap>.pk-grand-cta{
  order:3
}
.hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:28px;
  display:grid;
  grid-template-columns:minmax(0,40fr) minmax(0,60fr);
  gap:22px;
  align-items:stretch;
  background:linear-gradient(135deg,#162033 0%,#1e7bc3 52%,#eff6ff 52%,#f8fafc 100%);
  box-shadow:0 18px 50px rgba(15,23,42,.14)
}
.hero-copy{
  color:white;
  padding:16px 8px
}
.eyebrow{
  display:inline-flex;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:900;
  color:#bfdbfe;
  margin-bottom:16px
}
.hero h1{
  font-size:clamp(34px,5vw,60px);
  line-height:1.02;
  margin:0 0 14px;
  color:white;
  letter-spacing:-.04em
}
.hero p{
  font-size:18px;
  color:#dbeafe;
  max-width:720px
}
.vud{
  background:white;
  border:1px solid #dbeafe;
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
  min-width:0;
  max-width:none;
  overflow:visible
}
.vud h2{
  font-size:clamp(25px,3vw,38px);
  line-height:1.15;
  margin:0 0 16px;
  color:#1992db;
  font-weight:750
}
.vud .vud-hook{
  margin:0 0 8px;
  color:#0f172a;
  font-size:18px;
  line-height:1.35;
  font-weight:900
}
.vud .vud-intro{
  margin:0 0 14px;
  color:#475569;
  font-size:15px
}
.vud #vc236e903d2d{
  min-height:360px;
  width:100%;
  max-width:100%;
  overflow:visible
}
.vud #vud_devis_header,.vud .devistap_rectangle_gris,.vud #vud_signature{
  display:none!important
}
.vud input,.vud select,.vud textarea{
  max-width:100%!important
}
.vud iframe{
  max-width:100%!important
}
.grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}
.grid.two{
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.card,.panel{
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  box-shadow:0 10px 28px rgba(15,23,42,.06)
}
.card h3,.panel h2{
  margin-top:0
}
.pill-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.pill{
  display:inline-flex;
  border:1px solid #bfdbfe;
  background:#eff6ff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:800
}
.links{
  columns:2;
  column-gap:24px
}
.links li{
  break-inside:avoid;
  margin:0 0 8px
}
.breadcrumb{
  font-size:13px;
  color:#64748b;
  margin:18px 0
}
.small{
  font-size:14px;
  color:#64748b
}
.section{
  margin:28px 0
}
.badge{
  display:inline-block;
  border-radius:999px;
  background:#dcfce7;
  color:#166534;
  padding:5px 10px;
  font-weight:900;
  font-size:12px
}
.intro-spin{
  margin-top:24px
}
.intro-spin p{
  font-size:17px;
  color:#334155;
  margin:0 0 14px
}
.signs-drawer h3,.infiltration-drawer h3{
  margin:22px 0 8px;
  color:#0f172a;
  font-size:21px
}
.signs-drawer p,.infiltration-drawer p{
  font-size:17px;
  color:#334155;
  margin:0 0 14px
}
.image-card-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px
}
.image-card{
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(15,23,42,.08)
}
.image-card img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover
}
.image-card-body{
  padding:20px
}
.image-card h3{
  margin:0 0 8px;
  font-size:22px
}
.image-card p{
  margin:0;
  color:#334155
}
@media(max-width:760px){
  .image-card-grid{
    grid-template-columns:1fr
  }
  .image-card img{
    height:220px
  }
}
@media(max-width:850px){
  .hero{
    grid-template-columns:1fr
  }
  .grid,.grid.two{
    grid-template-columns:1fr
  }
  .links{
    columns:1
  }
}
.pk-grand-cta{
  width:100vw;
  max-width:100vw;
  box-sizing:border-box;
  margin:34px calc(50% - 50vw);
  display:grid;
  grid-template-columns:minmax(0,42fr) minmax(0,58fr);
  align-items:stretch;
  background:linear-gradient(135deg,#063653,#09557f);
  color:#fff;
  overflow:hidden;
  box-shadow:0 22px 58px rgba(3,31,48,.22)
}
.pk-grand-cta__image{
  min-height:320px;
  display:flex;
  align-items:stretch;
  justify-content:center;
  background:linear-gradient(135deg,rgba(0,153,219,.25),rgba(255,138,0,.30)),linear-gradient(145deg,#dff5ff,#8fd3ee);
  overflow:hidden
}
.pk-grand-cta__image img{
  display:block;
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover
}
.pk-grand-cta__image-placeholder{
  width:100%;
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:32px;
  color:#063653;
  font-weight:950;
  font-size:clamp(20px,3vw,38px);
  letter-spacing:.04em;
  text-transform:uppercase;
  background:repeating-linear-gradient(135deg,rgba(255,255,255,.45) 0 16px,rgba(219,234,254,.45) 16px 32px)
}
.pk-grand-cta__copy{
  padding:42px max(28px,calc((100vw - 1180px)/2 + 28px)) 42px 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start
}
.pk-grand-cta__eyebrow{
  margin:0 0 10px!important;
  color:#ffd18f!important;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px!important
}
.pk-grand-cta h2{
  color:#fff!important;
  font-size:clamp(30px,4vw,52px);
  line-height:1.03;
  margin:0 0 16px;
  font-weight:950;
  letter-spacing:-.04em
}
.pk-grand-cta p{
  color:#e8f7ff!important;
  font-size:18px;
  line-height:1.62;
  margin:0 0 20px!important;
  max-width:720px
}
.pk-grand-cta__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ff8a00;
  color:#111;
  text-decoration:none;
  border-radius:999px;
  padding:13px 18px;
  font-weight:950;
  box-shadow:0 12px 28px rgba(0,0,0,.22)
}
.pk-grand-cta__button:hover{
  color:#111;
  background:#ffa12e
}
@media(max-width:900px){
  .pk-grand-cta{
    grid-template-columns:1fr
  }
  .pk-grand-cta__image{
    min-height:220px
  }
  .pk-grand-cta__image-placeholder{
    min-height:220px
  }
  .pk-grand-cta__copy{
    padding:28px 20px 34px
  }
}
.breadcrumb-nav{
  margin:0 0 18px;
  color:#64748b;
  font-size:14px;
  font-weight:800
}
.breadcrumb-nav ol{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center
}
.breadcrumb-nav li{
  display:flex;
  gap:8px;
  align-items:center
}
.breadcrumb-nav li:not(:last-child)::after{
  content:'›';
  color:#94a3b8;
  font-weight:950
}
.breadcrumb-nav a{
  color:#1e40af
}
.breadcrumb-nav [aria-current='page']{
  color:#334155
}
.prix-recherche-fuite .table-responsive{
  overflow-x:auto;
  margin:18px 0
}
.prix-recherche-fuite table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden
}
.prix-recherche-fuite th,.prix-recherche-fuite td{
  border:1px solid var(--line);
  padding:12px 14px;
  text-align:left
}
.prix-recherche-fuite th{
  background:#eff6ff;
  color:#1e3a8a;
  font-weight:950
}
.prix-recherche-fuite tr:nth-child(even) td{
  background:#f8fafc
}
.artisan-selection .artisan-intro{
  font-size:17px;
  color:#334155;
  margin-bottom:20px
}
.artisan-selection .row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}
.artisan-selection a.card{
  text-decoration:none;
  color:inherit;
  display:block;
  height:100%;
  background:#fff;
  border:1px solid #dbe7f5;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.artisan-selection a.card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(15,23,42,.14);
  border-color:#93c5fd;
  text-decoration:none
}
.artisan-card__source{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:10px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#334155;
  padding:5px 9px;
  font-size:12px;
  font-weight:950
}
.artisan-card__source::before{
  content:'G';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#4285f4;
  color:white;
  font-weight:950;
  font-family:Arial,sans-serif
}
.artisan-card__top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:10px
}
.artisan-card__name{
  font-size:19px;
  font-weight:950;
  color:#0f172a;
  line-height:1.2
}
.artisan-card__badge{
  flex:none;
  border-radius:999px;
  background:#eff6ff;
  color:#1d4ed8;
  border:1px solid #bfdbfe;
  padding:5px 8px;
  font-size:12px;
  font-weight:950
}
.artisan-card__meta{
  margin:7px 0;
  color:#475569;
  font-size:14px
}
.artisan-card__rating{
  font-weight:900;
  color:#92400e
}
.artisan-card__cta{
  display:inline-flex;
  margin-top:12px;
  border-radius:999px;
  background:#ff8a00;
  color:#111;
  padding:9px 12px;
  font-weight:950;
  font-size:14px
}
.artisan-selection .artisan-empty{
  border:1px dashed #bfdbfe;
  background:#eff6ff;
  border-radius:18px;
  padding:18px;
  color:#1e3a8a;
  font-weight:850
}
@media(max-width:900px){
  .artisan-selection .row{
    grid-template-columns:1fr
  }
}
body{
  padding-bottom:92px
}
.sticky-devis{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  background:rgba(15,23,42,.96);
  backdrop-filter:saturate(140%) blur(10px);
  border-top:1px solid rgba(255,255,255,.16);
  box-shadow:0 -14px 38px rgba(15,23,42,.24);
  padding:12px 18px
}
.sticky-devis__inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px
}
.sticky-devis__text{
  color:#fff;
  font-weight:950;
  line-height:1.2
}
.sticky-devis__text span{
  display:block;
  color:#bfdbfe;
  font-size:13px;
  font-weight:800;
  margin-top:2px
}
.sticky-devis__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  border-radius:999px;
  background:#ff8a00;
  color:#111!important;
  text-decoration:none!important;
  padding:12px 18px;
  font-weight:950;
  box-shadow:0 10px 24px rgba(0,0,0,.26)
}
.sticky-devis__btn:hover{
  background:#ffa12e;
  color:#111!important
}
@media(max-width:720px){
  body{
    padding-bottom:116px
  }
  .sticky-devis{
    padding:10px 12px
  }
  .sticky-devis__inner{
    align-items:stretch;
    flex-direction:column;
    gap:8px
  }
  .sticky-devis__text{
    text-align:center;
    font-size:14px
  }
  .sticky-devis__text span{
    font-size:12px
  }
  .sticky-devis__btn{
    width:100%;
    min-width:0;
    padding:12px 14px
  }
}
