@charset "UTF-8";:root{--klastoo-entrant: #6ba53a;--klastoo-entrant-dark: #4f7d2a;--klastoo-sortant: #2f7fd1;--klastoo-sortant-dark: #235f9c;--klastoo-brand: #6ba53a;--klastoo-brand-dark: #3f5c25}html,body{height:100%;margin:0;font-family:Segoe UI,Roboto,Arial,sans-serif}.ruban{display:flex;gap:1.5rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e5eadd;flex-wrap:wrap}.ruban__groupe{display:flex;flex-direction:column;gap:.35rem}.ruban__groupe-titre{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:#8a988a}.ruban__groupe-boutons{display:flex;flex-wrap:wrap;gap:.5rem;max-width:32rem}.ruban__groupe button{border:1px solid #d5ddcd;background:#fbfdf9;border-radius:6px;padding:.4rem .6rem;font-size:.8rem;cursor:pointer;white-space:nowrap}.ruban__groupe button:hover{background:#eef5e6}.ruban__groupe button:disabled{opacity:.5;cursor:default}.recherche{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;height:100%}.recherche__filtres{overflow-y:auto;padding-right:1rem;border-right:1px solid #e5eadd}.recherche__filtres h1{font-size:1rem;color:var(--klastoo-brand-dark);margin:0}.recherche__filtres fieldset{border:none;border-top:1px solid #eef2e8;padding:.6rem 0;margin:0;display:flex;flex-direction:column;gap:.3rem}.recherche__filtres legend{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:#8a988a;padding:0}.recherche__filtres label{font-size:.85rem;display:flex;align-items:center;gap:.4rem}.recherche__filtres select,.recherche__filtres input[type=text],.recherche__filtres input[type=date]{font-size:.85rem;padding:.3rem;border:1px solid #d5ddcd;border-radius:4px}.recherche__entete{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.recherche__fermer{border:1px solid #d5ddcd;background:#fbfdf9;border-radius:6px;padding:.3rem .6rem;font-size:.75rem;cursor:pointer;white-space:nowrap}.recherche__fermer:hover{background:#eef5e6}.recherche__dates{display:flex;gap:.75rem;margin-top:.3rem}.recherche__dates label{flex-direction:column;align-items:flex-start;font-size:.75rem;color:#8a988a}.recherche__lancer{margin-top:1rem;border:none;border-radius:6px;background:var(--klastoo-brand);color:#fff;padding:.6rem;font-size:.9rem;font-weight:600;cursor:pointer}.recherche__lancer:disabled{opacity:.6;cursor:default}.recherche--sortant .recherche__lancer{background:var(--klastoo-sortant)}.recherche--sortant .recherche__filtres h1{color:var(--klastoo-sortant-dark)}.recherche__resultats{overflow-y:auto}.recherche__vide{color:#8a988a;font-style:italic;padding:1rem 0}.recherche__table{width:100%;border-collapse:collapse;font-size:.8rem}.recherche__table th{text-align:left;color:#8a988a;font-weight:600;padding:.4rem;border-bottom:1px solid #e5eadd;white-space:nowrap}.recherche__table td{padding:.4rem;border-bottom:1px solid #eef2e8;white-space:nowrap}.recherche__ligne--entrant td:first-child{border-left:3px solid var(--klastoo-entrant)}.recherche__ligne--sortant td:first-child{border-left:3px solid var(--klastoo-sortant)}.recherche__ligne--cliquable,.fiche__table-ligne-cliquable{cursor:pointer}.recherche__ligne--cliquable:hover,.fiche__table-ligne-cliquable:hover{background:#f2f8ec}.pj-badge-wrap{position:relative;display:inline-block;flex-shrink:0}.pj-badge{border:1px solid #d5ddcd;background:#fbfdf9;color:var(--klastoo-brand-dark);border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer}.pj-badge:hover{background:#eef5e6}.pj-vide{color:#8a988a;font-size:.78rem}.pj-list{position:fixed;background:#fff;border:1px solid #e5eadd;border-radius:8px;box-shadow:0 6px 16px #2633231f;padding:.35rem;width:15rem;z-index:50;display:flex;flex-direction:column;gap:.15rem}.pj-list__item{display:flex;align-items:center;gap:.4rem;padding:.3rem .4rem;border-radius:5px;font-size:.78rem;color:#263323;text-decoration:none;white-space:nowrap;overflow:hidden}.pj-list__item:hover{background:#eef5e6}.pj-list__nom{overflow:hidden;text-overflow:ellipsis}.commentaire-badge-wrap{position:relative;display:inline-block;flex-shrink:0}.cb-badge{border:1px solid #d5ddcd;background:#fbfdf9;color:var(--klastoo-brand-dark);border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;white-space:nowrap;cursor:pointer}.cb-badge:hover{background:#eef5e6}.cb-popup{position:fixed;background:#fff;border:1px solid #e5eadd;border-radius:8px;box-shadow:0 6px 16px #2633231f;width:18.75rem;z-index:50;display:flex;flex-direction:column}.cb-popup__liste{max-height:14rem;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.cb-popup__etat{color:#8a988a;font-size:.78rem;font-style:italic;margin:0;text-align:center}.cb-popup__item{border-bottom:1px solid #eef2e8;padding-bottom:.4rem}.cb-popup__item:last-child{border-bottom:none;padding-bottom:0}.cb-popup__entete{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem}.cb-popup__entete strong{color:var(--klastoo-brand-dark)}.cb-popup__entete span{color:#8a988a;white-space:nowrap}.cb-popup__texte{margin:.15rem 0 0;font-size:.82rem;color:#263323;white-space:pre-wrap}.cb-popup__ajout{border-top:1px solid #e5eadd;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}.cb-popup__ajout textarea{resize:vertical;font-family:inherit;font-size:.82rem;border:1px solid #d5ddcd;border-radius:6px;padding:.35rem}.cb-popup__ajout button{align-self:flex-end;border:none;background:var(--klastoo-brand);color:#fff;border-radius:6px;padding:.3rem .7rem;font-size:.8rem;cursor:pointer}.cb-popup__ajout button:disabled{opacity:.5;cursor:not-allowed}.cb-popup__ajout button:not(:disabled):hover{background:var(--klastoo-brand-dark)}.fiche{height:100%;overflow-y:auto}.fiche__entete{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.fiche__entete h1{font-size:1rem;color:var(--klastoo-brand-dark);margin:0}.fiche__fermer{border:1px solid #d5ddcd;background:#fbfdf9;border-radius:6px;padding:.3rem .6rem;font-size:.75rem;cursor:pointer;white-space:nowrap;text-decoration:none;color:inherit}.fiche__fermer:hover{background:#eef5e6}.fiche__nouveau{border:none;border-radius:6px;background:var(--klastoo-brand);color:#fff;padding:.5rem .8rem;font-size:.85rem;font-weight:600;cursor:pointer;margin-bottom:1rem}.fiche__erreur{color:#b3261e;background:#fdecea;border:1px solid #f5c6c2;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.notif-statut{color:#555;font-size:.8rem;display:inline-flex;align-items:center;gap:.3rem}.notif-statut--echec{color:#b3261e}.notif-statut button{font-size:.75rem;padding:.1rem .4rem}.fiche__erreur--notifications{margin-bottom:1rem}.fiche__erreur--notifications ul{margin:.4rem 0 0;padding-left:1.2rem}.fiche__erreur--notifications li{display:flex;align-items:center;gap:.6rem;margin-bottom:.3rem}.fiche__erreur--notifications button{font-size:.8rem;padding:.15rem .5rem}.fiche__succes{color:#2f5c1f;background:#eef5e6;border:1px solid #cfe3c0;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.fiche__succes--actions{margin:0}.fiche__vide{color:#8a988a;font-style:italic;padding:1rem 0}.fiche__aide{color:#6c785f;font-size:.78rem;margin:.5rem 0 0}.fiche__lien{border:none;background:none;color:var(--klastoo-brand-dark);font-size:.8rem;font-weight:600;cursor:pointer;padding:0;text-align:left}.fiche__lien:hover{text-decoration:underline}.droit-service__fond{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100}.droit-service__modale{background:#fff;border-radius:8px;padding:1.25rem 1.5rem;width:26rem;max-height:80vh;overflow-y:auto;box-shadow:0 4px 24px #0003}.droit-service__modale h2{margin:0 0 .5rem;font-size:1rem;color:var(--klastoo-brand-dark)}.droit-service__bascule{border:1px solid #d5ddcd;background:#eef5e6;color:#2f5c1f;border-radius:6px;padding:.2rem .6rem;font-size:.8rem;font-weight:600;cursor:pointer}.droit-service__bascule--interdit{background:#fdecea;border-color:#f5c6c2;color:#b3261e}.fiche-tache__commentaires-titre{margin:1rem 0 .5rem;font-size:.95rem;color:var(--klastoo-brand-dark)}.fiche__journal{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:14rem;overflow-y:auto}.fiche__journal li{border:1px solid #eef2e8;border-radius:6px;padding:.5rem .65rem;background:#fff}.fiche__journal p{margin:.25rem 0 0;font-size:.85rem;white-space:pre-wrap}.fiche__journal-entete{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.8rem}.fiche__journal-entete strong{color:var(--klastoo-brand-dark)}.fiche__journal-entete span{color:#8a988a;white-space:nowrap}.fiche__table{width:100%;border-collapse:collapse;font-size:.85rem;margin-bottom:1rem}.fiche__table th{text-align:left;color:#8a988a;font-weight:600;padding:.4rem;border-bottom:1px solid #e5eadd;white-space:nowrap}.fiche__table td{padding:.4rem;border-bottom:1px solid #eef2e8}.fiche__table-actions{white-space:nowrap;text-align:right}.fiche__table-actions button{border:1px solid #d5ddcd;background:#fbfdf9;border-radius:4px;padding:.15rem .4rem;cursor:pointer;margin-left:.25rem}.fiche__table-actions button:hover{background:#eef5e6}.fiche__panneau{border:1px solid #e5eadd;border-radius:8px;padding:1rem 1.25rem;max-width:32rem;display:flex;flex-direction:column;gap:.6rem;background:#fbfdf9}.fiche__panneau--large{max-width:44rem}.fiche__panneau h2{font-size:.9rem;margin:0 0 .3rem;color:var(--klastoo-brand-dark)}.fiche__panneau label{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;color:#566356}.fiche__panneau input[type=text],.fiche__panneau input[type=date],.fiche__panneau input[type=time],.fiche__panneau input[type=password],.fiche__panneau select,.fiche__panneau textarea{font-size:.85rem;padding:.35rem;border:1px solid #d5ddcd;border-radius:4px;font-family:inherit}.fiche__panneau input[type=color]{width:3rem;height:1.8rem;padding:.15rem;border:1px solid #d5ddcd;border-radius:4px}.fiche__panneau input:disabled{background:#f2f4ef;color:#8a988a}.fiche__panneau fieldset{border:1px solid #eef2e8;border-radius:6px;display:flex;flex-direction:column;gap:.4rem}.fiche__panneau fieldset legend{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;color:#8a988a;padding:0 .3rem}.fiche__panneau label.fiche__case{flex-direction:row;align-items:center}.modal-fond{position:fixed;inset:0;background:#141e1473;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem;overflow-y:auto;z-index:100}.modal-boite{max-height:100%;overflow-y:auto;border-radius:8px;box-shadow:0 20px 50px #00000040}.tache__pastille{display:inline-block;width:.7rem;height:.7rem;border-radius:50%;border:1px solid rgba(0,0,0,.15)}.fiche__actions{display:flex;align-items:center;gap:.6rem;margin-top:.4rem}.fiche__actions button{border:1px solid #d5ddcd;background:#fff;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;cursor:pointer}.fiche__actions button:hover{background:#eef5e6}.fiche__enregistrer{border:none!important;background:var(--klastoo-brand)!important;color:#fff;font-weight:600}.gerer-tiers{display:grid;grid-template-columns:360px 1fr;gap:1.5rem;height:100%}.gerer-tiers__liste{overflow-y:auto;padding-right:1rem;border-right:1px solid #e5eadd;display:flex;flex-direction:column;gap:.6rem}.gerer-tiers__recherche{display:flex;flex-direction:column;gap:.4rem}.gerer-tiers__recherche input[type=text],.gerer-tiers__recherche select{font-size:.85rem;padding:.35rem;border:1px solid #d5ddcd;border-radius:4px}.gerer-tiers__ligne{border:1px solid #eef2e8;border-radius:6px;padding:.5rem .6rem;cursor:pointer;font-size:.85rem}.gerer-tiers__ligne:hover{background:#eef5e6}.gerer-tiers__ligne--selection{border-color:var(--klastoo-brand);background:#f2f8ec}.gerer-tiers__ligne strong{display:block}.gerer-tiers__ligne small{color:#8a988a}.gerer-tiers__detail{overflow-y:auto}.dossier-arbre{width:34rem;max-width:100%}.dossier-arbre--navigation{width:100%}.dossier-arbre--navigation .dossier-arbre__liste{max-height:none;flex:1}.dossier-arbre__liste{display:flex;flex-direction:column;gap:.3rem;max-height:18rem;overflow-y:auto;padding:.2rem;border:1px solid #eef2e8;border-radius:6px}.dossier-arbre__branche{display:block;width:100%;text-align:left;font-family:inherit;background:none;border:none;border-radius:4px;cursor:pointer;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:#8a988a;padding:.3rem .4rem .1rem}.dossier-arbre__branche:hover{background:#eef5e6}.dossier-arbre__branche--selection{background:#f2f8ec;color:var(--klastoo-brand-dark)}.dossier-arbre__branche:not(:first-child){margin-top:.3rem;border-top:1px solid #eef2e8}.dossier-arbre__ligne{display:block;width:calc(100% - .2rem);text-align:left;font-family:inherit}.gerer-tiers__section{margin-top:1.5rem}.gerer-tiers__section h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:#8a988a;border-bottom:1px solid #e5eadd;padding-bottom:.3rem}.fiche-tiers{max-width:44rem;display:flex;flex-direction:column;gap:1.1rem}.fiche-tiers--large{max-width:76rem;gap:.55rem}.fiche-tiers--large .fiche-tiers__groupe{padding:.6rem 1rem .7rem}.fiche-tiers--large .fiche-tiers__groupe>h3{margin-bottom:.4rem}.fiche-tiers--large .fiche-tiers__grille,.fiche-tiers--large .fiche-flux__deux-colonnes,.fiche-tiers--large .fiche-flux__trois-colonnes{gap:.4rem 1rem}.fiche-tiers--large .fiche-flux__colonnes{gap:.55rem}.fiche-tiers--large .fiche-tiers__toggle{margin-top:.3rem}.fiche-tiers--large .fiche__vide{padding:.3rem 0}.fiche-tiers--large h4{margin:.4rem 0 .3rem;font-size:.8rem}.fiche-flux__expediteur{margin:-.4rem 0 0;font-size:1.3rem;font-weight:700;color:var(--klastoo-brand-dark)}.fiche-flux__createur{font-size:.75rem;color:#8a988a;white-space:nowrap}.fiche-flux__numero{font-size:.8rem;font-weight:600;color:var(--klastoo-brand-dark);background:#eef4e7;border-radius:.75rem;padding:.15rem .6rem;white-space:nowrap}.fiche-flux__colonnes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.7rem;align-items:start}.fiche-flux__deux-colonnes{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.fiche-flux__deux-colonnes{grid-template-columns:1fr}}.fiche-flux__trois-colonnes{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem 1rem}@media(max-width:720px){.fiche-flux__trois-colonnes{grid-template-columns:1fr 1fr}}.fiche-flux__pop-in{width:42rem;max-width:100%;box-sizing:border-box;padding:.6rem 1rem .7rem;border:1px solid #e5eadd;border-radius:10px;background:#f6f9f2!important;display:flex;flex-direction:column;gap:.6rem}.fiche-flux__pop-in h4{margin:0;font-size:.8rem;font-weight:600;color:var(--klastoo-brand-dark)}.fiche-flux__onglets{display:flex;flex-wrap:wrap;gap:.3rem;border-bottom:1px solid #e5eadd;margin:-.2rem 0 .75rem;padding-bottom:.5rem}.fiche-flux__onglet{border:1px solid transparent;background:none;border-radius:6px;padding:.35rem .65rem;font-size:.8rem;font-weight:600;color:#566356;cursor:pointer}.fiche-flux__onglet:hover:not(:disabled){background:#f2f8ec}.fiche-flux__onglet:disabled{color:#b7c2b7;cursor:not-allowed}.fiche-flux__onglet--actif{background:var(--klastoo-brand);color:#fff}.fiche-flux__onglet--actif:hover:not(:disabled){background:var(--klastoo-brand)}.fiche-tiers__entete{display:flex;align-items:center;gap:.6rem}.fiche-tiers__entete h2{font-size:1.15rem;margin:0;color:#2b3a2b}.fiche-tiers__badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.2rem .55rem;border-radius:999px;background:#e4f3d8;color:var(--klastoo-brand-dark)}.fiche-tiers__badge--archive{background:#f4e4e0;color:#8a3f2e}.fiche-tiers__groupe{background:#fbfdf9;border:1px solid #e5eadd;border-radius:10px;padding:1rem 1.15rem;box-shadow:0 1px 2px #2b3a2b0a}.fiche-tiers__groupe>h3{margin:0 0 .75rem;font-size:.85rem;font-weight:600;color:var(--klastoo-brand-dark)}.fiche-tiers__groupe label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#566356}.fiche-tiers__groupe input[type=text],.fiche-tiers__groupe select,.fiche-tiers__groupe textarea{font-size:.85rem;padding:.45rem .55rem;border:1px solid #d5ddcd;border-radius:6px;font-family:inherit;background:#fff;transition:border-color .15s ease}.fiche-tiers__groupe input[type=text]:focus,.fiche-tiers__groupe select:focus,.fiche-tiers__groupe textarea:focus{outline:none;border-color:var(--klastoo-brand);box-shadow:0 0 0 3px #6ba53a26}.fiche-tiers__groupe--repli{padding:0}.fiche-tiers__groupe--repli summary{cursor:pointer;list-style:none;padding:1rem 1.15rem;font-size:.85rem;font-weight:600;color:var(--klastoo-brand-dark);display:flex;align-items:center;gap:.4rem}.fiche-tiers__groupe--repli summary:after{content:"\25b8";margin-left:auto;color:#8a988a;transition:transform .15s ease}.fiche-tiers__groupe--repli summary::-webkit-details-marker{display:none}.fiche-tiers__groupe--repli[open] summary:after{transform:rotate(90deg)}.fiche-tiers__groupe--repli .fiche-tiers__grille{padding:0 1.15rem 1rem}.fiche-tiers__repli-contenu{padding:0 1.15rem 1.15rem;display:flex;flex-direction:column;gap:.75rem}.fiche-tiers__grille{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.fiche-tiers__pleine-largeur{grid-column:1/-1}.fiche-tiers__puces{display:flex;flex-wrap:wrap;gap:.5rem}.fiche-tiers__puce{border:1px solid #d5ddcd;background:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;cursor:pointer;color:#566356;transition:all .12s ease}.fiche-tiers__puce:hover{border-color:var(--klastoo-brand)}.fiche-tiers__puce--selection{background:var(--klastoo-brand);border-color:var(--klastoo-brand);color:#fff;font-weight:600}.fiche-tiers__toggle{display:flex!important;flex-direction:row!important;align-items:center;gap:.55rem;font-size:.85rem;color:#2b3a2b;cursor:pointer;margin-top:.6rem}.fiche-tiers__toggle:first-of-type{margin-top:0}.fiche-tiers__toggle input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.fiche-tiers__toggle-piste{position:relative;width:2.1rem;height:1.15rem;flex:none;background:#d5ddcd;border-radius:999px;transition:background .15s ease}.fiche-tiers__toggle-piste:before{content:"";position:absolute;top:2px;left:2px;width:.95rem;height:.95rem;background:#fff;border-radius:50%;transition:transform .15s ease;box-shadow:0 1px 2px #00000040}input[type=checkbox]:checked+.fiche-tiers__toggle-piste{background:var(--klastoo-brand)}input[type=checkbox]:checked+.fiche-tiers__toggle-piste:before{transform:translate(.95rem)}.systeme{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;height:100%}.systeme__nav{overflow-y:auto;padding-right:.75rem;border-right:1px solid #e5eadd;display:flex;flex-direction:column;gap:.3rem}.systeme__item{display:flex;align-items:center;gap:.55rem;border:1px solid transparent;background:none;border-radius:8px;padding:.55rem .7rem;font-size:.85rem;text-align:left;color:#2b3a2b;cursor:pointer}.systeme__item:hover{background:#eef5e6}.systeme__item--selection{background:#e4f3d8;border-color:var(--klastoo-brand);font-weight:600;color:var(--klastoo-brand-dark)}.systeme__item-icone{font-size:1rem}.systeme__contenu{overflow-y:auto}.systeme__contenu>h2{font-size:1.1rem;color:#2b3a2b;margin:0 0 1rem}.systeme__contenu app-reference-crud{display:block}.systeme__bloc{margin-bottom:1.75rem}.systeme__bloc>h3{font-size:.85rem;text-transform:uppercase;letter-spacing:.03em;color:#8a988a;margin:0 0 .6rem}.systeme__a-venir{background:#fdf6e3;border:1px solid #f0e0a8;border-radius:8px;padding:.8rem 1rem;font-size:.85rem;color:#7a5c1e;max-width:40rem}
