/* ===============================
   MACWIN DESIGN SYSTEM
=============================== */

.macwin-modal {
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.macwin-modal-banner {
  padding: 14px;
  text-align: center;
}

.macwin-modal-banner.success {
  background: #f7931e;
}

.macwin-modal-banner.error {
  background: #444;
}

.macwin-modal-logo {
  max-height: 34px;
}

.macwin-modal-inner {
  padding: 36px 42px 26px;
}

.macwin-modal-title {
  font-size: 1.25rem;
  margin-bottom: 18px;
  color: #222;
}

.macwin-modal-title.error {
  color: #b02a37;
}

.macwin-modal-body {
  max-width: 380px;
  margin: 0 auto;
  line-height: 1.55;
  color: #444;
}

.macwin-modal-actions {
  margin-top: 28px;
}

.macwin-modal-footer {
  padding: 14px 20px;
  font-size: .85rem;
  color: #666;
  background: #f4f6f8;
}

/* ===============================
   FORM ERRORS - AMÉLIORATION
=============================== */

.form-error {
  display: block;
  font-size: .875rem;
  color: #dc3545;
  margin-top: 0.25rem;
  font-weight: 500;
  min-height: 1.2em; /* Réserve l'espace même vide */
  line-height: 1.4;
}

/* Bordure rouge pour les champs invalides */
.form-control.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Animation pour attirer l'attention */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.form-control.is-invalid {
  animation: shake 0.3s ease-in-out;
}

button[disabled] {
  opacity: .6;
  cursor: not-allowed;
}

/* ===============================
   EMAILS MACWIN (INLINE SAFE)
=============================== */

.email-container {
  max-width: 520px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.email-header {
  background: #f7931e;
  padding: 14px;
  text-align: center;
}

.email-header img {
  max-height: 36px;
}

.email-title {
  padding: 22px;
  font-size: 1.25rem;
  text-align: center;
  color: #222;
}

.email-body {
  padding: 0 32px 26px;
  color: #444;
  line-height: 1.55;
}

.email-footer {
  padding: 14px 20px;
  font-size: .85rem;
  text-align: center;
  background: #f4f6f8;
  color: #666;
}
