/* Le Studio — l'espace super admin de bro (MESSAGE 35). Une autre application que l'espace
   client : sa propre feuille, ses propres vues EJS, rien du socle React. Valeurs relevées dans
   `handoff/studio/Studio Bro - Super admin.dc.html` (captures S01–S03, S13). */
:root { --encre: #14150f; --corps: #3c4034; --meta: #686d5f; --lime: #e2f163; --papier: #f8f8f5; --fond: #e9e8e2; --filet: #e5e4dd; --nuit: #141414; }
* { box-sizing: border-box; }
html, body { margin: 0; }
body { font-family: 'DM Sans', sans-serif; color: var(--encre); background: var(--fond); -webkit-font-smoothing: antialiased; }
a { color: var(--encre); }
a:hover { color: #4f5a22; }
input::placeholder { color: #8d9184; }
.st-ic { font-family: 'Material Symbols Rounded'; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; direction: ltr; -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga'; }
.st-mono { font-family: 'DM Mono', monospace; }
.st-poppins { font-family: Poppins, sans-serif; }

/* ---- Connexion (écran ligne 24, S01/S02) ---- */
.st-porte { min-height: 100vh; background: var(--nuit); display: flex; align-items: center; justify-content: center; padding: 24px; color: #ffffff; }
.st-porte-col { width: min(440px, 100%); display: flex; flex-direction: column; gap: 22px; }
.st-porte-marque { display: flex; align-items: center; gap: 12px; }
.st-pastille-marque { padding: 8px 14px; border-radius: 14px; background: var(--lime); color: var(--encre); font-family: Poppins, sans-serif; font-weight: 700; font-size: 20px; }
.st-porte-studio { font-family: Poppins, sans-serif; font-weight: 600; font-size: 22px; }
.st-porte-hote { margin-left: auto; display: flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: #232323; font-family: 'DM Mono', monospace; font-size: 11px; color: #cfd2c6; }
.st-porte-hote .st-ic { font-size: 15px; color: var(--lime); }
.st-carte-nuit { background: #1d1d1d; border-radius: 28px; padding: 26px; display: flex; flex-direction: column; gap: 16px; }
.st-carte-nuit h1 { margin: 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: 24px; }
.st-carte-nuit p { margin: 0; font-size: 14px; line-height: 1.5; color: #b9bdb0; }
.st-champ { display: flex; flex-direction: column; gap: 7px; }
.st-champ > span { font-size: 13px; font-weight: 500; color: #cfd2c6; }
.st-champ input { height: 52px; border: 1px solid #3c3c3c; border-radius: 16px; background: var(--nuit); padding: 0 16px; font-family: inherit; font-size: 15px; color: #ffffff; outline: none; width: 100%; }
.st-champ input:focus { border-color: var(--lime); }
.st-btn-lime { height: 52px; border: none; border-radius: 999px; background: var(--lime); color: var(--encre); font-family: Poppins, sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; width: 100%; }
.st-btn-lime:hover { background: #eef79a; }
.st-btn-nu { height: 44px; border: none; background: transparent; color: #b9bdb0; font-family: inherit; font-size: 14px; cursor: pointer; width: 100%; }
.st-btn-nu:hover { color: #ffffff; }
.st-code { display: flex; gap: 8px; }
.st-code input { flex: 1; min-width: 0; height: 58px; border-radius: 14px; border: 1px solid #3c3c3c; background: var(--nuit); font-family: 'DM Mono', monospace; font-size: 24px; color: #ffffff; text-align: center; letter-spacing: 0.4em; outline: none; padding-left: 0.4em; }
.st-code input:focus { border-color: var(--lime); }
.st-alerte { padding: 12px 14px; border-radius: 14px; background: #2a2416; color: #f3e6bd; font-size: 14px; line-height: 1.45; }
.st-porte-notes { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: #8d9184; }
.st-porte-notes span { display: flex; gap: 8px; align-items: flex-start; }
.st-porte-notes .st-ic { font-size: 17px; flex: none; }
.st-secret { padding: 12px 14px; border-radius: 14px; background: var(--nuit); border: 1px solid #3c3c3c; font-family: 'DM Mono', monospace; font-size: 14px; color: var(--lime); letter-spacing: 0.08em; word-break: break-all; user-select: all; }
.st-qr { width: 180px; height: 180px; border-radius: 16px; background: #ffffff; padding: 10px; align-self: center; }
.st-qr svg { width: 100%; height: 100%; display: block; }

/* ---- La coque (ligne 59) ---- */
.st-app { min-height: 100vh; padding: 14px; display: flex; gap: 14px; align-items: flex-start; }
.st-rail { flex: 0 0 116px; position: sticky; top: 14px; height: calc(100vh - 28px); min-height: 620px; background: var(--nuit); border-radius: 26px; padding: 14px 8px; display: flex; flex-direction: column; gap: 2px; overflow-y: auto; scrollbar-width: none; }
.st-rail-tete { display: flex; flex-direction: column; align-items: center; gap: 6px; margin: 2px 0 14px; }
.st-rail-tete .st-pastille-marque { padding: 7px 12px; font-size: 17px; }
.st-rail-tete .st-studio { font-family: Poppins, sans-serif; font-weight: 600; font-size: 13px; color: #ffffff; }
.st-rail-tete .st-interne { padding: 3px 8px; border-radius: 999px; background: #2e2f27; color: var(--lime); font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; }
.st-nav { position: relative; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 9px 4px 8px; border: none; border-radius: 17px; background: transparent; cursor: pointer; font-family: inherit; text-decoration: none; color: #cfd2c6; min-height: 44px; }
.st-nav:hover { background: #2e2f27; color: #cfd2c6; }
.st-nav .st-ic { font-size: 22px; color: #ffffff; }
.st-nav span:not(.st-ic) { font-family: Poppins, sans-serif; font-weight: 500; font-size: 11px; line-height: 1.15; text-align: center; }
.st-nav--actif { background: #2e2f27; color: var(--lime); }
.st-nav--actif .st-ic { color: var(--lime); }
.st-nav--bientot { opacity: 0.45; cursor: default; }
.st-nav--bientot:hover { background: transparent; }
.st-nav-bientot { position: absolute; top: 4px; right: 8px; padding: 2px 5px; border-radius: 999px; background: #3a3b32; color: #cfd2c6; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: 0.05em; text-transform: uppercase; }
.st-rail-pousse { flex: 1 1 auto; }
.st-sortir { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 9px 4px 8px; border: none; border-radius: 17px; background: transparent; cursor: pointer; font-family: inherit; color: #cfd2c6; width: 100%; min-height: 44px; }
.st-sortir:hover { background: #2e2f27; }
.st-sortir .st-ic { font-size: 22px; }
.st-sortir span:not(.st-ic) { font-family: Poppins, sans-serif; font-weight: 500; font-size: 11px; }
.st-main { flex: 1 1 auto; min-width: 0; background: var(--papier); border-radius: 30px; padding: 22px 24px 40px; }
.st-entete { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; min-height: 56px; margin-bottom: 18px; }
.st-entete-titres { flex: 1 1 300px; min-width: 0; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.st-entete h1 { margin: 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: 26px; letter-spacing: -0.02em; }
.st-sous { display: flex; align-items: center; gap: 7px; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--meta); }
.st-sous::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #5c6b2a; }
.st-hote { display: flex; align-items: center; gap: 7px; height: 40px; padding: 0 14px; border-radius: 999px; background: #ffffff; border: 1px solid var(--filet); font-family: 'DM Mono', monospace; font-size: 11px; color: var(--corps); }
.st-hote .st-ic { font-size: 16px; color: #4f5a22; }
.st-moi { display: flex; align-items: center; gap: 8px; height: 48px; padding: 4px 14px 4px 4px; border-radius: 999px; background: #ffffff; border: 1px solid var(--filet); }
.st-moi-initiales { width: 40px; height: 40px; border-radius: 50%; background: var(--encre); color: var(--lime); display: flex; align-items: center; justify-content: center; font-family: Poppins, sans-serif; font-weight: 600; font-size: 14px; }
.st-moi-lignes { display: flex; flex-direction: column; line-height: 1.2; }
.st-moi-lignes b { font-size: 14px; font-weight: 600; }
.st-moi-lignes span { font-size: 11px; color: var(--meta); }

/* ---- Vue d'ensemble (ligne 89, S03) ---- */
.st-pile { display: flex; flex-direction: column; gap: 18px; }
.st-kpis { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; }
.st-kpi { text-align: left; border: none; border-radius: 24px; padding: 18px; background: #ffffff; box-shadow: 0 1px 2px rgba(20,21,15,0.04), 0 14px 30px -14px rgba(20,21,15,0.16); display: flex; flex-direction: column; gap: 6px; color: var(--encre); text-decoration: none; }
.st-kpi--lime { background: var(--lime); }
.st-kpi--eteint { opacity: 0.6; }
.st-kpi-l { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--corps); }
.st-kpi-v { font-family: Poppins, sans-serif; font-weight: 600; font-size: 32px; line-height: 1; letter-spacing: -0.02em; }
.st-kpi-s { font-size: 13px; color: var(--corps); }
.st-colonnes { display: flex; gap: 14px; flex-wrap: wrap; align-items: flex-start; }
.st-carte { background: #ffffff; border-radius: 26px; padding: 20px; box-shadow: 0 1px 2px rgba(20,21,15,0.04), 0 14px 30px -14px rgba(20,21,15,0.16); display: flex; flex-direction: column; gap: 10px; }
.st-carte h2 { margin: 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: 20px; }
.st-carte-titre { display: flex; align-items: center; gap: 10px; }
.st-compte { padding: 4px 10px; border-radius: 999px; background: var(--encre); color: var(--lime); font-family: 'DM Mono', monospace; font-size: 11px; }
.st-vide { padding: 14px; border-radius: 18px; background: var(--papier); font-size: 14px; color: var(--meta); line-height: 1.5; }
.st-carte--nuit { background: var(--nuit); color: #ffffff; }
.st-carte--nuit h2 { font-size: 18px; }
.st-carte--nuit p { margin: 0; font-size: 14px; color: #b9bdb0; }
.st-bientot { display: inline-flex; align-items: center; height: 18px; padding: 0 7px; border-radius: 999px; background: #3a3b32; color: #cfd2c6; font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 0.05em; text-transform: uppercase; vertical-align: middle; margin-left: 6px; }

/* ---- Équipe et journal (ligne 277, S13) ---- */
.st-membre { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px; border-radius: 18px; background: var(--papier); }
.st-membre-initiales { flex: 0 0 40px; height: 40px; border-radius: 50%; background: var(--encre); color: var(--lime); display: flex; align-items: center; justify-content: center; font-family: Poppins, sans-serif; font-weight: 600; font-size: 14px; }
.st-membre-lignes { flex: 1 1 160px; min-width: 0; display: flex; flex-direction: column; }
.st-membre-lignes b { font-size: 15px; font-weight: 600; }
.st-membre-lignes span { font-size: 12px; color: var(--meta); }
.st-role { height: 40px; padding: 0 12px; border: 1px solid var(--filet); border-radius: 999px; background: #ffffff; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--encre); display: inline-flex; align-items: center; }
.st-inviter { display: flex; gap: 8px; flex-wrap: wrap; padding-top: 6px; }
.st-inviter input { flex: 1 1 220px; height: 46px; border: 1px solid var(--filet); border-radius: 999px; background: var(--papier); padding: 0 16px; font-family: inherit; font-size: 14px; outline: none; }
.st-inviter select { height: 46px; padding: 0 12px; border: 1px solid var(--filet); border-radius: 999px; background: #ffffff; font-family: inherit; font-size: 13px; font-weight: 600; }
.st-btn-noir { height: 46px; padding: 0 18px; border: none; border-radius: 999px; background: var(--encre); color: #ffffff; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; cursor: pointer; }
.st-btn-noir:hover { background: #2b2b2b; }
.st-matrice { min-width: 360px; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 6px; font-size: 12px; }
.st-matrice-tete { font-family: 'DM Mono', monospace; font-size: 10px; text-align: center; color: var(--meta); }
.st-matrice-ligne { padding: 6px 0; font-weight: 500; }
.st-matrice .st-ic { text-align: center; font-size: 18px; }
.st-oui { color: #4f5a22; }
.st-non { color: #c7c4bb; }
.st-journal-ligne { display: flex; align-items: center; gap: 12px; padding: 9px 4px; border-top: 1px solid #f1f1ec; font-size: 14px; }
.st-journal-quand { flex: 0 0 120px; font-family: 'DM Mono', monospace; font-size: 11px; color: var(--meta); }
.st-journal-qui { flex: 0 0 110px; font-weight: 600; }
.st-journal-quoi { flex: 1; color: var(--corps); }
.st-lien-activation { padding: 12px 14px; border-radius: 16px; background: #eef4dd; font-family: 'DM Mono', monospace; font-size: 12px; word-break: break-all; }
.st-note { font-size: 13px; color: var(--meta); }

@media (max-width: 760px) {
  .st-app { flex-direction: column; padding: 10px; }
  .st-rail { position: static; height: auto; min-height: 0; width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: center; }
  .st-rail-tete { flex-direction: row; margin: 0 8px 0 0; }
  .st-rail-pousse { display: none; }
  .st-main { padding: 18px 16px 32px; }
}

/* ---- Clients (maquette 128-152, S04), la fiche (333-367, S05/S06), les confirmations (369-386, S07), la corbeille (312-330, S14) ---- */
.st-filtres { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.st-filtre { height: 44px; padding: 0 16px; border: 1px solid var(--filet); border-radius: 999px; background: #ffffff; color: var(--encre); font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; }
.st-filtre--actif { background: var(--encre); color: #ffffff; border-color: var(--encre); }
.st-filtre-n { font-family: 'DM Mono', monospace; font-size: 11px; opacity: 0.8; }
.st-recherche { margin-left: auto; flex: 0 1 280px; height: 44px; padding: 0 14px; border-radius: 999px; background: #ffffff; border: 1px solid var(--filet); display: flex; align-items: center; gap: 8px; }
.st-recherche .st-ic { font-size: 19px; color: var(--meta); }
.st-recherche input { flex: 1; min-width: 0; border: none; outline: none; background: transparent; font-family: inherit; font-size: 14px; color: var(--encre); }
.st-tableau { background: #ffffff; border-radius: 26px; padding: 8px; box-shadow: 0 1px 2px rgba(20,21,15,0.04), 0 14px 30px -14px rgba(20,21,15,0.16); overflow-x: auto; }
.st-tableau-tete, .st-tableau-ligne { display: grid; min-width: 760px; grid-template-columns: minmax(200px, 2fr) 110px 90px 130px 130px 110px 30px; gap: 12px; align-items: center; }
.st-tableau-tete { padding: 10px 14px; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--meta); }
.st-tableau-ligne { width: 100%; padding: 12px 14px; border-top: 1px solid #f1f1ec; text-decoration: none; color: var(--encre); min-height: 62px; }
.st-tableau-ligne:hover { background: var(--papier); color: var(--encre); }
.st-client { display: flex; align-items: center; gap: 12px; min-width: 0; }
.st-client-initiale { flex: 0 0 38px; height: 38px; border-radius: 12px; background: var(--encre); color: var(--lime); display: flex; align-items: center; justify-content: center; font-family: Poppins, sans-serif; font-weight: 600; font-size: 14px; }
.st-client-initiale--gris { background: #f1f1ec; color: var(--meta); }
.st-client-lignes { display: flex; flex-direction: column; min-width: 0; }
.st-client-lignes b { font-size: 15px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.st-client-lignes span { font-size: 12px; color: var(--meta); }
.st-formule { display: inline-block; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.st-formule--invite { border: 1px dashed #c7c4bb; }
.st-formule--fiche { padding: 6px 12px; font-size: 13px; }
.st-statut { display: inline-block; padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.st-statut--fiche { padding: 6px 12px; font-size: 13px; }
.st-voile { position: fixed; inset: 0; z-index: 40; background: rgba(20,21,15,0.25); display: block; }
.st-voile--haut { z-index: 60; background: rgba(20,21,15,0.35); }
.st-fiche { position: fixed; top: 0; right: 0; bottom: 0; z-index: 50; width: min(480px, 100%); overflow-y: auto; background: var(--papier); padding: 22px; display: flex; flex-direction: column; gap: 14px; animation: stPop 180ms ease-out both; }
@keyframes stPop { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.st-fiche-tete { display: flex; align-items: center; gap: 12px; }
.st-fiche-initiale { flex: 0 0 48px; height: 48px; border-radius: 16px; background: var(--encre); color: var(--lime); display: flex; align-items: center; justify-content: center; font-family: Poppins, sans-serif; font-weight: 600; font-size: 18px; }
.st-fiche-lignes { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.st-fiche-lignes b { font-family: Poppins, sans-serif; font-weight: 600; font-size: 22px; }
.st-fiche-lignes span { font-size: 13px; color: var(--meta); }
.st-fermer { flex: 0 0 44px; height: 44px; border: 1px solid var(--filet); border-radius: 50%; background: #ffffff; display: flex; align-items: center; justify-content: center; color: var(--encre); }
.st-fermer .st-ic { font-size: 20px; }
.st-pastilles { display: flex; gap: 8px; flex-wrap: wrap; }
.st-bandeau-bloque { padding: 14px; border-radius: 18px; background: #f6e4dc; color: #7d3a21; font-size: 14px; line-height: 1.5; }
.st-faits { background: #ffffff; border-radius: 22px; padding: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.st-fait { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.st-fait-l { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--meta); }
.st-fait-v { font-size: 15px; font-weight: 600; overflow-wrap: anywhere; }
.st-fiche-carte { background: #ffffff; border-radius: 22px; padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.st-fiche-carte h3 { margin: 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: 16px; }
.st-personne { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.st-personne span:first-child { flex: 1; min-width: 0; }
.st-personne span:last-child { font-size: 12px; color: var(--meta); text-align: right; }
.st-fiche-actions { display: flex; flex-direction: column; gap: 8px; }
.st-action { height: 48px; border: 1px solid var(--filet); border-radius: 999px; background: #ffffff; color: var(--encre); font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; cursor: pointer; width: 100%; }
.st-action .st-ic { font-size: 19px; }
.st-action--noir { border: none; background: var(--encre); color: #ffffff; }
.st-action--nu { height: 44px; border: none; background: transparent; color: #7d3a21; }
.st-boite { position: fixed; z-index: 70; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(460px, calc(100% - 48px)); background: #ffffff; border-radius: 28px; padding: 24px; display: flex; flex-direction: column; gap: 14px; box-shadow: 0 24px 50px rgba(20,21,15,0.2); animation: stPop 180ms ease-out both; }
.st-boite h2 { margin: 0; font-family: Poppins, sans-serif; font-weight: 600; font-size: 22px; }
.st-boite p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--corps); text-wrap: pretty; }
.st-motifs { display: flex; gap: 8px; flex-wrap: wrap; }
.st-motif { position: relative; height: 40px; padding: 0 14px; border: 1.5px solid var(--filet); border-radius: 999px; background: #ffffff; font-family: Poppins, sans-serif; font-size: 13px; font-weight: 500; display: inline-flex; align-items: center; cursor: pointer; }
.st-motif input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.st-motif:has(input:checked) { background: #f6e4dc; border-color: #7d3a21; }
.st-motif:has(input:focus-visible) { outline: 2px solid var(--encre); outline-offset: 2px; }
.st-champ-clair { display: flex; flex-direction: column; gap: 7px; font-size: 13px; color: var(--corps); }
.st-champ-clair input { height: 48px; border: 1px solid var(--filet); border-radius: 16px; background: var(--papier); padding: 0 14px; font-family: inherit; font-size: 15px; color: var(--encre); outline: none; }
.st-champ-clair input:focus { border-color: var(--encre); }
.st-boite-pied { display: flex; gap: 8px; justify-content: flex-end; }
.st-btn-blanc { height: 46px; padding: 0 18px; border: 1px solid var(--filet); border-radius: 999px; background: #ffffff; color: var(--encre); font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; text-decoration: none; cursor: pointer; }
.st-btn-terre { height: 46px; padding: 0 18px; border: none; border-radius: 999px; background: #7d3a21; color: #ffffff; font-family: Poppins, sans-serif; font-size: 14px; font-weight: 500; cursor: pointer; }
.st-info { flex: 1 1 280px; border-radius: 24px; padding: 18px; display: flex; gap: 12px; align-items: flex-start; }
.st-info .st-ic { font-size: 24px; }
.st-info-lignes { display: flex; flex-direction: column; gap: 2px; }
.st-info-lignes b { font-size: 15px; font-weight: 600; }
.st-info-lignes span { font-size: 13px; color: var(--corps); }
.st-corbeille-vide { display: block; padding: 24px; font-size: 15px; color: var(--meta); }
.st-corbeille-ligne { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 14px 12px; border-bottom: 1px solid #f1f1ec; }
.st-corbeille-ligne:last-child { border-bottom: none; }
.st-btn-restaurer { height: 42px; padding: 0 16px; border: none; border-radius: 999px; background: var(--encre); color: #ffffff; font-family: Poppins, sans-serif; font-size: 13px; font-weight: 500; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.st-alerte-ligne { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; text-decoration: none; font-size: 14px; }
.st-alerte-ligne b { font-weight: 600; }
