/* Light polish additions for the static build (loaded after app.css). */

/* Inline SVG icons (replace the icon font that shipped without glyphs) */
.fi {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}

/* Footer "Coordonnées" icons */
.footer p .fi {
  color: #a78bfa;
  margin-right: 0.5rem;
}

/* Contact page — info card replacing the old form */
.contactus .contact-info {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.12);
}

.contactus .contact-info h3 {
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
  color: #1e1b4b;
}

.contactus .contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contactus .contact-info li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(99, 102, 241, 0.08);
  font-size: 1.05rem;
}

.contactus .contact-info li:last-child {
  border-bottom: none;
}

.contactus .contact-info .ci-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  color: #fff;
  box-shadow: 0 6px 15px rgba(99, 102, 241, 0.3);
}

.contactus .contact-info .ci-icon .fi {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.contactus .contact-info a {
  color: #6d28d9;
  font-weight: 600;
  transition: color 0.25s ease;
  word-break: break-word;
}

.contactus .contact-info a:hover {
  color: #8b5cf6;
  text-decoration: none;
}

.contactus .contact-info .label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9ca3af;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contactus .contact-info {
    margin-bottom: 1.5rem;
  }
}
