/* Tarifs & CTA FedaPay */
.nfv-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 12px;
}
.nfv-cta__price {
  font-weight: 700;
  color: #1a5d2a;
  font-size: 1rem;
}
.nfv-cta__pay {
  text-decoration: none !important;
}
.nfv-cta__hint {
  font-size: 12px;
  color: #6b7280;
  width: 100%;
}


.nfv-checkout-body {
  min-height: 100vh;
  margin: 0;
  background: #f4f6f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.nfv-checkout-card {
  background: #fff;
  max-width: 420px;
  width: 100%;
  padding: 28px 26px;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(15, 61, 26, 0.12);
}
.nfv-checkout-back {
  display: inline-block;
  margin-bottom: 12px;
  color: #1a5d2a;
  text-decoration: none;
  font-size: 14px;
}
.nfv-checkout-amount {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f3d1a;
}

.nfv-cta--card {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}

/* Bouton fixe style WhatsApp vers la prise de rendez-vous */
.nfv-whatsapp-fixed {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  z-index: 501;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nfv-whatsapp-fixed:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
  color: #fff !important;
}
.nfv-whatsapp-fixed:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
