.elementor-1248 .elementor-element.elementor-element-16ece17{--display:flex;}.elementor-1248 .elementor-element.elementor-element-95ad593{padding:-4px -4px -4px -4px;}/* Start custom CSS for html, class: .elementor-element-95ad593 */.cifs-footer {
  background: #000;
  color: white;
  padding: 0 20px 20px;
  font-family: Arial, sans-serif;
  position: relative;
}

/* Bande dorée premium */
.footer-gold-line {
  width: 100%;
  height: 6px;
  background: #FFC20F;
  margin-bottom: 40px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-col {
  flex: 1 1 220px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #FFC20F;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer-text a {
  color: #FFC20F;
  text-decoration: none;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #FFC20F;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  background: #FFC20F;
  color: #000;
  padding: 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 13px;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 700px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */