/* ==== FOOTER PROFESSIONNEL ==== */
.footer {
  background: linear-gradient(135deg, #002B40 0%, #002B40 100%);
  color: white;
  padding: 60px 0 0;
  margin-top: 0;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

/* Section Questions */
.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
  text-align: left;
}

.footer-questions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-questions h3 {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
  color: #00A5A7;
}

.footer-questions p {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.btn-help-center {
  background: #00A5A7;
  color: white;
  border: none;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-help-center:hover {
  background: #00898b;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 165, 167, 0.3);
}

/* Section Branding */
.footer-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
  text-align: left;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logo .brand {
  font-family: 'Pacifico', cursive;
  font-size: 2.2em;
  color: #00A5A7;
  margin: 0;
}

.footer-logo p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 0.95em;
}

.footer-apps {
  display: flex;
  gap: 15px;
}

.app-download-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #333;
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9em;
}

.app-download-btn:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.app-download-btn i {
  font-size: 1.3em;
}

.app-download-btn strong {
  font-weight: 600;
}

/* Colonnes de liens */
.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  text-align: left;
  justify-content: flex-start;
}

.footer-column h4 {
  font-size: 1.3em;
  font-weight: 600;
  color: #00A5A7;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 165, 167, 0.3);
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h5 {
  font-size: 1.1em;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95em;
  transition: all 0.3s ease;
  display: block;
  padding: 4px 0;
}

.footer-column a:hover {
  color: #00A5A7;
  transform: translateX(5px);
}

.highlight-link {
  color: #00A5A7 !important;
  font-weight: 600 !important;
}

.highlight-link:hover {
  color: #00898b !important;
}

/* Spécialités - Layout en colonnes */
.specialties-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}

.specialties-list li {
  margin-bottom: 6px;
}

/* Recherches fréquentes */
.frequent-searches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}

.frequent-searches li {
  margin-bottom: 6px;
}

/* Section légale */
.footer-legal-section {
  background: transparent;
  color: white;
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-address h4,
.footer-certification h4,
.footer-healthcare-search h4 {
  font-size: 1.1em;
  font-weight: 600;
  color: #00A5A7;
  margin-bottom: 15px;
}

.footer-address p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 0.95em;
}

.certification-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cert-logo {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #00A5A7 0%, #00898b 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

.certification-badge span {
  color: white;
  font-weight: 500;
}

.footer-healthcare-search p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 15px 0;
  font-size: 0.95em;
}

.alphabet-index {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
}

.alphabet-index span {
  color: #00A5A7;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 2px 3px;
  border-radius: 3px;
  white-space: nowrap;
  flex-shrink: 0;
}

.alphabet-index span:hover {
  background: #00A5A7;
  color: white;
}

.footer-legal-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.legal-links-primary,
.legal-links-secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.legal-links-primary a,
.legal-links-secondary a {
  color: #00A5A7;
  text-decoration: none;
  font-size: 0.9em;
  transition: all 0.3s ease;
}

.legal-links-primary a:hover,
.legal-links-secondary a:hover {
  color: #00898b;
  text-decoration: underline;
}

.legal-links-primary span,
.legal-links-secondary span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
}

/* Barre du bas */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.footer-locale {
  display: flex;
  gap: 30px;
}

.locale-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
}

.locale-selector i {
  color: #00A5A7;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #00A5A7;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1em;
}

.social-link:hover {
  background: #00A5A7;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 165, 167, 0.3);
}

/* Responsive */
@media (max-width: 1024px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-column:last-child {
    grid-column: 1 / -1;
    margin-top: 20px;
  }
  
  .specialties-list,
  .frequent-searches {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
  
  .footer-header {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
  
  .footer-questions {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  
  .footer-branding {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start;
  }
  
  .footer-apps {
    flex-direction: column;
    width: 100%;
  }
  
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .specialties-list,
  .frequent-searches {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer-legal-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .alphabet-index {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  
  .legal-links-primary,
  .legal-links-secondary {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  
  .legal-links-primary span,
  .legal-links-secondary span {
    display: none;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }
  
  .footer-locale {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .specialties-list,
  .frequent-searches {
    grid-template-columns: 1fr;
  }
  
  .footer-columns {
    gap: 25px;
  }
  
  .footer-column h4 {
    font-size: 1.2em;
  }
}
