/* ==========================================================
   JOBWAV — DESIGN SYSTEM v2.0
   Palette : Bleu (#0d6efd) & Jaune (#ffc107)
   Mobile-First | UTF-8 | Afrique de l'Ouest
   ========================================================== */

/* --- 1. VARIABLES GLOBALES (Custom Properties) --- */
:root {
  /* Couleurs sémantiques en Mode Clair (Défaut) */
  --jw-bg-body: #f8fafc;
  --jw-bg-surface: #ffffff;
  --jw-bg-card: #ffffff;
  --jw-text-primary: #0f172a;
  --jw-text-muted: #475569;
  --jw-border: #e2e8f0;
  --jw-white: #ffffff;

  /* Couleurs principales */
  --jw-primary: #09232b;
  --jw-primary-dark: #06171d;
  --jw-primary-light: #16404d;
  --jw-secondary: #fec11a;
  --jw-secondary-dark: #e0aa14;
  --jw-secondary-light: #ffd24d;
  --jw-accent: #fec11a;
  --jw-success: #198754;
  --jw-danger: #dc3545;
  --jw-warning: #fd7e14;
  --jw-info: #0dcaf0;

  /* Neutres */
  --jw-dark: #1a1d21;
  --jw-gray-900: #212529;
  --jw-gray-800: #343a40;
  --jw-gray-700: #495057;
  --jw-gray-600: #6c757d;
  --jw-gray-500: #adb5bd;
  --jw-gray-400: #ced4da;
  --jw-gray-300: #dee2e6;
  --jw-gray-200: #e9ecef;
  --jw-gray-100: #f8f9fa;
  --jw-body-bg: #f8fafc;

  /* Typographie */
  --jw-font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --jw-font-heading: 'Inter', sans-serif;
  --jw-fs-xs: 0.75rem;
  --jw-fs-sm: 0.875rem;
  --jw-fs-base: 1rem;
  --jw-fs-lg: 1.125rem;
  --jw-fs-xl: 1.25rem;
  --jw-fs-2xl: 1.5rem;
  --jw-fs-3xl: 2rem;
  --jw-fs-4xl: 2.5rem;

  /* Espacement */
  --jw-space-xs: 0.25rem;
  --jw-space-sm: 0.5rem;
  --jw-space-md: 1rem;
  --jw-space-lg: 1.5rem;
  --jw-space-xl: 2rem;
  --jw-space-2xl: 3rem;

  /* Bordures & Ombres */
  --jw-radius-sm: 6px;
  --jw-radius-md: 10px;
  --jw-radius-lg: 16px;
  --jw-radius-xl: 24px;
  --jw-radius-full: 50%;
  --jw-shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --jw-shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --jw-shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --jw-shadow-xl: 0 12px 40px rgba(0,0,0,0.15);

  /* Transitions */
  --jw-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --jw-transition-fast: all 0.15s ease;
}


/* --- 2. RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; }

body {
  background-color: var(--jw-bg-body) !important;
  color: var(--jw-text-primary) !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

h1, h2, h3, h4, h5, h6, .title, .cta-title {
  color: var(--jw-text-primary) !important;
  transition: color 0.3s ease;
}

p, span, li, a, td, th, i {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}



/* --- 3. BOUTONS MODERNES --- */
.jw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border: none; border-radius: var(--jw-radius-md);
  font-family: var(--jw-font-main); font-size: var(--jw-fs-sm); font-weight: 600;
  cursor: pointer; transition: var(--jw-transition); text-decoration: none;
  position: relative; overflow: hidden; letter-spacing: 0.02em;
}
.jw-btn::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 60%);
  opacity: 0; transition: var(--jw-transition);
}
.jw-btn:hover::after { opacity: 1; }
.jw-btn:active { transform: scale(0.97); }
.jw-btn-primary { background: var(--jw-primary); color: #fff; }
.jw-btn-primary:hover { box-shadow: 0 4px 15px rgba(9,35,43,0.4); transform: translateY(-2px); color: #fff; }
.jw-btn-secondary { background: var(--jw-secondary); color: var(--jw-primary); }
.jw-btn-secondary:hover { box-shadow: 0 4px 15px rgba(254,193,26,0.4); transform: translateY(-2px); color: var(--jw-primary); }
.jw-btn-outline { background: transparent; border: 2px solid var(--jw-primary); color: var(--jw-primary); }
.jw-btn-outline:hover { background: var(--jw-primary); color: #fff; }
.jw-btn-success { background: linear-gradient(135deg, var(--jw-success), #157347); color: #fff; }
.jw-btn-danger { background: linear-gradient(135deg, var(--jw-danger), #b02a37); color: #fff; }
.jw-btn-sm { padding: 8px 16px; font-size: var(--jw-fs-xs); }
.jw-btn-lg { padding: 16px 32px; font-size: var(--jw-fs-lg); }
.jw-btn-block { width: 100%; }
.jw-btn:disabled, .jw-btn.is-loading { opacity: 0.7; pointer-events: none; }

/* Spinner dans les boutons */
.jw-btn .jw-spinner { display: none; width: 18px; height: 18px; border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff; border-radius: 50%; animation: jw-spin 0.6s linear infinite; }
.jw-btn.is-loading .jw-spinner { display: inline-block; }
.jw-btn.is-loading .jw-btn-text { opacity: 0.5; }

@keyframes jw-spin { to { transform: rotate(360deg); } }

/* --- 4. CARTES MODERNES --- */
.jw-card {
  background: var(--jw-white); border-radius: var(--jw-radius-lg);
  box-shadow: var(--jw-shadow-sm); transition: var(--jw-transition);
  overflow: hidden; border: 1px solid var(--jw-gray-200);
}
.jw-card:hover { box-shadow: var(--jw-shadow-lg); transform: translateY(-4px); }
.jw-card-body { padding: var(--jw-space-lg); }
.jw-card-img { width: 100%; height: 200px; object-fit: cover; }
.jw-card-title { font-size: var(--jw-fs-lg); font-weight: 700; color: var(--jw-gray-900); margin-bottom: var(--jw-space-sm); }
.jw-card-text { color: var(--jw-gray-600); font-size: var(--jw-fs-sm); line-height: 1.6; }
.jw-card-footer { padding: var(--jw-space-md) var(--jw-space-lg);
  border-top: 1px solid var(--jw-gray-200); background: var(--jw-gray-100); }

/* Carte Pricing */
.jw-pricing-card { text-align: center; position: relative; }
.jw-pricing-card.is-popular { border: 2px solid var(--jw-primary); }
.jw-pricing-card.is-popular::before {
  content: 'POPULAIRE'; position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--jw-primary); color: #fff; padding: 4px 20px;
  font-size: var(--jw-fs-xs); font-weight: 700; border-radius: 0 0 8px 8px;
}
.jw-price { font-size: var(--jw-fs-4xl); font-weight: 800; color: var(--jw-primary); }
.jw-price-period { font-size: var(--jw-fs-sm); color: var(--jw-gray-600); font-weight: 400; }
.jw-pricing-features { list-style: none; padding: 0; margin: var(--jw-space-lg) 0; text-align: left; }
.jw-pricing-features li { padding: 8px 0; border-bottom: 1px solid var(--jw-gray-200);
  font-size: var(--jw-fs-sm); color: var(--jw-gray-700); display: flex; align-items: center; gap: 8px; }
.jw-pricing-features li::before { content: '✓'; color: var(--jw-success); font-weight: 700; }
.jw-pricing-features li.disabled { opacity: 0.4; text-decoration: line-through; }
.jw-pricing-features li.disabled::before { content: '✗'; color: var(--jw-danger); }

/* --- 5. BADGES & TAGS --- */
.jw-badge {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 12px; border-radius: 20px; font-size: var(--jw-fs-xs);
  font-weight: 600; letter-spacing: 0.02em;
}
.jw-badge-primary { background: rgba(9,35,43,0.1); color: var(--jw-primary); }
.jw-badge-success { background: rgba(25,135,84,0.1); color: var(--jw-success); }
.jw-badge-warning { background: rgba(255,193,7,0.15); color: var(--jw-secondary-dark); }
.jw-badge-danger { background: rgba(220,53,69,0.1); color: var(--jw-danger); }
.jw-badge-bronze { background: linear-gradient(135deg, #cd7f32, #a0522d); color: #fff; }
.jw-badge-silver { background: linear-gradient(135deg, #c0c0c0, #a8a8a8); color: #333; }
.jw-badge-gold { background: linear-gradient(135deg, #ffd700, #daa520); color: #333; }
.jw-badge-legend { background: linear-gradient(135deg, #6a0dad, #9b59b6); color: #fff; }

/* --- 6. FORMULAIRES VALIDÉS --- */
.jw-form-group { margin-bottom: var(--jw-space-lg); position: relative; }
.jw-form-label { display: block; margin-bottom: 6px; font-size: var(--jw-fs-sm);
  font-weight: 600; color: var(--jw-gray-700); }
.jw-form-control {
  width: 100%; padding: 12px 16px; border: 2px solid var(--jw-gray-300);
  border-radius: var(--jw-radius-md); font-size: var(--jw-fs-base);
  font-family: var(--jw-font-main); transition: var(--jw-transition);
  background: var(--jw-white); color: var(--jw-gray-900);
}
.jw-form-control:focus { border-color: var(--jw-primary); outline: none;
  box-shadow: 0 0 0 4px rgba(9,35,43,0.15); }
.jw-form-control.is-valid { border-color: var(--jw-success); }
.jw-form-control.is-invalid { border-color: var(--jw-danger); }
.jw-form-hint { font-size: var(--jw-fs-xs); color: var(--jw-gray-600); margin-top: 4px; }
.jw-form-error { font-size: var(--jw-fs-xs); color: var(--jw-danger); margin-top: 4px; display: none; }
.jw-form-control.is-invalid + .jw-form-error,
.jw-form-control.is-invalid ~ .jw-form-error { display: block; }

/* Force mot de passe */
.jw-password-strength { height: 4px; border-radius: 2px; background: var(--jw-gray-300);
  margin-top: 8px; overflow: hidden; }
.jw-password-strength-bar { height: 100%; border-radius: 2px; transition: var(--jw-transition); width: 0; }
.jw-password-strength-bar.weak { width: 25%; background: var(--jw-danger); }
.jw-password-strength-bar.fair { width: 50%; background: var(--jw-warning); }
.jw-password-strength-bar.good { width: 75%; background: var(--jw-secondary); }
.jw-password-strength-bar.strong { width: 100%; background: var(--jw-success); }

/* --- 7. TOAST NOTIFICATIONS --- */
.jw-toast-container {
  position: fixed; top: 20px; right: 20px; z-index: 99999;
  display: flex; flex-direction: column; gap: 10px; max-width: 380px; width: 100%;
}
.jw-toast {
  display: flex; align-items: flex-start; gap: 12px; padding: 16px 20px;
  border-radius: var(--jw-radius-md); color: #fff; font-size: var(--jw-fs-sm);
  box-shadow: var(--jw-shadow-lg); animation: jw-toast-in 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative; overflow: hidden;
}
.jw-toast::before { content: ''; position: absolute; bottom: 0; left: 0;
  height: 3px; background: rgba(255,255,255,0.4); animation: jw-toast-timer 5s linear forwards; }
.jw-toast.success { background: var(--jw-success); }
.jw-toast.error { background: var(--jw-danger); }
.jw-toast.warning { background: var(--jw-warning); color: var(--jw-dark); }
.jw-toast.info { background: var(--jw-primary); }
.jw-toast-close { background: none; border: none; color: inherit; cursor: pointer;
  font-size: 18px; opacity: 0.7; margin-left: auto; padding: 0; line-height: 1; }
.jw-toast-close:hover { opacity: 1; }
.jw-toast.removing { animation: jw-toast-out 0.3s ease forwards; }

@keyframes jw-toast-in { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes jw-toast-out { to { transform: translateX(120%); opacity: 0; } }
@keyframes jw-toast-timer { from { width: 100%; } to { width: 0; } }

/* --- 8. BARRE DE PROGRESSION --- */
.jw-progress { height: 8px; background: var(--jw-gray-200); border-radius: 4px; overflow: hidden; }
.jw-progress-bar { height: 100%; border-radius: 4px; transition: width 0.5s ease;
  background: linear-gradient(90deg, var(--jw-primary), var(--jw-accent)); }
.jw-progress-bar.animated { background-size: 200% 100%;
  animation: jw-progress-shine 1.5s linear infinite;
  background-image: linear-gradient(90deg, var(--jw-primary), var(--jw-accent), var(--jw-primary)); }

@keyframes jw-progress-shine { from { background-position: 200% 0; } to { background-position: -200% 0; } }

/* --- 9. STATS COUNTER --- */
.jw-stats-section { background: linear-gradient(135deg, var(--jw-dark) 0%, #2d3748 100%);
  padding: var(--jw-space-2xl) 0; }
.jw-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--jw-space-lg); }
.jw-stat-item { text-align: center; padding: var(--jw-space-lg); }
.jw-stat-number { font-size: var(--jw-fs-4xl); font-weight: 800; color: var(--jw-secondary);
  line-height: 1; margin-bottom: 8px; }
.jw-stat-label { font-size: var(--jw-fs-sm); color: var(--jw-gray-400);
  text-transform: uppercase; letter-spacing: 0.05em; }

/* --- 10. SOCIAL SHARE --- */
.jw-social-share { display: flex; gap: 8px; flex-wrap: wrap; }
.jw-share-btn { display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--jw-radius-full); border: none;
  color: #fff; cursor: pointer; transition: var(--jw-transition); font-size: 16px; }
.jw-share-btn:hover { transform: translateY(-3px); box-shadow: var(--jw-shadow-md); }
.jw-share-btn.whatsapp { background: #25D366; }
.jw-share-btn.facebook { background: #1877F2; }
.jw-share-btn.linkedin { background: #0A66C2; }
.jw-share-btn.twitter { background: #1DA1F2; }

/* --- 11. RANKING --- */
.jw-rank-card { display: flex; align-items: center; gap: var(--jw-space-md);
  padding: var(--jw-space-md) var(--jw-space-lg); background: var(--jw-white);
  border-radius: var(--jw-radius-md); border: 1px solid var(--jw-gray-200);
  transition: var(--jw-transition); }
.jw-rank-card:hover { box-shadow: var(--jw-shadow-md); }
.jw-rank-position { font-size: var(--jw-fs-2xl); font-weight: 800; color: var(--jw-primary);
  min-width: 50px; text-align: center; }
.jw-rank-position.top-3 { color: var(--jw-secondary); }
.jw-rank-avatar { width: 56px; height: 56px; border-radius: var(--jw-radius-full);
  object-fit: cover; border: 3px solid var(--jw-gray-200); }
.jw-rank-info { flex: 1; }
.jw-rank-name { font-weight: 700; color: var(--jw-gray-900); }
.jw-rank-score { font-size: var(--jw-fs-sm); color: var(--jw-gray-600); }
.jw-rank-bar { width: 120px; height: 8px; background: var(--jw-gray-200); border-radius: 4px; overflow: hidden; }
.jw-rank-bar-fill { height: 100%; border-radius: 4px;
  background: linear-gradient(90deg, var(--jw-primary), var(--jw-secondary)); }

/* --- 12. PRÉVISUALISATION IMAGE --- */
.jw-image-preview { width: 100%; max-width: 300px; height: 200px;
  border: 2px dashed var(--jw-gray-400); border-radius: var(--jw-radius-md);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  cursor: pointer; transition: var(--jw-transition); background: var(--jw-gray-100); }
.jw-image-preview:hover { border-color: var(--jw-primary); background: rgba(9,35,43,0.05); }
.jw-image-preview img { width: 100%; height: 100%; object-fit: cover; }
.jw-image-preview .placeholder { color: var(--jw-gray-500); text-align: center;
  font-size: var(--jw-fs-sm); }

/* --- 13. UTILITAIRES FLEXBOX & GRID --- */
.jw-flex { display: flex; }
.jw-flex-center { display: flex; align-items: center; justify-content: center; }
.jw-flex-between { display: flex; align-items: center; justify-content: space-between; }
.jw-flex-col { display: flex; flex-direction: column; }
.jw-flex-wrap { flex-wrap: wrap; }
.jw-gap-sm { gap: var(--jw-space-sm); }
.jw-gap-md { gap: var(--jw-space-md); }
.jw-gap-lg { gap: var(--jw-space-lg); }
.jw-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--jw-space-lg); }
.jw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--jw-space-lg); }
.jw-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--jw-space-lg); }
.jw-text-center { text-align: center; }
.jw-text-muted { color: var(--jw-gray-600); }
.jw-mt-lg { margin-top: var(--jw-space-lg); }
.jw-mb-lg { margin-bottom: var(--jw-space-lg); }
.jw-py-2xl { padding-top: var(--jw-space-2xl); padding-bottom: var(--jw-space-2xl); }

/* --- 14. RESPONSIVE (Mobile-First) --- */
@media (max-width: 991px) {
  .jw-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .jw-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .jw-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .jw-grid-4, .jw-grid-3, .jw-grid-2 { grid-template-columns: 1fr; }
  .jw-stats-grid { grid-template-columns: 1fr; }
  .jw-toast-container { left: 10px; right: 10px; max-width: none; }
  .jw-btn-lg { padding: 14px 24px; font-size: var(--jw-fs-base); }
  /* Tableaux responsive → cartes */
  .jw-table-responsive table { border: 0; }
  .jw-table-responsive table thead { display: none; }
  .jw-table-responsive table tr {
    display: block; margin-bottom: var(--jw-space-md); background: var(--jw-white);
    border-radius: var(--jw-radius-md); box-shadow: var(--jw-shadow-sm);
    padding: var(--jw-space-md); border: 1px solid var(--jw-gray-200);
  }
  .jw-table-responsive table td {
    display: flex; justify-content: space-between; padding: 8px 0;
    border-bottom: 1px solid var(--jw-gray-200); font-size: var(--jw-fs-sm);
  }
  .jw-table-responsive table td:last-child { border-bottom: none; }
  .jw-table-responsive table td::before { content: attr(data-label);
    font-weight: 600; color: var(--jw-gray-700); margin-right: 10px; }
}

/* --- 15. ANIMATIONS GLOBALES --- */
.jw-fade-in { animation: jw-fadeIn 0.5s ease; }
@keyframes jw-fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.jw-slide-up { animation: jw-slideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
@keyframes jw-slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

/* --- 16. MENUS COLLANTS & SÉCURITÉ DU RENDU --- */
.header-nav.stricky-fixed {
  background-color: var(--jw-white) !important;
  box-shadow: var(--jw-shadow-md) !important;
  border-bottom: 1px solid var(--jw-gray-200) !important;
  transition: all 0.3s ease-in-out;
}
.header-nav.stricky-fixed .ace-responsive-menu .list-item span,
.header-nav.stricky-fixed .ace-responsive-menu .list-item,
.header-nav.stricky-fixed .login-info,
.header-nav.stricky-fixed .login-info span,
.header-nav.stricky-fixed .btn-mega {
  color: var(--jw-dark) !important;
}
.header-nav.stricky-fixed .logo1 {
  display: none !important;
}
.header-nav.stricky-fixed .logo2 {
  display: block !important;
}

/* --- 17. GLASSMORPHISM DE L'EN-TÊTE D'ACCUEIL (TRANSPARENT HEADER IMPROVEMENT) ---
   Assure un contraste optimal pour le texte blanc et le logo blanc du menu principal
   sans altérer le visuel du Hero Banner sous-jacent. */
header.nav-homepage-style:not(.stricky-fixed) {
  background: rgba(18, 18, 18, 0.5) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* --- 18. IMAGE DE FOND DE SECOURS DU HERO BANNER (CSS FALLBACK) ---
   Permet d'afficher instantanément un arrière-plan sombre avec image de secours
   avant même l'initialisation complète d'Owl Carousel par le JavaScript. */
.main-banner-wrapper.home1_style {
  background-image: linear-gradient(rgba(9, 35, 43, 0.7), rgba(9, 35, 43, 0.7)), url('../images/home/home-1.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 550px !important;
  position: relative;
}

/* Opacité/Overlay pour les images dynamiques du Hero */
.main-banner-wrapper.home1_style .slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(9, 35, 43, 0.7);
  z-index: 1;
}
.main-banner-wrapper.home1_style .slide {
  position: relative;
}

/* --- 19. RESPIRATION ET ESTHÉTIQUE DES CARTES MISSIONS (BREATHING SPACE) ---
   Donne du souffle et du volume aux cartes de missions sur la page d'accueil.
   Augmente le rembourrage interne (padding) et propose un hover raffiné. */
.job-list-style1 {
  padding: 32px 28px !important; /* Padding étendu pour laisser respirer */
  margin-bottom: 24px !important; /* Marge inférieure accrue */
  background: var(--jw-white) !important;
  border: 1px solid var(--jw-gray-200) !important;
  border-radius: var(--jw-radius-lg) !important;
  box-shadow: 0 10px 30px rgba(64, 79, 104, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}
.job-list-style1:hover {
  border-color: var(--jw-primary) !important;
  box-shadow: 0 20px 40px rgba(9, 35, 43, 0.08) !important;
  transform: translateY(-5px) !important;
}

/* --- 20. CONCEPTION PREMIUM DES FORMULAIRES NEWSLETTER (FOOTER) ---
   S'assure que le champ email et le bouton d'inscription s'affichent de façon
   parfaite et haut de gamme dans le pied de page sombre. */
.mailchimp-style1 {
  position: relative !important;
  width: 100% !important;
  max-width: 320px !important;
}
.mailchimp-style1 input[type="email"] {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 60px !important;
  color: var(--jw-white) !important;
  padding: 14px 120px 14px 20px !important;
  height: 52px !important;
  font-size: var(--jw-fs-sm) !important;
  transition: all 0.3s ease !important;
}
.mailchimp-style1 input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.mailchimp-style1 input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: var(--jw-primary) !important;
  box-shadow: 0 0 0 3px rgba(9, 35, 43, 0.25) !important;
  outline: none !important;
}
.mailchimp-style1 button {
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  bottom: 5px !important;
  background: var(--jw-primary) !important;
  color: var(--jw-white) !important;
  border: none !important;
  border-radius: 60px !important;
  padding: 0 20px !important;
  font-weight: 600 !important;
  font-size: var(--jw-fs-xs) !important;
  letter-spacing: 0.03em !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: calc(100% - 10px) !important;
}
.mailchimp-style1 button:hover {
  background: var(--jw-primary-dark) !important;
  transform: translateY(0) !important;
  box-shadow: 0 4px 10px rgba(9, 35, 43, 0.3) !important;
}

/* --- 21. AVATAR DE MISSION "DE CÔTÉ" DANS LA PRÉSENTATION DE PROJET ---
   Style les éléments de profil/catégorie à gauche du titre dans project-single.php. */
.project-avatar-side {
  width: 72px;
  height: 72px;
  border-radius: var(--jw-radius-full);
  border: 3px solid var(--jw-white);
  box-shadow: var(--jw-shadow-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--jw-white);
  transition: var(--jw-transition);
}
.project-avatar-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--jw-radius-full);
}
.project-avatar-side:hover {
  transform: scale(1.05);
  box-shadow: var(--jw-shadow-lg);
}




