.elementor-12 .elementor-element.elementor-element-e205d00{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-12 .elementor-element.elementor-element-2e9966e .elementor-repeater-item-3d654de .swiper-slide-bg{background-image:url(https://damien.comm-web.fr/wp-content/uploads/2026/01/12.jpg);background-size:cover;}.elementor-12 .elementor-element.elementor-element-2e9966e .elementor-repeater-item-a4e4d36 .swiper-slide-bg{background-image:url(https://damien.comm-web.fr/wp-content/uploads/2026/01/13.jpg);background-size:cover;}.elementor-12 .elementor-element.elementor-element-2e9966e .swiper-slide{transition-duration:calc(5000ms*1.2);height:550px;}.elementor-12 .elementor-element.elementor-element-2e9966e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-2e9966e .swiper-slide-contents{max-width:66%;}.elementor-12 .elementor-element.elementor-element-2e9966e .swiper-slide-inner{text-align:center;}.elementor-12 .elementor-element.elementor-element-b16d205{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-f0b8419{--display:flex;}.elementor-12 .elementor-element.elementor-element-e581da1{--display:flex;--overlay-opacity:0.5;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-e581da1::before, .elementor-12 .elementor-element.elementor-element-e581da1 > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-e581da1 > .e-con-inner > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-e581da1 > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-e581da1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-e581da1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-12 .elementor-element.elementor-element-3ccb43a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b9f7818 *//* =========================================================
   HERO ACCUEIL – DG DEPANNAGE & DG MENUISERIE
   ========================================================= */

html, body{ overflow-x: clip; }
@supports not (overflow-x: clip){
  html, body{ overflow-x: hidden; }
}

.dg-hero{
  color:#fff;
  width:100vw;
  margin-left:calc(-50vw + 50%);
  background:
    radial-gradient(900px 420px at 22% 25%, rgba(255,255,255,.06), transparent 60%),
    radial-gradient(900px 520px at 78% 30%, rgba(255,255,255,.04), transparent 62%),
    linear-gradient(180deg, #0b0b0b, #070707);
}

.dg-hero__inner{
  display:grid;
  grid-template-columns: 1.12fr .88fr;
  align-items:center;
  gap: clamp(24px, 4.5vw, 72px);
  padding: clamp(40px, 6vw, 96px);
  max-width: 1600px;
  margin: 0 auto;
}

/* TEXTE */
.dg-hero__content{ max-width: 760px; }

.dg-hero__kicker{
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.62);
  margin:0 0 14px;
}

.dg-hero__title{
  font-size:clamp(32px,3.3vw,52px);
  font-weight:900;
  line-height:1.05;
  margin:0 0 18px;
}

.dg-hero__lead{
  font-size:clamp(16px,1.2vw,18px);
  line-height:1.55;
  color:rgba(255,255,255,.78);
  max-width:62ch;
  margin:0 0 22px;
}

/* LISTE */
.dg-hero__list{ list-style:none; padding:0; margin:0 0 26px; }
.dg-hero__list li{
  position:relative;
  padding-left:26px;
  margin-bottom:10px;
  color:rgba(255,255,255,.78);
}
.dg-hero__list li::before{
  content:"—";
  position:absolute;
  left:0;
  font-weight:800;
  color:#fff;
}

/* CTA */
.dg-hero__cta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:26px;
}

.dg-hero .dg-btn{
  padding:14px 20px;
  border-radius:12px;
  font-weight:900;
  text-decoration:none!important;
  transition:.18s;
}
.dg-hero .dg-btn--primary{
  background:#fff;
  color:#0b0b0b!important;
}
.dg-hero .dg-btn--secondary{
  border:1px solid rgba(255,255,255,.2);
  color:#fff!important;
  background:rgba(255,255,255,.04);
}

/* INFOS */
.dg-hero__infos{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  font-size:13px;
  color:rgba(255,255,255,.55);
}
.dg-hero__infos span{
  position:relative;
  padding-left:14px;
}
.dg-hero__infos span::before{
  content:"•";
  position:absolute;
  left:0;
  color:rgba(255,255,255,.3);
}

/* =========================================================
   VISUEL – CADRE ÉPAISSI (PROPRE & PREMIUM)
   ========================================================= */

.dg-hero__visual{
  position:relative;
  isolation:isolate;
  border-radius:26px;
  overflow:hidden;

  /* ✅ CADRE PLUS ÉPAIS */
  box-shadow:
    0 0 0 3px rgba(255,255,255,.65),
    0 45px 120px rgba(0,0,0,.65);
}

/* léger décroché intérieur pour profondeur */
.dg-hero__visual::before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
  pointer-events:none;
  z-index:2;
}

/* IMAGE */
.dg-hero__image{
  position:relative;
  width:100%;
  min-height:460px;
  aspect-ratio:16/10;
  background-color:#0f0f0f;
  background-image: var(--hero-img);
  background-size:cover;
  background-position:62% center;
  background-repeat:no-repeat;
  filter:grayscale(70%) contrast(1.05) brightness(.98);
}

/* voile ciné */
.dg-hero__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(70% 120% at 80% 40%, rgba(0,0,0,.35), transparent 58%),
    linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.1));
}

/* LABEL */
.dg-hero__overlay{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:8px 10px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#fff;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.2);
  border-radius:10px;
}

/* RESPONSIVE */
@media (max-width:980px){
  .dg-hero__inner{ grid-template-columns:1fr; }
  .dg-hero__image{ min-height:320px; }
  .dg-hero .dg-btn{ width:100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2adf052 */.dg-trust {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.dg-trust__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  list-style: none;
}

.dg-trust__item {
  text-align: center;
  padding: 14px 10px 0;
  position: relative;
}

.dg-trust__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
  opacity: 0.9;
}

.dg-trust__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 12px auto 10px;
  color: #000; /* noir uniquement */
}

.dg-trust__icon svg {
  width: 100%;
  height: 100%;
}

.dg-trust__item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2px;
}

.dg-trust__sub {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}

/* Mobile */
@media (max-width: 768px) {
  .dg-trust__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 26px 16px;
  }
  .dg-trust__icon {
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0b2128 *//* =========================================================
   CONTENEUR 2 – PRESTATIONS
   Fond clair / Noir & Gris
   ========================================================= */

.dg-services{
  background: #ffffff;
  color: #0b0b0b;
  width: 100%;
}

.dg-services__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(60px, 6vw, 100px) clamp(20px, 4vw, 40px);
}

.dg-services__head{
  max-width: 720px;
  margin-bottom: 60px;
}

.dg-services__title{
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 16px;
}

.dg-services__intro{
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
}

/* GRILLE */
.dg-services__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* CARTE SERVICE */
.dg-service{
  border: 1px solid #e5e5e5;
  padding: 28px;
  background: #fafafa;
}

.dg-service h3{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.dg-service p{
  font-size: 15px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 16px;
}

.dg-service ul{
  padding-left: 18px;
  color: #555;
  font-size: 14px;
}

.dg-service ul li{
  margin-bottom: 8px;
}

/* PARQUETS EN LARGE */
.dg-service--wide{
  grid-column: span 3;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .dg-services__grid{
    grid-template-columns: 1fr;
  }

  .dg-service--wide{
    grid-column: span 1;
  }
}
.dg-service{
  border-radius: 6px;
}
.dg-services,
.dg-area{
  position: relative;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c77eee *//* =========================================================
   CONTENEUR 3 – ZONE D’INTERVENTION
   Compact • SEO local • Fond gris clair
   ========================================================= */

.dg-area{
  background: #f2f2f2;
  color: #0b0b0b;
  width: 100%;
}

.dg-area__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(50px, 6vw, 80px) clamp(20px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
}

.dg-area__title{
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  margin-bottom: 18px;
}

.dg-area__text{
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 14px;
  max-width: 62ch;
}

/* CTA */
.dg-area__cta{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* LISTE COMMUNES */
.dg-area__list{
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 28px;
}

.dg-area__list h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}

.dg-area__list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.dg-area__list li{
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  color: #2f2f2f;
}

.dg-area__list li:last-child{
  border-bottom: none;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .dg-area__inner{
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.dg-services,
.dg-area{
  position: relative;
  z-index: 1;
}
.dg-btn--secondary{
  background: transparent;
  border: 1px solid #2a2a2a;
  color: #0b0b0b !important;
}

.dg-btn--secondary:hover{
  background: #0b0b0b;
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3ccb43a *//* =========================================================
   CONTENEUR 4 – PROCESS / RASSURANCE (PREMIUM, VISIBLE)
   Palette : noir / gris / blanc
   Classe à mettre sur le conteneur : dg-process
   ========================================================= */

/* ✅ DEBUG (optionnel) : décommente 10s pour vérifier que la classe s'applique */
/*
.dg-process{ outline: 6px solid #000 !important; }
*/

.dg-process{
  width: 100%;
  color: #0b0b0b;

  /* fond moins plat (toujours monochrome) */
  background:
    radial-gradient(900px 360px at 15% 5%, rgba(0,0,0,.06), transparent 60%),
    radial-gradient(900px 360px at 85% 35%, rgba(0,0,0,.04), transparent 62%),
    linear-gradient(#ffffff, #fbfbfb);
}

/* container */
.dg-process__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(55px, 6vw, 85px) clamp(20px, 4vw, 40px);
}

/* head */
.dg-process__head{
  max-width: 760px;
  margin: 0 0 34px 0;
}

.dg-process__title{
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 12px 0;
}

.dg-process__intro{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0,0,0,.70);
}

/* ===========================
   Grille étapes
   =========================== */
.dg-process__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

/* Carte étape — plus premium, plus de relief */
.dg-step{
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;

  padding: 18px 18px;
  border-radius: 14px;

  /* fond + bordure + ombre = changement visible */
  background:
    linear-gradient(180deg, #ffffff, #f7f7f7);
  border: 1px solid rgba(0,0,0,.10);

  box-shadow:
    0 10px 26px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.7);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.dg-step:hover{
  transform: translateY(-2px);
  border-color: rgba(0,0,0,.16);
  box-shadow:
    0 16px 36px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.75);
}

/* petit filet haut pour “signature” (toujours monochrome) */
.dg-step::before{
  content:"";
  position:absolute;
  left: 14px;
  right: 14px;
  top: 10px;
  height: 1px;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
}

/* num */
.dg-step__num{
  width: 56px;
  height: 56px;
  border-radius: 16px;

  display: grid;
  place-items: center;

  font-weight: 900;
  letter-spacing: .02em;
  color: #0b0b0b;

  background:
    radial-gradient(22px 22px at 30% 25%, rgba(0,0,0,.06), transparent 60%),
    linear-gradient(180deg, #ffffff, #f3f3f3);

  border: 1px solid rgba(0,0,0,.14);
  box-shadow:
    0 8px 18px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.85);
}

.dg-step__title{
  margin: 2px 0 6px 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.dg-step__text{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,.72);
}

/* ===========================
   Footer : engagements + CTA
   =========================== */
.dg-process__footer{
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,.10);

  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 22px;
  align-items: center;
}

/* engagement */
.dg-commit{
  border-radius: 14px;
  padding: 18px 18px;

  background:
    radial-gradient(800px 240px at 15% 20%, rgba(0,0,0,.05), transparent 60%),
    linear-gradient(180deg, #ffffff, #f4f4f4);

  border: 1px solid rgba(0,0,0,.10);
  box-shadow:
    0 12px 28px rgba(0,0,0,.06),
    inset 0 1px 0 rgba(255,255,255,.75);
}

.dg-commit__title{
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 900;
}

.dg-commit__list{
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.78);
  font-size: 14px;
  line-height: 1.6;
}

.dg-commit__list li{ margin-bottom: 8px; }
.dg-commit__list li:last-child{ margin-bottom: 0; }

/* cta */
.dg-process__cta{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* Mobile */
@media (max-width: 980px){
  .dg-process__grid{
    grid-template-columns: 1fr;
  }
  .dg-process__footer{
    grid-template-columns: 1fr;
  }
  .dg-process__cta{
    justify-content: flex-start;
  }
}/* End custom CSS */