.elementor-50 .elementor-element.elementor-element-9153ed1{--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-50 .elementor-element.elementor-element-44ba7c8{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 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-44ba7c8 *//* ===== FOOTER PREMIUM - Citadelle Conseils ===== */
#site-footer {
  background: #0B1F3A; /* Bleu Citadelle */
  color: #ffffff;
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
}

#site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

#site-footer .footer-links {
  display: flex;
  gap: 20px;
}

#site-footer a {
  color: #A6C8FF; /* Bleu clair élégant */
  text-decoration: none;
  font-weight: 500;
  transition: opacity .25s ease;
}

#site-footer a:hover {
  opacity: 0.65;
}

/* Mobile */
@media (max-width: 600px) {
  #site-footer .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
  #site-footer .footer-links {
    gap: 12px;
    flex-wrap: wrap;
  }
}/* End custom CSS */