@charset "UTF-8";:root{--clr-bg: #f8f9fa;--clr-surface: #ffffff;--clr-surface-2: #fafafa;--clr-surface-3: #f3f4f6;--clr-border: #e5e7eb;--clr-border-2: #f3f4f6;--clr-text: #111111;--clr-text-2: #374151;--clr-text-muted: #6b7280;--clr-text-ph: #9ca3af;--clr-text-label: #6b7280;--clr-primary: #2563eb;--clr-primary-hover: #1d4ed8;--clr-primary-active: #1e40af;--clr-primary-light: #eff6ff;--clr-primary-border: #bfdbfe;--clr-primary-text: #1e40af;--clr-danger: #dc2626;--clr-danger-hover: #b91c1c;--clr-danger-light: #fee2e2;--clr-danger-border: #fecaca;--clr-danger-text: #b91c1c;--clr-success: #16a34a;--clr-success-light: #f0fdf4;--clr-success-text: #166534;--clr-warn: #d97706;--clr-warn-light: #fffbeb;--clr-warn-text: #92400e;--clr-sidebar-bg: #ffffff;--clr-sidebar-border: #e5e7eb;--clr-sidebar-item: #374151;--clr-sidebar-muted: #9ca3af;--clr-sidebar-hover: #f3f4f6;--clr-sidebar-active-bg: #eff6ff;--clr-sidebar-active-text: #1d4ed8}html.dark{--clr-bg: #0f172a;--clr-surface: #1e293b;--clr-surface-2: #162032;--clr-surface-3: #334155;--clr-border: #334155;--clr-border-2: #334155;--clr-text: #f1f5f9;--clr-text-2: #cbd5e1;--clr-text-muted: #94a3b8;--clr-text-ph: #64748b;--clr-text-label: #64748b;--clr-primary: #3b82f6;--clr-primary-hover: #60a5fa;--clr-primary-active: #93c5fd;--clr-primary-light: #172554;--clr-primary-border: #1e3a8a;--clr-primary-text: #93c5fd;--clr-danger: #ef4444;--clr-danger-hover: #f87171;--clr-danger-light: #450a0a;--clr-danger-border: #7f1d1d;--clr-danger-text: #fca5a5;--clr-success: #22c55e;--clr-success-light: #052e16;--clr-success-text: #86efac;--clr-warn: #f59e0b;--clr-warn-light: #422006;--clr-warn-text: #fb923c;--clr-sidebar-bg: #1e293b;--clr-sidebar-border: #334155;--clr-sidebar-item: #94a3b8;--clr-sidebar-muted: #64748b;--clr-sidebar-hover: #334155;--clr-sidebar-active-bg: #1d4ed8;--clr-sidebar-active-text: #ffffff}*,*:before,*:after{box-sizing:border-box}.badge{display:inline-block;padding:.2rem .55rem;border-radius:5px;font-size:.72rem;font-weight:700;white-space:nowrap}.badge--brouillon{background:#f3f4f6;color:#6b7280}.badge--envoye{background:#fef3c7;color:#b45309}.badge--accepte{background:#dcfce7;color:#15803d}.badge--refuse{background:#fee2e2;color:#b91c1c}.badge--expire{background:#f3f4f6;color:#9ca3af}.badge--envoyee{background:#fef3c7;color:#b45309}.badge--payee{background:#dcfce7;color:#15803d}.badge--annulee{background:#fee2e2;color:#b91c1c}.badge--en_attente{background:#fef3c7;color:#b45309}.badge--retard{background:#fee2e2;color:#991b1b}.badge--confirmee{background:#dbeafe;color:#1d4ed8}.badge--livree{background:#dcfce7;color:#15803d}.badge--nouveau{background:#dbeafe;color:#1d4ed8}.badge--en_cours{background:#fed7aa;color:#c2410c}.badge--resolu{background:#dcfce7;color:#15803d}.badge--ferme{background:#f3f4f6;color:#6b7280}.badge--formulaire{background:#ede9fe;color:#6d28d9}.badge--telephone{background:#dcfce7;color:#15803d}.badge--email{background:#dbeafe;color:#1d4ed8}.badge--portail{background:#e0f2fe;color:#0369a1}.badge--basse{background:#f3f4f6;color:#6b7280}.badge--normale{background:#dbeafe;color:#1d4ed8}.badge--haute{background:#fef3c7;color:#b45309}.badge--urgente{background:#fee2e2;color:#b91c1c}.badge--termine{background:#dcfce7;color:#15803d}.badge--annule{background:#f3f4f6;color:#6b7280}.badge--marche{background:#fef3c7;color:#b45309}.badge--acceptee,.badge--actif{background:#dcfce7;color:#15803d}.badge--suspendu{background:#fef9c3;color:#854d0e}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.page-title{margin:0 0 .2rem;font-size:1.4rem;font-weight:700;color:var(--clr-text)}.page-sub{margin:0;font-size:.85rem;color:var(--clr-text-muted)}.page{padding:2rem}.page--sm{max-width:720px;margin:0 auto}.page--md{max-width:960px;margin:0 auto}.page--lg{max-width:1200px;margin:0 auto}.page--full{max-width:none;margin:0}@media(max-width:640px){.page{padding:1rem}}.btn-primary,.btn-secondary,.btn-ghost,.btn-danger{display:inline-block;border-radius:7px;font-size:.875rem;cursor:pointer;text-decoration:none;white-space:nowrap}.btn-primary:disabled,.btn-secondary:disabled,.btn-ghost:disabled,.btn-danger:disabled{opacity:.6;cursor:not-allowed}.btn-primary{padding:.55rem 1.1rem;background:var(--clr-primary);color:#fff;border:none;font-weight:500}.btn-primary:hover:not(:disabled){background:var(--clr-primary-hover)}.btn-secondary{padding:.5rem 1.1rem;background:var(--clr-surface);color:var(--clr-text-2);border:1px solid var(--clr-border);font-weight:500}.btn-secondary:hover:not(:disabled){background:var(--clr-surface-3)}.btn-ghost{padding:.5rem 1rem;background:none;color:var(--clr-text-muted);border:1px solid var(--clr-border)}.btn-ghost:hover:not(:disabled){background:var(--clr-surface-3)}.btn-danger{padding:.45rem .9rem;background:var(--clr-danger);color:#fff;border:none;font-weight:500}.btn-danger:hover:not(:disabled){background:var(--clr-danger-hover)}.card,.section-card,.form-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:10px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.card:last-child,.section-card:last-child,.form-card:last-child{margin-bottom:0}.field{display:flex;flex-direction:column;gap:.35rem}.field--full{grid-column:1/-1}.field label,.field__label{font-size:.82rem;font-weight:500;color:var(--clr-text-2)}.field input,.field select,.field textarea,.field__input,.field__select,.field__textarea{width:100%;box-sizing:border-box;padding:.5rem .75rem;border:1px solid var(--clr-border);border-radius:7px;font-size:.875rem;color:var(--clr-text);background:var(--clr-surface);outline:none;font-family:inherit}.field input:focus,.field select:focus,.field textarea:focus,.field__input:focus,.field__select:focus,.field__textarea:focus{border-color:var(--clr-primary);box-shadow:0 0 0 3px #2563eb1a}.field textarea,.field__textarea{resize:vertical}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th{padding:.6rem .9rem;text-align:left;font-size:.73rem;font-weight:600;color:var(--clr-text-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--clr-surface-2);border-bottom:1px solid var(--clr-border-2);white-space:nowrap}.table th.right{text-align:right}.table th.center{text-align:center}.table td{padding:.65rem .9rem;border-bottom:1px solid var(--clr-border-2);color:var(--clr-text-2);vertical-align:middle}.table td.right{text-align:right}.table td.center{text-align:center}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--clr-surface-2)}.th-sort{cursor:pointer;-webkit-user-select:none;user-select:none}.th-sort:hover{color:var(--clr-primary);background:var(--clr-primary-light)!important}.sort-ico{font-size:.7rem;opacity:.5;margin-left:.25rem}.th-check,.td-check{width:36px;padding-left:.75rem!important;padding-right:0!important}.tr--selected td{background:var(--clr-primary-light)!important}.td-nom{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;font-weight:500;color:var(--clr-text)}.td-nom__link{color:var(--clr-text);text-decoration:none}.td-nom__link:hover{color:var(--clr-primary);text-decoration:underline}.td-sub{display:block;font-size:.75rem;color:var(--clr-text-muted);margin-top:.15rem}.td-nom .td-sub{display:inline;font-size:.72rem}.td-muted{color:var(--clr-text-muted)}.td-overflow{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-contact__email{color:var(--clr-primary);text-decoration:none;font-size:.85rem;display:block}.td-contact__email:hover{text-decoration:underline}.td-actions{display:flex;gap:.75rem;white-space:nowrap}.td-link{color:var(--clr-primary);text-decoration:none;font-size:.8rem}.td-link:hover{text-decoration:underline}.filter-bar{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem;flex-wrap:wrap}.btn-reset{padding:.4rem .75rem;border:1px solid var(--clr-danger-border);border-radius:8px;background:var(--clr-danger-light);color:var(--clr-danger-text);font-size:.8rem;cursor:pointer}.btn-reset:hover{background:var(--clr-danger-hover);color:#fff}.results-count{margin-left:auto;font-size:.8rem;color:var(--clr-text-muted);white-space:nowrap}.results-count__total{color:var(--clr-border)}.pagination{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 0;margin-top:.5rem}.pagination__info{font-size:.8rem;color:var(--clr-text-muted);white-space:nowrap}.pagination__pages{display:flex;align-items:center;gap:.25rem;margin:0 auto}.pagination__btn{min-width:2rem;height:2rem;padding:0 .5rem;border:1px solid var(--clr-border);border-radius:6px;background:var(--clr-surface);color:var(--clr-text-2);font-size:.8rem;cursor:pointer;transition:all .1s}.pagination__btn:hover:not(:disabled){border-color:var(--clr-primary);color:var(--clr-primary);background:var(--clr-primary-light)}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn--active{background:var(--clr-primary);border-color:var(--clr-primary);color:#fff;font-weight:600}.pagination__dots{padding:0 .25rem;color:var(--clr-text-muted);font-size:.85rem}.pagination__size{padding:.35rem .6rem;border:1px solid var(--clr-border);border-radius:6px;font-size:.8rem;background:var(--clr-surface);color:var(--clr-text-2);cursor:pointer}.pagination__size:focus{outline:none;border-color:var(--clr-primary)}.alert,.alert-erreur,.alert-succes{padding:.65rem 1rem;border-radius:7px;font-size:.875rem;margin-bottom:1rem}.alert-erreur,.alert--err,.alert--error{background:var(--clr-danger-light);color:var(--clr-danger-text)}.alert-succes,.alert--ok,.alert--success{background:var(--clr-success-light);color:var(--clr-success-text)}.t-row{display:flex;justify-content:space-between;gap:1.5rem;color:var(--clr-text-2)}.t-small{font-size:.78rem;color:var(--clr-text-ph)}.t-green{color:var(--clr-success);font-weight:600}.t-final{font-weight:700;color:var(--clr-text);font-size:.95rem;border-top:1px solid var(--clr-border);padding-top:.3rem;margin-top:.15rem}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;background:#f8f9fa;color:#111;transition:background .2s,color .2s}html.dark{color-scheme:dark}html.dark body{background:#0f172a;color:#e2e8f0}html.dark .main-content{background:#0f172a!important}html.dark .header{background:#1e293b!important;border-bottom-color:#334155!important}html.dark .header__brand{color:#60a5fa!important}html.dark .header__zone-link{color:#cbd5e1!important}html.dark .header__zone-link:hover{background:#334155!important}html.dark .header__avatar{color:#cbd5e1!important;border-color:#334155!important}html.dark .header__avatar:hover{background:#334155!important}html.dark .header__email{color:#94a3b8!important}html.dark .header__theme-btn{border-color:#334155!important}html.dark .header__theme-btn:hover{background:#334155!important}html.dark .header__dropdown{background:#1e293b!important;border-color:#334155!important;box-shadow:0 8px 24px #00000080!important}html.dark .header__dropdown-email{color:#f1f5f9!important}html.dark .header__dropdown-role{color:#94a3b8!important}html.dark .header__dropdown-divider{background:#334155!important}html.dark .header__dropdown-item{color:#cbd5e1!important}html.dark .header__dropdown-item:hover{background:#334155!important}html.dark .header__dropdown-item--danger{color:#f87171!important}html.dark .header__dropdown-item--danger:hover{background:#450a0a!important}html.dark [class*=sidebar]{background:#1e293b!important;border-color:#334155!important}html.dark [class*=sidebar__item]{color:#94a3b8!important}html.dark [class*=sidebar__item]:hover{background:#334155!important;color:#f1f5f9!important}html.dark [class*=sidebar__item--active]{background:#1d4ed8!important;color:#fff!important}html.dark [class*=sidebar__label]{color:#64748b!important}html.dark .card,html.dark .card--side,html.dark .fiche__section,html.dark .form-card,html.dark .site-form,html.dark .setup-card,html.dark .confirm-card,html.dark .table-wrap{background:#1e293b!important;border-color:#334155!important}html.dark h1,html.dark h2,html.dark h3,html.dark .page__title,html.dark .page-title,html.dark .fiche__nom,html.dark .identity__name,html.dark .identity-card__nom{color:#f1f5f9!important}html.dark .card__title,html.dark .fiche__section-title,html.dark .form__section,html.dark .fieldset__legend{color:#64748b!important}html.dark p,html.dark dd,html.dark li{color:#cbd5e1!important}html.dark dt{color:#64748b!important}html.dark label{color:#94a3b8!important}html.dark strong{color:#e2e8f0!important}html.dark .table__name,html.dark .td-name{color:#f1f5f9!important}html.dark .table__muted,html.dark .td-muted,html.dark .identity__email,html.dark .identity-card__email,html.dark .page-subtitle{color:#94a3b8!important}html.dark input:not([type=radio]):not([type=checkbox]),html.dark select,html.dark textarea{background:#0f172a!important;border-color:#475569!important;color:#f1f5f9!important}html.dark input:not([type=radio]):not([type=checkbox])::placeholder,html.dark select::placeholder,html.dark textarea::placeholder{color:#64748b!important}html.dark input:not([type=radio]):not([type=checkbox]):focus,html.dark select:focus,html.dark textarea:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f640!important}html.dark .table th{background:#1e293b!important;color:#64748b!important;border-bottom-color:#334155!important}html.dark .table td{border-bottom-color:#334155!important}html.dark .table tr:hover td{background:#334155!important}html.dark .btn-secondary,html.dark .btn-ghost,html.dark .btn--ghost{background:#1e293b!important;color:#cbd5e1!important;border-color:#334155!important}html.dark .btn-secondary:hover:not(:disabled),html.dark .btn-ghost:hover:not(:disabled),html.dark .btn--ghost:hover:not(:disabled){background:#334155!important}html.dark .filtre-btn{background:#1e293b!important;color:#94a3b8!important;border-color:#334155!important}html.dark .filtre-btn:hover{background:#334155!important}html.dark .filtre-btn--active{background:#1d4ed8!important;color:#fff!important;border-color:transparent!important}html.dark .pagination__btn{background:var(--clr-surface)!important;color:var(--clr-text-2)!important;border-color:var(--clr-border)!important}html.dark .pagination__btn:hover:not(:disabled){background:var(--clr-surface-3)!important;color:var(--clr-primary)!important;border-color:var(--clr-primary)!important}html.dark .pagination__btn--active{background:var(--clr-primary)!important;border-color:var(--clr-primary)!important;color:#fff!important}html.dark .pagination__size{background:var(--clr-surface)!important;color:var(--clr-text-2)!important;border-color:var(--clr-border)!important}html.dark .stat{background:#1e293b!important;border-color:#334155!important}html.dark .stat__value{color:#f1f5f9!important}html.dark .stat__label{color:#94a3b8!important}html.dark .stat--alert .stat__value{color:#f87171!important}html.dark .stat--warn .stat__value{color:#fb923c!important}html.dark .stat--info .stat__value{color:#60a5fa!important}html.dark .portail-card--actif{background:#052e16!important;border-color:#166534!important}html.dark .portail-card--inactif{background:#1e293b!important;border-color:#334155!important}html.dark .portail-card--suspendu{background:#422006!important;border-color:#92400e!important}html.dark .portail-card__titre{color:#f1f5f9!important}html.dark .portail-card__sous{color:#94a3b8!important}html.dark .lien-box{background:#1e293b!important;border-color:#334155!important}html.dark .lien-box--ok{background:#052e16!important;border-color:#166534!important}html.dark .lien-box__titre{color:#cbd5e1!important}html.dark .lien-box__hint{color:#64748b!important}html.dark .confirm-suppr{background:#450a0a!important;border-color:#7f1d1d!important}html.dark .confirm-suppr__msg{color:#fca5a5!important}html.dark .alert--ok{background:#052e16!important;color:#86efac!important}html.dark .alert--err,html.dark .alert--error{background:#450a0a!important;color:#fca5a5!important;border-color:#7f1d1d!important}html.dark .identity-card{background:#172554!important;border-color:#1e40af!important}html.dark .identity-card__label,html.dark .identity-card__societe{color:#93c5fd!important}html.dark .dl__row dt{color:#64748b!important}html.dark .dl__row dd{color:#e2e8f0!important}html.dark .contact-chip{background:#172554!important;color:#93c5fd!important}html.dark .contact-chip:hover{background:#1e3a8a!important}html.dark .side-item__name{color:#e2e8f0!important}html.dark .side-item__sub{color:#94a3b8!important}html.dark .side-empty{color:#64748b!important}html.dark .side-link{color:#60a5fa!important}html.dark .back,html.dark .breadcrumb__item{color:#94a3b8!important}html.dark .back:hover,html.dark .breadcrumb__item:hover{color:#f1f5f9!important}html.dark .breadcrumb__sep{color:#475569!important}html.dark .breadcrumb__item--societe{color:#60a5fa!important}html.dark .loading{color:#94a3b8!important}html.dark .empty-state,html.dark .side-empty--hint,html.dark .empty__hint{color:#64748b!important}html.dark .link{color:#60a5fa!important}html.dark .hint{color:#64748b!important}html.dark .role-badge{background:#172554!important;color:#93c5fd!important}html.dark .sidebar__toggle{color:#94a3b8!important}html.dark .sidebar__toggle:hover{background:#334155!important;color:#f1f5f9!important}html.dark .sidebar__divider{background:#334155!important}html.dark .site-card{background:#1e293b!important;border-color:#334155!important}html.dark .site-card__adresse,html.dark .site-card__contact{color:#94a3b8!important}html.dark .site-card__type,html.dark .site-card__siret{color:#64748b!important}html.dark .site-form__title{color:#94a3b8!important}html.dark .site-card strong{color:#e2e8f0!important}html.dark .fiche__section dd a{color:#60a5fa!important}html.dark .fiche__section input{background:#0f172a!important;color:#f1f5f9!important;border-color:#475569!important}html.dark .btn-cancel,html.dark .btn-danger-outline{background:#1e293b!important;color:#cbd5e1!important;border-color:#334155!important}html.dark .td-name{color:#f1f5f9!important}html.dark .td-muted{color:#64748b!important}html.dark table thead tr{background:#1e293b!important}html.dark table thead th{color:#64748b!important;background:#1e293b!important;border-bottom-color:#334155!important}html.dark table tbody td{border-bottom-color:#334155!important;color:#cbd5e1!important}html.dark table tbody tr:hover td{background:#334155!important}html.dark .setup-card__info{background:#0f172a!important;border-color:#334155!important;color:#94a3b8!important}html.dark .security-row__label{color:#f1f5f9!important}html.dark .security-row__hint{color:#94a3b8!important}html.dark .priorite-option{border-color:#334155!important}html.dark .priorite-option--selected{border-color:#3b82f6!important;background:#172554!important}html.dark .canal-badge{background:#052e16!important;color:#86efac!important}html.dark .empty p{color:#94a3b8!important}html.dark .equipe-card{background:#1e293b!important;border-color:#334155!important}html.dark .equipe-card:hover{border-color:#3b82f6!important}html.dark .equipe-card__nom{color:#f1f5f9!important}html.dark .equipe-card__desc{color:#94a3b8!important}html.dark .equipe-card__badge{background:#172554!important;color:#93c5fd!important}html.dark .membre-item{background:#0f172a!important;border-color:#334155!important}html.dark .membre-item__nom{color:#f1f5f9!important}html.dark .membre-item__email{color:#64748b!important}html.dark .danger-hint{color:#94a3b8!important}html.dark .empty-hint{color:#64748b!important}html.dark .header__titre{color:#f1f5f9!important}html.dark .header__date{color:#64748b!important}html.dark .description{color:#cbd5e1!important}html.dark .statut-btn{background:#0f172a!important;border-color:#334155!important;color:#cbd5e1!important}html.dark .statut-btn.statut-btn--active{background:#172554!important;border-color:#3b82f6!important;color:#93c5fd!important}html.dark .assign-current__equipe,html.dark .assign-current__membre{color:#e2e8f0!important}html.dark .assign-empty{color:#64748b!important}html.dark .tl-comment{background:#0f172a!important;border-color:#334155!important}html.dark .tl-comment.tl-comment--public{background:#172554!important;border-color:#1e3a8a!important}html.dark .tl-comment__author{color:#f1f5f9!important}html.dark .tl-comment__date{color:#64748b!important}html.dark .tl-comment__text{color:#cbd5e1!important}html.dark .tl-badge--prive{background:#334155!important;color:#94a3b8!important}html.dark .tl-badge--public{background:#172554!important;color:#93c5fd!important}html.dark .tl-log__dot{background:#475569!important}html.dark .tl-log__text{color:#94a3b8!important}html.dark .tl-log__date,html.dark .tl-empty{color:#64748b!important}html.dark .comment-form,html.dark .reply-form{border-top-color:#334155!important}html.dark .reply-form__label{color:#cbd5e1!important}html.dark .reply-form__hint{color:#64748b!important}html.dark .reply-form__err{color:#fca5a5!important}html.dark .message{background:#1e293b!important;border-color:#334155!important}html.dark .message.message--client{background:#172554!important;border-color:#1e3a8a!important}html.dark .message__author{color:#f1f5f9!important}html.dark .message__date{color:#64748b!important}html.dark .message__text{color:#cbd5e1!important}html.dark .exchanges-empty,html.dark .closed-hint{color:#64748b!important}html.dark .filtres--equipes{border-top-color:#334155!important}html.dark .filtre-btn--equipe{background:#172554!important;border-color:#1e40af!important;color:#93c5fd!important}html.dark .filtre-btn--equipe:hover{background:#1e3a8a!important}html.dark .filtre-btn--equipe.filtre-btn--active{background:#1d4ed8!important;color:#fff!important;border-color:#1d4ed8!important}html.dark .equipe-badge{background:#172554!important;color:#93c5fd!important}html.dark .table__cell{color:#cbd5e1!important}html.dark .table__cell--titre{color:#f1f5f9!important}html.dark .table__cell--date,html.dark .table__cell--assignee{color:#64748b!important}html.dark .table__row:hover{background:transparent!important}html.dark .client-info__nom{color:#f1f5f9!important}html.dark .client-info__email{color:#64748b!important}html.dark .btn--secondary{background:#1e293b!important;color:#cbd5e1!important;border:1px solid #334155!important}html.dark .btn--secondary:hover{background:#334155!important}html.dark .table__name-link{color:#f1f5f9!important}html.dark .table__name-link:hover{color:#93c5fd!important}html.dark .table__link{color:#60a5fa!important}html.dark .table__link:hover{color:#93c5fd!important}html.dark .table__societe-link{color:#60a5fa!important}html.dark .table__societe-link:hover{color:#93c5fd!important}html.dark .badge--canal,html.dark .badge--basse,html.dark .badge--ferme,html.dark .badge--prospect{background:#334155!important;color:#94a3b8!important}html.dark .badge--client{background:#172554!important;color:#93c5fd!important}html.dark .badge--client_manager{background:#052e16!important;color:#86efac!important}html.dark .badge--partner_user{background:#2e1065!important;color:#c4b5fd!important}html.dark .badge--partner_admin{background:#3b0764!important;color:#e879f9!important}html.dark .badge--formulaire{background:#2e1065!important;color:#c4b5fd!important}html.dark .badge--telephone{background:#052e16!important;color:#86efac!important}html.dark .badge--email,html.dark .badge--portail{background:#172554!important;color:#93c5fd!important}
