:root{--bleu: #1b3a6b;--bleu-clair: #2e5aa8;--gris: #f4f6f9;--bordure: #d8dee8;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--gris);color:#1c2330}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:1.5rem;background:var(--bleu);color:#fff;padding:0 1.25rem;height:56px}.brand{font-weight:700;letter-spacing:.5px}.menu{display:flex;gap:.25rem;flex:1}.menu a{color:#cdd8ee;text-decoration:none;padding:.5rem .8rem;border-radius:6px;font-size:.95rem}.menu a:hover{background:#ffffff1a;color:#fff}.menu a.active{background:var(--bleu-clair);color:#fff}.user{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.content{padding:1.5rem;max-width:1100px;width:100%;margin:0 auto}.content.wide{max-width:none}.center{min-height:100vh;display:grid;place-items:center;padding:1rem}.card{background:#fff;border:1px solid var(--bordure);border-radius:10px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.login{width:340px;display:flex;flex-direction:column;gap:.9rem}.login h1{margin:0;color:var(--bleu);text-align:center}.subtitle{margin:-.5rem 0 .5rem;text-align:center;color:#6b7689}label{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600}input{padding:.55rem .7rem;border:1px solid var(--bordure);border-radius:6px;font-size:1rem;font-weight:400}button{background:var(--bleu);color:#fff;border:0;padding:.6rem 1rem;border-radius:6px;font-size:1rem;cursor:pointer}button:hover{background:var(--bleu-clair)}button:disabled{opacity:.6;cursor:default}.user button{padding:.35rem .7rem;font-size:.85rem;background:var(--bleu-clair)}.error{background:#fde8e8;color:#9b1c1c;padding:.5rem .7rem;border-radius:6px;font-size:.9rem}.muted{color:#6b7689;font-size:.9rem}.submenu{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.submenu button{background:#fff;color:var(--bleu);border:1px solid var(--bordure);padding:.45rem .7rem;font-size:.85rem;border-radius:6px}.submenu button:hover:not(:disabled){background:var(--gris)}.submenu button:disabled{opacity:.45;cursor:default}.submenu button.danger{color:#9b1c1c;border-color:#f0c2c2}.notice{background:#fff7e0;border:1px solid #ecd9a0;color:#7a5b00;padding:.5rem .8rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.list-card{padding:1rem}.list-head{display:flex;align-items:center;justify-content:space-between}.list-head h2{margin:.2rem 0 .6rem;color:var(--bleu)}.list-tools button{background:var(--bleu-clair);padding:.3rem .6rem;margin-left:.4rem;font-size:1rem;line-height:1}.list-tools button.danger{background:#b3261e}.list-tools button:disabled{opacity:.45}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;background:var(--gris);border:1px solid var(--bordure);border-radius:8px;padding:.6rem .8rem;margin-bottom:.8rem;font-weight:600;font-size:.85rem}.filters label{flex-direction:row;align-items:center;gap:.4rem}.filters input[type=text],.filters input:not([type]),.filters select{font-weight:400;padding:.35rem .5rem}.chk{flex-direction:row;align-items:center;gap:.4rem;cursor:pointer}.link{background:none;color:var(--bleu-clair);border:0;text-decoration:underline;padding:0;font-size:.85rem}.table-wrap{overflow:auto;max-height:70vh;border:1px solid var(--bordure);border-radius:6px}table.matrix{border-collapse:collapse;font-size:.82rem;white-space:nowrap;min-width:100%}table.matrix th,table.matrix td{border-bottom:1px solid #eef1f5;padding:.25rem .4rem;text-align:center}table.matrix thead th{position:sticky;top:0;background:#eef1f5;z-index:2}table.matrix th.l,table.matrix td.l{text-align:left}table.matrix th.qh{height:130px;vertical-align:bottom;padding-bottom:.3rem}table.matrix th.qh span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.72rem;font-weight:600;margin:0 auto}table.matrix th.qh input{display:block;margin:0 auto .25rem}table.matrix tbody tr:nth-child(2n){background:#fcfde7}table.matrix tbody tr:hover{background:#eaf0fb;cursor:pointer}table.matrix tbody tr.sel{background:#cfe0fb!important}td.loupe{cursor:pointer}td.qc{color:var(--bleu-clair);font-weight:700}.count{margin-top:.5rem;font-size:.85rem;color:#6b7689}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid;place-items:center;z-index:50;padding:1rem}.modal{background:#fff;border-radius:10px;padding:1.2rem 1.4rem;width:780px;max-width:100%;max-height:92vh;overflow:auto}.modal-head{display:flex;align-items:center;justify-content:space-between}.modal-head h3{margin:0 0 .3rem;color:var(--bleu)}.form-top{display:flex;gap:1.2rem}.form-fields{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-fields .row2{display:flex;gap:.8rem;align-items:flex-end}.form-fields .row2>*{flex:1}.age{color:#6b7689;font-size:.85rem;padding-bottom:.5rem;white-space:nowrap}.photo-box{width:160px;flex-shrink:0}.photo-ph{width:160px;height:170px;border:1px dashed var(--bordure);display:grid;place-items:center;text-align:center;color:#9aa3b2;font-size:.8rem;border-radius:6px}.quals-group{border:1px solid var(--bordure);border-radius:8px;margin-top:.8rem;padding:.5rem .8rem}.quals-group legend{font-weight:700;color:var(--bleu);padding:0 .4rem}.quals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem .6rem;font-weight:400;font-size:.85rem}.modal-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.btn-cancel{background:#e7eaef;color:#333}.btn-cancel:hover{background:#d8dee8}.submenu .print-btn{margin-left:auto;background:#0a7d33;color:#fff;border:0;font-size:.85rem;padding:.45rem .9rem}.submenu .print-btn:hover{background:#0c9a3f}.print-modal{width:460px}.print-choices{display:flex;flex-direction:column;gap:.5rem;margin:.6rem 0}.print-choices .chk{font-weight:500}.print-choices .chk.disabled{opacity:.5}@media print{.topbar,.submenu,.page-toolbar,.list-tools,.notice,.filters,.count,.modal-overlay{display:none!important}.content,.content.wide{max-width:none;padding:0}.card,.list-card{border:0;box-shadow:none;padding:0}.table-wrap{max-height:none;overflow:visible;border:0}table.matrix{font-size:9px}table.matrix thead th{position:static}}.fiche-page{min-height:100vh;display:grid;place-items:start center;padding:2rem 1rem}.fiche-card{width:980px;max-width:100%;display:flex;flex-direction:column;gap:.7rem}.fiche-card h1{margin:0;color:var(--bleu)}.ro-block{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .8rem;background:var(--gris);border:1px solid var(--bordure);border-radius:8px;padding:.7rem .9rem;margin:.3rem 0}.ro-block div{display:flex;flex-direction:column}.ro-block span{font-size:.72rem;color:#6b7689;text-transform:uppercase}.ok-msg{background:#e6f7ec;color:#0a7d33;padding:.5rem .7rem;border-radius:6px;font-size:.9rem}.small{font-size:.8rem}.photo-img{width:160px;height:170px;object-fit:cover;border-radius:6px;border:1px solid var(--bordure);display:block}.photo-actions{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem;width:160px}.btn-small{font-size:.8rem;padding:.35rem .5rem}.fiche-top{display:flex;gap:1rem;align-items:flex-start}.fiche-top .fiche-ident{flex:1;display:flex;flex-direction:column;gap:.6rem}.fiche-top .ro-block{margin:0}textarea{font-family:inherit;padding:.55rem .7rem;border:1px solid var(--bordure);border-radius:6px;font-size:1rem;resize:vertical}.fiche-menus{display:flex;gap:.5rem;margin:.2rem 0 .4rem}.fiche-menu-btn{flex:1;white-space:nowrap;text-align:center;background:#fff;color:var(--bleu);border:1px solid var(--bordure);font-size:.85rem;padding:.45rem .7rem}.fiche-menu-btn:hover{background:var(--gris)}.fiche-h3{margin:.8rem 0 .1rem;color:var(--bleu)}.fiche-card .quals-grid{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))}.fiche-card .row2{display:flex;gap:.8rem}.fiche-card .row2>*{flex:1}.quals-wrap{display:flex;flex-wrap:wrap;gap:.8rem;align-items:flex-start}.quals-wrap .quals-group{margin-top:0;flex-grow:1;flex-shrink:1}.qg-international{flex-basis:58%}.qg-cne{flex-basis:36%}.qg-national{flex-basis:40%}.qg-chrono{flex-basis:18%}.qg-specialites{flex-basis:30%}.qual-ro{font-size:.85rem;color:#9aa3b2}.qual-ro.on{color:#0a7d33;font-weight:600}.photo-msg{font-size:.78rem;color:#0a7d33}table.matrix tbody{-webkit-user-select:none;user-select:none}.courses-table td.ic,.courses-table th{white-space:nowrap}.courses-table td.ic{cursor:pointer;font-size:1.05rem;text-align:center;width:34px}.courses-table td.ic:hover{background:#dbe6fb}.courses-table tbody tr.annulee td.l{color:#b3261e}.badge-annulee{color:#b3261e;font-weight:700;margin-right:.4rem;font-size:.75rem;border:1px solid #b3261e;border-radius:4px;padding:0 .25rem}.courses-table .l{max-width:640px;overflow:hidden;text-overflow:ellipsis}.desig-modal{width:560px}.desig-list{display:flex;flex-direction:column;border:1px solid var(--bordure);border-radius:8px;overflow:hidden;margin-bottom:.8rem;max-height:50vh;overflow-y:auto}.desig-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem .8rem;border-bottom:1px solid #eef1f5;cursor:pointer}.desig-row:last-child{border-bottom:0}.desig-row:hover{background:#eaf0fb}.desig-row.sel{background:#cfe0fb}.desig-fonction{font-weight:600;color:var(--bleu)}.desig-commissaire{color:#1c2330}.desig-add{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;background:var(--gris);padding:.6rem;border-radius:8px;margin-bottom:.8rem}.desig-add select{flex:1;min-width:160px}.desig-actions{justify-content:space-between}.eval-modal{width:900px}.eval-select{margin-bottom:.6rem}.eval-crit{border:1px solid var(--bordure);border-radius:8px;padding:.4rem .8rem;margin-bottom:.5rem}.eval-crit legend{font-weight:700;color:var(--bleu);font-size:.9rem;padding:0 .3rem}.eval-options{display:flex;flex-wrap:wrap;gap:.3rem 1.2rem;font-weight:400;font-size:.9rem}.eval-bottom{align-items:flex-end}.course-modal{width:520px}.filters .import-btn{margin-left:auto;background:var(--bleu-clair);font-size:.85rem;padding:.45rem .9rem}.evallink-modal{width:760px}.evallink-cols{display:flex;gap:1rem}.evallink-col{flex:1;display:flex;flex-direction:column;gap:.3rem}.evallink-title{font-weight:700;color:var(--bleu);font-size:.9rem;text-align:center;background:var(--gris);border:1px solid var(--bordure);border-radius:6px 6px 0 0;padding:.4rem}.evallink-col select[multiple]{height:240px;font-size:.9rem}.evallink-col .small{text-align:center;font-style:italic}.eval-card{width:760px;max-width:100%;display:flex;flex-direction:column;gap:.55rem}.eval-card h1{margin:0;color:var(--bleu)}.evallink-full{width:100%;height:280px;font-size:.95rem}.eval-step{font-size:.92rem;color:#1c2330;margin:.2rem 0 .4rem}.page-title{color:var(--bleu);margin:0 0 .6rem}.tabs{display:flex;gap:.25rem;border-bottom:2px solid var(--bordure);margin-bottom:1rem}.tabs button{background:#eef1f5;color:var(--bleu);border:1px solid var(--bordure);border-bottom:0;border-radius:8px 8px 0 0;padding:.5rem 1rem;font-size:.9rem}.tabs button.active{background:#fff;color:var(--bleu);font-weight:700;box-shadow:0 2px #fff;margin-bottom:-2px}.admin-tools{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem;align-items:center}.admin-tools button{background:var(--bleu-clair);font-size:.85rem;padding:.4rem .7rem}.admin-tools button.danger{background:#b3261e}.admin-tools button:disabled{opacity:.45}.admin-tools .primary-right{margin-left:auto;background:var(--bleu)}.admin-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem;margin:.3rem 0}.mailing-card{display:flex;flex-direction:column;gap:.8rem}.mailing-row{display:flex;align-items:center;gap:.8rem}.mailing-label{width:110px;flex-shrink:0;font-weight:600}.mailing-dest{flex:0 0 320px;border:1px solid var(--bordure);border-radius:6px;padding:.5rem .7rem;background:#fff}.mailing-subject{flex:1}.add-att{background:var(--bleu-clair);padding:.25rem .6rem;font-size:1.1rem}.att-list{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.att-chip{background:var(--gris);border:1px solid var(--bordure);border-radius:14px;padding:.2rem .6rem;font-size:.82rem}.att-chip button{background:none;color:#9b1c1c;padding:0 .2rem;font-size:.8rem}.mailing-actions{display:flex;justify-content:flex-end}.mailing-msg{margin:0}.rte-wrap{border:1px solid var(--bordure);border-radius:8px;overflow:hidden}.rte-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.1rem;background:#f4f6f9;border-bottom:1px solid var(--bordure);padding:.3rem}.rte-toolbar button{background:#fff;color:#1c2330;border:1px solid var(--bordure);border-radius:4px;padding:.2rem .5rem;font-size:.85rem;min-width:30px}.rte-toolbar button:hover{background:#eaf0fb}.rte-sep{width:1px;align-self:stretch;background:var(--bordure);margin:0 .3rem}.rte-color{display:inline-flex;align-items:center;gap:.15rem;font-size:.85rem;border:1px solid var(--bordure);border-radius:4px;padding:.1rem .35rem;background:#fff;cursor:pointer}.rte-color input{width:22px;height:20px;border:0;padding:0;background:none}.rte{min-height:320px;padding:.8rem;font-size:14px;outline:none;background:#fff}.rte:empty:before{content:"Rédigez votre message…";color:#9aa3b2}.recipient-modal{width:1100px}.recipient-body{display:flex;gap:1rem}.recipient-table{flex:1;max-height:60vh}.recipient-quick{width:260px;display:flex;flex-direction:column;gap:.35rem;max-height:60vh;overflow-y:auto}.recipient-quick button{background:#eef1f5;color:var(--bleu);border:1px solid var(--bordure);font-size:.82rem;padding:.4rem .5rem;text-align:left}.recipient-quick button:hover{background:#eaf0fb}.modal-actions .count{margin-right:auto;color:#6b7689;font-size:.85rem}.recipient-table thead tr.filter-row th{position:sticky;top:27px;background:#eef1f5;z-index:2;padding:.2rem .3rem}.recipient-table .filter-row input,.recipient-table .filter-row select{width:100%;font-size:.78rem;padding:.15rem .3rem;font-weight:400}.sms-text{width:100%}.sms-counter{font-size:.82rem;color:#6b7689;margin-top:.25rem}.sms-counter.over{color:#b3261e;font-weight:600}.sms-invalid{background:#fdecea;border-color:#f0c2c2;color:#9b1c1c}.login-page{position:relative;min-height:100vh;padding:1rem;display:grid;place-items:center;background:url(/login-bg.jpg) center center / cover no-repeat}.login-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f4f6f973}.login-title{position:absolute;top:1.2rem;left:1.5rem;z-index:2;text-shadow:0 1px 3px rgba(255,255,255,.85)}.login-title h1{margin:0;font-size:1.5rem;color:var(--bleu)}.login-title p{margin:.15rem 0 0;font-style:italic;color:#34465f;font-weight:600}.login-page .login{position:relative;z-index:2;background:#fffffff5;box-shadow:0 8px 28px #00000038}.login h2{margin:0 0 .4rem;color:var(--bleu);text-align:center}@media(max-width:640px){.login-title h1{font-size:1.1rem}.login-title{left:1rem;top:.8rem}}.doc-toolbar{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.doc-toolbar button{background:var(--bleu-clair);font-size:.85rem;padding:.4rem .7rem}.doc-target{margin-left:auto;font-size:.82rem}.doc-layout{display:flex;gap:1rem;align-items:flex-start}.doc-tree-card{flex:0 0 420px;max-width:50%;max-height:70vh;overflow:auto;padding:.5rem}.doc-detail{flex:1;min-height:200px}.doc-detail h3{margin:.2rem 0 .4rem;color:var(--bleu)}.doc-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.doc-actions button{font-size:.88rem;padding:.45rem .8rem}.doc-actions button.danger{background:#b3261e}.doc-tree,.doc-tree ul{list-style:none;margin:0;padding:0}.doc-row{display:flex;align-items:center;gap:.4rem;padding:.25rem .4rem;cursor:pointer;border-radius:5px;white-space:nowrap;font-size:.9rem}.doc-row:hover{background:#eaf0fb}.doc-row.sel{background:#cfe0fb}.doc-caret{width:12px;color:#6b7689;font-size:.8rem}.doc-ic{width:20px;text-align:center}.doc-name{overflow:hidden;text-overflow:ellipsis}.move-list{display:flex;flex-direction:column;gap:.3rem;max-height:50vh;overflow:auto;margin:.5rem 0}.move-list button{background:#eef1f5;color:var(--bleu);border:1px solid var(--bordure);text-align:left;font-size:.85rem;padding:.4rem .6rem;white-space:pre}.move-list button:hover{background:#eaf0fb}.doc-preview{margin-top:1rem;border-top:1px solid var(--bordure);padding-top:.8rem}.doc-preview-img{max-width:100%;max-height:60vh;border:1px solid var(--bordure);border-radius:6px}.doc-preview-pdf{width:100%;height:65vh;border:1px solid var(--bordure);border-radius:6px}.doc-preview-text{max-height:60vh;overflow:auto;background:var(--gris);border:1px solid var(--bordure);border-radius:6px;padding:.7rem;font-size:.82rem;white-space:pre-wrap;word-break:break-word}.doc-preview-none{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;text-align:center}.doc-preview-bigicon{font-size:3.5rem}.doc-row.drop-target{outline:2px dashed var(--bleu-clair);outline-offset:-2px;background:#e3edff}.doc-row[draggable=true]{cursor:grab}.doc-hint{margin:.5rem .2rem 0}.comm-desig-modal{width:760px}.eval-detail{margin-top:.8rem;border-top:1px solid var(--bordure);padding-top:.7rem;display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.eval-line{display:flex;gap:.6rem;align-items:baseline}.eval-line-label{min-width:340px;font-weight:600;color:#1c2330}.topbar-logo{height:40px;width:auto;background:#fff;padding:3px 7px;border-radius:7px;display:block}.arbitre-modal{width:840px}.arbitre-period{display:flex;gap:1.5rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:.8rem}.arbitre-period label{font-size:.85rem}.arbitre-period select{min-width:340px}.arbitre-dates{display:flex;gap:.4rem}.arbitre-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;background:var(--gris);border:1px solid var(--bordure);border-radius:8px;padding:.7rem}.arbitre-region{display:flex;flex-direction:column;gap:.4rem;min-width:160px}.arbitre-quals{display:flex;gap:1.1rem;flex:1;flex-wrap:wrap}.arbitre-qcol{display:flex;flex-direction:column;gap:.25rem;font-size:.82rem}.arbitre-qcol .chk{font-weight:400}.arbitre-all{flex-basis:100%;font-weight:600}.arbitre-search{display:flex;justify-content:center;margin:.9rem 0 .2rem}.arbitre-search button{background:var(--bleu);padding:.6rem 1.2rem}.planning-modal{width:1200px;max-width:96vw}.planning-nav{display:flex;align-items:center;gap:.6rem;margin:.2rem 0 .6rem}.planning-nav button{background:var(--bleu-clair);font-size:.85rem;padding:.4rem .7rem}.planning-week{font-weight:600;color:var(--bleu)}.planning-scroll{max-height:64vh;overflow:auto;border:1px solid var(--bordure);border-radius:6px}.planning-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.8rem}.planning-table th,.planning-table td{border:1px solid #eef1f5;padding:.25rem .35rem;text-align:center;height:24px}.planning-table thead th{background:#eef1f5;position:sticky;top:0;z-index:1}.planning-table th.l,.planning-table td.l{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.planning-table .today{background:#cfe0fb}.pl-course{background:#8fdc8f;border-radius:4px;color:#14491b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.planning-grid tbody td{background:#fafbfc}.planning-grid tbody td.today{background:#cfe0fb}.pl-bar{display:block;height:11px;background:#e23b3b;border-radius:6px}.planning-grid+table,.planning-grid{margin-top:0}.mesdesig-card{width:840px}.mesdesig-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.mesdesig-head h1{margin:0}.mesdesig-actions{display:flex;gap:.5rem;flex-shrink:0}.voeux-intro{font-size:.82rem;font-style:italic;text-align:left;color:#5a6270;margin:.3rem 0 0}.dispo-card{width:860px;max-width:96vw}.dispo-head{display:flex;justify-content:space-between;align-items:center}.dispo-head h1{margin:0}.dispo-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 0 .8rem}.dispo-mois{font-size:1.15rem;text-transform:lowercase}.dispo-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.dispo-dow{text-align:center;font-weight:700;color:#6b7280;padding:2px 0}.dispo-empty{background:transparent}.dispo-cell{min-height:64px;border-radius:6px;border:1px solid rgba(0,0,0,.12);padding:5px 6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:filter .1s}.dispo-cell:hover{filter:brightness(.96)}.dispo-cell.dispo{background:#b6f0b6}.dispo-cell.indispo{background:#f3b0b0}.dispo-cell.course{background:#f3b0b0;cursor:not-allowed}.dispo-jlabel{font-style:italic;font-weight:600;font-size:.82rem;color:#1c2330}.dispo-course{font-size:.68rem;line-height:1.15;margin-top:3px;color:#1c2330}.dispo-legend{margin-top:1rem;font-size:.8rem;color:#5a6270}.lg-dot{display:inline-block;width:12px;height:12px;border-radius:3px;vertical-align:middle;margin-right:4px;border:1px solid rgba(0,0,0,.15)}.lg-dot.dispo{background:#b6f0b6}.lg-dot.indispo{background:#f3b0b0}.voeux-text{width:100%;margin-top:1rem;resize:vertical;font:inherit;padding:.6rem .8rem;border:1px solid var(--bordure);border-radius:8px;box-sizing:border-box}.desig-card{display:flex;gap:1rem;border:1px solid var(--bordure);border-radius:8px;padding:.6rem .8rem;margin-top:.5rem;background:#fff}.desig-card.accepted{background:#fbfbe6;border-color:#e6e2a0}.desig-card.declined{background:#fdecea;border-color:#f0c2c2}.desig-choice{display:flex;flex-direction:column;gap:.25rem;min-width:92px;font-size:.85rem;font-weight:500}.desig-validee{color:#0a7d33;font-size:.72rem;font-weight:700;margin-top:.2rem}.desig-body{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.desig-row1{display:flex;justify-content:space-between;gap:.6rem}.desig-date{color:#6b7689;font-size:.85rem}.desig-region{color:#34465f;font-weight:600;font-size:.85rem}.desig-nom{font-weight:700;font-style:italic;color:#1c2330}.desig-row3{display:flex;align-items:center;gap:.8rem}.desig-fonc{flex:1;color:#34465f}.desig-code{color:#6b7689;font-size:.85rem}
