.elementor-20749 .elementor-element.elementor-element-4e6abae{--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;--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-20749 .elementor-element.elementor-element-9fe6bc1{--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;--margin-top:-8px;--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 for html, class: .elementor-element-1d341e6 *//* ============================================================
   FOOTER — ACF-CI
   ============================================================ */

/* ── Wrapper principal ──────────────────────────────────────── */
.site-footer {
  background: #181818;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(255, 255, 255, 0.6) 1px,
    transparent 0
  );
  background-size: 28px 28px;
  pointer-events: none;
}

/* ── Bande supérieure ───────────────────────────────────────── */
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 48px 24px 0px;
  position: relative;
  z-index: 1;
}

.footer-top-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 56px;
  align-items: start;
}

/* ── Bloc marque (colonne gauche) ───────────────────────────── */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.footer-brand p{
  margin: 0 0 10px !important;
}

.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--blanc);
  line-height: 1.2;
}

.footer-brand-name em {
  font-style: italic;
  color: var(--orange);
}

.footer-brand-baseline {
  font-family: 'Outfit', sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.footer-brand-sigma {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

.footer-brand-sigma::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

/* ── Grille des liens (colonne droite) ──────────────────────── */
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 24px;
}

/* ── Colonne de liens ───────────────────────────────────────── */
.footer-col-title {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.footer-col-title::before {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: var(--orange);
  flex-shrink: 0;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-nav li a {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  transition: color 0.2s, gap 0.2s;
  line-height: 1.4;
}

.footer-nav li a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
  transition: background 0.2s;
}

.footer-nav li a:hover {
  color: var(--blanc);
  gap: 10px;
}

.footer-nav li a:hover::before {
  background: var(--orange);
}

/* ── Barre de bas ───────────────────────────────────────────── */
.footer-bottom {
  padding: 18px 24px;
  position: relative;
  z-index: 1;
}

.footer-bottom-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.footer-copyright strong {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* Liens inline barre du bas */
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  font-family: 'Outfit', sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s;
}

.footer-bottom-links a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-links span {
  color: rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

/* ── Contacts rapides ───────────────────────────────────────── */
.footer-contacts {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 0px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 12px;
  border-radius: 20px;
  text-decoration: none;
  border-bottom: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.footer-contact-item:hover {
  background: rgba(239, 92, 26, 0.12);
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(239, 92, 26, 0.25);
}

.footer-contact-item svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  opacity: 0.6;
}

/* ============================================================
   RESPONSIVE — TABLETTE 860px
   ============================================================ */
@media (max-width: 860px) {
  .footer-top-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-brand {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
  }
}

/* ============================================================
   RESPONSIVE — MOBILE 600px
   ============================================================ */
@media (max-width: 600px) {
  .footer-top {
    padding: 40px 20px 32px;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-bottom-links {
    gap: 14px;
  }
}

/* ============================================================
   RESPONSIVE — PETIT MOBILE 420px
   ============================================================ */
@media (max-width: 420px) {
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-contacts {
    gap: 8px;
  }
}/* End custom CSS */