.elementor-37 .elementor-element.elementor-element-f39a1c0{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* =========================================================
   FOOTER PREMIUM — Découpe jet d’eau
   Namespace: cw-
========================================================= */

.cw-footer{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: rgba(255,255,255,.88);
  background: #070b14;
  font-family: var(--cw-font, system-ui);
}

/* Top section */
.cw-footer__top{
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(22,119,255,.22), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(15,95,218,.18), transparent 55%),
    linear-gradient(180deg, rgba(11,18,32,.98), rgba(7,11,20,1));
  border-top: 1px solid rgba(255,255,255,.10);
}

.cw-footer__wrap{
  max-width: var(--cw-wrap, 1180px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px) 20px;
  display: grid;
  grid-template-columns: 1.35fr .9fr .7fr;
  gap: clamp(26px, 5vw, 54px);
  align-items: start;
}

/* Brand block */
.cw-footer__brand{ max-width: 520px; }

.cw-footer__logo{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1677ff, #0f5fda);
  box-shadow: 0 18px 46px rgba(22,119,255,.28);
  position: relative;
  margin-bottom: 14px;
}
.cw-footer__logo::after{
  content:"";
  position:absolute;
  inset: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.26);
}

.cw-footer__title{
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
}

.cw-footer__lead{
  margin: 0 0 18px;
  font-size: 14.8px;
  line-height: 1.65;
  color: rgba(255,255,255,.78);
}

.cw-footer__cta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.cw-footer__note{
  margin: 0;
  font-size: 12.5px;
  color: rgba(255,255,255,.70);
}

/* Columns */
.cw-footer__h3{
  margin: 4px 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.86);
}

.cw-footer__list,
.cw-footer__links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.cw-footer__label{
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.62);
  margin-bottom: 3px;
}

.cw-footer a{
  color: rgba(255,255,255,.90);
  text-decoration: none;
  font-weight: 800;
}
.cw-footer a:hover{ text-decoration: underline; }

.cw-footer__badge{
  margin-top: 16px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 13px;
  color: rgba(255,255,255,.80);
}

/* Mini */
.cw-footer__mini{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.10);
  font-size: 13px;
  color: rgba(255,255,255,.78);
}
.cw-footer__mini-title{
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
  color: rgba(255,255,255,.90);
}

/* Bottom */
.cw-footer__bottom{
  border-top: 1px solid rgba(255,255,255,.10);
  background: #050810;
}

.cw-footer__bottomwrap{
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cw-footer__copy{
  margin: 0;
  font-size: 12.5px;
  color: rgba(255,255,255,.68);
}

.cw-footer__legal{
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cw-footer__legal a{
  font-size: 12.5px;
  color: rgba(255,255,255,.76);
}

/* Buttons coherence (reuse cw-btn if present) */
.cw-footer .cw-btn--ghost{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.cw-footer .cw-btn--primary{
  background: linear-gradient(135deg, #1677ff, #0f5fda);
}

/* Responsive */
@media (max-width: 980px){
  .cw-footer__wrap{
    grid-template-columns: 1fr;
  }
  .cw-footer__bottomwrap{
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */