.elementor-190 .elementor-element.elementor-element-a6684a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a88f43f *//* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */

.dp-footer {
  font-family: var(--ff, 'Outfit', sans-serif);
  background: var(--ink, #0b1120);
  padding: 64px 5% 0;
  position: relative;
  overflow: hidden;
}

/* motif de points discret en fond */
.dp-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(55,138,221,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.dp-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}

/* top — 2 colonnes */
.dp-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

/* colonne gauche */
.dp-footer-logo {
  display: block;
  margin-bottom: 20px;
}
.dp-footer-logo img {
  height: 32px;
  width: auto;
  display: block;
  /* logo blanc sur fond sombre — filter pour inverser si logo sombre */
  filter: brightness(0) invert(1);
  opacity: .9;
}
.dp-footer-bio {
  font-size: .88rem;
  font-weight: 300;
  color: rgba(255,255,255,.4);
  line-height: 1.85;
  max-width: 320px;
  margin-bottom: 28px;
}
.dp-footer-socials {
  display: flex;
  gap: 10px;
}
.dp-footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.5) !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s, background .2s, color .2s, transform .2s;
  letter-spacing: 0;
}
.dp-footer-social:hover {
  border-color: rgba(55,138,221,.4);
  background: rgba(55,138,221,.1);
  color: #378add !important;
  transform: translateY(-2px);
}

/* colonne droite */
.dp-footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.dp-footer-col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 18px;
}
.dp-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.dp-footer-links a {
  font-size: .88rem;
  font-weight: 400;
  color: rgba(255,255,255,.5) !important;
  text-decoration: none;
  transition: color .2s, padding-left .2s;
  display: inline-block;
}
.dp-footer-links a:hover {
  color: rgba(255,255,255,.85) !important;
  padding-left: 4px;
}

/* bottom bar */
.dp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
}
.dp-footer-copy {
  font-size: .8rem;
  font-weight: 300;
  color: rgba(255,255,255,.2);
  letter-spacing: .02em;
}
.dp-footer-copy em {
  font-style: normal;
  color: rgba(255,255,255,.35);
}
.dp-footer-made {
  font-size: .78rem;
  font-weight: 300;
  color: rgba(255,255,255,.15);
  letter-spacing: .03em;
}
.dp-footer-made span {
  color: rgba(55,138,221,.5);
}

@media (max-width: 767px) {
  .dp-footer { padding: 48px 6% 0; }
  .dp-footer-top { grid-template-columns: 1fr; gap: 40px; }
  .dp-footer-right { grid-template-columns: 1fr 1fr; gap: 24px; }
  .dp-footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}/* End custom CSS */