/*
 * ═══════════════════════════════════════════════════════════════
 * BIZME.FR — ESPACE INTÉRIEUR MEMBRE — Maestro Premium v1.0
 * Auteur : Nova / Maestro Design Premium — Christian Luc
 * Date   : 2026-05-13
 *
 * Périmètre : sidebar, cards missions, filtres, colonnes,
 *             Select2, chatbot Maya, header membre, stats
 * ═══════════════════════════════════════════════════════════════
 */

/* ─────────────────────────────────────────────
   1. LAYOUT 3 COLONNES — RESPIRATION GLOBALE
   ─────────────────────────────────────────────*/

/* Fond général espace membre — léger bleu très doux */
body.scrollbar-primary,
.scrollbar-primary {
  background: #eef3f1 !important;
  color: #0F172A !important;
}

/* Conteneur principal — padding généreux */
.col-md-7.bg-container,
.col-md-7 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* ─────────────────────────────────────────────
   2. SIDEBAR GAUCHE — REFONTE PREMIUM
   ─────────────────────────────────────────────*/
.left-sidebar {
  background: #FFFFFF !important;
  border-right: 1px solid #dbe4df !important;
  box-shadow: 2px 0 16px rgba(31, 111, 74, 0.05) !important;
  padding: 20px 12px 40px !important;
  min-height: 100vh;
}

/* Bouton CTA sidebar — or signature */
.btn-ajout-mission,
.left-sidebar .btn-outline-bizme {
  background: linear-gradient(135deg, #C9A84C, #A8893A) !important;
  color: #1B1B1B !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(201, 168, 76, 0.30) !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.02em !important;
  border-radius: 50px !important;
  padding: 10px 16px !important;
  transition: all 0.2s ease !important;
  margin-bottom: 8px !important;
}
.btn-ajout-mission:hover,
.left-sidebar .btn-outline-bizme:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.45) !important;
  color: #1B1B1B !important;
}

/* Liste menu sidebar — épurée */
.left-sidebar .list-group {
  padding-top: 16px !important;
}
.left-sidebar .list-group-item {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 2px !important;
}
.left-sidebar .list-group-item a {
  display: flex !important;
  align-items: center !important;
  padding: 9px 10px !important;
  border-radius: 10px !important;
  font-size: 0.825rem !important;
  font-weight: 500 !important;
  color: #475569 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  gap: 10px !important;
}
.left-sidebar .list-group-item a:hover {
  background: #f3f8f5 !important;
  color: #1f6f4a !important;
  padding-left: 14px !important;
}
.left-sidebar .list-group-item a i {
  width: 16px !important;
  text-align: center !important;
  font-size: 0.8rem !important;
  color: #94A3B8 !important;
  flex-shrink: 0 !important;
}
.left-sidebar .list-group-item a:hover i {
  color: #2fbf71 !important;
}

/* Item actif sidebar */
.left-sidebar .list-group-item a.active,
.left-sidebar .list-group-item a[class*="fw-bold"] {
  background: #f3f8f5 !important;
  color: #1f6f4a !important;
  font-weight: 600 !important;
}

/* Séparateur visuel entre groupes */
.left-sidebar .list-group-item a.text-danger {
  color: #DC2626 !important;
  margin-top: 8px !important;
}
.left-sidebar .list-group-item a.text-danger:hover {
  background: #FEF2F2 !important;
}

/* Section Freelances Elite dans sidebar */
.left-sidebar .card {
  border: 1px solid #dbe4df !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  margin-top: 16px !important;
}
.left-sidebar .card-header {
  background: #f3f8f5 !important;
  color: #1f6f4a !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  padding: 10px 12px !important;
  border-radius: 11px 11px 0 0 !important;
  border-bottom: 1px solid #dbe4df !important;
}

/* ─────────────────────────────────────────────
   3. ONGLETS NAVIGATION (Freelances/Missions)
   ─────────────────────────────────────────────*/
.nav-tabs {
  border-bottom: 2px solid #dbe4df !important;
  gap: 4px !important;
  padding: 0 4px !important;
}
.nav-tabs .nav-link {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  color: #64748B !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  padding: 10px 16px !important;
  border-radius: 8px 8px 0 0 !important;
  transition: all 0.15s ease !important;
  background: transparent !important;
  margin-bottom: -2px !important;
}
.nav-tabs .nav-link:hover {
  color: #1f6f4a !important;
  background: #eef3f1 !important;
}
.nav-tabs .nav-link.active {
  color: #1f6f4a !important;
  border-bottom: 2px solid #C9A84C !important;
  background: #FFFFFF !important;
  font-weight: 700 !important;
}

/* ─────────────────────────────────────────────
   4. BANDEAU "JE RECHERCHE UNE MISSION"
   ─────────────────────────────────────────────*/
.bg-biz-logo,
.card-header.bg-biz-logo,
[class*="bg-biz-logo"] {
  background: linear-gradient(135deg, #1f6f4a 0%, #2fbf71 100%) !important;
  color: #FFFFFF !important;
  border-radius: 14px 14px 0 0 !important;
}

/* ─────────────────────────────────────────────
   5. CARDS GÉNÉRALES — ESPACE INTÉRIEUR
   ─────────────────────────────────────────────*/
.card {
  border: 1px solid #dbe4df !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 12px rgba(31, 111, 74, 0.05) !important;
  background: #FFFFFF !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
}
.card:hover {
  box-shadow: 0 6px 24px rgba(31, 111, 74, 0.10) !important;
  transform: translateY(-1px) !important;
}
.card-body {
  padding: 18px 20px !important;
}
.card-header {
  padding: 14px 20px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  border-bottom: 1px solid #dbe4df !important;
}

/* ─────────────────────────────────────────────
   6. FILTRES DE RECHERCHE — ZONES DE SAISIE
   ─────────────────────────────────────────────*/

/* Labels filtres — plus légers que UPPERCASE */
.card-body label,
.filter-label,
form label {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  color: #64748B !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Inputs et selects — premium */
.form-control,
.form-select,
input[type="text"],
input[type="date"],
textarea {
  border: 1.5px solid #DDE4F5 !important;
  border-radius: 10px !important;
  font-size: 0.9rem !important;
  padding: 10px 14px !important;
  background: #FAFBFF !important;
  color: #0F172A !important;
  transition: all 0.15s ease !important;
  box-shadow: none !important;
}
.form-control:focus,
.form-select:focus,
input[type="text"]:focus,
input[type="date"]:focus {
  border-color: #2fbf71 !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 74, 0.10) !important;
  outline: none !important;
}

/* ─────────────────────────────────────────────
   7. SELECT2 — CORRIGER LES BULLES SUPERPOSÉES
   ─────────────────────────────────────────────
   Bug : les .select2-selection__choice se superposent
   Fix : container flex + wrap + z-index clean
   ─────────────────────────────────────────────*/
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  border: 1.5px solid #DDE4F5 !important;
  border-radius: 10px !important;
  background: #FAFBFF !important;
  padding: 6px 8px !important;
  min-height: 42px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  position: relative !important;
  z-index: auto !important;
}
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #2fbf71 !important;
  box-shadow: 0 0 0 3px rgba(31, 111, 74, 0.10) !important;
  outline: none !important;
}
/* Les bulles tags — propres, bien espacées */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  padding: 2px 4px !important;
  position: static !important;
  overflow: visible !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #f3f8f5 !important;
  border: 1px solid #c9d8d1 !important;
  border-radius: 20px !important;
  color: #1f6f4a !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  padding: 3px 10px !important;
  position: static !important;          /* ← CORRIGE la superposition */
  float: none !important;               /* ← CORRIGE la superposition */
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #6366F1 !important;
  font-size: 0.9rem !important;
  line-height: 1 !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  order: 2 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #DC2626 !important;
}
/* Dropdown Select2 */
.select2-dropdown {
  border: 1px solid #DDE4F5 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(31, 111, 74, 0.12) !important;
  overflow: hidden !important;
}
.select2-container--default .select2-results__option--highlighted {
  background: #f3f8f5 !important;
  color: #1f6f4a !important;
}
.select2-container--default .select2-results__option--selected {
  background: #c9d8d1 !important;
  color: #1f6f4a !important;
}

/* ─────────────────────────────────────────────
   8. PILULES FILTRES (Toutes/En ligne/Présentiel)
   ─────────────────────────────────────────────*/
.btn-group .btn,
.filter-pills .btn,
[class*="btn-outline-primary"],
[class*="btn-check"] + label {
  border-radius: 50px !important;
  font-size: 0.825rem !important;
  font-weight: 600 !important;
  padding: 7px 16px !important;
  border: 1.5px solid #DDE4F5 !important;
  color: #475569 !important;
  background: #FAFBFF !important;
  transition: all 0.15s ease !important;
}
.btn-group .btn:hover,
.filter-pills .btn:hover {
  border-color: #2fbf71 !important;
  color: #1f6f4a !important;
  background: #f3f8f5 !important;
}
.btn-group .btn.active,
.btn-group .btn-primary,
.btn-check:checked + label {
  background: linear-gradient(135deg, #1f6f4a, #2fbf71) !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
  box-shadow: 0 3px 10px rgba(31, 111, 74, 0.20) !important;
}

/* ─────────────────────────────────────────────
   9. CARDS MISSIONS / ANNONCES — REFONTE
   ─────────────────────────────────────────────*/

/* Card annonce individuelle */
.card-annonce,
.annonce-card,
.mission-card {
  border-left: 3px solid #2fbf71 !important;
  border-radius: 12px !important;
  padding: 16px !important;
  background: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(31, 111, 74, 0.06) !important;
  transition: all 0.2s ease !important;
  margin-bottom: 12px !important;
}
.card-annonce:hover,
.annonce-card:hover {
  border-left-color: #C9A84C !important;
  box-shadow: 0 4px 20px rgba(31, 111, 74, 0.12) !important;
  transform: translateX(2px) !important;
}

/* Titre annonce — hiérarchie forte */
.card h5, .card h6,
.annonce-card h5, .annonce-card h6 {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  text-transform: none !important;    /* Supprimer les MAJUSCULES */
  line-height: 1.4 !important;
  margin-bottom: 6px !important;
}

/* Date — format lisible */
.card .text-muted.small,
.annonce-date,
[class*="date"] small {
  font-size: 0.78rem !important;
  color: #94A3B8 !important;
}

/* ─────────────────────────────────────────────
   10. BLOC STATS DROITE — "BizMe en chiffres"
   ─────────────────────────────────────────────*/
.stats-sidebar,
.col-md-3 .card {
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* Chiffres stats — grands et lisibles */
.stat-number,
.col-md-3 .h3,
.col-md-3 .display-6 {
  font-size: 1.6rem !important;
  font-weight: 800 !important;
  color: #1f6f4a !important;
  line-height: 1.1 !important;
}

/* Labels stats */
.stat-label,
.col-md-3 .small {
  font-size: 0.78rem !important;
  color: #64748B !important;
  font-weight: 500 !important;
}

/* ─────────────────────────────────────────────
   11. BADGES ELITE & SCORE — ACCENTS OR
   ─────────────────────────────────────────────*/
.badge-elite,
[class*="elite"],
span.badge[class*="warning"],
.badge.bg-warning {
  background: linear-gradient(135deg, #C9A84C, #A8893A) !important;
  color: #1B1B1B !important;
  border-radius: 20px !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  padding: 3px 9px !important;
  letter-spacing: 0.03em !important;
}

/* Score profil */
.badge.bg-primary,
.score-badge,
span[class*="score"] {
  background: #1f6f4a !important;
  color: #FFFFFF !important;
  border-radius: 20px !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
}

/* ─────────────────────────────────────────────
   12. CHATBOT MAYA — HARMONISATION PALETTE
   ─────────────────────────────────────────────
   Remplace le jaune/vert qui jurait
   ─────────────────────────────────────────────*/
#chat-bubble,
.bg-me-logo#chat-bubble,
.chat-bubble-float {
  background: linear-gradient(135deg, #1f6f4a, #2fbf71) !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 24px rgba(31, 111, 74, 0.35) !important;
  padding: 12px 20px !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  transition: all 0.2s ease !important;
  border: 1.5px solid rgba(201, 168, 76, 0.4) !important;  /* Bordure or subtile */
}
#chat-bubble:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(31, 111, 74, 0.45) !important;
}
#chat-bubble strong,
.bg-me-logo strong {
  color: #FFFFFF !important;
}

/* ─────────────────────────────────────────────
   13. HEADER MEMBRE — NETTOYAGE
   ─────────────────────────────────────────────*/
header nav.navbar,
.navbar.navbar-light {
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid #dbe4df !important;
  box-shadow: 0 1px 12px rgba(31, 111, 74, 0.06) !important;
  height: 60px !important;
}

/* Avatar utilisateur — border premium */
.navbar img[class*="avatar"],
.navbar .rounded-circle,
img.rounded-circle {
  border: 2px solid #dbe4df !important;
  transition: border-color 0.15s ease !important;
}
.navbar .rounded-circle:hover {
  border-color: #C9A84C !important;
}

/* ─────────────────────────────────────────────
   14. BOUTONS GÉNÉRAUX — UNIFICATION
   ─────────────────────────────────────────────*/

/* CTA primaire bleu — espace membre */
.btn-primary,
.btn-bizme:not(.btn-ajout-mission) {
  background: linear-gradient(135deg, #1f6f4a, #2fbf71) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  padding: 10px 20px !important;
  box-shadow: 0 3px 12px rgba(31, 111, 74, 0.20) !important;
  transition: all 0.2s ease !important;
}
.btn-primary:hover,
.btn-bizme:hover:not(.btn-ajout-mission) {
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 18px rgba(31, 111, 74, 0.30) !important;
  color: #FFFFFF !important;
}

/* CTA or — actions premium */
.btn-warning,
.btn-premium,
.btn-gold {
  background: linear-gradient(135deg, #C9A84C, #A8893A) !important;
  color: #1B1B1B !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 12px rgba(201, 168, 76, 0.25) !important;
  transition: all 0.2s ease !important;
}
.btn-warning:hover,
.btn-gold:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 5px 18px rgba(201, 168, 76, 0.40) !important;
  color: #1B1B1B !important;
}

/* Outline secondaire */
.btn-outline-primary,
.btn-outline-bizme {
  border: 1.5px solid #2fbf71 !important;
  color: #2fbf71 !important;
  background: transparent !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  transition: all 0.15s ease !important;
}
.btn-outline-primary:hover,
.btn-outline-bizme:hover {
  background: #f3f8f5 !important;
  color: #1f6f4a !important;
  border-color: #1f6f4a !important;
}

/* Recherche premium outline */
.btn-outline-light {
  border: 1.5px solid rgba(255,255,255,0.5) !important;
  color: #FFFFFF !important;
  border-radius: 10px !important;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.15) !important;
}

/* ─────────────────────────────────────────────
   15. FOND CONTAINER TAGS (bg-container)
   ─────────────────────────────────────────────*/
.bg-container {
  background-color: #f3f8f5 !important;
}
.bg-container span,
.bg-container .badge {
  background: #f3f8f5 !important;
  color: #1f6f4a !important;
  border: 1px solid #c9d8d1 !important;
  border-radius: 20px !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  padding: 3px 10px !important;
  display: inline-block !important;
  margin: 2px !important;
}

/* ─────────────────────────────────────────────
   16. MICRO-DÉTAILS PREMIUM
   ─────────────────────────────────────────────*/

/* Dividers */
hr {
  border-color: #dbe4df !important;
  opacity: 1 !important;
  margin: 16px 0 !important;
}

/* Notifications bell — propre */
.notification-bell,
.btn-notification,
a[href*="notification"] {
  position: relative !important;
}

/* Textes secondaires */
.text-muted {
  color: #94A3B8 !important;
}

/* Focus accessible WCAG 2.2 */
:focus-visible {
  outline: 2px solid #2fbf71 !important;
  outline-offset: 2px !important;
}

/* Scrollbar intérieure */
.scrollbar-primary::-webkit-scrollbar       { width: 5px !important; }
.scrollbar-primary::-webkit-scrollbar-track { background: #eef3f1 !important; }
.scrollbar-primary::-webkit-scrollbar-thumb { background: #c9d8d1 !important; border-radius: 3px !important; }
.scrollbar-primary::-webkit-scrollbar-thumb:hover { background: #2fbf71 !important; }

/* ─────────────────────────────────────────────
   FIN BIZME INTERIOR v1.0
   Problèmes résolus :
   ✅ Select2 bulles superposées → flex wrap
   ✅ Sidebar trop dense → whitespace + groupes
   ✅ Palette monochrome → or sur CTA primaires
   ✅ Cards sans respiration → padding + radius
   ✅ Maya — bleu profond + bordure or
   ✅ Boutons incohérents → 3 styles unifiés
   ─────────────────────────────────────────────*/

/* ============================================================
   SIDEBAR SECTIONS — groupes thématiques (Nova 2026-05-19)
   ============================================================ */

/* Titre de groupe */
.left-sidebar .sidebar-section {
  margin-bottom: 4px !important;
}
.left-sidebar .sidebar-section-title {
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #94A3B8 !important;
  padding: 6px 10px 3px !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.left-sidebar .sidebar-section-title i {
  font-size: 0.6rem !important;
  color: #CBD5E1 !important;
}

/* Ligne séparatrice entre sections */
.left-sidebar .sidebar-section + .sidebar-section {
  border-top: 1px solid #F1F5F9 !important;
  padding-top: 6px !important;
  margin-top: 2px !important;
}

/* Zone danger — isolée */
.left-sidebar .sidebar-danger-zone {
  border-top: 1px solid #FEE2E2 !important;
  padding-top: 8px !important;
  margin-top: 4px !important;
  padding-left: 10px !important;
}
.left-sidebar .sidebar-danger-zone a {
  display: flex !important;
  align-items: center !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  color: #DC2626 !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
}
.left-sidebar .sidebar-danger-zone a:hover {
  background: #FEF2F2 !important;
}

/* Suppression du padding-top par défaut sur les groupes */
.left-sidebar .sidebar-section .list-group {
  padding-top: 0 !important;
}

/* Consultant search visual fix - 2026-07-02 */
body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] {
  background:
    linear-gradient(128deg, rgba(200, 162, 74, .12) 0 18%, transparent 18% 100%),
    linear-gradient(135deg, #14291f 0%, #1f4433 56%, #234f3a 100%) !important;
  margin: 0 !important;
  padding: 26px 18px 18px !important;
  border-radius: 0 0 8px 8px !important;
  overflow: visible !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12) !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] > h1 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: clamp(1.8rem, 3vw, 3rem) !important;
  line-height: 1.05 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  margin: 0 0 14px !important;
  max-width: 980px !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24) !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] > form {
  margin: 0 !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] > form > .d-flex {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.25fr) minmax(190px, .72fr) 48px auto !important;
  align-items: center !important;
  gap: 8px !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] input {
  min-height: 46px !important;
  background: rgba(255, 255, 255, .94) !important;
  border: 1px solid rgba(255, 255, 255, .58) !important;
  color: #17231b !important;
  -webkit-text-fill-color: #17231b !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12) !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] input::placeholder {
  color: #6b7b8f !important;
  -webkit-text-fill-color: #6b7b8f !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] button[type="submit"] {
  min-width: 48px !important;
  min-height: 46px !important;
  padding: 0 !important;
  background: #2f6fed !important;
  color: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 24px rgba(47, 111, 237, .28) !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] span[style*="AI"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #1f4433 !important;
  border-color: rgba(255, 255, 255, .62) !important;
  border-radius: 999px !important;
  font-weight: 750 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10) !important;
}

body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] + div[style*="border-bottom:1px solid #e2e8f0"] {
  margin: 0 !important;
  padding: 10px 10px !important;
  background: #fff !important;
  border: 1px solid #dbe4df !important;
  border-top: 0 !important;
  border-radius: 0 0 8px 8px !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  box-shadow: 0 12px 28px rgba(23, 35, 27, .07) !important;
}

body.bizme-app-shell #fbar {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  padding: 0 !important;
}

body.bizme-app-shell #fbar label,
body.bizme-app-shell #fbar > div:not([style*="min-width:110px"]),
body.bizme-app-shell #fbar select,
body.bizme-app-shell #fbar button {
  min-height: 32px !important;
  max-height: 34px !important;
  border-radius: 999px !important;
  font-size: .75rem !important;
  line-height: 1 !important;
}

body.bizme-app-shell #fbar input[type="checkbox"] {
  display: none !important;
}

body.bizme-app-shell #fbar input[type="number"] {
  width: 48px !important;
  min-height: 24px !important;
  height: 24px !important;
  padding: 0 3px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.bizme-app-shell #fbar > div[style*="min-width:110px"] {
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  height: 34px !important;
  overflow: hidden !important;
}

body.bizme-app-shell #fbar > div[style*="min-width:110px"] .select2-container,
body.bizme-app-shell #fbar .select2-container {
  width: 126px !important;
  min-width: 126px !important;
  max-width: 126px !important;
  height: 34px !important;
}

body.bizme-app-shell #fbar .select2-selection--multiple,
body.bizme-app-shell #fbar .select2-selection--single {
  min-height: 32px !important;
  height: 32px !important;
  border: 1px solid #cfe0ff !important;
  border-radius: 999px !important;
  background: #f5f9ff !important;
  overflow: hidden !important;
}

body.bizme-app-shell #fbar .select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  height: 30px !important;
  padding: 0 10px !important;
  overflow: hidden !important;
}

body.bizme-app-shell #fbar .select2-selection__choice {
  display: none !important;
}

body.bizme-app-shell #fbar .select2-search,
body.bizme-app-shell #fbar .select2-search--inline {
  display: block !important;
  width: 100% !important;
  height: 28px !important;
  margin: 0 !important;
}

body.bizme-app-shell #fbar .select2-search__field {
  width: 100% !important;
  height: 28px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #2563eb !important;
  font-size: .75rem !important;
  font-weight: 700 !important;
}

body.bizme-app-shell #fbar button[type="submit"] {
  padding: 0 16px !important;
  background: #2563eb !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 800 !important;
}

@media (max-width: 767.98px) {
  body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] {
    padding: 20px 12px 14px !important;
  }

  body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] > h1 {
    font-size: clamp(1.7rem, 9vw, 2.45rem) !important;
  }

  body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] > form > .d-flex {
    grid-template-columns: 1fr 46px !important;
  }

  body.bizme-app-shell #contenu-principal > div[style*="linear-gradient(135deg,#0f172a"] > form > .d-flex > div {
    grid-column: 1 / -1 !important;
  }
}

/* Experts expression wall - LinkedIn layout - 2026-07-03 */
body.bizme-has-wall {
  background: #eef3f1 !important;
}

body.bizme-has-wall .bizme-wall-card {
  background: rgba(255, 255, 255, .98);
  border: 1px solid #dbe4df;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 35, 27, .08);
  overflow: hidden;
}

body.bizme-has-wall .bizme-wall-sticky {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 82px;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #d7e4dd transparent;
}

body.bizme-has-wall .bizme-wall-sticky::-webkit-scrollbar {
  width: 4px;
}

body.bizme-has-wall .bizme-wall-sticky::-webkit-scrollbar-thumb {
  background: #d7e4dd;
  border-radius: 999px;
}

body.bizme-has-wall .bizme-wall-profile {
  background: #fff;
}

body.bizme-has-wall .bizme-wall-cover {
  height: 44px;
  background:
    linear-gradient(135deg, rgba(28, 83, 60, .92), rgba(31, 111, 74, .72)),
    linear-gradient(90deg, #17231b, #1f6f4a);
}

body.bizme-has-wall .bizme-wall-profile-body {
  padding: 0 14px 14px;
}

body.bizme-has-wall .bizme-wall-profile-top,
body.bizme-has-wall .bizme-wall-head,
body.bizme-has-wall .bizme-wall-feed-title,
body.bizme-has-wall .bizme-wall-author,
body.bizme-has-wall .bizme-wall-post-top {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.bizme-has-wall .bizme-wall-profile-top,
body.bizme-has-wall .bizme-wall-head,
body.bizme-has-wall .bizme-wall-feed-title {
  justify-content: space-between;
  gap: 10px;
}

body.bizme-has-wall .bizme-wall-profile-top {
  margin-top: -22px;
}

body.bizme-has-wall .bizme-wall-author,
body.bizme-has-wall .bizme-wall-post-top {
  gap: 9px;
}

body.bizme-has-wall .bizme-wall-profile h2 {
  color: #17231b;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 10px 0 0;
}

body.bizme-has-wall .bizme-wall-profile p {
  color: #5d6b7a;
  font-size: .78rem;
  line-height: 1.42;
  margin: 7px 0 0;
}

body.bizme-has-wall .bizme-wall-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 13px -14px -14px;
  border-top: 1px solid #e8eee9;
  background: #edf2ee;
}

body.bizme-has-wall .bizme-wall-profile-stats span {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding: 9px 8px;
}

body.bizme-has-wall .bizme-wall-profile-stats strong {
  color: #1f6f4a;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
}

body.bizme-has-wall .bizme-wall-profile-stats small {
  color: #7a8795;
  font-size: .62rem;
  font-weight: 750;
  line-height: 1;
  text-transform: uppercase;
}

body.bizme-has-wall .bizme-wall-composer {
  padding: 13px;
  background:
    linear-gradient(135deg, rgba(201, 168, 76, .12), rgba(255, 255, 255, .94) 46%),
    #fff;
}

body.bizme-has-wall .bizme-wall-kicker {
  display: block;
  color: #1f6f4a;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
}

body.bizme-has-wall .bizme-wall-head h3 {
  color: #17231b;
  font-size: .92rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

body.bizme-has-wall .bizme-wall-post-limit,
body.bizme-has-wall .bizme-wall-live,
body.bizme-has-wall .bizme-wall-feed-title > span {
  align-items: center;
  background: #eef7f1 !important;
  border: 1px solid #d6eadc !important;
  border-radius: 999px !important;
  color: #1f6f4a !important;
  display: inline-flex;
  font-size: .66rem !important;
  font-weight: 850 !important;
  gap: 5px;
  padding: 5px 8px !important;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-live i {
  color: #2fbf71;
  font-size: .48rem;
}

body.bizme-has-wall .bizme-wall-status,
body.bizme-has-wall .bizme-wall-error {
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 700;
  margin-top: 10px;
  padding: 8px 10px;
}

body.bizme-has-wall .bizme-wall-status {
  background: #eef7f1;
  color: #1f6f4a;
}

body.bizme-has-wall .bizme-wall-error {
  background: #fff1f2;
  color: #b91c1c;
}

body.bizme-has-wall .bizme-wall-author {
  margin-top: 12px;
}

body.bizme-has-wall .bizme-wall-author img,
body.bizme-has-wall .bizme-wall-post-top img,
body.bizme-has-wall .bizme-wall-avatar-fallback {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  flex: 0 0 34px;
}

body.bizme-has-wall .bizme-wall-avatar-lg,
body.bizme-has-wall .bizme-wall-profile-top > img {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

body.bizme-has-wall .bizme-wall-author img,
body.bizme-has-wall .bizme-wall-post-top img,
body.bizme-has-wall .bizme-wall-profile-top > img {
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #dbe4df;
}

body.bizme-has-wall .bizme-wall-avatar-fallback {
  align-items: center;
  background: linear-gradient(135deg, #1f6f4a, #2fbf71);
  color: #fff;
  display: flex;
  font-size: .88rem;
  font-weight: 850;
  justify-content: center;
}

body.bizme-has-wall .bizme-wall-avatar-lg {
  font-size: 1.05rem;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #dbe4df;
}

body.bizme-has-wall .bizme-wall-author strong,
body.bizme-has-wall .bizme-wall-post-top a,
body.bizme-has-wall .bizme-wall-post-top strong {
  color: #17231b;
  display: block;
  font-size: .8rem;
  font-weight: 850;
  line-height: 1.15;
  max-width: 178px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-author small,
body.bizme-has-wall .bizme-wall-post-top small {
  color: #6b7b8f;
  display: block;
  font-size: .68rem;
  line-height: 1.2;
  margin-top: 2px;
}

body.bizme-has-wall .bizme-wall-composer textarea {
  background: #fff;
  border: 1px solid #dbe4df;
  border-radius: 8px;
  color: #17231b;
  font-size: .8rem;
  line-height: 1.38;
  margin-top: 12px;
  min-height: 86px;
  outline: none;
  padding: 10px 11px;
  resize: vertical;
  width: 100%;
}

body.bizme-has-wall .bizme-wall-composer textarea:focus {
  border-color: #2fbf71;
  box-shadow: 0 0 0 3px rgba(47, 191, 113, .14);
}

body.bizme-has-wall .bizme-wall-actions,
body.bizme-has-wall .bizme-wall-topics,
body.bizme-has-wall .bizme-wall-post-foot {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

body.bizme-has-wall .bizme-wall-actions {
  gap: 7px;
  margin-top: 10px;
}

body.bizme-has-wall .bizme-wall-actions span,
body.bizme-has-wall .bizme-wall-topics span {
  align-items: center;
  background: #f6faf8 !important;
  border: 1px solid #dbe4df !important;
  border-radius: 999px !important;
  color: #425466 !important;
  display: inline-flex !important;
  font-size: .66rem !important;
  font-weight: 750 !important;
  gap: 4px;
  padding: 5px 8px !important;
}

body.bizme-has-wall .bizme-wall-actions span i {
  color: #1f6f4a;
}

body.bizme-has-wall .bizme-wall-actions button,
body.bizme-has-wall .bizme-wall-login {
  align-items: center;
  background: #17231b;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 850;
  gap: 6px;
  justify-content: center;
  margin-left: auto;
  min-height: 31px;
  padding: 0 13px;
  text-decoration: none;
}

body.bizme-has-wall .bizme-wall-feed {
  padding: 0;
}

body.bizme-has-wall .bizme-wall-feed-title {
  border-bottom: 1px solid #e8eee9;
  padding: 12px 14px 10px;
}

body.bizme-has-wall .bizme-wall-feed-title strong {
  color: #17231b;
  display: block;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.1;
}

body.bizme-has-wall .bizme-wall-topics {
  gap: 6px;
  padding: 10px 12px;
  border-bottom: 1px solid #edf2ee;
}

body.bizme-has-wall .bizme-wall-topics .is-active {
  background: #17231b !important;
  border-color: #17231b !important;
  color: #fff !important;
}

body.bizme-has-wall .bizme-wall-post {
  padding: 13px 14px;
}

body.bizme-has-wall .bizme-wall-post + .bizme-wall-post {
  border-top: 1px solid #edf2ee;
}

body.bizme-has-wall .bizme-wall-post p {
  color: #425466;
  font-size: .78rem;
  line-height: 1.46;
  margin: 10px 0 0;
  overflow-wrap: anywhere;
}

body.bizme-has-wall .bizme-wall-post-dot {
  color: #a1aeb8;
  margin: 0 3px;
}

body.bizme-has-wall .bizme-wall-post-foot {
  border-top: 1px solid #eef2ef;
  color: #6b7b8f;
  gap: 12px;
  font-size: .68rem;
  font-weight: 750;
  justify-content: space-between;
  margin-top: 11px;
  padding-top: 9px;
}

body.bizme-has-wall .bizme-wall-post-foot span {
  background: transparent !important;
  border: 0 !important;
  color: #6b7b8f !important;
  padding: 0 !important;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-empty {
  background: linear-gradient(135deg, rgba(238, 247, 241, .72), #fff);
}

@media (min-width: 1200px) and (max-width: 1359.98px) {
  body.bizme-has-wall #contenu-principal {
    flex: 0 0 auto !important;
    width: 83.33333333% !important;
  }

  body.bizme-has-wall .bizme-expression-wall {
    display: none !important;
  }
}

@media (min-width: 1360px) {
  body.bizme-has-wall .bizme-shell-container--wall {
    max-width: none !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    position: static !important;
    top: auto !important;
    width: min(100%, 1760px) !important;
  }

  body.bizme-has-wall .bizme-shell-row--wall {
    align-items: start !important;
    column-gap: 12px !important;
    display: grid !important;
    grid-template-columns: minmax(168px, 196px) minmax(0, 1fr) minmax(286px, 318px) minmax(188px, 220px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    row-gap: 12px !important;
  }

  body.bizme-has-wall .bizme-shell-row--wall > .left-sidebar,
  body.bizme-has-wall .bizme-shell-row--wall > #contenu-principal,
  body.bizme-has-wall .bizme-shell-row--wall > .bizme-expression-wall,
  body.bizme-has-wall .bizme-shell-row--wall > .sidebar-right-v2 {
    flex: none !important;
    max-width: none !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  body.bizme-has-wall .bizme-shell-row--wall > .left-sidebar {
    grid-column: 1;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    position: sticky;
    top: 82px;
  }

  body.bizme-has-wall #contenu-principal {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    grid-column: 2;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.bizme-has-wall #contenu-principal > div[style*="max-width:1200px"] {
    max-width: none !important;
  }

  body.bizme-has-wall .bizme-expression-wall {
    display: block !important;
    grid-column: 3;
    padding: 0 0 40px !important;
  }

  body.bizme-has-wall .sidebar-right-v2 {
    grid-column: 4;
    max-height: calc(100vh - 94px) !important;
    overflow-y: auto !important;
    position: sticky !important;
    right: auto !important;
    top: 82px !important;
    z-index: 1 !important;
  }

  body.bizme-has-wall #contenu-principal .row.g-3 > .col-xl-4 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
}

@media (min-width: 1680px) {
  body.bizme-has-wall .bizme-shell-row--wall {
    grid-template-columns: minmax(180px, 206px) minmax(0, 1fr) minmax(306px, 330px) minmax(200px, 228px);
  }
}

/* Experts expression wall - compact LinkedIn column - 2026-07-03 */
body.bizme-has-wall .bizme-wall-sticky {
  gap: 8px;
  padding-right: 2px;
}

body.bizme-has-wall .bizme-wall-card {
  background: #fff;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(23, 35, 27, .05);
}

body.bizme-has-wall .bizme-wall-titlebar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 2px 2px;
}

body.bizme-has-wall .bizme-wall-titlebar span {
  color: #1f6f4a;
  display: block;
  font-size: .62rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

body.bizme-has-wall .bizme-wall-titlebar strong {
  color: #17231b;
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  margin-top: 2px;
}

body.bizme-has-wall .bizme-wall-titlebar em {
  align-items: center;
  background: #eef7f1;
  border: 1px solid #d6eadc;
  border-radius: 999px;
  color: #1f6f4a;
  display: inline-flex;
  font-size: .66rem;
  font-style: normal;
  font-weight: 850;
  gap: 5px;
  padding: 5px 8px;
}

body.bizme-has-wall .bizme-wall-titlebar i {
  color: #2fbf71;
  font-size: .46rem;
}

body.bizme-has-wall .bizme-wall-composer {
  background: #fff;
  padding: 10px;
}

body.bizme-has-wall .bizme-wall-compose-row {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

body.bizme-has-wall .bizme-wall-compose-row img,
body.bizme-has-wall .bizme-wall-post-top img,
body.bizme-has-wall .bizme-wall-avatar-fallback {
  border-radius: 50%;
  flex: 0 0 34px;
  height: 34px;
  width: 34px;
}

body.bizme-has-wall .bizme-wall-compose-row img,
body.bizme-has-wall .bizme-wall-post-top img {
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dbe4df;
  object-fit: cover;
}

body.bizme-has-wall .bizme-wall-avatar-fallback {
  align-items: center;
  background: #28a464;
  color: #fff;
  display: flex;
  font-size: .82rem;
  font-weight: 850;
  justify-content: center;
}

body.bizme-has-wall .bizme-wall-composer textarea {
  background: #f8faf9;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  color: #17231b;
  font-size: .78rem;
  line-height: 1.36;
  margin: 0;
  min-height: 48px;
  outline: none;
  padding: 9px 10px;
  resize: vertical;
  width: 100%;
}

body.bizme-has-wall .bizme-wall-composer textarea:focus {
  background: #fff;
  border-color: #2fbf71;
  box-shadow: 0 0 0 3px rgba(47, 191, 113, .13);
}

body.bizme-has-wall .bizme-wall-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin-top: 8px;
}

body.bizme-has-wall .bizme-wall-actions span,
body.bizme-has-wall .bizme-wall-topics span {
  align-items: center;
  background: #f6faf8 !important;
  border: 1px solid #dfe7e2 !important;
  border-radius: 999px !important;
  color: #425466 !important;
  display: inline-flex !important;
  font-size: .64rem !important;
  font-weight: 750 !important;
  gap: 4px;
  padding: 5px 7px !important;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-actions span i {
  color: #1f6f4a;
}

body.bizme-has-wall .bizme-wall-actions button,
body.bizme-has-wall .bizme-wall-login {
  align-items: center;
  background: #17231b;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 31px;
  font-size: .72rem;
  height: 31px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  text-decoration: none;
  width: 31px;
}

body.bizme-has-wall .bizme-wall-login {
  border-radius: 999px;
  flex-basis: auto;
  padding: 0 12px;
  width: auto;
}

body.bizme-has-wall .bizme-wall-status,
body.bizme-has-wall .bizme-wall-error {
  border-radius: 8px;
  font-size: .72rem;
  font-weight: 750;
  margin-bottom: 8px;
  padding: 7px 9px;
}

body.bizme-has-wall .bizme-wall-filterbar {
  background: transparent;
  padding: 2px 2px 0;
}

body.bizme-has-wall .bizme-wall-filterbar > div:first-child {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

body.bizme-has-wall .bizme-wall-filterbar strong {
  color: #17231b;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1;
}

body.bizme-has-wall .bizme-wall-filterbar small {
  color: #1f6f4a;
  font-size: .64rem;
  font-weight: 850;
}

body.bizme-has-wall .bizme-wall-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
}

body.bizme-has-wall .bizme-wall-topics .is-active {
  background: #17231b !important;
  border-color: #17231b !important;
  color: #fff !important;
}

body.bizme-has-wall .bizme-wall-post {
  padding: 11px;
}

body.bizme-has-wall .bizme-wall-post + .bizme-wall-post {
  border-top: 0;
}

body.bizme-has-wall .bizme-wall-post-top {
  align-items: center;
  display: flex;
  gap: 9px;
  min-width: 0;
}

body.bizme-has-wall .bizme-wall-post-top a,
body.bizme-has-wall .bizme-wall-post-top strong {
  color: #17231b;
  display: block;
  font-size: .79rem;
  font-weight: 850;
  line-height: 1.15;
  max-width: 190px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-post-top small {
  color: #6b7b8f;
  display: block;
  font-size: .66rem;
  line-height: 1.2;
  margin-top: 2px;
}

body.bizme-has-wall .bizme-wall-post p {
  color: #344256;
  font-size: .77rem;
  line-height: 1.45;
  margin: 9px 0 0;
  overflow-wrap: anywhere;
}

body.bizme-has-wall .bizme-wall-post-foot {
  align-items: center;
  border-top: 1px solid #eef2ef;
  color: #6b7b8f;
  display: flex;
  font-size: .66rem;
  font-weight: 750;
  gap: 10px;
  justify-content: space-between;
  margin-top: 9px;
  padding-top: 8px;
}

body.bizme-has-wall .bizme-wall-post-foot span {
  background: transparent !important;
  border: 0 !important;
  color: #6b7b8f !important;
  padding: 0 !important;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-empty {
  background: #fff;
}

@media (min-width: 1360px) {
  body.bizme-has-wall .bizme-shell-row--wall {
    grid-template-columns: minmax(168px, 190px) minmax(0, 1fr) minmax(258px, 292px) minmax(190px, 220px);
  }
}

@media (min-width: 1680px) {
  body.bizme-has-wall .bizme-shell-row--wall {
    grid-template-columns: minmax(180px, 206px) minmax(0, 1fr) minmax(278px, 306px) minmax(200px, 228px);
  }
}

/* Wall as active tab - full main page */
body.bizme-wall-page-active #contenu-principal {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.bizme-wall-page-active .bizme-expression-wall--page {
  display: block !important;
  padding: 0 0 42px;
  width: 100%;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-sticky {
  display: grid;
  gap: 12px;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  position: static;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar {
  background: linear-gradient(135deg, #fff7e6, #ffffff 52%, #eef7f1);
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  padding: 14px 16px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar strong {
  font-size: 1.18rem;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-composer {
  padding: 14px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-composer textarea {
  min-height: 92px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-filterbar {
  background: #fff;
  border: 1px solid #dfe7e2;
  border-radius: 8px;
  padding: 12px 14px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-post {
  padding: 14px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-post p {
  font-size: .86rem;
  line-height: 1.5;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-post-top a,
body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-post-top strong {
  max-width: none;
}


body.bizme-has-wall .bizme-wall-post-foot a {
  background: transparent !important;
  border: 0 !important;
  color: #6b7b8f !important;
  padding: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-post-foot a:hover {
  color: #2563eb !important;
}


body.bizme-has-wall .bizme-wall-title-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

body.bizme-has-wall .bizme-wall-title-actions a {
  align-items: center;
  background: #e8f0ff;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  color: #1d4ed8;
  display: inline-flex;
  font-size: .68rem;
  font-weight: 850;
  gap: 4px;
  padding: 5px 8px;
  text-decoration: none;
  white-space: nowrap;
}

body.bizme-has-wall .bizme-wall-title-actions a:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

@media (min-width: 992px) {
  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-sticky {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar,
  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-composer,
  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-filterbar {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1400px) {
  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-sticky {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* Wall professionnel LinkedIn-like - 2026-07-21 */
body.bizme-wall-page-active {
  background: #f3f2ef !important;
}

body.bizme-wall-page-active .bizme-expression-wall--page,
body.bizme-wall-page-active .bizme-wall-back {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 100%;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-sticky {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-card,
body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar,
body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-filterbar {
  background: #fff;
  border: 1px solid #dedbd5;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar > div {
  min-width: 0;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar span {
  color: #0a66c2;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar strong {
  color: #191919;
  font-size: 1.35rem;
  font-weight: 800;
  margin-top: 4px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar small {
  color: #666;
  display: block;
  font-size: .84rem;
  line-height: 1.35;
  margin-top: 4px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar em {
  background: #edf6ff;
  border-color: #c9e2f8;
  color: #0a66c2;
  flex: 0 0 auto;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar em i {
  color: #2e7d32;
}

body.bizme-wall-page-active .bizme-wall-composer {
  padding: 16px;
}

body.bizme-wall-page-active .bizme-wall-compose-row {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

body.bizme-wall-page-active .bizme-wall-compose-row > img,
body.bizme-wall-page-active .bizme-wall-compose-row > .bizme-wall-avatar-fallback {
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
}

body.bizme-wall-page-active .bizme-wall-compose-main {
  flex: 1 1 auto;
  min-width: 0;
}

body.bizme-wall-page-active .bizme-wall-composer textarea {
  background: #fff;
  border: 1px solid #8c8c8c;
  border-radius: 18px;
  color: #191919;
  font-size: .95rem;
  line-height: 1.5;
  margin: 0;
  min-height: 104px;
  padding: 14px 16px;
  width: 100%;
}

body.bizme-wall-page-active .bizme-wall-composer textarea::placeholder {
  color: #5e5e5e;
}

body.bizme-wall-page-active .bizme-wall-composer textarea:focus {
  border-color: #0a66c2;
  box-shadow: 0 0 0 1px #0a66c2;
}

body.bizme-wall-page-active .bizme-wall-compose-meta {
  color: #777;
  display: flex;
  font-size: .69rem;
  gap: 10px;
  justify-content: space-between;
  margin-top: 6px;
  padding: 0 3px;
}

body.bizme-wall-page-active .bizme-wall-photo-preview {
  display: none;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px 0 0 60px;
}

body.bizme-wall-page-active .bizme-wall-photo-preview.is-visible {
  display: grid;
}

body.bizme-wall-page-active .bizme-wall-photo-preview span {
  aspect-ratio: 1 / 1;
  border: 1px solid #dedbd5;
  border-radius: 8px;
  overflow: hidden;
}

body.bizme-wall-page-active .bizme-wall-photo-preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.bizme-wall-page-active .bizme-wall-extra-fields {
  display: grid;
  gap: 8px;
  margin: 12px 0 0 60px;
}

body.bizme-wall-page-active .bizme-wall-extra-field {
  display: none;
}

body.bizme-wall-page-active .bizme-wall-extra-field.is-open {
  display: block;
}

body.bizme-wall-page-active .bizme-wall-extra-field label {
  color: #444;
  display: block;
  font-size: .74rem;
  font-weight: 700;
  margin-bottom: 4px;
}

body.bizme-wall-page-active .bizme-wall-extra-field input {
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 8px;
  color: #191919;
  font-size: .86rem;
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

body.bizme-wall-page-active .bizme-wall-extra-field input:focus {
  border-color: #0a66c2;
  box-shadow: 0 0 0 1px #0a66c2;
  outline: none;
}

body.bizme-wall-page-active .bizme-wall-error,
body.bizme-wall-page-active .bizme-wall-status {
  margin: 12px 0 0 60px;
}

body.bizme-wall-page-active .bizme-wall-actions {
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
  padding-top: 10px;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: #555 !important;
  cursor: pointer;
  display: inline-flex !important;
  flex: 0 0 auto;
  font-size: .82rem !important;
  font-weight: 700 !important;
  gap: 7px;
  height: 40px;
  margin: 0;
  padding: 0 12px !important;
  width: auto;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool:hover {
  background: #f3f3f3 !important;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool i {
  color: #0a66c2;
  font-size: 1rem;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool:first-child i {
  color: #378fe9;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool:nth-child(2) i {
  color: #5f9b41;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-publish {
  align-items: center;
  background: #0a66c2 !important;
  border: 0;
  border-radius: 999px !important;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .83rem;
  font-weight: 800;
  gap: 7px;
  height: 38px;
  justify-content: center;
  margin: 1px 0 0 auto;
  padding: 0 18px;
  width: auto;
}

body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-publish:hover {
  background: #004182 !important;
}

body.bizme-wall-page-active .bizme-wall-guest {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

body.bizme-wall-page-active .bizme-wall-guest strong {
  color: #191919;
  font-size: 1rem;
}

body.bizme-wall-page-active .bizme-wall-guest span {
  color: #666;
  font-size: .84rem;
}

body.bizme-wall-page-active .bizme-wall-guest .bizme-wall-login {
  background: #0a66c2;
  border-radius: 999px;
  height: 38px;
  margin: 8px 0 0;
  padding: 0 18px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-filterbar {
  padding: 13px 16px;
}

body.bizme-wall-page-active .bizme-wall-filterbar > div:first-child {
  margin-bottom: 3px;
}

body.bizme-wall-page-active .bizme-wall-filterbar strong {
  color: #191919;
  font-size: .94rem;
}

body.bizme-wall-page-active .bizme-wall-filterbar small {
  color: #0a66c2;
  font-size: .72rem;
}

body.bizme-wall-page-active .bizme-wall-filterbar > span {
  color: #737373;
  font-size: .72rem;
}

body.bizme-wall-page-active .bizme-wall-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-post {
  overflow: hidden;
  padding: 0;
}

body.bizme-wall-page-active .bizme-wall-post-top {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  padding: 15px 16px 0;
}

body.bizme-wall-page-active .bizme-wall-post-top > img,
body.bizme-wall-page-active .bizme-wall-post-top > .bizme-wall-avatar-fallback {
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
}

body.bizme-wall-page-active .bizme-wall-author-copy {
  min-width: 0;
}

body.bizme-wall-page-active .bizme-wall-post-top a,
body.bizme-wall-page-active .bizme-wall-post-top strong {
  color: #191919;
  font-size: .9rem;
  font-weight: 800;
  max-width: none;
}

body.bizme-wall-page-active .bizme-wall-post-top a:hover {
  color: #0a66c2;
  text-decoration: underline;
}

body.bizme-wall-page-active .bizme-wall-post-top small {
  color: #666;
  font-size: .7rem;
  margin-top: 2px;
}

body.bizme-wall-page-active .bizme-wall-post-top small i {
  font-size: .62rem;
}

body.bizme-wall-page-active .bizme-wall-post-body {
  color: #191919;
  font-size: .94rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  padding: 14px 16px 15px;
  white-space: normal;
}

body.bizme-wall-page-active .bizme-wall-inline-link {
  color: #0a66c2;
  font-weight: 650;
  text-decoration: none;
}

body.bizme-wall-page-active .bizme-wall-inline-link:hover {
  text-decoration: underline;
}

body.bizme-wall-page-active .bizme-wall-media-grid {
  background: #e9e9e9;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2px;
  overflow: hidden;
}

body.bizme-wall-page-active .bizme-wall-media-grid--1 {
  display: block;
}

body.bizme-wall-page-active .bizme-wall-media-grid a {
  background: #e6e6e6;
  display: block;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

body.bizme-wall-page-active .bizme-wall-media-grid--1 a {
  max-height: 620px;
}

body.bizme-wall-page-active .bizme-wall-media-grid--3 a:first-child {
  grid-row: span 2;
}

body.bizme-wall-page-active .bizme-wall-media-grid img {
  display: block;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

body.bizme-wall-page-active .bizme-wall-media-grid--1 img {
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

body.bizme-wall-page-active .bizme-wall-video {
  aspect-ratio: 16 / 9;
  background: #000;
  margin-top: 2px;
  overflow: hidden;
  width: 100%;
}

body.bizme-wall-page-active .bizme-wall-video iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

body.bizme-wall-page-active .bizme-wall-link-card {
  align-items: center;
  background: #f8f8f8;
  border-top: 1px solid #dedbd5;
  color: #191919;
  display: flex;
  gap: 11px;
  min-width: 0;
  padding: 13px 16px;
  text-decoration: none;
}

body.bizme-wall-page-active .bizme-wall-link-card:hover {
  background: #f1f1f1;
}

body.bizme-wall-page-active .bizme-wall-link-card > span:nth-child(2) {
  min-width: 0;
}

body.bizme-wall-page-active .bizme-wall-link-icon {
  align-items: center;
  background: #e2f0fe;
  border-radius: 8px;
  color: #0a66c2;
  display: flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
}

body.bizme-wall-page-active .bizme-wall-link-card small,
body.bizme-wall-page-active .bizme-wall-link-card strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.bizme-wall-page-active .bizme-wall-link-card small {
  color: #666;
  font-size: .68rem;
  text-transform: lowercase;
}

body.bizme-wall-page-active .bizme-wall-link-card strong {
  color: #191919;
  font-size: .78rem;
  margin-top: 2px;
}

body.bizme-wall-page-active .bizme-wall-link-card > i {
  color: #777;
  margin-left: auto;
}

body.bizme-wall-page-active .bizme-wall-post-foot {
  align-items: center;
  border-top: 1px solid #ebebeb;
  color: #666;
  display: flex;
  font-size: .7rem;
  justify-content: space-between;
  margin: 0 16px;
  padding: 10px 0;
}

body.bizme-wall-page-active .bizme-wall-post-foot > div {
  align-items: center;
  display: flex;
  gap: 4px;
}

body.bizme-wall-page-active .bizme-wall-post-foot a,
body.bizme-wall-page-active .bizme-wall-post-foot button {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 5px;
  color: #555 !important;
  cursor: pointer;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 700;
  gap: 5px;
  padding: 7px 9px !important;
  text-decoration: none;
}

body.bizme-wall-page-active .bizme-wall-post-foot a:hover,
body.bizme-wall-page-active .bizme-wall-post-foot button:hover {
  background: #f1f1f1 !important;
  color: #0a66c2 !important;
}

body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 38px 24px;
  text-align: center;
}

body.bizme-wall-page-active .bizme-wall-empty > span {
  align-items: center;
  background: #e2f0fe;
  border-radius: 50%;
  color: #0a66c2;
  display: flex;
  font-size: 1.35rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

body.bizme-wall-page-active .bizme-wall-empty h2 {
  color: #191919;
  font-size: 1.05rem;
  margin: 14px 0 0;
}

body.bizme-wall-page-active .bizme-wall-empty p {
  color: #666;
  font-size: .84rem;
  margin: 6px 0 0;
  max-width: 520px;
}

body.bizme-wall-page-active .bizme-wall-back {
  padding: 4px 0 10px;
}

body.bizme-wall-page-active .bizme-wall-back a {
  color: #0a66c2;
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

body.bizme-wall-page-active .bizme-wall-back a:hover {
  text-decoration: underline;
}

body.bizme-wall-page-active .bizme-wall-tool:focus-visible,
body.bizme-wall-page-active .bizme-wall-publish:focus-visible,
body.bizme-wall-page-active .bizme-wall-post-foot button:focus-visible,
body.bizme-wall-page-active .bizme-wall-post-foot a:focus-visible {
  outline: 3px solid rgba(10, 102, 194, .28);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  body.bizme-wall-page-active #contenu-principal {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar,
  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-card,
  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-filterbar {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar {
    padding: 15px 13px;
  }

  body.bizme-wall-page-active .bizme-expression-wall--page .bizme-wall-titlebar strong {
    font-size: 1.18rem;
  }

  body.bizme-wall-page-active .bizme-wall-compose-row > img,
  body.bizme-wall-page-active .bizme-wall-compose-row > .bizme-wall-avatar-fallback,
  body.bizme-wall-page-active .bizme-wall-post-top > img,
  body.bizme-wall-page-active .bizme-wall-post-top > .bizme-wall-avatar-fallback {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }

  body.bizme-wall-page-active .bizme-wall-photo-preview,
  body.bizme-wall-page-active .bizme-wall-extra-fields,
  body.bizme-wall-page-active .bizme-wall-error,
  body.bizme-wall-page-active .bizme-wall-status {
    margin-left: 0;
  }

  body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool {
    padding: 0 8px !important;
  }

  body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-publish {
    padding: 0 14px;
  }

  body.bizme-wall-page-active .bizme-wall-media-grid a {
    min-height: 170px;
  }

  body.bizme-wall-page-active .bizme-wall-post-foot {
    align-items: flex-start;
    gap: 6px;
    margin: 0 13px;
  }

  body.bizme-wall-page-active .bizme-wall-post-foot > span {
    display: none;
  }

  body.bizme-wall-page-active .bizme-wall-post-foot > div {
    justify-content: space-between;
    width: 100%;
  }

  body.bizme-wall-page-active .bizme-wall-back {
    padding: 8px 13px;
  }
}

@media (max-width: 420px) {
  body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool span {
    display: none !important;
  }

  body.bizme-wall-page-active .bizme-wall-actions .bizme-wall-tool {
    width: 40px;
  }

  body.bizme-wall-page-active .bizme-wall-compose-meta span:first-child {
    display: none;
  }

  body.bizme-wall-page-active .bizme-wall-compose-meta {
    justify-content: flex-end;
  }

  body.bizme-wall-page-active .bizme-wall-photo-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
