/* Bandeau support — esimvoyage.fr uniquement (injecté par support-contact.js) */
:root {
  --ev-support-bar-h: 44px;
}

.ev-support-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  min-height: var(--ev-support-bar-h);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  padding-bottom: calc(0.35rem + env(safe-area-inset-bottom, 0));
  background: #0f172a;
  color: #f8fafc;
  font-size: 0.8125rem;
  font-weight: 500;
  box-shadow: 0 -2px 12px rgba(15, 23, 42, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ev-support-bar__label {
  color: #94a3b8;
  margin-right: 0.15rem;
}

.ev-support-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: inherit;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: background 0.15s ease;
}

.ev-support-bar__link:hover,
.ev-support-bar__link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.ev-support-bar__link--whatsapp {
  color: #25d366;
}

.ev-support-bar__sep {
  color: #475569;
  user-select: none;
}

.ev-support-bar__hint {
  display: none;
  color: #64748b;
  font-size: 0.6875rem;
  margin-left: 0.5rem;
}

@media (min-width: 640px) {
  .ev-support-bar__hint {
    display: inline;
  }
}

body.ev-has-support-bar {
  padding-bottom: calc(var(--ev-support-bar-h) + env(safe-area-inset-bottom, 0));
}

body.ev-support-bar-hidden .ev-support-bar {
  display: none;
}

body.ev-support-bar-hidden {
  padding-bottom: 0;
}

.ev-support-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-size: 0.875rem;
  color: #14532d;
}

.ev-support-inline__text {
  flex: 1 1 200px;
  line-height: 1.5;
}

.ev-support-inline__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ev-support-inline__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.ev-support-inline__btn:hover {
  opacity: 0.9;
}

.ev-support-inline__btn--wa {
  background: #25d366;
  color: #fff;
}

.ev-support-inline__btn--email {
  background: #fff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

.ev-contact-whatsapp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.ev-contact-whatsapp .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}

.ev-contact-whatsapp .btn-whatsapp:hover {
  background: #1ebe57;
  border-color: #1ebe57;
  color: #fff;
}
