.elementor-412 .elementor-element.elementor-element-eef4cff{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-eef4cff *//* =========================================================
   DG PRESTATIONS — Template premium (commun)
   Utilisé pour : Volets roulants / Fenêtres / Portes / Garage / Vitrage / Parquet
   ========================================================= */
.dg-presta{
  --ink:#0b0b0b;
  --muted:#3a3a3a;
  --line:rgba(0,0,0,.10);
  --soft:rgba(0,0,0,.03);
  --card:#ffffff;

  background:#fff;
  color:var(--ink);
  width:100%;
}

.dg-presta__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(52px, 6vw, 92px) clamp(18px, 4vw, 34px);
}

.dg-presta-hero{
  padding: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.00));
  border-radius: 16px;
}

.dg-presta-hero__kicker{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(0,0,0,.65);
  text-transform: uppercase;
}

.dg-presta-hero__title{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -.02em;
  font-weight: 900;
}

.dg-presta-hero__lead{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 80ch;
}

.dg-presta-hero__cta{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.dg-presta-hero__chips{
  list-style:none;
  padding: 14px 0 0;
  margin: 18px 0 0;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.dg-presta-hero__chips li{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.02);
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,.75);
}

/* Grid cards */
.dg-presta-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.dg-presta-card{
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 16px;
  padding: 22px;
}

.dg-presta-card h2{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.dg-presta-card p{
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

.dg-presta-card ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.72);
  line-height: 1.6;
  font-size: 14px;
}
.dg-presta-card li{ margin: 6px 0; }

/* Zone */
.dg-presta-zone{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}

.dg-presta-zone__box{
  border: 1px solid var(--line);
  background: rgba(0,0,0,.02);
  border-radius: 16px;
  padding: 22px;
}

.dg-presta-zone__box h2{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 900;
}

.dg-presta-zone__box p{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

.dg-presta-zone__cta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top: 14px;
}

/* FAQ */
.dg-presta-faq{
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.dg-presta-faq__title{
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.dg-presta-faq__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dg-faqItem{
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.dg-faqItem summary{
  cursor:pointer;
  padding: 14px 16px;
  font-weight: 900;
  list-style: none;
}
.dg-faqItem summary::-webkit-details-marker{ display:none; }

.dg-faqItem__a{
  padding: 0 16px 14px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

/* Buttons (si tu n'as pas déjà) */
.dg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 11px 14px;
  border-radius: 12px;
  text-decoration:none !important;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,.14);
  transition: transform .15s ease, opacity .15s ease, background .15s ease;
}
.dg-btn:hover{ transform: translateY(-1px); }

.dg-btn--primary{
  background:#0b0b0b;
  color:#fff !important;
  border-color: rgba(0,0,0,.2);
}
.dg-btn--ghost{
  background: transparent;
  color:#0b0b0b !important;
}

/* Responsive */
@media (max-width: 980px){
  .dg-presta-hero{ padding: 18px; }
  .dg-presta-grid{ grid-template-columns: 1fr; }
  .dg-presta-zone{ grid-template-columns: 1fr; }
  .dg-presta-faq__grid{ grid-template-columns: 1fr; }
}/* End custom CSS */