:root{--bleu: #00205b;--bleu-clair: #0a4ea3;--orange: #c9772e;--rouge: #d63031;--vert: #1f7a4d;--fond: #f4f5f7;--carte: #ffffff;--bord: #e3e8ee;--texte: #26303f;--texte-2: #6b7a99;--texte-3: #8a93a3;--rayon: 10px;--ombre: 0 1px 4px rgba(16, 42, 82, .05);--safe-bas: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--fond);color:var(--texte);font-size:14.5px;line-height:1.45;overscroll-behavior-y:none}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;border:none;background:none}a{color:var(--bleu-clair)}.app{height:100dvh;margin:0 auto;max-width:430px;position:relative;overflow:hidden;background:var(--fond)}@media(min-width:600px){.app{max-width:720px}}.ecran{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;background:var(--fond)}.contenu{flex:1;padding:12px;padding-bottom:calc(90px + var(--safe-bas))}.entete{position:sticky;top:0;z-index:10;height:52px;padding:0 12px;display:flex;align-items:center;gap:10px;background:var(--bleu);color:#fff;border-bottom:2px solid var(--bleu-clair);flex-shrink:0}.entete h1{flex:1;font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.entete .sous{display:block;font-size:11px;font-weight:400;opacity:.75}.btn-ico{width:34px;height:34px;border-radius:8px;background:#ffffff1f;color:#fff;font-size:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-ico:active{background:#ffffff40}.carte{background:var(--carte);border:1px solid var(--bord);border-radius:var(--rayon);box-shadow:var(--ombre);margin-bottom:8px;overflow:hidden}.carte-corps{padding:12px 14px}.carte-titre{padding:10px 14px;background:var(--bleu);color:#fff;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:13.5px}.ligne{display:flex;align-items:center;gap:11px;padding:11px 14px;border-bottom:1px solid #eef1f4;cursor:pointer;background:var(--carte)}.ligne:last-child{border-bottom:none}.ligne:active{background:#f0f3f8}.ligne-ico{width:38px;height:38px;border-radius:9px;background:var(--bleu);color:#fff;font-size:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ligne-ico.orange{background:var(--orange)}.ligne-ico.gris{background:#9aa5b1}.ligne-corps{flex:1;min-width:0}.ligne-titre{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--bleu)}.ligne-sous{font-size:11.5px;color:var(--texte-3);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ligne-chevron{color:#c4ccd6;font-size:18px}.section-titre{font-size:10px;font-weight:700;color:var(--texte-3);text-transform:uppercase;letter-spacing:.12em;margin:14px 0 7px;display:flex;align-items:center;justify-content:space-between}.vide{padding:22px 12px;text-align:center;color:var(--texte-3);font-size:13px}.champ{margin-bottom:12px}.champ label,.etiquette{display:block;font-size:10px;font-weight:600;color:var(--texte-3);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.champ input,.champ select,.champ textarea,.entree{width:100%;padding:10px 13px;border:1px solid #dbe1ea;border-radius:8px;background:#fff;outline:none}.champ input:focus,.champ select:focus,.champ textarea:focus{border-color:var(--bleu-clair)}.champ textarea{resize:none;overflow:hidden;min-height:96px;line-height:1.55}.aide{font-size:11.5px;color:var(--texte-3);margin-top:4px}.btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:12px 18px;border-radius:9px;font-size:14px;font-weight:600;margin-bottom:7px;letter-spacing:.01em}.btn:disabled{opacity:.5;cursor:default}.btn-p{background:var(--bleu);color:#fff}.btn-a{background:var(--orange);color:#fff}.btn-o{background:#fff;color:var(--bleu);border:1px solid var(--bleu)}.btn-d{background:#fff;color:var(--rouge);border:1px solid var(--rouge)}.btn-sm{width:auto;padding:7px 13px;font-size:12.5px;margin-bottom:0}.btn-ligne{display:flex;gap:7px}.btn-ligne .btn{margin-bottom:0}.fab{position:fixed;bottom:calc(24px + var(--safe-bas));right:20px;width:54px;height:54px;border-radius:50%;background:var(--orange);color:#fff;font-size:26px;box-shadow:0 4px 16px #c9772e66;display:flex;align-items:center;justify-content:center;z-index:50}.accueil-entete{background:var(--bleu);padding:16px 14px 18px;color:#fff}.accueil-entete h2{font-size:20px;font-weight:700;letter-spacing:-.01em}.pastille{display:inline-flex;align-items:center;gap:5px;background:#ffffff1f;border-radius:20px;padding:3px 9px;font-size:10.5px;font-weight:600;color:#fff}.pastille i{width:7px;height:7px;border-radius:50%;display:inline-block}.grille-outils{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.outil{background:var(--carte);border:1px solid var(--bord);border-radius:var(--rayon);padding:12px 6px;text-align:center;cursor:pointer}.outil:active{background:#f0f3f8}.outil span{display:block;font-size:22px;margin-bottom:4px}.outil b{font-size:11px;color:var(--bleu);font-weight:600}.grille-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.grille-photos.large{grid-template-columns:repeat(4,1fr)}.vignette{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#e2e8f0;cursor:pointer}.vignette img{width:100%;height:100%;object-fit:cover;display:block}.vignette .badge{position:absolute;top:4px;left:4px;background:#00205bd9;color:#fff;font-size:9px;padding:2px 5px;border-radius:4px}.vignette .sel{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--bleu)}.vignette.selectionnee{outline:3px solid var(--orange)}.vignette.selectionnee .sel{background:var(--orange);color:#fff}.vignette .suppr{position:absolute;bottom:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#d63031e6;color:#fff;font-size:13px;display:flex;align-items:center;justify-content:center}.slot-ajout{aspect-ratio:1;border:1.5px dashed #dbe1ea;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#f5f7f9;color:var(--texte-3);font-size:10px;font-weight:600;cursor:pointer}.slot-ajout span{font-size:22px}.voile{position:fixed;top:0;right:0;bottom:0;left:0;background:#102a5273;z-index:100;display:flex;align-items:flex-end}.modale{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:720px;margin:0 auto;max-height:90vh;overflow-y:auto;padding:18px;padding-bottom:calc(18px + var(--safe-bas))}.modale h3{font-size:16px;color:var(--bleu);margin-bottom:12px}.toast{position:fixed;bottom:calc(80px + var(--safe-bas));left:50%;transform:translate(-50%);background:var(--bleu);color:#fff;padding:10px 20px;border-radius:20px;font-size:13px;z-index:999;max-width:90vw;text-align:center;box-shadow:0 4px 16px #0003}.plein-ecran{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:200;display:flex;flex-direction:column}.plein-ecran img{flex:1;object-fit:contain;min-height:0}.plein-ecran .barre{display:flex;gap:8px;padding:10px;padding-bottom:calc(10px + var(--safe-bas));background:#0009}.tabs{display:flex;gap:6px;margin-bottom:10px}.tab{flex:1;padding:8px;border-radius:8px;border:1.5px solid #c4d2e2;background:#fff;color:var(--texte-2);font-size:12.5px;font-weight:600;text-align:center;cursor:pointer}.tab.actif{background:var(--bleu);color:#fff;border-color:var(--bleu)}.proposition{padding:11px 13px;border:1px solid #dbe1ea;border-radius:8px;margin-bottom:7px;cursor:pointer;font-size:13px;line-height:1.5;background:#fff}.proposition:active{background:#eef3fb}.bandeau{padding:9px 12px;border-radius:8px;font-size:12.5px;margin-bottom:10px}.bandeau.info{background:#eef3fb;color:var(--bleu-clair)}.bandeau.ok{background:#e6f7ee;color:var(--vert)}.bandeau.err{background:#fde8e8;color:#a33}.bandeau.warn{background:#fff4e5;color:#9a5b00}.ligne-inline{display:flex;align-items:center;gap:8px}.pre{white-space:pre-wrap;font-size:13.5px;line-height:1.6}.total{display:flex;justify-content:space-between;padding:10px 14px;font-weight:700;color:var(--bleu);background:#eef3fb}.chargement{display:inline-block;width:16px;height:16px;border:2px solid rgba(0,32,91,.25);border-top-color:var(--bleu);border-radius:50%;animation:tourner .8s linear infinite;vertical-align:middle}@keyframes tourner{to{transform:rotate(360deg)}}.login{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:24px;background:var(--bleu)}.login .carte{padding:22px 18px}.login h1{color:#fff;text-align:center;margin-bottom:18px;font-size:22px}.boussole{width:220px;height:220px;border-radius:50%;border:6px solid var(--bleu);margin:20px auto;position:relative;background:#fff}.boussole .aiguille{position:absolute;left:50%;top:50%;width:4px;height:90px;background:var(--rouge);transform-origin:50% 100%;margin-left:-2px;margin-top:-90px;border-radius:2px}
