:root{
  --ink:#102033;
  --muted:#5c6b80;
  --blue:#1c66d4;
  --cyan:#17a8d8;
  --bg:#f4f8fb;
  --card:#fff;
  --line:#dce8f4
}
*{
  box-sizing:border-box
}
body{
  margin:0;
  padding-bottom:112px;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55
}
a{
  color:var(--blue);
  text-decoration:none
}
.ds-header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:5
}
.ds-header-inner{
  max-width:none;
  width:100%;
  margin:0;
  padding:10px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px
}
.ds-brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  line-height:0;
  text-decoration:none
}
.ds-brand img{
  display:block;
  width:82px;
  height:58px;
  object-fit:contain
}
.ds-nav{
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.ds-nav a{
  padding:8px 12px;
  border-radius:999px;
  background:#eef6ff;
  font-weight:800;
  font-size:14px
}
.ds-cta{
  background:#ff8a00!important;
  color:#fff!important;
  padding:10px 15px!important;
  border-radius:999px;
  font-weight:900
}
.ds-wrap{
  max-width:1180px;
  margin:auto;
  padding:24px 22px 60px;
  display:flex;
  flex-direction:column
}
.ds-wrap>*{
  order:20
}
.ds-breadcrumb{
  order:0;
  margin:4px 0 18px;
  color:#5c6b80;
  font-size:14px;
  font-weight:800
}
.ds-breadcrumb ol{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center
}
.ds-breadcrumb li{
  display:flex;
  align-items:center;
  gap:8px
}
.ds-breadcrumb li+li:before{
  content:'›';
  color:#9aa9b8;
  font-weight:950
}
.ds-breadcrumb a{
  color:#1c66d4;
  text-decoration:none
}
.ds-breadcrumb span[aria-current="page"]{
  color:#102033
}
.ds-hero{
  order:1;
  width:100vw;
  max-width:100vw;
  margin:0 calc(50% - 50vw) 34px;
  padding:32px 28px;
  display:grid;
  grid-template-columns:minmax(0,40fr) minmax(0,60fr);
  gap:24px;
  align-items:start;
  background:linear-gradient(135deg,#e8f8ff 0%,#fff 48%,#eaf7f0 100%);
  border-bottom:1px solid var(--line);
  text-align:left;
  overflow:visible
}
.ds-hero-copy{
  max-width:none;
  min-width:0;
  width:100%;
  text-align:left
}
.ds-eyebrow{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:#dff3ff;
  color:#075985;
  font-weight:900;
  margin-bottom:16px
}
.ds-hero h1{
  font-size:clamp(34px,5vw,62px);
  line-height:1.02;
  margin:0 0 18px;
  letter-spacing:-.045em;
  color:#102033
}
.ds-hero-subtitle{
  font-size:clamp(18px,2.2vw,24px);
  color:#334155;
  max-width:none;
  margin:0;
  text-align:left
}
.ds-form{
  min-width:0;
  width:100%;
  max-width:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:0 24px 70px rgba(15,42,71,.14);
  text-align:left
}
.ds-form .vud-widget,.ds-form #vud_mb_js_box,.ds-form #vud_devis,.ds-form #devis_tap_ajax{
  max-width:100%;
  width:100%
}
body #vud_mb_js_box .vud_reinitialise #vud_signature{
  font-size:10px;
  text-align:right;
  padding:10px;
  display:none
}
body #vud_mb_js_box .vud_reinitialise .devistap_rectangle_gris{
  padding:8px;
  text-align:center;
  border-radius:0 0 5px 5px;
  display:none
}
.ds-form h2{
  margin:0 0 10px;
  color:#0f3057;
  font-size:28px
}
.ds-form p{
  margin:0 0 18px;
  color:var(--muted)
}
.ds-form a{
  display:block;
  text-align:center;
  background:linear-gradient(135deg,#ff8a00,#ffb000);
  color:#fff;
  border-radius:16px;
  padding:15px 18px;
  font-weight:950
}
.ds-panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  margin:22px 0
}
.ds-faq-list{
  display:grid;
  gap:12px;
  margin-top:18px
}
.ds-faq-item{
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 16px
}
.ds-faq-item summary{
  cursor:pointer;
  font-weight:900;
  color:#0f3057;
  padding:15px 0;
  line-height:1.35
}
.ds-faq-item p{
  margin:0 0 16px;
  color:#31465c;
  line-height:1.65
}
.ds-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px
}
.ds-grid a{
  display:block;
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  font-weight:800
}
.ds-meta{
  display:block;
  color:var(--muted);
  font-size:13px;
  margin-top:4px
}
.ds-artisans-intro{
  max-width:920px;
  color:var(--muted);
  font-size:17px
}
.ds-artisans-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:18px
}
.ds-artisan-card.card{
  display:block;
  height:100%;
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:0;
  color:var(--ink);
  box-shadow:0 12px 30px rgba(15,42,71,.07);
  transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
  overflow:hidden
}
.ds-artisan-card.card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(15,42,71,.14);
  border-color:#b8d8f4
}
.ds-artisan-card .card-body{
  padding:18px
}
.ds-artisan-card .card-title{
  display:block;
  margin:0 0 8px;
  color:#0f3057;
  font-size:18px;
  font-weight:950;
  line-height:1.25
}
.ds-artisan-card .card-subtitle{
  display:block;
  color:var(--blue);
  font-size:14px;
  font-weight:850;
  margin-bottom:8px
}
.ds-artisan-card .card-text{
  display:block;
  color:var(--muted);
  font-size:14px;
  margin:0 0 10px
}
.ds-artisan-rating{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#7a4b00;
  background:#fff4d6;
  border:1px solid #f6d384;
  border-radius:999px;
  padding:5px 9px;
  font-size:13px;
  font-weight:900
}
.ds-artisan-cta{
  display:block;
  margin-top:12px;
  color:#fff;
  background:linear-gradient(135deg,#ff8a00,#ffb000);
  border-radius:12px;
  padding:10px 12px;
  text-align:center;
  font-weight:950
}
.ds-senior-risk{
  order:2
}
.ds-introduction{
  order:3
}
.ds-artisans{
  order:4
}
.ds-two-images{
  order:5
}
.ds-price-section{
  order:6
}
.ds-grand-cta{
  order:7
}
.ds-security-equipment{
  order:8
}
.ds-security-equipment-intro{
  max-width:980px;
  color:var(--muted);
  font-size:18px;
  margin-bottom:22px
}
.ds-security-equipment-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}
.ds-security-equipment-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  min-height:250px;
  box-shadow:0 14px 36px rgba(15,42,71,.08);
  text-align:left
}
.ds-security-equipment-card .icon-box{
  width:76px;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:linear-gradient(135deg,#e8f8ff,#fff4d8);
  color:#ff8a00;
  font-size:36px;
  margin:0 0 18px
}
.ds-security-equipment-card h3{
  margin:0 0 10px;
  color:#0f3057;
  font-size:21px;
  line-height:1.18
}
.ds-security-equipment-card p{
  margin:0;
  color:var(--muted);
  font-size:16px
}
.ds-fiscal-aids{
  order:9
}
.ds-works-steps{
  order:10
}
.ds-faq-section{
  order:11
}
.ds-zones-intervention{
  order:12
}
.ds-sticky-bottom-cta{
  order:13;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  width:100vw;
  max-width:100vw;
  z-index:9999;
  background:#000;
  color:#ff8a00;
  border-top:2px solid #ff8a00;
  box-shadow:0 -18px 50px rgba(0,0,0,.35);
  padding:14px 22px calc(14px + env(safe-area-inset-bottom));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  text-align:left
}
.ds-sticky-bottom-cta h2{
  margin:0;
  color:#ff8a00;
  font-size:clamp(18px,2.1vw,28px);
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.035em;
  text-align:left
}
.ds-sticky-bottom-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:#ff8a00;
  color:#000;
  border-radius:999px;
  padding:13px 20px;
  font-weight:950;
  text-decoration:none;
  white-space:nowrap
}
@media(max-width:760px){
body{
  padding-bottom:148px
}
.ds-sticky-bottom-cta{
  padding:12px 14px calc(12px + env(safe-area-inset-bottom));
  flex-direction:column;
  align-items:stretch;
  gap:10px
}
.ds-sticky-bottom-cta h2{
  font-size:20px
}
.ds-sticky-bottom-cta a{
  width:100%
}
}
@media(max-width:800px){
.ds-hero{
  grid-template-columns:1fr
}
.ds-grid,.ds-artisans-grid,.ds-security-equipment-grid{
  grid-template-columns:1fr
}
.ds-nav{
  display:none
}
}
