html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}.project-control-dashboard{background:#fff;border:1px solid #d6d9dd;border-radius:8px;margin-bottom:14px;padding:11px 14px;box-shadow:0 1px 4px #0f172a0f}.content>.project-control-dashboard:hover,.content>.project-control-dashboard:focus-within{z-index:2}.project-control-header{color:#3e3d40;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;font-size:14px;display:flex}.project-control-status{border-radius:999px;padding:3px 8px;font-size:12px;font-weight:700}.project-control-status.success{color:#375623;background:#e2f0d9}.project-control-status.warning{color:#7f6000;background:#fff2cc}.project-control-status.error{color:#c00000;background:#fce4d6}.project-control-counters{grid-template-columns:repeat(8,minmax(105px,1fr));gap:6px;display:grid}.project-control-counter{color:#5a5a5a;background:#f4f6f8;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;min-width:0;padding:5px 7px;font-size:11px;display:flex;position:relative}.project-control-counter>span{white-space:nowrap}.project-control-counter strong{color:#3e3d40;font-size:14px}.project-control-counter.has-tooltip{cursor:help}.project-control-counter.has-tooltip.error{background:#fce4d6}.project-control-counter.has-tooltip.warning{background:#fff2cc}.project-control-tooltip{z-index:50;color:#3e3d40;background:#fff;border:1px solid #d0d0d0;border-radius:7px;width:min(390px,70vw);max-height:260px;padding:9px 11px;font-size:11px;line-height:1.35;display:none;position:absolute;top:calc(100% + 7px);right:0;overflow-y:auto;box-shadow:0 8px 22px #00000029}.project-control-tooltip p{margin:5px 0 0}.project-control-tooltip ul{margin:5px 0 0;padding-left:18px}.project-control-counter:hover .project-control-tooltip,.project-control-counter:focus-within .project-control-tooltip{display:block}.project-control-error-summary{color:#c00000;border-top:1px solid #ececec;flex-wrap:wrap;gap:6px 12px;margin-top:8px;padding-top:8px;font-size:11px;font-weight:700;display:flex}.project-json-size{color:#5a5a5a;border-top:1px solid #ececec;align-items:center;gap:10px;margin-top:8px;padding-top:8px;font-size:11px;display:flex}.project-json-size>button{color:#3e3d40;font:inherit;cursor:pointer;background:#fff;border:1px solid #b8b8b8;border-radius:5px;padding:4px 8px}.project-json-size-result{flex-wrap:wrap;align-items:center;gap:6px 14px;display:flex}.project-json-size-details{color:#c00000;cursor:help;font-weight:700;position:relative}.project-json-size-tooltip{z-index:50;color:#3e3d40;background:#fff;border:1px solid #d0d0d0;border-radius:7px;width:max-content;max-width:min(420px,75vw);padding:9px 11px;font-weight:400;line-height:1.35;display:none;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 8px 22px #00000029}.project-json-size-tooltip ol{margin:5px 0 0;padding-left:20px}.project-json-size-details:hover .project-json-size-tooltip,.project-json-size-details:focus-within .project-json-size-tooltip{display:block}@media (width<=1280px){.project-control-counters{grid-template-columns:repeat(4,minmax(120px,1fr))}}@media (width<=760px){.project-control-header{flex-direction:column;align-items:flex-start}.project-control-counters{grid-template-columns:repeat(2,minmax(0,1fr))}}.startup-page{background:#f7efef;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.startup-card{isolation:isolate;background:#f7efef;border-radius:10px;width:min(920px,100%);padding:28px 32px;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f172a24}.startup-card:before{content:"";aspect-ratio:1;filter:drop-shadow(0 16px 34px #c0000033);opacity:.46;pointer-events:none;z-index:0;background-image:url(/branding/sphere_HGT.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(340px,46vw,560px);position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.startup-card-creation:before{opacity:.38;width:clamp(510px,69vw,840px);top:0;left:0}.startup-card>*{z-index:1;position:relative}.startup-title-block{margin-bottom:24px}.startup-title-block h1{color:#c00000;margin:0 0 6px;font-size:22px}.startup-title-block p{color:#3e3d40;margin:0;font-size:14px;font-style:italic}.startup-grid{grid-template-columns:210px 1fr;align-items:center;gap:14px 18px;display:grid}.startup-grid label,.startup-import label{color:#3e3d40;font-size:14px;font-weight:600}.startup-grid input[type=text],.startup-import input[type=file]{text-align:left;background:#fff;border:1px solid #d6d6d6;border-radius:7px;min-height:34px;padding:6px 10px}.startup-file-line{align-items:center;gap:12px;min-width:0;display:flex}.startup-file-line button,.startup-actions button{background:#c00000}.startup-file-line button:hover,.startup-actions button:hover{background:#a00000}.startup-file-line button:disabled{cursor:not-allowed;opacity:.75;background:#b4b4b4}.startup-file-line button:disabled:hover{background:#b4b4b4}.startup-actions button:disabled{cursor:not-allowed;opacity:.75;background:#b4b4b4}.startup-file-line span{color:#3e3d40;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.startup-choice-layout{grid-template-columns:minmax(360px,1fr) 280px;align-items:center;gap:32px;margin-top:22px;display:grid}.startup-choice-logo{justify-content:flex-start;align-items:center;display:flex}.startup-choice-logo img{object-fit:contain;width:auto;max-width:none;height:96px;display:block}.startup-choice-actions{flex-direction:column;justify-self:end;align-items:stretch;gap:14px;display:flex}.startup-choice-actions button{background:#c00000;width:280px;min-height:54px;font-size:15px}.startup-choice-actions button:hover{background:#a00000}.startup-actions,.startup-back-actions{justify-content:flex-end;margin-top:18px;display:flex}.startup-back-actions button{background:#867d71}.startup-back-actions button:hover{background:#696259}.startup-error{color:#c00000;background:#fce4d6;border-radius:6px;margin:14px 0 0;padding:8px 10px;font-weight:700}.startup-info{color:#3e3d40;background:#ddebf7;border-radius:6px;margin:14px 0 0;padding:8px 10px;font-weight:600}.startup-separator{text-align:center;color:#867d71;margin:22px 0;font-weight:700}.startup-import{grid-template-columns:210px 1fr;align-items:center;gap:14px 18px;display:grid}.startup-import-data{align-items:start}.startup-import-txt{margin-top:14px}.startup-data-imports{flex-direction:column;gap:10px;min-width:0;display:flex}.startup-txt-folder-import{margin-top:4px}.startup-import-status,.startup-txt-import-result p{margin:0}.startup-import-status,.startup-txt-import-result{color:#3e3d40;font-size:13px}.startup-txt-import-result ul{margin:6px 0 0;padding-left:20px}.startup-txt-import-result li{overflow-wrap:anywhere}@media (width<=720px){.startup-grid,.startup-import,.startup-choice-layout{grid-template-columns:1fr}.startup-file-line{flex-direction:column;align-items:stretch}.startup-card{padding:24px 20px}.startup-card:before{width:340px}.startup-card-creation:before{width:510px;top:0;left:0}.startup-choice-logo img{max-width:100%;height:auto}}.save-message{animation:3s ease-in-out forwards saveMessageFade}@keyframes saveMessageFade{0%{opacity:0}12%{opacity:1}70%{opacity:1}to{opacity:0}}.validation-navigation-panel{z-index:20;background:linear-gradient(#f4f6f800,#f4f6f8 30%);justify-content:flex-end;align-items:flex-end;gap:12px;margin-top:18px;padding:12px 0 0;display:flex;position:sticky;bottom:0}.validation-error-message{color:#c00000;text-align:left;background:#fce4d6;border-radius:7px;max-width:720px;padding:9px 12px;font-size:13px;font-weight:700;line-height:1.3}.essai-info-message{color:#3e3d40;text-align:center;background:#ddebf7;border-radius:6px;width:min(1110px,100%);margin:0 auto 12px;padding:9px 12px;font-weight:700}.labo-sieve-section{grid-column:1/-1}.labo-sieve-chip{align-items:center;gap:1px;display:inline-flex}.labo-sieve-chip.is-custom .labo-column-toggle{border-color:#c00000}.labo-sieve-delete{color:#867d71;cursor:pointer;background:0 0;border:0;border-radius:50%;width:16px;height:16px;padding:0;font-family:Calibri,Arial,sans-serif;font-size:13px;line-height:1}.labo-sieve-delete:hover{color:#c00000;background:#eee}.labo-sieve-add{flex-wrap:nowrap;align-items:center;gap:6px;margin-top:8px;display:flex}.labo-sieve-add input{border:1px solid #c9c9c9;border-radius:6px;flex:0 0 150px;width:150px;min-width:0;padding:5px 8px;font-family:Calibri,Arial,sans-serif;font-size:12px}.labo-sieve-add button{color:#fff;white-space:nowrap;cursor:pointer;background:#c00000;border:none;border-radius:6px;flex:none;padding:5px 10px;font-family:Calibri,Arial,sans-serif;font-size:12px}.labo-sieve-add button:disabled,.labo-sieve-add input:disabled{opacity:.5;cursor:not-allowed}.profil-preview-context-menu{z-index:10000;background:#fff;border:1px solid #d6d6d6;border-radius:8px;min-width:190px;padding:6px;position:fixed;box-shadow:0 10px 28px #0f172a38}.profil-preview-context-menu button{color:#3e3d40;text-align:left;background:0 0;border-radius:6px;width:100%;padding:8px 10px;font-size:13px;font-weight:700;display:block}.profil-preview-context-menu button:hover{color:#c00000;opacity:1;background:#f7efef}.profil-preview-context-menu button:disabled{cursor:not-allowed;color:#8a8a8a;background:0 0}.profil-preview-context-menu button:disabled:hover{color:#8a8a8a;background:0 0}.profil-preview-context-menu .context-menu-message{color:#c00000;padding:7px 10px;font-size:12px;font-weight:700}.pressio-chart-context-menu{z-index:20;background:#fff;border:1px solid #b8b8b8;border-radius:5px;min-width:130px;padding:4px;position:absolute;box-shadow:0 4px 12px #0000002e}.pressio-chart-context-menu button{color:#3e3d40;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:3px;width:100%;padding:6px 9px;font-size:11px}.pressio-chart-context-menu button:hover{background:#e8e8e8}.layer-selection-summary{color:#3e3d40;overflow-wrap:anywhere;flex-wrap:wrap;align-items:flex-start;gap:8px 16px;margin-top:12px;font-size:13px;line-height:1.4;display:flex}.layer-selection-scope{color:#3e3d40;overflow-wrap:anywhere;width:100%;margin:4px 0 12px;font-size:13px;line-height:1.4}.layer-selection-scope-main{display:block}.layer-selection-scope-details{margin-top:6px}.layer-selection-scope-summary{cursor:pointer;align-items:center;gap:4px;width:fit-content;max-width:100%;list-style:none;display:flex}.layer-selection-scope-summary::-webkit-details-marker{display:none}.layer-selection-scope-summary:before{content:"▸";text-align:center;flex:0 0 10px;width:10px;font-size:9px;line-height:1}.layer-selection-scope-details[open]>.layer-selection-scope-summary:before{content:"▾"}.layer-selection-scope-details p{margin:6px 0 0}.layer-choice-header h2.layer-analysis-main-title,.layer-analysis-title.layer-analysis-main-title{color:#c00000}.layer-selection-chart-subtitle{overflow-wrap:anywhere;text-align:center;margin-top:2px;font-size:10px;font-weight:400;line-height:1.25;display:block}@media (width<=800px){.layer-selection-scope{margin-bottom:10px}}.layer-reading-help{color:#3e3d40;background:#ddebf7;border-radius:7px;margin:0 0 12px;padding:9px 12px;font-size:13px;line-height:1.4}.sondages-couches-legend{color:#3e3d40;background:#fff;border:1px solid #d6d6d6;border-radius:8px;flex-direction:column;align-self:start;gap:8px;padding:10px 12px;font-size:12px;line-height:1.25;display:flex;position:sticky;top:16px}.sondages-couches-legend strong{color:#c00000;font-size:13px}.sondages-couches-legend-item{align-items:center;gap:8px;min-width:0;display:flex}.sondages-couches-legend-swatch{border:1px solid #000;flex:none;width:24px;height:14px}.essai-couches-legend{color:#3e3d40;justify-content:flex-end;align-items:center;gap:12px;width:min(980px,100%);margin:0 auto 12px;font-size:12px;display:flex}.essai-couches-legend strong{color:#c00000;white-space:nowrap}.essai-couches-legend-items{flex-wrap:wrap;justify-content:flex-end;gap:7px 10px;display:flex}.essai-couches-legend-item{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.essai-couches-legend-swatch{border:1px solid #000;flex:none;width:22px;height:13px}.essai-table-and-legend .essai-couches-legend{color:#3e3d40;background:#fff;border:1px solid #d6d6d6;border-radius:9px;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:9px;width:100%;margin:0;padding:12px 10px;font-size:12px;display:flex;position:sticky;top:12px}.essai-table-and-legend .essai-couches-legend strong{color:#c00000;text-align:center;white-space:normal}.essai-table-and-legend .essai-couches-legend-items{flex-flow:column;justify-content:flex-start;align-items:stretch;gap:7px;display:flex}.essai-table-and-legend .essai-couches-legend-item{white-space:normal;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:7px;line-height:1.15;display:grid}.essai-table-and-legend .essai-couches-legend-swatch{border:1px solid #000;flex:none;width:24px;height:14px}@media (width<=1100px){.sondages-couches-legend,.essai-table-and-legend .essai-couches-legend{position:static}.essai-table-and-legend .essai-couches-legend-items{flex-flow:wrap}}@media (width<=900px){.essai-couches-legend{flex-direction:column;align-items:flex-start}}.project-summary{color:#fff;text-align:center;background:#ffffff24;border-radius:8px;flex-direction:column;gap:6px;margin:0 0 20px;padding:12px;display:flex}.project-summary strong{font-size:14px;line-height:1.25}.project-summary button{background:#c00000;padding:7px 9px;font-size:12px}.project-summary small{color:#ffffffe6;font-size:11px;line-height:1.25;display:block}.essai-courbes-preview{background:#fff;border:1px solid #d6d6d6;border-radius:10px;margin-top:16px;padding:12px}.essai-courbes-preview-title{color:#c00000;text-align:center;margin-bottom:10px;font-size:14px;font-weight:800}.essai-courbes-preview-grid{justify-content:center;align-items:flex-start;gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.essai-courbes-preview-empty{color:#3e3d40;text-align:center;background:#f7efef;border-radius:8px;margin-top:14px;padding:12px;font-weight:700}.essai-courbe-svg{background:#fff;flex:0 0 185px;width:185px;height:360px}.essai-courbe-frame{fill:#fff;stroke:none}.essai-courbe-layer-band{opacity:.85}.essai-courbe-frame-front{fill:none;stroke:#3a3838;stroke-width:1.1px}.essai-courbe-grid-line{stroke:#d9d9d9;stroke-width:.7px}.essai-courbe-layer-limit{stroke:#3a3838;stroke-width:.9px;stroke-dasharray:5 4;opacity:.85}.essai-courbe-line{fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.essai-courbe-line-em,.essai-courbe-point-em{stroke:var(--pressio-color-em);fill:var(--pressio-color-em)}.essai-courbe-line-pfEtoile,.essai-courbe-point-pfEtoile{stroke:var(--pressio-color-pf);fill:var(--pressio-color-pf)}.essai-courbe-line-plEtoile,.essai-courbe-point-plEtoile{stroke:var(--pressio-color-pl);fill:var(--pressio-color-pl)}.essai-courbe-line-qd,.essai-courbe-point-qd{stroke:#c00000;fill:#c00000}.essai-courbe-line-qc,.essai-courbe-point-qc{stroke:#6a00ff;fill:#6a00ff}.essai-courbe-point{stroke-width:0}.essai-courbe-title,.essai-courbe-axis-label,.essai-courbe-depth-label,.essai-courbe-depth-title{fill:#3e3d40;font-size:9px;font-weight:700}.essai-courbe-title{text-anchor:middle;font-size:10px;font-weight:800}.essai-courbe-depth-label,.essai-courbe-axis-label-right{text-anchor:end}.essai-courbe-depth-title{text-anchor:middle}.essai-courbe-point{stroke:#fff;stroke-width:.7px}.graphique-copiable,.tableau-copiable{position:relative}.pressio-chart-feedback{z-index:19;color:#fff;background:#34312feb;border-radius:4px;max-width:calc(100% - 16px);padding:5px 8px;font-size:10px;position:absolute;bottom:8px;right:8px}.labo-file-input{display:none}.labo-card{overflow-x:hidden}.labo-table-title{color:#3e3d40;margin:0 0 12px;font-size:17px}.labo-column-legend{background:#fafafa;border:1px solid #d9d9d9;border-radius:8px;margin:0 0 12px;padding:12px}.labo-column-legend.is-collapsed{padding:8px 10px}.labo-column-legend-header{color:#3e3d40;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;font-size:13px;display:flex}.labo-column-legend.is-collapsed .labo-column-legend-header{align-items:center;margin-bottom:0}.labo-column-legend-header span{font-weight:600;display:inline-block}.labo-column-legend-toggle{color:#867d71;cursor:pointer;background:#fff;border:1px solid #867d7159;border-radius:6px;align-items:center;gap:6px;min-height:30px;padding:4px 8px;font-family:Calibri,Arial,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.labo-column-legend-header p{color:#666;margin:3px 0 0;font-size:12px;line-height:1.25}.labo-column-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.labo-column-reset,.labo-column-secondary{cursor:pointer;background:#fff;border-radius:999px;padding:4px 9px;font-family:Calibri,Arial,sans-serif;font-size:12px}.labo-column-reset{color:#c00000;border:1px solid #c00000}.labo-column-secondary{color:#3e3d40;border:1px solid #867d71}.labo-column-reset:disabled,.labo-column-secondary:disabled{opacity:.45;cursor:not-allowed}.labo-column-legend-sections{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;display:grid}.labo-column-section{background:#fff;border:1px solid #e1e1e1;border-radius:7px;padding:8px}.labo-column-section-title{color:#3e3d40;align-items:baseline;gap:7px;margin-bottom:7px;font-family:Calibri,Arial,sans-serif;font-size:12px;font-weight:600;display:flex}.labo-column-section-title small{color:#777;font-size:11px;font-weight:400}.labo-column-legend-buttons{flex-wrap:wrap;gap:5px;display:flex}.labo-column-toggle{color:#fff;cursor:pointer;background:#34312f;border:1px solid #867d71;border-radius:999px;align-items:center;gap:4px;padding:4px 8px;font-family:Calibri,Arial,sans-serif;font-size:11px;display:inline-flex}.labo-column-toggle.is-sieve{background:#867d71}.labo-column-toggle.is-hidden{color:#3e3d40;opacity:.8;background:#fff;text-decoration:none}.labo-column-toggle:disabled{opacity:.45;cursor:not-allowed}.labo-column-toggle.is-fixed{color:#3e3d40;cursor:not-allowed;background:#d9d9d9;text-decoration:none}.labo-toggle-state{justify-content:center;width:12px;font-size:11px;display:inline-flex}.labo-help{margin-top:12px}.labo-import-message{border-radius:6px;margin-bottom:12px;padding:9px 12px;font-weight:700}.labo-import-message.success{color:#166534;background:#dcfce7}.labo-import-message.error{color:#991b1b;background:#fee2e2}.labo-imported-files{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:-4px 0 12px;font-size:.82rem;line-height:1.35;overflow:hidden}.labo-validation-warning{color:#c00000;background:#fce4d6;border-radius:6px;margin-bottom:12px;padding:9px 12px;font-weight:700}*{box-sizing:border-box}body{color:#3e3d40;--table-soft-yellow:#fff8e0;--table-soft-blue:#ebf5fc;--table-soft-green:#f2f9ef;--table-neutral-row:#fdfdfc;background:#f4f6f8;margin:0;font-family:Arial,Helvetica,sans-serif}.pressio-parameter-star{margin-left:-.2em}.app{width:100%;min-height:100vh;display:flex}.sidebar{color:#fff;background:linear-gradient(#c00000 0 92px,#867d71 92px 100%);flex-direction:column;flex-shrink:0;justify-content:space-between;width:260px;padding:24px 20px;display:flex}.sidebar h2{text-align:center;color:#fff;margin:0 0 26px;padding:12px;font-size:20px}.sidebar-logo{justify-content:center;align-items:center;padding-top:24px;display:flex}.sidebar-logo img{object-fit:contain;max-width:160px;max-height:80px}.tree{flex-direction:column;gap:8px;display:flex}.tree button{font-family:inherit}.tree-item,.tree-child{color:#fff;border-radius:6px;padding:9px 10px}.tree-item{text-align:center;margin-top:12px;font-size:18px}.tree-child{text-align:center;cursor:pointer;background:0 0;border:none;width:100%;font-size:15px;display:block}.tree-child:hover{background:#ffffff1f}.tree-item.active,.tree-child.active{color:#fff;background:#3a3838;font-size:18px;font-weight:700}.content{isolation:isolate;flex:1;padding:28px;position:relative}.content:before{content:"";aspect-ratio:1;filter:drop-shadow(0 18px 42px #c0000029);opacity:.28;pointer-events:none;z-index:0;background-image:url(/branding/sphere_HGT.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:clamp(880px,116vw,1520px);position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.content>*{z-index:1;position:relative}.page-loading-message{color:#3e3d40;text-align:center;background:#fff;border-radius:8px;padding:24px;font-size:14px;font-weight:700;box-shadow:0 1px 4px #0f172a0f}.page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.page-header h1{color:#3e3d40;margin:0;font-size:22px;font-weight:600}.header-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.table-history-buttons{align-items:center;gap:4px;display:inline-flex}.table-history-buttons button{color:#3e3d40;background:#fff;border:1px solid #d0d0d0;border-radius:6px;width:30px;height:28px;padding:0;font-size:18px;font-weight:800;line-height:1}.table-history-buttons button:hover:not(:disabled){background:#f3f4f6}.table-help{color:#3e3d40;max-width:900px;margin:6px 0 0;font-size:14px;line-height:1.35}.card{background:#fff;border-radius:10px;padding:16px;overflow-x:auto;box-shadow:0 2px 8px #0f172a14}.empty-message{text-align:center;color:#3e3d40;margin:24px 0;font-weight:600}.labo-table-wrapper{overflow-x:auto}.labo-data-table{table-layout:fixed;width:max-content;min-width:100%;margin:0}.labo-data-table th,.labo-data-table td{border:1px solid #000}.labo-data-table th{text-align:center;vertical-align:middle;white-space:normal;padding:4px 5px;font-family:Calibri,Arial,sans-serif;font-size:10px;font-weight:400;line-height:1.2}.labo-col-sondage,.labo-col-campagne{width:140px}.labo-col-profondeur{width:125px}.labo-col-nature{width:185px}.labo-col-resultat{width:70px}.labo-data-table td{background:var(--table-neutral-row);height:26px;padding:0}.labo-data-table tbody tr:nth-child(odd) td{background:var(--table-soft-yellow)}.card table.labo-data-table tbody td input[type=text],.card table.labo-data-table tbody td textarea,.card table.labo-data-table tbody td select,.card table.labo-data-table tbody td [contenteditable=true]{box-sizing:border-box;color:#3e3d40;text-align:center;background:0 0;border:0;border-radius:0;width:100%;min-width:0;min-height:26px;padding:3px 5px;font-family:Calibri,Arial,sans-serif;font-size:10.5px;line-height:1.15}.card table.labo-data-table tbody td input[type=text]:focus,.card table.labo-data-table tbody td textarea:focus,.card table.labo-data-table tbody td select:focus,.card table.labo-data-table tbody td [contenteditable=true]:focus{outline-offset:-2px;outline:2px solid #c00000}.labo-data-table input[readonly]{background:#eee}.labo-row-excluded{opacity:.55}.labo-row-multicouche-a-definir .labo-affectation-cell,.labo-affectation-a-definir{background-color:#fff2cc}.labo-affectation-header{width:200px;min-width:200px;max-width:200px;color:#fff!important;background-color:#c00000!important}.labo-col-affectation,.labo-affectation-cell{box-sizing:border-box;width:200px;min-width:200px;max-width:200px}.labo-affectation-cell{white-space:nowrap;overflow:hidden;padding-top:2px!important;padding-bottom:2px!important}.labo-affectation-cell select{box-sizing:border-box;color:#3e3d40;text-overflow:ellipsis;white-space:nowrap;background-color:#ffffffc7;border:1px solid #3e3d4040;width:100%;min-width:100%;max-width:100%;height:24px;padding:1px 22px 1px 5px;line-height:20px;overflow:hidden}.labo-affectation-automatique select{font-style:italic;font-weight:400}.labo-affectation-manuelle select{font-style:normal;font-weight:700}.labo-affectation-invalide{color:#666;background-color:#eee}.labo-affectation-legend{color:#666;flex-wrap:wrap;gap:6px 14px;margin-top:6px;font-size:.78rem;display:flex}.labo-affectation-legend span{white-space:nowrap}.labo-affectation-legend-auto{font-style:italic}.labo-affectation-legend-manuel{font-weight:700}.labo-affectation-legend-a-definir:before{content:"";vertical-align:-1px;background:#fff2cc;border:1px solid #3e3d4033;width:9px;height:9px;margin-right:4px;display:inline-block}.labo-filter-multicouche{align-items:center;gap:6px;font-size:.9rem;display:inline-flex}.labo-header-family th{color:#fff;background:#34312f;height:64px}.labo-header-standard th,.labo-header-subgroup th{color:#fff;background:#867d71;height:50px}.labo-header-subgroup th{height:26px}.labo-header-subgroup th:nth-last-child(-n+4){color:#fff;background:#a6a6a6}.labo-header-parameter th,.labo-header-subparameter th{color:#3e3d40;background:#d9d9d9;height:30px}.labo-header-subparameter th{height:24px}.labo-header-vertical{padding:3px 2px!important}.labo-header-vertical>span{box-sizing:border-box;writing-mode:horizontal-tb;white-space:normal;letter-spacing:.2px;justify-content:center;align-items:center;width:100%;height:100%;font-weight:400;line-height:1.25;display:flex;transform:none}.labo-sondage-cell{align-items:stretch;display:flex}.labo-sondage-cell input{min-width:110px}.labo-inline-delete{border-radius:0;flex:0 0 28px;min-width:28px;min-height:28px;padding:0;font-size:16px;line-height:1}button{color:#fff;cursor:pointer;background:#867d71;border:none;border-radius:6px;padding:8px 12px;font-weight:600}button:hover{opacity:.88}button:disabled{opacity:.5;cursor:not-allowed}.add-button,.selection-mode-button.active{background:#c00000}.add-button:hover{background:#a00000}.delete-button{background:#dc2626}.delete-button:hover{background:#b91c1c}table{border-collapse:collapse;table-layout:fixed;width:75%;margin:0 auto}th{text-align:center;vertical-align:middle;color:#fff;background:#3a3838;border:1px solid #000;padding:10px;font-size:14px;line-height:1.25}td{text-align:center;border:1px solid #000;padding:6px}input{color:#3e3d40;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:6px}input:focus{outline-offset:1px;outline:2px solid #867d71}input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}input[type=number]{appearance:textfield}.selected-cell{outline-offset:-3px;outline:3px solid #c00000}.selected-cell input{background:#c0000014}.selection-active{cursor:crosshair}.selection-active input{pointer-events:none}.invalid-input,.table-couches .invalid-input,.card table input.invalid-input,.table-couches input.depth-over-max{font-weight:700;color:#c00000!important;background:#fce4d6!important}.checkbox-input{cursor:pointer;width:18px;height:18px}.col-x,.col-y,.col-abscisse{width:15%}.cell-yellow,.cell-blue,.cell-green{background:var(--table-neutral-row)}.table-sondages tbody tr:nth-child(odd) .cell-yellow{background:var(--table-soft-yellow)}.table-sondages tbody tr:nth-child(odd) .cell-blue{background:var(--table-soft-blue)}.table-sondages tbody tr:nth-child(odd) .cell-green{background:var(--table-soft-green)}.cell-check,.couche-color-cell,.couche-action-cell{background:#fff}.card table{border-collapse:collapse}.card table td{text-align:center;vertical-align:middle;padding:0}.card table input[type=text]{width:100%;height:100%;min-height:28px;box-shadow:none;text-align:center;font:inherit;color:inherit;background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:0 4px}.card table input[type=text]:focus,.table-couches input:focus,.card table .selected-cell{outline-offset:-2px;outline:2px solid #c00000}.card table .selected-cell input[type=text]{background:#c0000014}.card table .delete-button{border-radius:6px;min-height:0;padding:5px 10px;font-size:12px;line-height:1}.table-scroll{width:100%;overflow-x:auto}.couches-options{color:#3e3d40;justify-content:flex-end;align-items:center;gap:10px;margin:0 0 12px;font-size:13px;display:flex}.couches-optional-columns{margin:0}.table-couches{border-collapse:collapse;table-layout:fixed;width:auto;min-width:900px;margin:0 auto}.table-couches thead th{text-align:center;vertical-align:middle;color:#fff;background:#3a3838;border:1px solid #000;border-bottom-width:3px;height:32px;padding:5px 6px;font-size:12px;line-height:1.15}.table-couches td{text-align:center;vertical-align:middle;border:1px solid #000;height:28px;padding:0}.table-couches th:not(.couche-color-header):not(.couche-id-header):not(.couche-action-header),.table-couches td:not(.couche-color-cell):not(.couche-id-cell):not(.couche-action-cell){width:80px;min-width:80px}.table-couches.avec-nappe th:not(.couche-color-header):not(.couche-id-header):not(.couche-action-header),.table-couches.avec-nappe td:not(.couche-color-cell):not(.couche-id-cell):not(.couche-action-cell){width:112px;min-width:112px}.couche-color-header,.couche-color-cell{width:70px;min-width:70px}.couche-id-header,.couche-id-cell{width:170px;min-width:170px;font-weight:600}.couche-action-header,.couche-action-cell{visibility:hidden;width:0;min-width:0;max-width:0;overflow:hidden;border:0!important;padding:0!important}.cell-layer-value{background:var(--table-neutral-row);position:relative}.table-couches tbody tr:nth-child(odd) .cell-layer-value{background:var(--table-soft-yellow)}.transition-indifferenciee-icon{pointer-events:none;background:linear-gradient(135deg,#0000 0 46%,#3a3838 47% 100%),#fff;border:1px solid #3a3838;width:12px;height:12px;position:absolute;top:3px;right:3px}.couche-transition-context-menu{min-width:245px}.table-couches .nappe-spacer-row td{background:#fff;border-left:none;border-right:none;height:12px;min-height:12px}.table-couches .nappe-label-spacer,.table-couches .nappe-label-cell,.table-couches .nappe-data-row .couche-action-cell{background:#f7efef}.table-couches .nappe-label-cell{text-align:left;white-space:nowrap;padding:0 8px;font-size:13px;font-weight:700}.table-couches .nappe-data-row td:not(.couche-color-cell):not(.couche-id-cell):not(.couche-action-cell){background:#ddebf7}.table-couches .nappe-date-input{font-size:12px}.table-couches input{width:100%;height:100%;min-height:28px;box-shadow:none;text-align:center;font:inherit;color:inherit;background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:0 3px}.table-couches .color-input{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:4px;width:38px;height:22px;min-height:22px;padding:0}.table-couches .color-input:disabled{cursor:not-allowed}.table-couches th.sondage-header-error{color:#ff5050;font-weight:800}.table-couches .couche-campagne-header{border-bottom-width:1px;padding-top:4px;padding-bottom:4px;font-size:12px;font-weight:600}.table-couches .couche-sondage-header-row th{border-bottom-width:3px}.couches-recommendations{color:#3e3d40;background:#f7efef;border-radius:7px;margin-top:14px;padding:10px 12px;font-size:13px;line-height:1.4}.couches-recommendations>strong{color:#867d71}.couches-recommendations ul{margin:6px 0 0;padding-left:20px}.tree-group{flex-direction:column;gap:4px;display:flex}.tree-group-title{color:#fff;text-align:center;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:14px;font-weight:700;display:flex}.tree-group-title:hover,.tree-item-button:hover{background:#ffffff1f}.tree-item-button{background:0 0;border:none;width:100%}.tree-subchildren{flex-direction:column;gap:3px;margin-bottom:4px;display:flex}.tree-grandchild{padding:6px 10px;font-size:13px}.tree-grandchild.active{font-size:14px}.tree-new-sondage{color:#ffffffe0;opacity:.9;margin-top:3px;font-style:italic}.tree-new-sondage:hover{opacity:1}.essais-card,.export-card,.placeholder-card{max-width:980px;margin:0 auto}.essais-choice-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;display:grid}.essai-choice-card{background:#fff;border:1px solid #d6d6d6;border-radius:8px;padding:14px}.essai-choice-card.active{background:#fcf4f2;border-color:#c00000}.essai-choice-card label{color:#3e3d40;align-items:center;gap:10px;font-weight:700;display:flex}.essai-choice-card input[type=checkbox]{flex-shrink:0;width:18px;height:18px}.essai-choice-card p,.export-card p,.placeholder-card p{color:#3e3d40;line-height:1.4}.essai-choice-card button{background:#c00000;margin-top:8px}.essais-list-column{flex-direction:column;gap:10px;max-width:720px;margin:0 auto;display:flex}.essai-list-row{background:#fff;border:1px solid #d6d6d6;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:12px 14px;display:grid}.essai-list-title{color:#3e3d40;flex-direction:column;gap:3px;display:flex}.essai-list-title span{color:#867d71;font-size:12px}.essai-list-row button{white-space:nowrap;background:#c00000}.essai-list-row button:hover{background:#a00000}.essai-list-row .import-txt-button:hover{background:#2a2828}.export-card h2{color:#c00000;margin:0 0 8px;font-size:22px}.export-card h3{color:#3e3d40;margin:0 0 14px;font-size:18px}.exports-page-card{box-sizing:border-box;width:100%;max-width:none}.exports-page-actions{flex-direction:column;gap:12px;margin-top:16px;display:flex}.exports-page-action-row{grid-template-columns:230px minmax(0,1fr);align-items:center;gap:18px;display:grid}.exports-page-action-row .add-button{width:100%}.exports-page-action-row p{margin:0;font-size:13px}@media (width<=900px){.essais-choice-grid{grid-template-columns:1fr}.essai-list-row{text-align:center;grid-template-columns:1fr}.essai-list-row button{width:100%}.exports-page-action-row{grid-template-columns:1fr;gap:6px}.exports-page-action-row .add-button{justify-self:start;width:auto}}.plan-export-card{max-width:none}.export-section-title{margin-bottom:14px}.export-section-title-secondary{border-top:1px solid #d6d6d6;margin-top:22px;padding-top:16px}.export-placeholder{color:#3e3d40;margin:0;font-weight:600}.plan-toolbar{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 12px;display:flex}.plan-type-legend{color:#3e3d40;flex-wrap:wrap;align-items:center;gap:6px 12px;margin-right:8px;font-size:12px;font-weight:700;display:inline-flex}.plan-type-item{min-height:auto;color:inherit;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:5px;padding:3px 2px;display:inline-flex}.plan-type-item:hover{color:#c00000;opacity:1;background:0 0}.plan-type-item.hidden{opacity:.42;text-decoration:line-through}.plan-type-item.hidden:hover{opacity:.7}.plan-type-symbol{flex:0 0 18px;width:18px;height:18px;overflow:visible}.plan-toolbar-info{color:#3e3d40;font-size:13px;font-weight:700}.plan-campaign-controls{background:#fafafa;border:1px solid #dedede;border-radius:8px;justify-content:flex-end;align-items:center;margin:0 0 12px;padding:8px 10px;display:flex;overflow-x:auto}.plan-campaign-legend{color:#3e3d40;white-space:nowrap;flex-wrap:nowrap;justify-content:flex-end;gap:6px 12px;font-size:12px;font-weight:700;display:flex}.plan-campaign-entry{align-items:center;gap:5px;display:inline-flex}.plan-campaign-color-input{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 18px;width:18px;height:18px;padding:0}.plan-campaign-color-input::-webkit-color-swatch-wrapper{padding:0}.plan-campaign-color-input::-webkit-color-swatch{border:1px solid #fff;border-radius:50%}.plan-campaign-color-input::-moz-color-swatch{border:1px solid #fff;border-radius:50%}.campaign-color-manager,.ouvrage-zone-manager{background:#ffffffb8;border:1px solid #d6d2cd;border-radius:7px;padding:8px 10px}.sondages-side-panel-title{color:#3e3d40;font-size:inherit;margin-bottom:6px;display:block}.campaign-color-list{gap:6px;display:grid}.campaign-color-item{color:#3e3d40;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-width:0;display:grid}.campaign-color-label{overflow-wrap:anywhere;min-width:0;font-size:14px;line-height:1.25}.campaign-color-input{cursor:pointer;background:0 0;border:1px solid #867d71;border-radius:50%;width:20px;height:20px;padding:0}.campaign-color-input:focus-visible{outline-offset:2px;outline:2px solid #2f5597}.campaign-color-input::-webkit-color-swatch-wrapper{padding:0}.campaign-color-input::-webkit-color-swatch{border:0;border-radius:50%}.campaign-color-input::-moz-color-swatch{border:0;border-radius:50%}.plan-campaign-item{min-height:auto;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;gap:5px;padding:3px 2px;display:inline-flex}.plan-campaign-item:hover{color:#c00000;opacity:1;background:0 0}.plan-campaign-item.hidden{opacity:.42;text-decoration:line-through}.plan-campaign-item.hidden:hover{opacity:.7}.plan-campaign-legend i{border-radius:50%;flex:none;width:10px;height:10px}.plan-campaign-reset{color:#867d71;min-height:auto;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:0;padding:3px 2px}.plan-campaign-reset:hover{color:#c00000;opacity:1;background:0 0}.plan-layout{grid-template-columns:210px minmax(500px,1fr) 220px;align-items:stretch;gap:18px;display:grid}.plan-script-panel,.plan-view-panel,.plan-list-panel{background:#fff;border:1px solid #d6d6d6;border-radius:9px;overflow:hidden}.plan-script-panel{flex-direction:column;align-self:stretch;gap:12px;min-height:0;padding:10px;display:flex;overflow:visible}.plan-settings-block{background:#fbfaf9;border:1px solid #e4e1de;border-radius:8px;flex-direction:column;gap:10px;padding:10px;display:flex}.plan-settings-block h3{color:#c00000;margin:0;font-size:13px;font-weight:800}.plan-settings-group{flex-direction:column;gap:5px;display:flex}.plan-settings-label{color:#3e3d40;font-size:12px;font-weight:800}.plan-script-panel .plan-campaign-legend,.plan-script-panel .plan-type-legend{white-space:normal;flex-direction:column;align-items:flex-start;gap:4px;margin-right:0;display:flex}.plan-script-field{color:#3e3d40;text-align:left;flex-direction:column;align-items:flex-start;gap:7px;font-size:12px;font-weight:400;display:flex}.plan-script-field-inline{white-space:nowrap;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%}.plan-script-field span,.plan-coordinate-system{color:#5c5854;font-size:11px;font-weight:400}.plan-script-field input,.plan-script-field select{text-align:center;border-radius:999px;width:64px;height:30px;font-size:11px;font-weight:400}.plan-script-field-inline select{flex:none}.plan-script-field .plan-background-select{width:150px}.plan-coordinate-system{line-height:1.3}.plan-map-recenter-button{background:#867d71;border-radius:6px;width:100%;padding:6px 8px;font-size:11px;font-weight:700;line-height:1.2}.plan-script-panel .add-button{width:100%;margin-top:2px}.plan-view-header,.plan-list-header{background:#f7efef;border-bottom:1px solid #d6d6d6;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:10px 12px;display:flex}.plan-view-header span,.plan-list-header small{color:#867d71;font-size:12px;font-weight:700}.plan-list-header>div{flex-direction:column;gap:2px;display:flex}.plan-list-header button{background:#c00000;padding:6px 8px;font-size:12px}.plan-export-actions{justify-content:flex-end;padding:12px 20px 18px;display:flex}.plan-export-actions button{min-width:210px}.plan-svg{width:100%;height:min(68vh,640px);min-height:500px;display:block}.plan-svg-background{fill:#fff}.plan-grid-line{stroke:#e5e7eb;stroke-width:1px}.plan-axis-line{stroke:#3a3838;stroke-width:1.5px}.plan-axis-label{fill:#3e3d40;font-size:11px}.plan-axis-title{fill:#3e3d40;font-size:13px;font-weight:700}.plan-user-line{stroke:#3a3838;stroke-width:2.2px;stroke-linecap:round}.plan-point-group{cursor:pointer}.plan-point{fill:#c00000;stroke:#fff;stroke-width:2px;vector-effect:non-scaling-stroke}.plan-point-open{fill:#fff}.plan-point-symbol-line{stroke:#3e3d40;stroke-width:1.5px;stroke-linecap:round;pointer-events:none;vector-effect:non-scaling-stroke}.plan-type-point{fill:#3e3d40;stroke:#fff;stroke-width:2px;vector-effect:non-scaling-stroke}.plan-type-point.plan-point-open{fill:#fff}.plan-type-symbol .plan-point-symbol-line{stroke-width:1.5px}.plan-point-group.selected .plan-point{stroke:#3a3838;stroke-width:4px}.plan-point-label{fill:#3e3d40;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round;font-size:13px;font-weight:700}.plan-empty-view{text-align:center;color:#3e3d40;background:#fff;justify-content:center;align-items:center;min-height:500px;padding:24px;font-weight:700;display:flex}.plan-map-container,.plan-map-unavailable{width:100%;height:min(68vh,640px);min-height:500px;position:relative}.plan-leaflet-map{width:100%;height:100%}.plan-map-warning,.plan-map-unavailable{color:#3e3d40;text-align:center;place-items:center;padding:18px;font-weight:700;display:grid}.plan-map-warning{z-index:1000;color:#c00000;background:#fffffff0;border:1px solid #c0000047;border-radius:8px;min-height:44px;position:absolute;top:12px;left:12px;right:12px}.plan-map-marker-icon{background:0 0;border:0}.plan-map-marker-symbol{filter:drop-shadow(0 1px 2px #00000038);width:100%;height:100%;display:block;overflow:visible}.leaflet-tooltip.plan-map-label{box-shadow:none;text-shadow:0 1px 2px #fffffff2,1px 0 2px #fffffff2,0 -1px 2px #fffffff2,-1px 0 2px #fffffff2;background:0 0;border:0;padding:0;font-size:13px;font-weight:700}.plan-map-label-text{color:#222}.plan-map-label:before{display:none}.plan-list-panel{flex-direction:column;min-height:500px;display:flex}.plan-sondage-list{flex-direction:column;align-items:center;gap:6px;max-height:min(68vh,640px);padding:10px 8px;display:flex;overflow-y:auto}.plan-sondage-group{width:min(100%,175px)}.plan-sondage-group h3{color:#3e3d40;text-align:left;margin:8px 2px 5px;font-size:.82rem;font-weight:800}.plan-sondage-group .plan-sondage-item+.plan-sondage-item{margin-top:6px}.plan-sondage-item{text-align:left;color:#3e3d40;background:#fff;border:1px solid #d6d6d6;border-radius:7px;justify-content:flex-start;align-items:center;width:min(100%,175px);min-height:32px;padding:6px 8px;display:flex}.plan-sondage-item input{flex:0 0 18px;width:18px;height:18px;margin:0 7px 0 0;padding:0}.plan-sondage-item:hover{opacity:1;background:#fcf4f2}.plan-sondage-item.hidden{opacity:.72;background:#d1d5db}.plan-sondage-name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-weight:400;display:block;overflow:hidden}.plan-sondage-coords,.plan-sondage-status{display:none}.plan-list-empty{color:#3e3d40;text-align:center;margin:0;padding:18px;font-weight:700}@media (width<=1100px){.plan-layout{grid-template-columns:1fr}.plan-script-panel,.plan-list-panel{min-height:0}}.plan-line-start-point{fill:#c00000;stroke:#fff;stroke-width:2px;pointer-events:none}.profil-long-layout{grid-template-columns:320px minmax(520px,1fr);align-items:start;gap:18px;display:grid}.profil-long-options-panel,.profil-long-preview-panel{background:#fff;border:1px solid #d6d6d6;border-radius:9px;overflow:hidden}.profil-long-options-panel{flex-direction:column;gap:13px;padding:14px 12px;display:flex}.profil-long-title-block{text-align:center;line-height:1.2}.profil-long-title-block strong{color:#c00000;text-underline-offset:3px;font-size:15px;text-decoration:underline}.profil-long-options-group{flex-direction:column;gap:9px;display:flex}.profil-long-dimensions-group{flex-direction:column;gap:9px;padding-bottom:4px;display:flex}.profil-long-parameter-field{color:#3e3d40;white-space:nowrap;grid-template-columns:minmax(0,1fr) 82px;align-items:center;gap:10px;font-size:12px;font-weight:400;display:grid}.profil-long-parameter-field input{text-align:center;border-radius:999px;height:30px;padding:3px 6px;font-size:12px;font-weight:700}:is(.profil-long-radio-line:has(input[type=radio]:checked) span,.profil-long-radio-inline:has(input[type=radio]:checked) span){font-weight:800}.profil-long-radio-line span,.profil-long-radio-inline span{white-space:nowrap}.profil-long-radio-line,.profil-long-radio-inline{color:#3e3d40;align-items:center;gap:7px;font-size:12px;font-weight:400;line-height:1.2;display:flex}.profil-long-radio-line input[type=radio],.profil-long-radio-inline input[type=radio]{width:14px;min-width:14px;height:14px;margin:0}.profil-long-radio-line.compact{font-size:11px}.profil-long-suboptions{background:#f7efef;border-radius:7px;justify-content:center;gap:12px;margin:-2px 0 3px 21px;padding:8px;display:flex}.profil-long-repere-box{flex-direction:column;justify-content:flex-start;gap:8px}.profil-long-coordinate-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.profil-long-coordinate-grid label,.profil-long-angle-field{color:#3e3d40;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:800;display:flex}.profil-long-coordinate-grid input,.profil-long-angle-field input{text-align:center;border-radius:6px;height:28px;padding:3px 5px;font-size:12px}.profil-long-preview-panel{min-height:210px}.profil-long-preview-header{background:#f7efef;border-bottom:1px solid #d6d6d6;align-items:center;min-height:48px;padding:10px 12px;display:flex}.profil-long-preview-panel p{color:#3e3d40;margin:0;padding:18px;font-weight:700}@media (width<=1100px){.profil-long-layout{grid-template-columns:1fr}}.profil-long-spacing-box{justify-content:stretch}.profil-long-spacing-field{width:100%;margin:0}.profil-long-preview-header{justify-content:space-between;gap:12px}.profil-long-preview-header span{color:#867d71;font-size:12px;font-weight:700}.profil-long-svg{width:100%;height:min(62vh,590px);min-height:460px;font-family:Arial,Helvetica,sans-serif;display:block}.profil-long-svg-background{fill:#fff}.profil-long-axis-line{stroke:#3a3838;stroke-width:1.4px}.profil-long-grid-line{stroke:#e5e7eb;stroke-width:.8px}.profil-long-axis-tick{stroke:#3a3838;stroke-width:1.1px}.profil-long-axis-tick-label{fill:#3e3d40;font-size:10px;font-weight:700}.profil-long-cote-tick{stroke:#c00000;stroke-width:1px;vector-effect:non-scaling-stroke}.profil-long-axis-title{fill:#3e3d40;font-size:12px;font-weight:800}.profil-long-layer-rect{stroke:#3a3838;stroke-width:1.2px}.profil-long-sondage-label{fill:#c00000;text-anchor:middle;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round;font-weight:800}.profil-long-cote-label{fill:#3e3d40;dominant-baseline:middle;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round;font-weight:400}.profil-long-legend-title{fill:#3e3d40;font-size:13px;font-weight:800}.profil-long-legend-swatch{stroke:#3a3838;stroke-width:.8px}.profil-long-legend-label{fill:#3e3d40;dominant-baseline:middle;font-size:11px;font-weight:600}.profil-long-empty-view{text-align:center;color:#3e3d40;justify-content:center;align-items:center;min-height:430px;padding:24px;font-weight:800;display:flex}.profil-long-tn-line{stroke:#3e3d40;stroke-width:2px;fill:none}.profil-long-limite-line{stroke:#3e3d40;stroke-width:1.3px;stroke-dasharray:7 5;fill:none;opacity:.9}.profil-long-script-actions{flex-direction:column;align-items:center;gap:10px;margin-top:auto;padding-top:10px;display:flex}.profil-long-numero-profil-field{width:100%}.profil-long-script-actions .add-button{background:#c00000;width:150px}.profil-long-script-actions .add-button:hover{background:#a00000}.profil-long-echelle-abscisse-field{grid-template-columns:minmax(0,1fr) 64px;width:100%}.profil-long-axis-prime-options{justify-content:center;gap:18px;padding:2px 0 0;display:flex}.profil-long-repere-help{color:#867d71;text-align:center;margin:0;font-size:11px;line-height:1.25}.profil-long-direction-label{fill:#3e3d40;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round;font-size:11px;font-weight:800}.essai-detail-card{overflow:visible}.essai-detail-layout{grid-template-columns:minmax(0,1fr) 180px;align-items:start;gap:16px;display:grid}.essai-table-wrapper{overflow-x:auto}.essai-data-table{border-collapse:collapse;width:100%;min-width:720px}.essai-data-table th,.essai-data-table td{text-align:center;vertical-align:middle;border:1px solid #d6d6d6;padding:6px}.essai-data-table th{color:#3e3d40;white-space:nowrap;background:#f7eeee;font-weight:700}.essai-data-table input{box-sizing:border-box;text-align:center;color:#3e3d40;background:#fff;border:1px solid #d0d7de;border-radius:6px;width:100%;min-width:0;padding:6px;font-weight:600}.essai-detail-actions{flex-direction:column;gap:10px;display:flex}.essai-detail-actions button{white-space:normal;width:100%}@media (width<=980px){.essai-detail-layout{grid-template-columns:1fr}.essai-detail-actions{flex-flow:wrap}.essai-detail-actions button{width:auto}}.essai-family-card{background:#fff;border:1px solid #ded7d2;border-radius:10px;padding:12px}.essai-family-card+.essai-family-card{margin-top:12px}.essai-family-tree{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.essai-family-tree-row{grid-template-columns:minmax(0,1fr);align-items:center;display:grid;position:relative}.essai-family-tree-name{color:#3e3d40;text-align:center;cursor:pointer;background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;padding:8px 34px 8px 10px;font-weight:700}.essai-family-tree-name.active{color:#fff;background:#c00000;border-color:#c00000}.essai-family-delete-icon{z-index:2;color:#8c8c8c;cursor:pointer;background:0 0;border:0;border-radius:50%;width:22px;min-width:22px;height:22px;padding:0;font-size:18px;font-weight:700;line-height:1;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.essai-family-delete-icon:hover,.essai-family-delete-icon:focus-visible{color:#c00000;background:#fce4d6;outline:none}.tree-investigations-group{margin-top:6px}.tree-investigations-header{grid-template-columns:20px minmax(0,1fr);align-items:center;gap:4px;display:grid}.tree-group-arrow{color:#fff;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;line-height:1}.tree-investigations-title{margin:0}.tree-investigations-children{margin-top:8px}.tree-family-group{margin-top:6px}.essai-family-tree-row{grid-template-columns:minmax(120px,180px) 145px;justify-content:start}.essai-family-tree-name{flex-direction:column;align-items:center;gap:3px;min-width:0;display:flex}.essai-family-tree-sondage-name,.essai-family-tree-campagne{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.essai-campaign-association{align-items:center;gap:.75rem;margin-bottom:.75rem;font-weight:600;display:flex}.essai-campaign-association select{min-width:12rem}.essai-family-tree-campagne{opacity:.8;font-size:11px;font-weight:600}.essai-list-row{grid-template-columns:minmax(230px,1fr) minmax(0,620px)}.essai-family-actions{flex-flow:row;justify-content:flex-end;align-items:center;gap:8px;display:flex}.essai-family-actions button{white-space:nowrap;width:auto;min-width:145px}.essai-list-row .import-json-button{background:#8f8a82}.essai-list-row .import-json-button:hover:not(:disabled){background:#777269}.essai-list-row .import-json-button:disabled{color:#ffffffe6;opacity:.72;background:#c7c3bd}.essai-import-info-message{color:#3e3d40;background:#ddebf7;border-radius:7px;margin:0 0 14px;padding:9px 12px;font-size:13px;font-weight:700;line-height:1.3}.essai-import-info-message.success{color:#246b2b;background:#e7f4e8}.essai-import-info-message.error{color:#c00000;background:#fce4d6}.essai-family-delete-button,.essai-detail-delete-button{background:#867d71;border-color:#867d71}.essai-family-delete-button:hover,.essai-detail-delete-button:hover{background:#706960;border-color:#706960}.essai-detail-toolbar{justify-content:space-between;gap:8px;margin-bottom:12px;display:flex}.essai-toolbar-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.essai-toolbar-left,.essai-toolbar-right{flex:190px}.essai-toolbar-center{flex:2 480px;justify-content:center}.essai-toolbar-right{justify-content:flex-end}.essai-detail-layout{grid-template-columns:minmax(0,1fr) 170px}.essai-table-wrapper{justify-content:center;display:flex;overflow-x:auto}.essai-data-table{border-collapse:collapse;table-layout:fixed;width:auto;min-width:0;max-width:860px;margin:0 auto}.essai-data-table th{color:#fff;text-align:center;vertical-align:middle;background:#3a3838;border:1px solid #000;border-bottom-width:3px;padding:5px 6px;font-size:12px;line-height:1.1}.essai-data-table td{text-align:center;vertical-align:middle;background:#fff2cc;border:1px solid #000;height:24px;padding:0}.essai-data-table input[type=text]{width:100%;height:100%;min-height:24px;box-shadow:none;text-align:center;font:inherit;color:inherit;background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:0 4px}.essai-data-table input[type=text]:focus{outline-offset:-2px;outline:2px solid #c00000}.essai-label-title,.essai-label-cell,.essai-action-cell{background:#bfbfbf!important}.essai-label-cell input[type=checkbox]{accent-color:#c00000;width:16px;height:16px;margin:0}.essai-action-cell .delete-button{color:#fff;background:#867d71;border:none;border-radius:5px;padding:4px 8px;font-size:11px}.essai-action-cell .delete-button:hover{background:#6e675e}.essai-detail-toolbar{flex-wrap:wrap;align-items:center}.essai-label-toggle{color:#3e3d40;cursor:pointer;background:#fff;border:1px solid #867d7159;border-radius:6px;align-items:center;gap:6px;min-height:32px;padding:4px 8px;font-size:13px;font-weight:700;display:inline-flex}.essai-label-toggle input{accent-color:#c00000;width:16px;height:16px;margin:0}.essai-detail-delete-button-top{font-weight:700;color:#fff!important;background:#c00000!important;border-color:#c00000!important}.essai-detail-delete-button-top:hover{background:#a00000!important;border-color:#a00000!important}.essai-spacer-header,.essai-spacer-cell{background:#fff!important;border:none!important;border-left:1px solid #000!important;border-right:1px solid #000!important}.essai-label-cell,.essai-action-cell{background:#fff!important}.essai-action-cell .delete-button{color:#fff;font-weight:700;background:#c00000!important;border-color:#c00000!important}.essai-action-cell .delete-button:hover{background:#a00000!important;border-color:#a00000!important}.page-header .essai-detail-delete-button-top{align-self:flex-start;min-width:190px;margin-left:auto;font-weight:700;color:#fff!important;background:#c00000!important;border-color:#c00000!important}.page-header .essai-detail-delete-button-top:hover{background:#a00000!important;border-color:#a00000!important}.essai-label-cell{background:#fff!important}.essai-label-cell input[type=checkbox]{accent-color:#c00000}table,table th,table td,table input,.table-couches,.table-couches th,.table-couches td,.table-couches input,.essai-data-table,.essai-data-table th,.essai-data-table td,.essai-data-table input{font-size:14px}.table-sondages{width:100%;min-width:990px}.table-sondages.avec-colonnes-optionnelles{min-width:1120px}.table-sondages.avec-toutes-colonnes-optionnelles{min-width:1250px}.sondages-optional-columns{color:#3e3d40;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;margin:0 0 12px;font-size:13px;display:flex}.sondages-duplicate-alert{color:#c00000;background:#fce4d6;border-radius:7px;margin:0 0 12px;padding:9px 12px;font-size:13px;font-weight:700;line-height:1.3}.sondages-optional-columns strong{color:#867d71}.sondages-optional-columns label{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.sondages-optional-columns input[type=checkbox]{accent-color:#c00000;width:16px;height:16px;margin:0}.selection-active .sondages-optional-columns input{pointer-events:auto}.sondages-coordinate-options{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin:-4px 0 12px;font-size:13px;display:flex}.sondages-coordinate-options label{align-items:center;gap:8px;display:inline-flex}.sondages-coordinate-options select,.sondages-coordinate-options input{min-height:30px}.sondage-sort-control{color:#3e3d40;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.sondage-sort-control select{min-height:30px;padding:4px 8px}.col-nom{width:10%}.col-campagne{width:12%}.col-prof{width:8%}.col-cote{width:10%}.col-inclinaison{width:13%}.col-x,.col-y,.col-abscisse{width:10%}.col-check{width:8%}.col-action{width:9%}.col-order{width:7%}.sondage-order-cell{white-space:nowrap;text-align:center}.sondage-order-button{color:#3e3d40;background:#fff;border:1px solid #d0d0d0;border-radius:6px;min-width:28px;height:28px;margin:0 2px;padding:0 6px;font-weight:800}.sondage-order-button:hover:not(:disabled){color:#c00000;background:#f7efef}.sondage-order-button:disabled{cursor:default;opacity:.35}.table-couches thead th,.table-couches input,.couche-id-header,.couche-id-cell{font-size:14px}.essais-card{max-width:1120px}.essais-list-column{gap:16px;max-width:100%}.essai-family-card{background:#fff;border:1px solid #d6d6d6;border-radius:12px;padding:16px 16px 16px 28px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.essai-family-card:before{content:"";background:#3a3838;border-radius:999px;width:6px;position:absolute;top:16px;bottom:16px;left:12px}.essai-family-pressio:before{background:#c00000}.essai-family-penetro:before{background:#867d71}.essai-family-cpt:before{background:#3a3838}.essai-list-row{background:0 0;border:none;border-bottom:1px solid #e2e2e2;border-radius:0;grid-template-columns:minmax(250px,1fr) minmax(0,620px);padding:14px 16px 14px 22px}.essai-list-title strong{font-size:18px}.essai-list-title span{font-size:14px}.essai-list-row .import-txt-button{background:#3a3838}.import-txt-button-placeholder{width:180px;height:1px;display:block}.essai-list-row .add-button{background:#c00000}.essai-list-row .add-button:hover{background:#a00000}.essai-family-tree{padding-left:22px}.essai-family-tree .essai-family-tree-row{grid-template-columns:minmax(0,1fr)}@media (width<=1050px){.essai-family-tree{grid-template-columns:repeat(2,minmax(0,1fr))}}.plan-sondage-item small{opacity:.75;margin-top:2px;font-size:10px;font-weight:600;display:block}@media (width<=720px){.essai-family-tree{grid-template-columns:1fr}}.essai-detail-card{overflow-x:auto}.essai-detail-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.essai-detail-toolbar .add-button{background:#c00000}.essai-detail-layout{display:block}.essai-detail-actions{display:none}.essai-data-table th{font-size:14px;line-height:1.12}.essai-data-table td,.essai-data-table input[type=text]{font-size:14px}.essai-col-action{width:115px}.essai-action-cell .delete-button{padding:5px 10px;font-size:12px}@media (width<=900px){.essai-list-row{grid-template-columns:1fr}.import-txt-button-placeholder{display:none}}.card>table:not(.table-couches):not(.essai-data-table){width:84%}.couche-id-header,.couche-id-cell{width:255px;min-width:255px}.couche-name-cell{align-items:stretch;gap:4px;display:flex}.couche-name-cell input{flex:auto;min-width:0}.couche-inline-delete{border-radius:3px;flex:0 0 26px;width:26px;min-width:26px;min-height:26px;padding:0;font-size:16px;line-height:1}.table-couches .couche-color-header,.table-couches .couche-color-cell{z-index:3;position:sticky;left:0;box-shadow:inset -1px 0 #000}.table-couches .couche-id-header,.table-couches .couche-id-cell{z-index:2;position:sticky;left:70px;box-shadow:inset -1px 0 #000}.table-couches .couche-color-header,.table-couches .couche-id-header{z-index:5}.essai-col-nom{width:165px}.essai-col-prof,.essai-col-metric{width:110px}.essai-col-label{width:68px}.essai-col-prise-en-compte{width:95px}.essai-name-cell{align-items:stretch;gap:4px;display:flex}.essai-name-cell input{flex:auto;min-width:0}.essai-inline-delete{border-radius:3px;flex:0 0 26px;width:26px;min-width:26px;min-height:26px;padding:0;font-size:16px;line-height:1}.essai-col-spacer{width:28px}.essai-prise-en-compte-cell{padding:0 6px!important}.essai-prise-en-compte-cell select{color:#3e3d40;width:100%;height:26px;font:inherit;text-align:center;cursor:pointer;background:#ffffffb8;border:1px solid #3a383847;border-radius:5px;font-weight:800}.essai-prise-en-compte-cell.status-ok{background:#e7f4e8!important}.essai-prise-en-compte-cell.status-warning{background:#d9d9d9!important}.essai-prise-en-compte-cell.status-warning select{color:#d36900!important;background:#d9d9d9!important;font-weight:800!important}.essai-prise-en-compte-cell.status-excluded{background:#f4cccc!important}.essai-prise-en-compte-cell.status-excluded select{color:#c00000!important;background:#f4cccc!important;font-weight:800!important}.essai-data-table tr.essai-row-status-warning td,.essai-data-table tr.essai-row-status-warning input{color:#d36900!important;font-weight:800!important;text-decoration:none!important}.essai-data-table tr.essai-row-status-excluded td,.essai-data-table tr.essai-row-status-excluded input{color:#c00000!important;font-weight:400!important;text-decoration:none!important}.essai-data-table tr.essai-row-status-excluded select,.essai-data-table tr.essai-row-status-warning select{text-decoration:none!important}.essai-data-table input.invalid-input{color:#c00000!important;background:#fce4d6!important;font-weight:700!important}.essai-detail-toolbar{justify-content:space-between;width:min(1110px,100%);margin-left:auto;margin-right:auto}.essai-warning-message{color:#c00000;text-align:center;background:#fce4d6;border-radius:6px;width:min(1110px,100%);margin:0 auto 12px;padding:9px 12px;font-weight:700}.essai-data-table input.essai-name-mismatch{font-weight:700;color:#c00000!important;background:#fce4d6!important}.essai-detail-toolbar{justify-content:space-between;width:100%;max-width:none;margin-left:0;margin-right:0}.essai-detail-card{padding-left:16px;padding-right:16px}.essai-table-wrapper{justify-content:center}.essai-detail-toolbar{grid-template-columns:max-content minmax(0,1fr) max-content;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-left:auto;margin-right:auto;display:grid}.essai-toolbar-group{flex-wrap:nowrap;min-width:0}.essai-toolbar-center{justify-content:center}.essai-detail-toolbar button,.essai-label-toggle{white-space:nowrap}.essai-detail-toolbar button{padding-left:10px;padding-right:10px}@media (width<=1280px){.essai-detail-toolbar{grid-template-columns:1fr}.essai-toolbar-group{flex-wrap:wrap}.essai-toolbar-left,.essai-toolbar-center,.essai-toolbar-right{justify-content:flex-start}}.sidebar{width:300px;padding-left:22px;padding-right:22px}.tree{gap:6px}.tree-child,.tree-item-button,.tree-group-title{white-space:normal}.tree-investigations-header{grid-template-columns:18px minmax(0,1fr);align-items:center;gap:6px}.tree-group-arrow{justify-content:center;align-items:center;min-width:18px;min-height:28px;display:flex}.tree-investigations-title{white-space:nowrap;text-align:center;font-size:17px}.tree-investigations-title.active{font-size:17px}.tree-investigations-children{border-left:1px solid #ffffff59;margin-top:8px;margin-left:16px;padding-left:14px;position:relative}.tree-family-group{margin-top:9px;position:relative}.tree-family-group:before{content:"";border-top:1px solid #ffffff59;width:10px;position:absolute;top:17px;left:-14px}.tree-family-group>.tree-group-title{text-align:left;justify-content:flex-start;gap:7px;padding:6px;font-size:14px;line-height:1.15}.tree-family-group>.tree-group-title span:last-child{display:inline-block}.tree-family-group>.tree-subchildren{border-left:1px solid #ffffff38;margin-left:15px;padding-left:12px;position:relative}.tree-family-group .tree-grandchild{text-align:left;padding:6px 8px;font-size:13px;line-height:1.2;position:relative}.tree-family-group .tree-grandchild:before{content:"";border-top:1px solid #ffffff38;width:8px;position:absolute;top:50%;left:-12px}.tree-family-group .tree-grandchild.active{background:#3a3838d9;font-size:13px}.tree-family-group .tree-new-sondage{color:#ffffffd1;font-style:italic}.tree-family-group .tree-new-sondage.active,.tree-family-group .tree-new-sondage:hover{color:#fff}.profil-long-courbes-options{border-top:1px solid #d6d6d6;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:8px 0 2px;display:flex}.profil-long-checkbox-line{color:#3e3d40;align-items:center;gap:8px;font-size:13px;font-weight:700;line-height:1.2;display:flex}.profil-long-checkbox-line input[type=checkbox]{cursor:pointer;width:16px;min-width:16px;height:16px;margin:0;padding:0}.profil-long-checkbox-line.compact{font-size:12px;font-weight:600}.profil-long-courbes-list{grid-template-columns:1fr 1fr;gap:6px 10px;padding-left:4px;display:grid}.profil-long-courbes-list p{color:#867d71;grid-column:1/-1;margin:0;font-size:12px;font-weight:700}.profil-long-curve-field{grid-template-columns:minmax(0,1fr) 64px;width:100%}.profil-long-courbes-title{color:#3e3d40;text-align:left;font-size:12px;font-weight:800}.profil-long-courbes-radio-group{justify-content:flex-start;align-items:center;gap:14px;padding:2px 0 4px;display:flex}.profil-long-curve-pas-list{flex-direction:column;gap:6px;display:flex}.profil-long-courbes-options{gap:9px}.profil-long-courbes-master-line,.profil-long-courbes-family-line{color:#3e3d40;cursor:pointer;align-items:center;gap:7px;line-height:1.2;display:flex}.profil-long-courbes-master-line{font-size:12px;font-weight:800}.profil-long-courbes-family-line{font-size:12px;font-weight:700}.profil-long-courbes-master-line input[type=checkbox],.profil-long-courbes-family-line input[type=checkbox]{appearance:none;cursor:pointer;background:#fff;border:1.5px solid #867d71;border-radius:50%;width:14px;min-width:14px;height:14px;margin:0;position:relative}.profil-long-courbes-master-line input[type=checkbox]:checked,.profil-long-courbes-family-line input[type=checkbox]:checked{border-color:#c00000}.profil-long-courbes-master-line input[type=checkbox]:checked:after,.profil-long-courbes-family-line input[type=checkbox]:checked:after{content:"";background:#c00000;border-radius:50%;width:6px;height:6px;position:absolute;top:3px;left:3px}:is(.profil-long-courbes-master-line:has(input[type=checkbox]:checked) span,.profil-long-courbes-family-line:has(input[type=checkbox]:checked) span){font-weight:800}.profil-long-courbes-tree{flex-direction:column;gap:8px;padding-left:4px;display:flex}.profil-long-courbes-tree p{color:#867d71;margin:0;font-size:12px;font-weight:700}.profil-long-courbes-family{flex-direction:column;gap:5px;display:flex}.profil-long-curve-pas-field{grid-template-columns:minmax(0,1fr) 70px;align-items:center;width:calc(100% - 21px);margin-left:21px}.profil-long-curve-pas-input-wrap{color:#3e3d40;grid-template-columns:auto 54px;justify-content:end;align-items:center;gap:2px;font-size:12px;font-weight:700;display:grid}.profil-long-curve-pas-input-wrap input{width:54px}.profil-long-courbe-preview{fill:none;stroke-width:1.15px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:none}.plan-user-line-preview{stroke:#c00000;stroke-width:2px;stroke-dasharray:7 5;pointer-events:none}.plan-svg.line-mode{cursor:crosshair}.profil-long-preview-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.profil-long-preview-zoom-controls{align-items:center;gap:4px;display:flex}.profil-long-preview-zoom-controls button{color:#3e3d40;cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:6px;min-width:28px;height:26px;padding:0 7px;font-size:12px;font-weight:800}.profil-long-preview-zoom-controls button:hover{background:#f3f4f6}.profil-long-courbes-family-label{flex-wrap:wrap;align-items:center;gap:1px;display:inline-flex}.profil-long-courbe-label-em{color:var(--pressio-color-em);font-weight:900}.profil-long-courbe-label-pl{color:var(--pressio-color-pl);font-weight:900}.profil-long-courbe-label-qd{color:#c00000;font-weight:900}.profil-long-courbe-label-qc{color:#6a00ff;font-weight:900}.profil-long-legend-bottom .profil-long-legend-title{dominant-baseline:middle}.profil-long-preview-body{background:#fff}.profil-long-preview-body .profil-long-svg{border-bottom:1px solid #d6d6d6}.profil-long-legend-panel{background:#fff;border-top:1px solid #ececec;grid-template-columns:78px minmax(0,1fr);align-items:start;column-gap:14px;margin:0;padding:12px 16px 14px;display:grid}.profil-long-legend-title-html{color:#3e3d40;padding-top:2px;font-size:13px;font-weight:800;line-height:1.2}.profil-long-legend-list{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.profil-long-legend-item{color:#3e3d40;white-space:nowrap;align-items:center;gap:8px;font-size:11px;font-weight:700;line-height:1.2;display:inline-flex}.profil-long-legend-swatch-html{border:1px solid #3a3838;flex:none;width:20px;height:12px;display:inline-block}.profil-long-legend-label-html{display:inline-block}.profil-long-preview-body .profil-long-svg{min-height:560px}.profil-long-svg-dessin-actif{cursor:crosshair}.profil-long-user-line{stroke:#c00000;stroke-width:1.8px;fill:none;vector-effect:non-scaling-stroke}.profil-long-user-line-temp{stroke-dasharray:5 4;opacity:.75}.profil-long-bottom-panel{background:#fff;border-top:1px solid #ececec;grid-template-columns:minmax(220px,1fr) minmax(360px,1.25fr) minmax(150px,1fr);align-items:start;gap:16px;padding:12px 16px 14px;display:grid}.profil-long-bottom-panel .profil-long-legend-panel{border-top:none;grid-template-columns:78px minmax(0,1fr);align-items:start;column-gap:14px;margin:0;padding:0;display:grid}.profil-long-drawing-panel{flex-direction:column;grid-column:3;justify-self:end;align-items:flex-end;gap:6px;min-width:150px;display:inline-flex}.profil-long-drawing-mode-button{color:#fff;cursor:pointer;background:#867d71;border:none;border-radius:7px;padding:8px 14px;font-weight:800}.profil-long-drawing-mode-button.active{background:#c00000}.profil-long-drawing-hint{color:#3e3d40;white-space:nowrap;font-size:11px;font-weight:700}.profil-long-user-lines-table{border-collapse:collapse;width:auto;margin-left:0;font-size:12px}.profil-long-user-lines-table th{color:#fff;text-align:center;background:#3a3838;border:1px solid #000;padding:6px;font-weight:800}.profil-long-user-lines-table td{text-align:center;background:#fff2cc;border:1px solid #000;padding:3px 4px}.profil-long-user-point-index{color:#3e3d40;font-weight:800}.profil-long-user-lines-table input{text-align:center;color:#3e3d40;width:64px;font:inherit;background:0 0;border:none;outline:none}.profil-long-user-line-delete{color:#fff;cursor:pointer;background:#c00000;border:none;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:800}.profil-long-user-lines-table input:focus{background:#fff;box-shadow:inset 0 0 0 2px #c00000}.profil-long-user-line-delete:hover{background:#a00000}.profil-long-user-lines-table-wrap{background:#fff;padding:0 0 16px;overflow-x:auto}.profil-long-user-lines-table{margin-left:0;font-size:11px}.profil-long-user-lines-table input{width:54px}.profil-long-drawing-clear-button{color:#fff;cursor:pointer;background:#c00000;border:none;border-radius:7px;padding:8px 14px;font-weight:800}.profil-long-drawing-clear-button:disabled{opacity:.45;cursor:not-allowed}.profil-long-user-lines-table-wrap{background:#fff;justify-content:flex-end;padding:0 16px 14px;display:flex;overflow-x:auto}.profil-long-user-lines-table{margin-left:auto;margin-right:0;font-size:10px}.profil-long-user-lines-table th{padding:4px 5px}.profil-long-user-lines-table td{background:#fff;padding:2px 3px}.profil-long-user-point-col-index{width:30px}.profil-long-user-point-col-coord{width:58px}.profil-long-user-point-col-action{width:78px}.profil-long-user-lines-table input{width:48px;font-size:10px}.profil-long-user-line-delete{border-radius:6px;padding:3px 7px;font-size:10px}.tree-synthese-group{margin-top:18px;position:relative}.tree-synthese-title{white-space:normal;text-align:center;font-size:16px;font-weight:700}.tree-synthese-title{justify-content:center;align-items:center;gap:8px;display:flex}.tree-synthese-children{border-left:1px solid #ffffff59;margin-top:8px;margin-left:16px;padding-left:14px;position:relative}.tree-synthese-children .tree-grandchild{text-align:left;padding:6px 8px;font-size:13px;line-height:1.2;position:relative}.tree-synthese-children .tree-grandchild:before{content:"";border-top:1px solid #ffffff59;width:10px;position:absolute;top:50%;left:-14px}.synthese-card{max-width:none}.synthese-table-scroll{width:100%;overflow-x:auto}.synthese-options-row{justify-content:flex-start;align-items:center;gap:8px;font-size:13px;display:flex}.synthese-options-row select{min-width:230px;padding:4px 8px}.synthese-options-block{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.synthese-checkbox-row{cursor:pointer;white-space:nowrap}.synthese-checkbox-row input{flex:none;margin:0}.synthese-compacite-options{margin-top:6px}.synthese-compacite-help{color:#666;font-size:.85em}.table-synthese-sondages{border-collapse:collapse;table-layout:fixed;width:auto;min-width:1080px;margin:0}.table-synthese-sondages .synthese-col-limites{width:78px}.table-synthese-sondages .synthese-col-sondages{width:120px}.table-synthese-sondages .synthese-col-couche{width:140px}.table-synthese-sondages th,.table-synthese-sondages td{text-align:center;vertical-align:middle;white-space:normal;border:1px solid #000;height:48px;padding:14px 8px;font-size:12px;line-height:1.35}.table-synthese-sondages .synthese-top-title-cell,.table-synthese-sondages .synthese-top-layer-cell{color:#fff;background:#3a3838;height:48px;font-weight:700}.table-synthese-sondages .synthese-top-title-cell{min-width:180px}.table-synthese-sondages .synthese-side-label-cell,.table-synthese-sondages .synthese-side-block-cell{color:#fff;background:#948c7f;font-weight:700}.table-synthese-sondages .synthese-sondage-name{color:#fff;background:#3a3838;font-weight:700}.table-synthese-sondages .synthese-sondage-campagne{color:#ffffffc7;margin-top:2px;font-size:.85em;font-weight:400;display:block}.table-synthese-sondages .synthese-side-block-cell{width:78px;min-width:78px}.table-synthese-sondages .synthese-sondage-name,.table-synthese-sondages .synthese-side-label-cell{width:120px;min-width:120px}.table-synthese-sondages .synthese-description-cell,.table-synthese-sondages .synthese-limite-cell,.table-synthese-sondages .synthese-hydro-cell,.table-synthese-sondages .synthese-resume-cell{color:#3e3d40;background:#fff;font-weight:400}.table-synthese-sondages tbody tr:nth-child(2n) .synthese-limite-cell,.table-synthese-sondages tbody tr:nth-child(2n) .synthese-hydro-cell,.table-synthese-sondages tbody tr:nth-child(2n) .synthese-resume-cell{background:#f2f2f2}.table-synthese-sondages .synthese-layer-name-cell{color:#3e3d40;background:#d9d9d9;font-weight:700}.table-synthese-sondages .synthese-top-layer-cell,.table-synthese-sondages .synthese-description-cell,.table-synthese-sondages .synthese-layer-name-cell,.table-synthese-sondages .synthese-limite-cell,.table-synthese-sondages .synthese-hydro-cell,.table-synthese-sondages .synthese-resume-cell{width:140px;min-width:140px}.synthese-cell-content{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.synthese-profondeur-line{color:#3e3d40}.synthese-cote-line{color:#c00000}.synthese-stop-value{color:#0070c0;font-weight:400}.synthese-empty-value{font-weight:400}.table-synthese-sondages .synthese-hydro-cell{height:64px}.table-synthese-sondages .synthese-editable-cell{vertical-align:middle;padding:4px}.synthese-editable-textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:40px;color:inherit;font:inherit;overflow-wrap:anywhere;background:0 0;border:1px solid #0000;border-radius:4px;padding:8px 6px;line-height:1.35;display:block}.synthese-editable-textarea:focus{color:#1f2937;background:#ffffffdb;border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb2e}.table-synthese-sondages .synthese-active-cell{outline-offset:-2px;outline:2px solid #1f6feb}.table-synthese-sondages .synthese-editable-cell.selected-cell{background:#dbeafe}.table-synthese-sondages .synthese-top-layer-cell .synthese-editable-textarea{text-align:center}.table-synthese-sondages .synthese-description-cell .synthese-editable-textarea,.table-synthese-sondages .synthese-hydro-cell .synthese-editable-textarea{text-align:justify;text-align-last:left}.table-synthese-sondages .synthese-resume-cell{height:96px;font-weight:400}.synthese-notes{margin-top:14px;font-size:12px;line-height:1.35}.synthese-note-base{color:#3e3d40}.synthese-note-cote{color:#c00000;font-style:italic}.synthese-note-stop{color:#0070c0;font-style:italic}.synthese-error-message{color:#c00000;background:#fce4d6;border-radius:6px;padding:10px 12px}.limites-couches-grid{flex-wrap:nowrap;align-items:flex-start;gap:38px;padding-bottom:8px;display:flex;overflow-x:auto}.table-limites-couches{border-collapse:collapse;table-layout:fixed;flex:0 0 420px;width:420px;min-width:420px;margin:0;font-family:Calibri,Arial,Helvetica,sans-serif;font-size:9pt}.table-limites-couches th,.table-limites-couches td{text-align:center;vertical-align:middle;color:#3e3d40;border:1px solid #000;min-height:34px;padding:9px 7px;font-size:9pt;line-height:1.3}.table-limites-couches .limites-couche-title{color:#fff;background:#867d71;height:32px;font-weight:800}.table-limites-couches thead tr:nth-child(2) th{color:#fff;background:#3a3838;height:34px;font-weight:800}.table-limites-couches tbody tr:nth-child(odd) td{background:#fff}.table-limites-couches tbody tr:nth-child(2n) td{background:#f2f2f2}.table-limites-couches .limites-sondage-name{font-weight:800}.synthese-cote-inline{color:#3e3d40}.content{min-width:0;overflow-x:hidden}.synthese-card{overflow-x:hidden}.limites-couches-grid{width:100%;max-width:100%}.table-limites-couches .limites-empty-row th{color:#3e3d40;background:0 0;border:none;height:12px;padding:0;font-weight:400}.table-limites-couches thead tr:nth-child(3) th{color:#fff;background:#3a3838;height:38px;font-weight:800}.table-limites-couches tbody td{height:34px;padding-top:6px;padding-bottom:6px}.table-limites-couches tbody td.limites-sondage-name{font-weight:800;color:#3e3d40!important;background:#d9d9d9!important}.table-limites-couches thead tr.limites-empty-row,.table-limites-couches thead tr.limites-empty-row th,.table-limites-couches thead tr.limites-empty-row td{box-shadow:none!important;background:0 0!important;border:0!important}.table-limites-couches thead tr.limites-empty-row th,.table-limites-couches thead tr.limites-empty-row td{height:12px!important;min-height:12px!important;padding:0!important;line-height:12px!important}.sidebar{height:100vh;position:sticky;top:0;overflow-y:auto}.sondages-table-layout{grid-template-columns:minmax(0,1fr) 210px;place-items:start stretch;gap:18px;width:100%;max-width:100%;display:grid}.sondages-table-zone{width:100%;min-width:0;overflow-x:auto}.sondages-table-zone>table{width:100%;margin:0}.essai-table-wrapper-virtualisee{align-items:flex-start;max-height:620px;overflow-y:auto}.essai-table-wrapper-virtualisee .essai-data-table{position:relative}.essai-virtual-spacer-row td{background:0 0!important;border:none!important;border-left:1px solid #000!important;border-right:1px solid #000!important;padding:0!important}.table-virtual-spacer-row td{background:0 0!important;border-top:0!important;border-bottom:0!important;padding:0!important}.sondages-table-zone-scrollable{align-items:flex-start;max-height:620px;overflow:auto}.sondages-table-zone-scrollable .table-sondages thead{z-index:5;position:sticky;top:0}.labo-table-wrapper-virtualisee{max-height:620px;overflow:auto}.labo-table-wrapper-virtualisee .labo-data-table thead{z-index:8;position:sticky;top:0}@media (width<=1100px){.sondages-table-layout{grid-template-columns:1fr}}.sidebar{background:#867d71}.sidebar h2{background:#c00000;border-radius:8px}.essai-data-table td[style],.essai-data-table td[style] input[type=text]{color:#3e3d40}.profil-long-reverse-actions{justify-content:center;padding:6px 0 2px;display:flex}.profil-long-reverse-actions button.active,.profil-long-reverse-actions .selection-mode-button.active{background:#c00000}.card>table:not(.table-couches):not(.essai-data-table):not(.table-synthese-sondages):not(.table-limites-couches){width:84%;margin:0 auto}.essai-table-and-legend{grid-template-columns:minmax(0,1fr) 190px;align-items:start;gap:16px;width:100%;display:grid}.essai-table-zone{min-width:0}@media (width<=1100px){.essai-table-and-legend{grid-template-columns:1fr}}.sidebar-new-project-button{color:#ffffffd1;text-align:center;background:0 0;border-radius:6px;width:100%;margin:-6px 0 14px;padding:7px 10px;font-size:13px;font-style:italic;font-weight:700}.sidebar-new-project-button:hover{color:#fff;opacity:1;background:#ffffff1f}.sidebar{justify-content:flex-start;overflow:hidden}.sidebar-fixed-header{border-bottom:1px solid #ffffff59;flex:none;padding-bottom:16px}.sidebar-fixed-header h2{margin-bottom:16px}.sidebar-home-title{color:#fff;width:100%;font:inherit;text-align:center;cursor:pointer;background:#c00000;border:0;border-radius:8px;margin:0 0 16px;padding:12px;font-size:20px;font-weight:700;display:block}.sidebar-home-title:hover,.sidebar-home-title:focus-visible{background:#a60000}.sidebar-fixed-header .project-summary{margin-bottom:10px}.project-save-actions{flex-direction:column;gap:6px;margin-top:8px;display:flex}.confirmation-overlay{z-index:11000;background:#0f172a5c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirmation-dialog{color:#3e3d40;background:#fff;border-radius:8px;width:min(420px,100%);padding:18px;font-size:14px;box-shadow:0 18px 42px #0f172a47}.confirmation-dialog h2{color:#3e3d40;margin:0 0 10px;font-size:16px}.confirmation-dialog p{margin:0;line-height:1.35}.confirmation-field{gap:6px;margin-top:14px;font-weight:700;display:grid}.confirmation-field input{box-sizing:border-box;color:#3e3d40;width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:6px;padding:8px 10px}.confirmation-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.confirmation-actions button{border-radius:6px;min-width:82px;padding:7px 12px;font-size:13px;font-weight:700}.confirmation-secondary{color:#3e3d40;background:#fff;border:1px solid #d0d0d0}.confirmation-primary{color:#fff;background:#c00000;border:1px solid #c00000}.sidebar-fixed-header .sidebar-new-project-button{margin:0}.sidebar-navigation{scrollbar-color:#ffffff73 transparent;scrollbar-width:thin;flex:auto;min-height:0;padding:16px 6px 8px 0;overflow:hidden auto}.sidebar-navigation::-webkit-scrollbar{width:6px}.sidebar-navigation::-webkit-scrollbar-thumb{background:#ffffff73;border-radius:999px}.tree-primary-item{font-size:16px;font-weight:700}.tree-investigations-group,.tree-laboratory-group,.tree-synthese-group,.tree-profile-item{border-top:1px solid #ffffff2e;margin-top:8px;padding-top:8px}.tree-profile-item{border-radius:0 0 6px 6px}.tree-section-title,.tree-synthese-title{margin-top:0;font-size:17px;font-weight:700}.tree-section-children,.tree-synthese-children{border-left:1px solid #ffffff47;margin:2px 0 2px 18px;padding-left:12px}.tree-section-children .tree-grandchild,.tree-synthese-children .tree-grandchild{text-align:left}.sidebar-navigation .tree-item.active,.sidebar-navigation .tree-child.active{font-size:inherit}.sidebar-navigation .sidebar-logo{padding:24px 0 8px}.sidebar-support{border-top:1px solid #ffffff59;gap:4px;margin-top:18px;padding-top:14px;display:grid}.sidebar-support-button{color:#fff;width:100%;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:14px}.sidebar-support-button:hover,.sidebar-support-button:focus-visible,.sidebar-support-button.active{background:#ffffff1f}.sidebar-support-button.active{background:#3a3838;font-weight:700}.sidebar-about-button{color:#ffffffd1;font-size:13px}.sidebar-version{color:#ffffffb8;text-align:center;padding:8px 0 0;font-size:12px}@media (height<=700px){.sidebar{padding-top:14px;padding-bottom:14px}.sidebar-fixed-header{padding-bottom:10px}.sidebar-fixed-header h2{margin-bottom:10px;padding:9px}.sidebar-fixed-header .project-summary{gap:4px;padding:9px}.sidebar-navigation{padding-top:10px}}.profil-long-courbe-preview-point{stroke:#fff;stroke-width:.8px;vector-effect:non-scaling-stroke;pointer-events:none}.profil-long-courbe-preview-label{paint-order:stroke;stroke:#fff;stroke-width:2.5px;stroke-linejoin:round;pointer-events:none;font-size:8px;font-weight:800}.profil-long-courbe-preview-line{fill:none;stroke-width:1.15px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:none}.profil-long-compacity-column{pointer-events:auto}.profil-long-preview-test-display-mode{border:1px solid #d6d6d6;border-radius:6px;min-width:0;margin:0 0 8px;padding:5px 8px 7px}.profil-long-preview-test-display-mode legend{color:#3e3d40;padding:0 4px;font-size:11px;font-weight:700}.profil-long-preview-test-display-mode>div{flex-wrap:wrap;gap:5px 12px;display:flex}.profil-long-preview-test-display-mode label{color:#3e3d40;white-space:nowrap;align-items:center;gap:4px;font-size:11px;display:inline-flex}.profil-long-compacity-legend{flex-direction:column;gap:5px}.profil-long-compacity-legend>strong{color:#3e3d40;font-size:10px}.profil-long-preview-curve-offset-controls{border-left:1px solid #d6d6d6;align-items:center;gap:4px;padding-left:8px;display:flex}.profil-long-preview-curve-offset-controls span{color:#3e3d40;font-size:12px;font-weight:800}.profil-long-preview-curve-offset-controls button{color:#3e3d40;cursor:pointer;background:#fff;border:1px solid #d0d0d0;border-radius:6px;min-width:28px;height:26px;padding:0 7px;font-size:12px;font-weight:800}.profil-long-preview-curve-offset-controls button:hover{background:#f3f4f6}.profil-long-legend-line-html{border-top:3px solid;flex:none;width:22px;height:0;display:inline-block}.profil-long-legend-separator{background:#d6d6d6;width:100%;height:1px;margin:2px 0}.profil-long-layout{flex-direction:column;align-items:stretch;gap:16px;display:flex}.profil-long-preview-panel{order:1;width:100%}.profil-long-options-panel{order:2;grid-template-columns:minmax(240px,1fr) minmax(320px,1.2fr) minmax(300px,1fr);align-items:start;gap:16px 20px;width:100%;display:grid}.profil-long-title-block{text-align:left;border-bottom:1px solid #d6d6d6;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;padding-bottom:8px;display:flex}.profil-long-title-block strong{color:#3e3d40;flex:none;text-decoration:none}.profil-long-title-with-info{align-items:center;gap:8px;display:inline-flex}.profil-long-title-block button{white-space:nowrap;margin-left:auto;padding:6px 10px;font-size:12px}.profil-long-dimensions-group{grid-column:1}.profil-long-options-group,.profil-long-reverse-actions{grid-column:2}.profil-long-script-actions{grid-column:3;margin-top:0;padding-top:0}.profil-long-preview-header{align-items:flex-start}.profil-long-preview-header-actions{gap:8px}.profil-long-preview-axis-controls{border-left:1px solid #d6d6d6;align-items:center;gap:6px;padding-left:8px;display:flex}.profil-long-preview-axis-controls label{color:#3e3d40;grid-template-columns:auto 42px;align-items:center;gap:4px;font-size:12px;font-weight:800;display:grid}.profil-long-preview-axis-controls input{border-radius:6px;width:42px;height:26px;padding:2px 4px;font-size:12px;font-weight:800}.profil-long-vertical-reference-control{border:0;align-items:center;gap:8px;min-width:0;margin:0;padding:0;display:flex}.profil-long-vertical-reference-control legend{color:#3e3d40;padding:0;font-size:12px;font-weight:800}.profil-long-vertical-reference-options{flex-wrap:wrap;align-items:center;gap:3px 9px;display:flex}.profil-long-vertical-reference-options label{color:#3e3d40;align-items:center;gap:3px;font-size:12px;font-weight:700;display:inline-flex}.profil-long-vertical-reference-options input{width:13px;height:13px;margin:0}.profil-long-vertical-reference-options small{color:#6b5a27;font-size:11px;line-height:1.1}.profil-long-preview-curve-offset-controls{flex-wrap:wrap;align-items:flex-start;max-width:520px}.profil-long-preview-curve-offset-controls>span{width:100%}.profil-long-preview-curve-offset-row{align-items:center;gap:3px;margin-right:4px;display:inline-flex}.profil-long-preview-curve-offset-row strong{text-align:right;min-width:24px;font-size:12px;font-weight:900}@media (width<=1180px){.profil-long-options-panel{grid-template-columns:1fr}.profil-long-dimensions-group,.profil-long-options-group,.profil-long-reverse-actions,.profil-long-script-actions{grid-column:1}}.profil-long-options-panel{grid-template-columns:minmax(280px,.95fr) minmax(420px,1.25fr) minmax(330px,.95fr);align-items:start;gap:16px 30px;padding:14px 18px 18px}.profil-long-dimensions-group{max-width:380px}.profil-long-dimensions-group .profil-long-parameter-field{grid-template-columns:1fr 84px;column-gap:8px}.profil-long-parameter-field input{justify-self:start}.profil-long-spacing-box{justify-content:flex-start;padding-left:12px;padding-right:10px}.profil-long-spacing-field{grid-template-columns:minmax(0,1fr) 84px;column-gap:8px;max-width:520px}.profil-long-script-actions{align-self:start;margin-top:0;padding-top:0}.profil-long-numero-profil-field{grid-template-columns:minmax(0,1fr) 84px;max-width:100%}.profil-long-preview-header{min-height:46px;align-items:center!important}.profil-long-preview-header>strong{white-space:nowrap;align-items:center;line-height:1.1;display:inline-flex}.profil-long-preview-header-actions{gap:10px;align-items:center!important}.profil-long-preview-header-actions>span,.profil-long-preview-axis-controls,.profil-long-preview-axis-controls label,.profil-long-preview-curve-offset-controls,.profil-long-preview-curve-offset-row,.profil-long-preview-zoom-controls{display:inline-flex;align-items:center!important}.profil-long-preview-axis-controls{padding-left:10px}.profil-long-preview-axis-controls label{gap:5px}.profil-long-preview-axis-controls input{border-radius:999px;height:28px}.profil-long-preview-curve-offset-controls{border-left:1px solid #d6d6d6;flex-wrap:nowrap;gap:8px;max-width:none;padding-left:10px}.profil-long-preview-curve-offset-controls>span{white-space:nowrap;width:auto;margin-right:2px}.profil-long-preview-curve-offset-row{gap:4px;margin-right:0}.profil-long-preview-curve-offset-row button,.profil-long-preview-zoom-controls button{height:28px}.profil-long-svg{height:min(74vh,760px);min-height:580px}.profil-long-preview-frame{aspect-ratio:1.7;box-sizing:border-box;background:#fff;border:1px solid #333;place-items:center;width:81%;margin:0 auto;display:grid;box-shadow:0 2px 8px #00000014}.profil-long-preview-frame .profil-long-svg{border-bottom:0;width:100%;height:100%;min-height:0}.profil-long-bottom-panel .profil-long-legend-panel{grid-template-columns:78px minmax(0,1fr)}.profil-long-legend-sections{flex-wrap:wrap;align-items:flex-start;gap:30px;display:flex}.profil-long-legend-section{align-items:flex-start;display:flex}.profil-long-legend-section-curves{padding-left:4px}.profil-long-legend-separator{display:none}@media (width<=1180px){.profil-long-options-panel{grid-template-columns:1fr}.profil-long-dimensions-group{max-width:none}.profil-long-preview-curve-offset-controls{border-left:none;flex-wrap:wrap;padding-left:0}}.profil-long-spacing-box{max-width:520px;transform:translate(-32px)}.profil-long-script-actions{place-self:start stretch!important;margin-top:0!important;padding-top:0!important;transform:translateY(-170px)!important}.profil-long-numero-profil-field span{color:#fff;background:#c00000;border-radius:7px;justify-content:center;justify-self:right;align-items:center;width:fit-content;padding:5px 25px;font-weight:800;display:inline-flex}.profil-long-options-panel{flex-direction:column;align-items:start!important;gap:10px!important;display:flex!important}.profil-long-title-block{width:100%}.profil-long-help-message{color:#3e3d40;background:#ddebf7;border-radius:6px;width:100%;margin:0;padding:6px 10px;font-size:12px;line-height:1.3}.profil-long-help-message summary{cursor:pointer;font-weight:700}.profil-long-help-message p{margin:4px 0 0}.profil-long-main-zone{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:24px;width:100%;display:grid}.profil-long-parameters-zone,.profil-long-settings-column{display:contents}.profil-long-settings-column .profil-long-dimensions-group{grid-column:1;max-width:none}.profil-long-settings-column .profil-long-options-group,.profil-long-settings-column .profil-long-reverse-actions{grid-column:2}.profil-long-script-actions{grid-column:3!important;place-self:start stretch!important;margin-top:0!important;padding-top:0!important;transform:none!important}.profil-long-info-tooltip{display:inline-flex;position:relative}.profil-long-info-button{color:#3e3d40;cursor:help;background:#fff;border:1px solid #7d8793;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:13px;font-weight:800;line-height:1;display:inline-flex}.profil-long-info-content{z-index:40;color:#3e3d40;background:#fff8e8;border:1px solid #d0b66f;border-radius:7px;width:min(380px,70vw);padding:10px 12px;font-size:12px;line-height:1.35;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 22px #00000029}.profil-long-info-content ul{margin:6px 0 0;padding-left:18px}.profil-long-info-tooltip:hover .profil-long-info-content,.profil-long-info-tooltip:focus-within .profil-long-info-content{display:block}@media (width<=1180px){.profil-long-main-zone{grid-template-columns:1fr 1fr}.profil-long-script-actions{grid-column:1/-1!important}}@media (width<=820px){.profil-long-main-zone{grid-template-columns:1fr}.profil-long-settings-column .profil-long-dimensions-group,.profil-long-settings-column .profil-long-options-group,.profil-long-script-actions{grid-column:1!important}}.profil-long-preview-header{justify-content:flex-start}.profil-long-preview-command-grid{background:#fff;border-bottom:1px solid #d6d6d6;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:12px;padding:12px;display:grid}.profil-long-preview-command-frame{background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;min-width:0;padding:10px 12px}.profil-long-preview-general-controls{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(130px,.8fr));align-items:start;gap:12px;display:grid}.profil-long-preview-navigation-column{gap:8px;display:grid}.profil-long-preview-navigation-column>span{color:#867d71;white-space:nowrap;font-size:12px;font-weight:700}.profil-long-preview-general-controls .profil-long-preview-axis-controls,.profil-long-preview-general-controls .profil-long-preview-scale-controls{border-left:1px solid #d6d6d6;gap:8px;padding-left:12px;display:grid}.profil-long-preview-axis-controls>strong,.profil-long-preview-scale-controls>strong{color:#3e3d40;font-size:12px}.profil-long-preview-scale-controls label{grid-template-columns:auto minmax(48px,1fr);align-items:center;gap:6px;display:grid}.profil-long-preview-scale-controls input{box-sizing:border-box;width:100%;min-width:0}.profil-long-preview-curve-frame{grid-template-columns:auto 1fr 1fr;align-items:start;gap:12px;display:grid}.profil-long-preview-curve-frame>strong{color:#3e3d40;white-space:nowrap;flex:none;font-size:12px}.profil-long-preview-curve-column{gap:6px;display:grid}.profil-long-preview-curve-column .profil-long-preview-curve-offset-row{grid-template-columns:28px repeat(3,28px);gap:4px;display:grid}.profil-long-preview-curve-offset-row button{color:#3e3d40;background:#fff;border:1px solid #d0d0d0;border-radius:6px;min-width:28px;padding:0 7px;font-size:12px;font-weight:800}.profil-long-preview-curve-offset-row button:hover{background:#f3f4f6}.profil-long-preview-display-options{grid-column:2;grid-template-columns:repeat(2,minmax(180px,1fr));place-self:start stretch;gap:8px 28px;display:grid}.profil-long-preview-options-column{align-content:start;gap:8px;display:grid}@media (width<=1050px){.profil-long-preview-command-grid{grid-template-columns:1fr}}@media (width<=620px){.profil-long-preview-command-grid{padding:8px}.profil-long-preview-command-frame,.profil-long-preview-curve-frame{grid-template-columns:1fr;align-items:flex-start}.profil-long-preview-general-controls .profil-long-preview-axis-controls,.profil-long-preview-general-controls .profil-long-preview-scale-controls{border-top:1px solid #d6d6d6;border-left:0;width:100%;padding-top:8px;padding-left:0}.profil-long-bottom-panel{grid-template-columns:1fr}.profil-long-preview-display-options,.profil-long-drawing-panel{grid-column:1;justify-self:start}.profil-long-preview-display-options{grid-template-columns:1fr}}.profil-long-preview-body{container-type:inline-size}.profil-long-preview-main-row{grid-template-columns:minmax(0,81%) minmax(0,220px);justify-content:space-between;align-items:start;gap:16px;display:grid}.profil-long-preview-main-row .profil-long-preview-frame{width:100%;margin:0}.profil-long-side-panel{box-sizing:border-box;background:#fff;border:1px solid #d6d6d6;border-radius:8px;flex-direction:column;gap:10px;min-width:0;height:47.6471cqw;padding:12px;display:flex;overflow-y:auto}.profil-long-side-section{border-bottom:1px solid #d6d6d6;min-width:0;padding-bottom:10px}.profil-long-side-section:last-child{border-bottom:0;padding-bottom:0}.profil-long-side-section-title{color:#3e3d40;margin:0 0 7px;font-size:11px;font-weight:700;line-height:1.2}.profil-long-side-panel .profil-long-legend-panel{background:0 0;border:0;margin:0;padding:0;display:block}.profil-long-side-panel .profil-long-legend-sections{flex-direction:column;gap:10px}.profil-long-side-panel .profil-long-legend-item{white-space:normal;align-items:flex-start}.profil-long-side-panel .profil-long-legend-label-html{overflow-wrap:anywhere;min-width:0}.profil-long-side-panel .profil-long-preview-display-options{grid-column:auto;grid-template-columns:1fr;gap:8px;display:grid}.profil-long-side-panel .profil-long-preview-options-column{gap:8px}.profil-long-side-panel .profil-long-checkbox-line{align-items:flex-start}.profil-long-side-panel .profil-long-drawing-panel{grid-column:auto;justify-self:auto;align-items:stretch;min-width:0;display:flex}.profil-long-side-panel .profil-long-drawing-panel button{align-self:flex-start}.profil-long-side-panel .profil-long-drawing-hint{white-space:normal}@container (width<=1299px){.profil-long-preview-main-row{grid-template-columns:1fr}.profil-long-preview-main-row .profil-long-preview-frame{width:81%;margin:0 auto}.profil-long-side-panel{grid-template-columns:repeat(3,minmax(0,1fr));height:auto;display:grid;overflow-y:visible}.profil-long-side-section{border-bottom:0;border-right:1px solid #d6d6d6;padding:0 12px 0 0}.profil-long-side-section:last-child{border-right:0;padding-right:0}}@container (width<=820px){.profil-long-side-panel{grid-template-columns:1fr}.profil-long-side-section{border-bottom:1px solid #d6d6d6;border-right:0;padding:0 0 12px}.profil-long-side-section:last-child{border-bottom:0;padding-bottom:0}}.layer-choice-card,.pressio-layer-card{margin-top:16px}.analysis-scope-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:10px;display:grid}.analysis-scope-content.with-marker-style{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(170px,.65fr)}.analysis-scope-group{border:0;min-width:0;margin:0;padding:0}.analysis-scope-group legend{margin-bottom:6px;padding:0;font-size:14px;font-weight:700}.analysis-scope-help{color:#5a5a5a;margin:0 0 6px;font-size:12px}.analysis-scope-options{margin-top:0}.analysis-scope-marker-style label{color:#5a5a5a;gap:4px;font-size:12px;display:grid}.analysis-scope-marker-style select{width:100%;min-height:30px}@media (width<=800px){.analysis-scope-content{grid-template-columns:1fr}}.layer-limits-content,.laboratory-layer-content{margin-top:16px}.laboratory-family-title{color:#3e3d40;margin:0 0 12px;font-size:16px}.laboratory-layer-table-wrapper{justify-content:center;width:100%;display:flex;overflow-x:auto}.laboratory-layer-table{table-layout:fixed;border-collapse:collapse;color:#3e3d40;text-align:center;width:min(100%,1080px);min-width:860px;margin:0 auto;font-family:Calibri,Arial,sans-serif;font-size:10px}.laboratory-layer-table th,.laboratory-layer-table td{overflow-wrap:anywhere;text-align:center;vertical-align:middle;white-space:normal;border:1px solid #000;padding:3px 1px;line-height:1.15}.laboratory-layer-table th{font-size:9.5px;font-weight:400}.laboratory-layer-table .labo-header-family th{color:#fff;background:#34312f;height:48px}.laboratory-layer-table .labo-header-standard th{color:#fff;background:#867d71;height:38px}.laboratory-layer-table .labo-header-subgroup th{color:#fff;background:#a69d91;height:30px}.laboratory-layer-table .labo-header-parameter th,.laboratory-layer-table .labo-header-subparameter th{color:#3e3d40;background:#d9d9d9;height:26px}.laboratory-layer-table .labo-header-subparameter th{height:22px}.laboratory-layer-table td{background:#fff;height:24px;font-size:10.5px}.laboratory-layer-table tbody tr:nth-child(2n) td{background:#f2f2f2}.laboratory-col-sondage{width:6.8%}.laboratory-col-profondeur{width:5.8%}.laboratory-col-nature{width:20%}.laboratory-col-resultat{width:4.2%}.granulometry-chart-card{background:#fff;border:1px solid #d2d2d2;border-radius:8px;margin-top:16px;padding:12px}.granulometry-chart-card h4{color:#3e3d40;margin:0 0 8px;font-size:14px}.granulometry-chart-wrapper{justify-content:center;width:100%;display:flex;overflow-x:auto}.granulometry-chart-svg{width:80%;min-width:560px;height:auto;margin:0 auto;display:block}.granulometry-grid-line{stroke:#e1e1e1;stroke-width:1px}.granulometry-grid-line-major{stroke:#cdcdcd}.granulometry-grid-line-minor{stroke:#e8e8e8;stroke-width:.7px}.granulometry-grid-line-y-major{stroke:#d7d7d7;stroke-width:.9px}.granulometry-grid-line-y-minor{stroke:#f0f0f0;stroke-width:.55px}.granulometry-chart-frame{fill:none;stroke:#3e3d40;stroke-width:1.2px}.granulometry-curves polyline[hidden]{display:none}.granulometry-axis-label,.granulometry-axis-title,.granulometry-zone-label{font-family:Calibri,Arial,sans-serif}.granulometry-axis-label,.granulometry-axis-title{fill:#3e3d40}.granulometry-axis-label{font-size:10px}.granulometry-axis-label-x,.granulometry-axis-title,.granulometry-zone-label{text-anchor:middle}.granulometry-axis-label-y{text-anchor:end}.granulometry-axis-label-right{text-anchor:start}.granulometry-axis-title{font-size:12px;font-weight:700}.granulometry-zone-label{font-size:10px;font-weight:700}.granulometry-domain-segment{stroke-width:2px}.granulometry-legend{color:#3e3d40;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-top:8px;font-size:12px;display:flex}.granulometry-legend button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:6px;padding:3px 6px;display:inline-flex}.granulometry-legend button:hover{background:#f2f2f2}.granulometry-legend button.is-hidden{opacity:.45;text-decoration:line-through}.granulometry-legend button i{border-radius:2px;width:18px;height:3px}.laboratory-wn-section{grid-template-columns:minmax(190px,230px) minmax(0,1fr);align-items:start;gap:16px;margin-top:16px;display:grid}.laboratory-wn-controls{grid-template-columns:1fr;margin:0}.laboratory-wn-results{grid-template-columns:minmax(0,399px) minmax(220px,300px);justify-content:center;gap:12px;min-width:0;display:grid}.laboratory-wn-histogram,.laboratory-wn-statistics{width:100%;min-width:0}.laboratory-wn-histogram>.pressio-chart-card{width:100%;height:420px}.laboratory-wn-statistics{align-self:stretch}.laboratory-wn-statistics .pressio-statistics-table th,.laboratory-wn-statistics .pressio-statistics-table td{padding:6px 4px;font-size:11px;line-height:1.25}.laboratory-wn-statistics.qd-table-panel .pressio-statistics-scroll,.laboratory-wn-statistics.qd-table-panel .pressio-statistics-context{width:100%;min-width:0}.laboratory-wn-statistics.qd-table-panel .pressio-statistics-table{width:100%;min-width:0;max-width:280px}.laboratory-wn-statistics.qd-table-panel .pressio-statistics-table th:first-child{white-space:normal;width:68%}.laboratory-wn-statistics.qd-table-panel .pressio-statistics-table th:not(:first-child),.laboratory-wn-statistics.qd-table-panel .pressio-statistics-table td{width:32%}.laboratory-additional-family{border-top:2px solid #d2d2d2;margin-top:20px;padding-top:16px}.laboratory-family-table{width:min(100%, var(--laboratory-table-width,431px));min-width:min(100%, var(--laboratory-table-min-width,421px));max-width:1080px}.laboratory-family-table .laboratory-col-sondage{width:73px}.laboratory-family-table .laboratory-col-profondeur{width:63px}.laboratory-family-table .laboratory-col-nature{width:216px}.laboratory-family-table .laboratory-col-resultat{width:78px}.laboratory-family-table .labo-header-parameter th{overflow-wrap:break-word;word-break:normal;height:38px;padding:5px 3px;line-height:1.2}.laboratory-family-table .labo-header-subparameter th{min-height:26px;padding:4px 3px;line-height:1.2}.laboratory-identification-table-wrapper{justify-content:flex-start;overflow-x:auto}.laboratory-identification-table{max-width:none;margin-inline:auto}.laboratory-identification-table .laboratory-identification-col-sondage{width:var(--laboratory-identification-sondage-width)}.laboratory-identification-table .laboratory-identification-col-profondeur{width:var(--laboratory-identification-profondeur-width)}.laboratory-identification-table .laboratory-identification-col-nature{width:var(--laboratory-identification-nature-width)}.laboratory-identification-table .laboratory-identification-col-compact{width:var(--laboratory-identification-compact-width)}.laboratory-identification-table .laboratory-identification-col-granulometrie{width:var(--laboratory-identification-granulometrie-width)}.laboratory-identification-label-line{display:block}.laboratory-identification-table .laboratory-identification-passing-group{text-align:center;vertical-align:middle;height:26px;padding:4px 2px;font-size:9px;line-height:1.1}.laboratory-identification-table .laboratory-identification-mesh-label{text-align:center;vertical-align:middle;white-space:nowrap;height:22px;padding:3px 1px;font-size:9px;line-height:1.1}.laboratory-identification-table .labo-header-standard .laboratory-identification-standard{overflow-wrap:normal;text-align:center;vertical-align:middle;white-space:normal;height:auto;min-height:38px;font-size:9px;line-height:1.12}.laboratory-density-analysis{grid-template-columns:minmax(190px,230px) minmax(0,1fr);align-items:start;gap:16px;margin-top:16px;display:grid}.laboratory-density-controls{grid-template-columns:1fr;gap:10px;margin:0;display:grid}.laboratory-density-controls h3{grid-column:auto}.laboratory-density-blocks{grid-template-columns:repeat(2,minmax(260px,399px));justify-content:center;align-items:stretch;gap:12px;min-width:0;display:grid}.laboratory-density-histogram,.laboratory-density-statistics{min-width:0}.laboratory-density-histogram>.pressio-chart-card{width:100%;height:360px}.laboratory-density-statistics{padding:8px}.laboratory-wn-analysis,.laboratory-vbs-atterberg-analysis,.laboratory-density-analysis-screen{margin-top:16px}.laboratory-wn-analysis,.laboratory-vbs-atterberg-analysis,.laboratory-gtr-classification-section,.laboratory-density-section,.laboratory-proctor-section{background:#fff;border:1px solid #d2d2d2;border-radius:8px;padding:12px}.laboratory-gtr-classification-section{margin-top:16px}.laboratory-gtr-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.laboratory-gtr-section-header h4{color:#3e3d40;margin:0;font-size:14px}.laboratory-gtr-section-controls{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.laboratory-gtr-section-controls label{color:#3e3d40;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.laboratory-gtr-section-header select{min-width:112px;color:inherit;font:inherit;background:#fff;border:1px solid #aaa;border-radius:5px;padding:5px 8px}.laboratory-gtr-organic-toggle input{width:14px;height:14px;margin:0}.laboratory-gtr-pies{grid-template-columns:repeat(2,minmax(260px,1fr));gap:14px;display:grid}.laboratory-gtr-pie-card{background:#fff;border:1px solid #d6d6d6;border-radius:8px;min-width:0;padding:10px}.laboratory-gtr-pie-card h5{color:#3e3d40;text-align:center;margin:0 0 4px;font-size:12px}.laboratory-gtr-pie-subtitle{color:#666;text-align:center;text-overflow:ellipsis;white-space:nowrap;margin:0 0 2px;font-size:10px;overflow:hidden}.laboratory-gtr-pie-svg{width:min(100%,430px);height:auto;margin:0 auto;display:block}.laboratory-gtr-pie-top path{stroke:#fff;stroke-width:1px}.laboratory-gtr-pie-walls-back,.laboratory-gtr-pie-walls-outer,.laboratory-gtr-pie-walls-front{opacity:.95}.laboratory-gtr-pie-labels polyline{fill:none;stroke-width:1.2px;stroke-linecap:round;stroke-linejoin:round}.laboratory-gtr-pie-labels text{fill:#3e3d40;font-size:11px;font-weight:600}.laboratory-gtr-pie-total{color:#3e3d40;text-align:center;margin:2px 0 0;font-size:11px;font-weight:700}.laboratory-gtr-pie-legend{flex-wrap:wrap;justify-content:center;gap:6px 12px;margin:2px 0 0;padding:0;list-style:none;display:flex}.laboratory-gtr-pie-legend li{color:#3e3d40;align-items:center;gap:5px;font-size:10px;display:inline-flex}.laboratory-gtr-pie-legend i{border-radius:2px;flex:0 0 10px;width:10px;height:10px}.laboratory-density-section,.laboratory-proctor-section{border-top-width:1px}.laboratory-density-section>.laboratory-family-title{margin-top:0}.laboratory-wn-analysis>h4,.laboratory-vbs-atterberg-analysis>h4,.laboratory-density-material-block>h4,.laboratory-density-common-statistics>h4{text-align:center;margin:0 0 10px}.laboratory-wn-analysis>h4,.laboratory-vbs-atterberg-analysis>h4{color:#3e3d40;text-align:left;margin-bottom:8px;font-size:14px}.laboratory-analysis-shell{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:16px;min-width:0;display:grid}.laboratory-analysis-zone{grid-column:2;min-width:0}.laboratory-analysis-main{grid-template-columns:minmax(0,1fr) 190px;align-items:start;gap:12px;min-width:0;display:grid}.laboratory-right-reserve{min-width:0}.laboratory-graphics-axis{grid-template-columns:repeat(2,minmax(280px,399px));justify-content:center;align-items:start;gap:10px;min-width:0;display:grid}.laboratory-wn-controls-column,.laboratory-vbs-atterberg-controls,.laboratory-density-controls-column{grid-template-columns:1fr;gap:12px;margin:0;display:grid}.laboratory-wn-controls-column fieldset,.laboratory-vbs-atterberg-controls fieldset,.laboratory-density-controls-column fieldset{margin-bottom:0}.laboratory-wn-scatter-panel,.laboratory-vbs-atterberg-scatter-panel,.laboratory-wn-side-panel,.laboratory-histogram-panel,.laboratory-statistics-panel{min-width:0}.laboratory-wn-scatter-panel>.pressio-chart-card{aspect-ratio:7/10;width:100%;height:auto}.laboratory-vbs-atterberg-graphics{grid-template-columns:repeat(3,minmax(220px,1fr));align-items:start;gap:10px;min-width:0;display:grid}.laboratory-vbs-atterberg-scatter-panel>.pressio-chart-card{aspect-ratio:7/10;width:100%;height:auto}.laboratory-scatter-card.is-compact{padding-top:6px;padding-bottom:6px}.laboratory-empty-scatter{align-content:start;min-height:0;display:grid}.laboratory-wn-side-panel{grid-template-rows:420px auto;gap:12px;width:100%;max-width:399px;display:grid}.laboratory-histogram-panel>.pressio-chart-card{width:100%;height:100%}.laboratory-statistics-panel,.laboratory-density-common-statistics{background:#fff;border:1px solid #d6d6d6;border-radius:8px;min-width:0;padding:10px}.pressio-statistics-scroll.laboratory-statistics-scroll{width:100%;margin-top:0;overflow-x:auto}.pressio-statistics-table.laboratory-statistics-table{table-layout:fixed;width:max-content;min-width:300px;margin:0 auto}.pressio-statistics-table.laboratory-statistics-table .laboratory-statistics-label-column{width:148px}.pressio-statistics-table.laboratory-statistics-table .laboratory-statistics-value-column{width:152px}.pressio-statistics-table.laboratory-statistics-table th,.pressio-statistics-table.laboratory-statistics-table td,.pressio-statistics-table.laboratory-statistics-table th:first-child{box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;width:auto;padding:4px 3px}.laboratory-density-analysis-screen{gap:18px;display:grid}.laboratory-density-material-block,.laboratory-density-common-statistics{border-top:1px solid #d2d2d2;padding-top:14px}.laboratory-density-histograms{align-items:start}.laboratory-density-histograms.series-count-1{grid-template-columns:minmax(280px,399px)}.laboratory-density-statistics-axis{justify-content:center;min-width:0;display:flex}.laboratory-density-common-statistics{overflow:hidden}.laboratory-density-statistics.qd-table-panel .pressio-statistics-context,.laboratory-density-statistics.qd-table-panel .pressio-statistics-scroll{width:100%;min-width:0}.laboratory-density-statistics.qd-table-panel .pressio-statistics-table{width:100%;min-width:0;margin:0}.laboratory-density-statistics.qd-table-panel .pressio-statistics-table th,.laboratory-density-statistics.qd-table-panel .pressio-statistics-table td{overflow-wrap:anywhere;width:18%;padding:4px 2px;font-size:9.5px;line-height:1.2}.laboratory-density-statistics.qd-table-panel .pressio-statistics-table th:first-child{white-space:normal;width:46%}.laboratory-casagrande-card{background:#fff;border:1px solid #d2d2d2;border-radius:8px;margin-top:16px;padding:12px}.laboratory-casagrande-card h4{color:#3e3d40;margin:0 0 8px;font-size:14px}.laboratory-casagrande-wrapper{justify-content:center;display:flex;overflow-x:auto}.laboratory-casagrande-svg{width:min(100%,760px);min-width:560px;height:auto;display:block}.casagrande-grey-zone{fill:#e0e0e0;opacity:.8}.casagrande-swelling-clay-zone{fill:#ffdb69;fill-opacity:.82;stroke:#c90;stroke-width:2.2px;stroke-dasharray:9 6;stroke-linecap:round;stroke-linejoin:round}.casagrande-swelling-clay-annotation{fill:#3e3d40;text-anchor:middle;font-family:Calibri,Arial,sans-serif;font-size:11px;font-weight:700}.casagrande-reference{fill:none;stroke-width:1.3px}.casagrande-line-a,.casagrande-line-u{stroke:#3e3d40}.casagrande-main-line{stroke:#3e3d40;stroke-width:3px}.casagrande-limit-line{stroke:#605c58;stroke-dasharray:5 4}.casagrande-label,.casagrande-zone-label,.casagrande-line-label,.casagrande-definitions{fill:#3e3d40;font-family:Calibri,Arial,sans-serif;font-size:11px}.casagrande-definitions{text-anchor:start;font-size:9.5px}.casagrande-definition-key{font-weight:700}.casagrande-label{text-anchor:end;font-size:12px}.casagrande-label-x,.casagrande-zone-label,.casagrande-line-label{text-anchor:middle}.casagrande-zone-label,.casagrande-line-label{font-size:11px;font-weight:700}.casagrande-point{stroke:#fff;stroke-width:1.5px}.laboratory-casagrande-card .granulometry-legend span{align-items:center;gap:6px;display:inline-flex}.laboratory-casagrande-card .granulometry-legend span i{border-radius:50%;flex:none;width:10px;height:10px}.layer-choice-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.layer-choice-header h2,.analysis-scope-card>h2,.pressio-layer-card>h2{color:#3e3d40;margin:0;font-size:18px}.layer-analysis-title button{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.layer-analysis-title button span{flex:0 0 14px;width:14px;font-size:14px}.layer-choice-header p{color:#605c58;margin:4px 0 0;font-size:13px}.layer-choice-header>div:last-child,.layer-choice-list{flex-wrap:wrap;gap:8px;display:flex}.layer-choice-list{margin-top:14px}.layer-choice-list label{color:#3e3d40;align-items:center;gap:6px;font-size:13px;display:inline-flex}.layer-choice-option{background:#f1f1f1;border:1px solid #3e3d4040;border-radius:6px;min-height:32px;padding:5px 10px}.layer-choice-list input{width:16px;height:16px}.pressio-layer-layout{grid-template-columns:220px minmax(0,1fr);gap:16px;margin-top:14px;display:grid}.pressio-control-panel{background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;padding:12px}.pressio-control-panel h3{color:#3e3d40;margin:0 0 10px;font-size:15px}.pressio-lock-button{color:#3e3d40;cursor:pointer;background:#f1f1f1;border:1px solid #aaa;border-radius:5px;justify-content:center;align-items:center;gap:6px;width:100%;margin-bottom:12px;padding:7px 8px;font-size:11px;display:flex}.pressio-lock-button.locked{background:#d9d9d9;border-color:#867d71}.pressio-lock-button:disabled{opacity:.65;cursor:not-allowed}.pressio-control-panel fieldset{border:1px solid #d6d6d6;border-radius:6px;margin:0 0 12px;padding:8px}.pressio-control-panel legend{color:#3e3d40;padding:0 5px;font-size:12px;font-weight:700}.pressio-control-panel label{color:#3e3d40;grid-template-columns:1fr 72px;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;display:grid}.pressio-control-panel input{padding:4px;font-size:11px}.pressio-histogram-classes-info{color:#666;margin:-1px 0 7px;font-size:11px;line-height:1.3}.pressio-parameter-choice,.pressio-campaign-choice{gap:6px;margin-bottom:12px;display:grid}.pressio-parameter-choice select{width:100%;padding:4px;font-size:11px}.pressio-developer-colors{border:1px dashed #aaa;border-radius:5px;margin:0 0 12px;padding:7px}.pressio-control-panel .pressio-developer-colors-toggle{grid-template-columns:none;align-items:center;gap:6px;margin:0;display:flex}.pressio-developer-colors-toggle input{margin:0}.pressio-developer-colors-grid{gap:5px;margin-top:7px;display:grid}.pressio-developer-color-row{grid-template-columns:minmax(32px,1fr) 30px 76px;align-items:center;gap:5px;display:grid}.pressio-control-panel .pressio-developer-color-row input[type=color]{width:30px;height:24px;padding:1px}.pressio-control-panel .pressio-developer-color-hex{box-sizing:border-box;width:76px}.pressio-developer-colors-grid button{justify-self:end;padding:3px 7px;font-size:11px}.pressio-campaign-choice{grid-template-columns:auto 1fr;align-items:center}.pressio-campaign-choice input{margin:0}.pressio-reset-button{color:#3e3d40;cursor:pointer;background:#f1f1f1;border:1px solid #aaa;border-radius:4px;width:100%;margin-top:4px;padding:5px 8px;font-size:11px}.pressio-reset-button:hover{background:#e5e5e5}.pressio-reset-button:disabled,.pressio-control-panel input:disabled,.pressio-control-panel select:disabled{opacity:.6;cursor:not-allowed}.pressio-chart-grid{grid-template-columns:repeat(2,minmax(0,399px));justify-content:center;gap:10px;display:grid}.pressio-analysis-main{grid-template-columns:minmax(0,1fr) 190px;align-items:start;gap:12px;display:grid}.pressio-chart-controls-panel{align-items:start;gap:10px;display:grid}.pressio-bounds-panel,.pressio-curves-panel,.pressio-statistics-panel{box-sizing:border-box;color:#3e3d40;background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;padding:10px}.statistics-collapsible-title{color:#3e3d40;margin:0 0 9px;font-size:14px;line-height:18px}.statistics-collapsible-toggle{width:100%;color:inherit;font:inherit;line-height:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.statistics-collapsible-toggle:focus-visible{outline-offset:3px;border-radius:3px;outline:2px solid #002060}.statistics-collapsible-triangle{text-align:center;flex:0 0 1em;width:1em;font-size:10px;line-height:1}.pressio-bounds-panel>div:not([hidden]),.pressio-curves-panel>div:not([hidden]){display:contents}.pressio-curves-panel{gap:6px;display:grid}.pressio-curves-panel fieldset{border:1px solid #d6d6d6;border-radius:6px;margin:0;padding:6px}.pressio-curves-panel legend{padding:0 4px;font-size:11px;font-weight:700}.pressio-curves-panel fieldset>div{gap:5px;display:flex}.pressio-curves-panel fieldset button{color:#3e3d40;cursor:pointer;background:#fff;border:1px solid #aaa;border-radius:5px;flex:1 1 0;padding:5px 8px;font-size:11px;text-decoration:line-through}.pressio-curves-panel fieldset button.active{background:#e8e8e8;font-weight:700;text-decoration:none}.pressio-curves-panel fieldset button:disabled{opacity:.6;cursor:not-allowed}.pressio-bounds-panel fieldset{border:1px solid #d6d6d6;border-radius:6px;margin:0 0 10px;padding:7px}.pressio-bounds-panel legend{padding:0 4px;font-size:12px;font-weight:700}.pressio-bounds-panel label{grid-template-columns:1fr 70px;align-items:center;gap:5px;margin-bottom:5px;font-size:11px;display:grid}.pressio-bounds-panel input{width:100%;min-width:0;padding:4px;font-size:11px}.pressio-bounds-panel p{margin:0 0 6px;font-size:10px;line-height:1.35}.pressio-bounds-used{font-weight:700}.pressio-chart-card{color:#3e3d40;text-align:center;background:#fff;border:1px solid #d6d6d6;border-radius:8px;flex-direction:column;min-width:0;height:420px;padding:10px;display:flex;position:relative}.limites-table-copy-wrapper{flex:0 0 420px}.pressio-chart-card>strong{color:#3e3d40;margin-bottom:2px;font-size:11px;line-height:1.2;display:block}.pressio-chart-svg{width:100%;height:100%;min-height:220px;margin-inline:auto;display:block}.pressio-distribution-curve{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.pressio-normal-curve{stroke:#002060}.pressio-lognormal-curve{stroke:#c00000;stroke-dasharray:6 4}.pressio-chart-grid-line{stroke:#e2e2e2;stroke-width:1px}.pressio-chart-grid-line-secondary{stroke:#eee;stroke-width:.7px}.pressio-chart-grid-line-log-primary{stroke:#d8d8d8;stroke-width:1px}.pressio-chart-frame{fill:none;stroke:#3e3d40;stroke-width:1px}.pressio-chart-point{fill:#c00000;opacity:.8}.pressio-chart-label,.pressio-chart-axis-title{fill:#3e3d40;font-size:9px}.laboratory-scatter-card .pressio-chart-label,.laboratory-scatter-card .pressio-chart-axis-title{font-size:11px}.pressio-chart-label{text-anchor:end}.pressio-chart-label-x,.pressio-chart-axis-title{text-anchor:middle}.pressio-chart-empty{color:#777;place-items:center;min-height:220px;font-size:12px;display:grid}.pressio-histogram{border-bottom:1px solid #3e3d40;justify-content:center;align-items:flex-end;gap:4px;min-height:220px;padding:20px 8px 0;display:flex}.pressio-histogram-column{flex-direction:column;justify-content:flex-end;align-items:center;min-width:24px;font-size:9px;display:flex}.pressio-histogram-bar{background:#c00000;width:100%;min-height:2px}.pressio-histogram-svg-bar{fill:#6b8eaa;opacity:.85}.pressio-histogram-count{fill:#fff;stroke:none;text-anchor:middle;pointer-events:none;font-size:9px;font-weight:700}.pressio-histogram-count.inside{fill:#fff;stroke:none;font-weight:700}.pressio-histogram-count.above{fill:#3e3d40}.pressio-campaign-legend{color:#3e3d40;flex-wrap:wrap;gap:8px 14px;margin-top:10px;font-size:11px;display:flex}.pressio-campaign-legend-item{align-items:center;gap:5px;display:inline-flex}.pressio-campaign-legend-color{border-radius:50%;flex:none;width:10px;height:10px}.pressio-outliers-panel{color:#3e3d40;background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;gap:8px;margin-top:12px;padding:10px 12px;font-size:12px;line-height:1.4;display:grid}.pressio-outliers-group p{margin:0}.pressio-outliers-panel ul{gap:4px;margin:4px 0 0;padding-left:18px;display:grid}.pressio-statistics-scroll{margin-top:16px;overflow-x:auto}.pressio-statistics-context{position:relative}.pressio-statistics-layout{grid-template-columns:minmax(620px,1fr) 250px;align-items:start;gap:12px;margin-top:16px;display:grid}.pressio-statistics-layout>.pressio-statistics-context .pressio-statistics-scroll{margin-top:0}.pressio-statistics-controls,.pressio-statistics-collapsible-content{gap:10px;display:grid}.pressio-standard-choice{color:#3e3d40;background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;gap:6px;padding:10px;font-size:12px;font-weight:700;display:grid}.pressio-inline-choice{box-sizing:border-box;white-space:nowrap;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;padding-block:8px;display:grid}.pressio-inline-choice>span{min-width:0}.pressio-inline-choice input[type=checkbox]{box-sizing:border-box;place-self:center end;width:auto;min-width:0;height:auto;margin:0;padding:0}.pressio-standard-choice select,.pressio-shapiro-block select{color:#3e3d40;width:100%;padding:5px;font-size:11px}.pressio-shapiro-block{background:#fafafa;border:1px solid #d6d6d6;border-radius:8px;padding:10px}.pressio-shapiro-block h3{font-size:14px;line-height:18px}.pressio-shapiro-block fieldset{border:1px solid #d6d6d6;border-radius:6px;margin:0 0 8px;padding:7px}.pressio-shapiro-block fieldset:last-child{margin-bottom:0}.pressio-shapiro-block legend{color:#3e3d40;padding:0 4px;font-size:11px;font-weight:700}.pressio-shapiro-block p{color:#3e3d40;margin:0 0 6px;font-size:10px}.pressio-shapiro-proposed{position:relative}.pressio-shapiro-tooltip{cursor:help;text-underline-offset:2px;-webkit-text-decoration:underline dotted #3e3d4073;text-decoration:underline dotted #3e3d4073;display:inline-flex;position:relative}.pressio-shapiro-tooltip-content{z-index:30;color:#3e3d40;text-align:left;white-space:normal;background:#fff;border:1px solid #d6d6d6;border-radius:6px;width:280px;max-width:min(280px,70vw);padding:8px 10px;font-weight:400;line-height:1.35;display:none;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 6px 18px #00000024}.pressio-shapiro-tooltip-content span,.pressio-shapiro-tooltip:hover .pressio-shapiro-tooltip-content,.pressio-shapiro-tooltip:focus .pressio-shapiro-tooltip-content,.pressio-shapiro-tooltip:focus-within .pressio-shapiro-tooltip-content{display:block}.pressio-shapiro-block label{color:#3e3d40;gap:4px;font-size:10px;display:grid}.pressio-statistics-table{table-layout:fixed;width:auto;min-width:610px;margin:0 auto}.pressio-statistics-table th,.pressio-statistics-table td{width:95px;padding:5px 7px;font-size:11px}.pressio-statistics-table th:first-child{white-space:nowrap;width:180px}.pressio-statistics-table tbody th{color:#fff;background:#867d71}.pressio-statistics-table .pressio-statistics-derived-row td{background:#e8e8e8}.pressio-statistics-table .pressio-statistics-section-row th,.pressio-statistics-table .pressio-statistics-section-row td{color:#3e3d40;background:#d9d9d9;font-weight:700}.pressio-statistics-table .pressio-statistics-highlight-row td{background:#d9eaf7}.pressio-statistics-negative-note{color:#777;text-align:center;margin:6px auto 0;font-size:10px;line-height:1.35}.pressio-statistics-debug{color:#3e3d40;background:#f8fafc;border:1px dashed #9aa7b1;border-radius:6px;gap:8px;margin-top:10px;padding:10px;font-size:11px;display:grid}.pressio-statistics-debug-grid{gap:8px;display:grid}.pressio-statistics-debug-item{gap:3px;display:grid}.pressio-statistics-debug-item>span:first-child{font-weight:700}.qd-stats-layout{grid-template-columns:repeat(2,minmax(280px,399px));justify-content:center;align-items:stretch;gap:12px;display:grid}.qd-analysis-layout{grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:12px;min-width:0;display:grid}.qd-scatter-panel,.qd-side-panel,.qd-histogram-panel,.qd-table-panel{min-width:0}.qd-scatter-panel{display:flex}.qd-scatter-panel>.pressio-chart-card{aspect-ratio:1/2;width:100%;height:auto;min-height:0;padding-top:5px}.qd-scatter-panel>.pressio-chart-card>strong{margin-bottom:0}.qd-side-panel{grid-template-rows:420px auto;gap:12px;width:100%;max-width:399px;display:grid}.qd-histogram-panel,.qd-table-panel{width:100%}.qd-histogram-panel>.pressio-chart-card{width:100%;height:100%}.qd-table-panel{box-sizing:border-box;background:#fff;border:1px solid #d6d6d6;border-radius:8px;padding:10px;overflow:hidden}.qd-table-panel .pressio-statistics-scroll{box-sizing:border-box;width:100%;max-width:100%;margin-top:0;overflow-x:hidden}.qd-table-panel .pressio-statistics-context{min-width:0;max-width:100%}.qd-table-panel .pressio-statistics-table{box-sizing:border-box;table-layout:fixed;width:100%;min-width:0;max-width:100%;margin:0}.qd-table-panel .pressio-statistics-table th,.qd-table-panel .pressio-statistics-table td{box-sizing:border-box;overflow-wrap:anywhere;width:40%;padding:4px 2px;font-size:10px}.qd-table-panel .pressio-statistics-table th:first-child{white-space:normal;width:60%}.qd-right-controls{align-items:start;gap:12px;display:grid}.qd-right-controls>.pressio-statistics-controls{min-width:0}@media (width<=1100px){.pressio-layer-layout{grid-template-columns:1fr}.pressio-control-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.pressio-control-panel h3{grid-column:1/-1}.pressio-analysis-main,.pressio-chart-controls-panel{grid-template-columns:1fr}.pressio-bounds-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.pressio-bounds-panel h3{grid-column:1/-1}.pressio-statistics-layout{grid-template-columns:1fr}.pressio-statistics-controls{grid-template-columns:220px minmax(0,1fr)}.pressio-shapiro-block{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.pressio-shapiro-block h3{grid-column:1/-1}.qd-analysis-layout,.qd-right-controls{grid-template-columns:1fr}.laboratory-analysis-shell{grid-template-columns:minmax(0,1fr)}.laboratory-analysis-zone{grid-column:auto}.laboratory-analysis-main{grid-template-columns:minmax(0,1fr)}.laboratory-vbs-atterberg-graphics{grid-template-columns:repeat(2,minmax(220px,1fr))}.laboratory-right-reserve{display:none}.laboratory-wn-controls-column{grid-template-columns:repeat(2,minmax(0,1fr))}.laboratory-density-controls-column{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){.pressio-chart-grid,.pressio-control-panel,.pressio-bounds-panel,.pressio-statistics-controls,.pressio-shapiro-block{grid-template-columns:1fr}.layer-choice-header{flex-direction:column}.laboratory-gtr-section-header{flex-direction:column;align-items:flex-start}.laboratory-gtr-pies{grid-template-columns:minmax(0,1fr)}.pressio-chart-card{aspect-ratio:1;height:auto}.qd-stats-layout{grid-template-columns:1fr}.qd-scatter-panel>.pressio-chart-card,.qd-histogram-panel>.pressio-chart-card{height:auto;min-height:0}.qd-scatter-panel>.pressio-chart-card{max-width:399px;margin-inline:auto}.qd-side-panel{grid-template-rows:auto auto}.qd-right-controls{grid-template-columns:1fr}.laboratory-analysis-shell,.laboratory-wn-graphics,.laboratory-vbs-atterberg-graphics,.laboratory-density-histograms,.laboratory-density-histograms.series-count-1{grid-template-columns:minmax(0,399px)}.laboratory-wn-controls-column,.laboratory-vbs-atterberg-controls,.laboratory-density-controls-column{grid-area:auto;grid-template-columns:1fr}.laboratory-wn-side-panel{grid-column:auto;grid-template-rows:auto auto}.laboratory-analysis-shell{justify-items:stretch}.laboratory-wn-section,.laboratory-wn-results{grid-template-columns:1fr}.laboratory-wn-results{justify-items:center}.laboratory-wn-histogram,.laboratory-wn-statistics{max-width:399px}.laboratory-density-controls,.laboratory-density-blocks{grid-template-columns:1fr}.laboratory-density-histogram,.laboratory-density-statistics{width:100%;max-width:399px;margin-inline:auto}}.sondages-table-layout{grid-template-columns:minmax(0,1fr) 150px;justify-content:stretch}.sondage-move-select-cell{background:#fff}.sondage-move-select-cell input{accent-color:#c00000;cursor:pointer;width:17px;height:17px;margin:0}.sondages-move-panel{color:#3e3d40;text-align:center;background:#fff;border:1px solid #d6d6d6;border-radius:8px;grid-template-columns:1fr 1fr;gap:8px;padding:10px;display:grid}.sondages-side-panel{flex-direction:column;gap:14px;min-width:0;display:flex;position:sticky;top:16px}.sondages-move-panel strong,.sondages-move-panel p{grid-column:1/-1}.sondages-move-panel .sondage-order-button{width:100%;height:34px;margin:0;font-size:18px}.sondages-move-panel p{color:#777;margin:0;font-size:11px;line-height:1.3}.essai-data-table{max-width:1280px}.essai-col-ratio{width:78px}.essai-col-ratio-spacer{width:24px}.essai-ratio-cell{color:#3e3d40;font-weight:400;padding:0 5px!important}.essai-ratio-cell.ratio-vert{background:#d9ead3!important}.essai-ratio-cell.ratio-orange{background:#fce5cd!important}.essai-ratio-cell.ratio-rouge{color:#c00000;background:#f4cccc!important}.essai-data-table tr.essai-row-status-excluded td.essai-ratio-cell{color:#c00000!important;font-weight:400!important;text-decoration:none!important}.essai-data-table tr.essai-row-status-warning td.essai-ratio-cell{color:#d36900!important;font-weight:800!important;text-decoration:none!important}.essai-ratio-cell.ratio-neutre{background:#f2f2f2!important}.essai-ratio-spacer-header,.essai-ratio-spacer-cell{background:#fff!important;border:none!important;border-left:1px solid #000!important;border-right:1px solid #000!important}.essai-data-table tr.essai-row-status-excluded td.essai-ratio-spacer-cell,.essai-data-table tr.essai-row-status-warning td.essai-ratio-spacer-cell{background:#fff!important;text-decoration:none!important}.pressio-histogram-boundary-tick{stroke:#3e3d40;stroke-width:1px}.pressio-histogram-boundary-label{font-size:8px}.limites-couches-grid{flex-wrap:wrap;justify-content:center}.limites-couche-block{flex-wrap:wrap;justify-content:center;gap:18px;width:100%;display:flex}.pressio-statistics-table th,.pressio-statistics-table td{width:76px;padding-left:6px;padding-right:6px}.pressio-statistics-table{min-width:550px}.pressio-statistics-table th:first-child{width:165px}.pressio-statistics-table .pressio-statistics-separator-row th,.pressio-statistics-table .pressio-statistics-separator-row td{background:0 0!important;border:0!important;height:8px!important;padding:0!important}.table-sondages{--table-sondages-base-width:581px;--table-sondages-ouvrage-zone-width:0px;--table-sondages-campagne-width:0px;--table-sondages-inclinaison-width:0px;--table-sondages-x-width:0px;--table-sondages-y-width:0px;--table-sondages-abscisse-width:0px;--table-sondages-deplacement-width:0px;--table-sondages-width:calc(var(--table-sondages-base-width) + var(--table-sondages-ouvrage-zone-width) + var(--table-sondages-campagne-width) + var(--table-sondages-inclinaison-width) + var(--table-sondages-x-width) + var(--table-sondages-y-width) + var(--table-sondages-abscisse-width) + var(--table-sondages-deplacement-width));width:var(--table-sondages-width);min-width:var(--table-sondages-width);max-width:var(--table-sondages-width);table-layout:fixed;margin-left:auto;margin-right:auto}.table-sondages.avec-campagne{--table-sondages-campagne-width:126px}.table-sondages.avec-ouvrage-zone{--table-sondages-ouvrage-zone-width:150px}.table-sondages.avec-inclinaison{--table-sondages-inclinaison-width:146px}.table-sondages.avec-coordonnees{--table-sondages-x-width:133px;--table-sondages-y-width:133px}.table-sondages.avec-abscisse{--table-sondages-abscisse-width:113px}.table-sondages.avec-deplacement{--table-sondages-deplacement-width:66px}.table-sondages th,.table-sondages td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sondages-table-zone{justify-self:stretch;width:100%;max-width:100%}.sondages-table-zone>.table-sondages{width:var(--table-sondages-width);min-width:var(--table-sondages-width);max-width:var(--table-sondages-width);margin-left:auto;margin-right:auto}.table-sondages .col-campagne{width:126px}.table-sondages .col-ouvrage-zone{width:150px}.table-sondages .col-nom{width:144px}.table-sondages .col-prof{width:100px}.table-sondages .col-cote{width:126px}.table-sondages .col-inclinaison{width:146px}.table-sondages .col-x,.table-sondages .col-y{width:133px}.table-sondages .col-abscisse{width:113px}.table-sondages .col-type-sondage{width:126px}.table-sondages .col-check{width:87px}.table-sondages .col-move-select{width:66px}.sondage-name-cell{align-items:stretch;gap:4px;display:flex}.sondage-name-cell input{flex:auto;min-width:0}.table-sondages input.active-grid-input,.table-sondages select.active-grid-input,.table-couches input.active-grid-input,.essai-data-table input.active-grid-input,.essai-data-table select.active-grid-input,.labo-data-table input.active-grid-input{outline-offset:-2px;outline:2px solid #1f6feb}.sondage-inline-delete{border-radius:3px;flex:0 0 26px;width:26px;min-width:26px;min-height:26px;padding:0;font-size:16px;line-height:1}.sondage-type-select{color:#1f2933;text-align:center;text-align-last:center;text-overflow:ellipsis;background:#fff;border:1px solid #22443259;border-radius:3px;width:calc(100% - 8px);min-width:0;height:26px;margin:0 auto;padding:2px 4px;font-size:12px;line-height:1.2;display:block;overflow:hidden}.table-sondages td.cell-green{text-align:center;vertical-align:middle;padding:2px 3px}@media (width<=1100px){.sondages-table-layout{grid-template-columns:minmax(0,1fr)}.sondages-table-zone{justify-self:stretch;width:100%}.sondages-side-panel{justify-self:center;width:min(280px,100%);position:static}}.print-preview-screen{z-index:5000;color:#3e3d40;background:#dedad5;grid-template-columns:340px 1fr;font-family:Arial,sans-serif;display:grid;position:fixed;inset:0}.print-settings-panel{background:#faf8f6;border-right:1px solid #beb8b2;padding:0 16px 20px;overflow-y:auto;box-shadow:3px 0 12px #3e3d401a}.print-preview-heading{z-index:2;color:#fff;background:#3e3d40;align-items:center;gap:12px;margin:0 -16px;padding:14px 16px;display:flex;position:sticky;top:0}.print-preview-heading button{background:#c00000}.print-preview-heading h2,.print-settings-panel h3{margin:0}.print-preview-heading h2{font-size:18px}.print-settings-panel section{background:#fff;border:1px solid #dcd7d2;border-radius:9px;gap:11px;margin-top:14px;padding:14px;display:grid}.print-settings-panel section h3{color:#c00000;background:#f7efef;border-radius:8px 8px 0 0;margin:-14px -14px 2px;padding:9px 12px;font-size:13px;font-weight:800}.print-settings-panel label{color:#5c5854;grid-template-columns:1fr minmax(95px,145px);align-items:center;gap:8px;font-size:12px;display:grid}.print-settings-panel input,.print-settings-panel select{color:#3e3d40;background:#fff;border:1px solid #c4beb8;border-radius:6px;min-height:30px;padding:4px 7px}.print-settings-panel input[type=checkbox]{accent-color:#c00000;justify-self:start;min-height:auto}.print-settings-panel input[type=range]{accent-color:#c00000;padding:0}.print-scale-setting{gap:8px;display:grid}.print-settings-panel .print-custom-scale-input{grid-template-columns:auto minmax(95px,145px);justify-content:end}.print-custom-scale-input span{font-weight:700}.print-settings-panel fieldset{border:1px solid #dcd7d2;border-radius:7px;gap:6px;margin:0;padding:9px;display:grid}.print-settings-panel legend{color:#867d71;padding:0 5px;font-size:11px;font-weight:700}.print-settings-panel fieldset label{grid-template-columns:20px 1fr}.print-settings-panel small{color:#68615b;line-height:1.35}.print-settings-panel button{background:#867d71;border-radius:6px;font-size:11px;font-weight:700}.print-settings-panel button:hover{background:#6a625a}.print-button-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.print-button-grid button:last-child{background:#c00000;grid-column:1/-1}.print-pan-controls{grid-template:repeat(3,30px)/repeat(3,34px);justify-content:center;gap:3px;display:grid}.print-pan-controls button{min-width:0;padding:0;font-size:16px;line-height:1}.print-pan-controls .north{grid-area:1/2}.print-pan-controls .west{grid-area:2/1}.print-pan-controls .center{background:#c00000;grid-area:2/2;font-size:11px}.print-pan-controls .east{grid-area:2/3}.print-pan-controls .south{grid-area:3/2}.print-validation{color:#a40000;margin:0;font-size:12px}.print-export-panel button{background:#c00000;min-height:40px;font-size:13px}.print-export-panel button:disabled{cursor:not-allowed;opacity:.55}.print-export-panel p{margin:0;font-size:11px;line-height:1.35}.print-legend-label-editor{z-index:5100;background:#22201e94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.print-legend-label-editor-content{background:#fff;border-radius:10px;gap:14px;width:min(820px,94vw);max-height:88vh;padding:20px;display:grid;overflow:auto;box-shadow:0 12px 38px #0000004d}.print-legend-label-editor-content h3,.print-legend-label-editor-content p{margin:0}.print-legend-label-editor-content fieldset{border:1px solid #dcd7d2;gap:7px;padding:12px;display:grid}.print-legend-label-row{grid-template-columns:minmax(130px,.8fr) minmax(220px,1.5fr) 34px;align-items:center;gap:8px;display:grid}.print-legend-label-row span{overflow-wrap:anywhere;color:#5c5854;font-size:12px}.print-legend-label-row input{min-height:32px}.print-legend-label-row button{min-width:0;padding:5px}.print-legend-label-actions{justify-content:flex-end;gap:8px;display:flex}.print-legend-label-actions button:last-child{background:#c00000}.print-page-viewport{flex-direction:column;min-width:0;display:flex;overflow:hidden}.print-page-viewport>header{background:#f7efef;border-bottom:1px solid #bbb;justify-content:space-between;align-items:center;min-height:52px;padding:8px 18px;display:flex}.print-page-viewport>header div{align-items:center;gap:8px;display:flex}.print-warning{background:#fff7ec;border:1px solid #d6a27b;margin:8px 18px 0;padding:7px 10px;font-size:12px}.print-page-stage{flex:1;place-items:center;padding:36px;display:grid;overflow:auto}.print-page-shell{transform-origin:50%;background:#fff;flex:none;transition:transform .12s;position:relative;box-shadow:0 8px 30px #00000047}.print-page-shell.landscape{aspect-ratio:297/210;width:min(1040px,76vw)}.print-page-shell.portrait{aspect-ratio:210/297;height:min(850px,82vh)}.profile-print-pages{flex:1;min-height:0;overflow:auto}.profile-print-pages .print-page-stage{min-height:70vh;overflow:visible}.print-page{z-index:2;-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:100%;display:block;position:relative}.print-map-layer{z-index:1;background:#eee;position:absolute;overflow:hidden}.print-map-layer .plan-map-container,.print-map-layer .plan-leaflet-map,.print-map-layer .plan-map-unavailable{height:100%;min-height:0}.print-map-loading{color:#666;place-items:center;height:100%;display:grid}.print-map-layer .leaflet-tooltip.plan-map-label{font-size:inherit}.print-map-layer .leaflet-control-attribution{display:none}.plan-map-notice{z-index:1000;color:#5c5854;background:#ffffffe0;border:1px solid #867d7166;border-radius:5px;max-width:260px;padding:5px 8px;font-size:10px;position:absolute;top:8px;right:8px}.print-plan-point{fill:#c00000;stroke:#fff;stroke-width:.45px;vector-effect:non-scaling-stroke}.print-plan-point.plan-point-open{fill:#fff}@media (width<=900px){.print-preview-screen{grid-template-columns:280px 1fr}.print-page-stage{padding:18px}}.about-modal dl{margin:14px 0 0}.about-modal dl div{border-top:1px solid #e2e2e2;grid-template-columns:90px 1fr;gap:8px;padding:6px 0;display:grid}.about-modal dt,.about-modal dd{font-size:inherit;line-height:1.35}.about-modal dt{font-weight:700}.about-modal dd{margin:0}.about-modal-actions{flex-wrap:wrap}.user-manual{scroll-margin-top:20px}.user-manual-header p{color:#5e5b5b;max-width:780px;margin:8px 0 0;font-size:14px;line-height:1.5}.user-manual-layout{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.user-manual-summary{padding:18px;position:sticky;top:20px}.user-manual-summary h2,.user-manual-chapter h2{color:#3e3d40;margin:0;font-size:17px}.user-manual-header h1,.user-manual-chapter h2{color:#a60000}.user-manual-summary ol{margin:14px 0 0;padding-left:24px}.user-manual-summary li+li{margin-top:7px}.user-manual-summary a,.user-manual-back-to-top{color:#a60000;font-size:13px;line-height:1.35}.user-manual-content{gap:12px;display:grid}.user-manual-chapter{padding:20px;scroll-margin-top:20px}.user-manual-chapter p{color:#5e5b5b;margin:10px 0 14px;font-size:14px;line-height:1.5}.user-manual-subsection{margin-top:20px}.user-manual-subsection h3{color:#3e3d40;margin:0 0 8px;font-size:15px}.user-manual-subsection ol,.user-manual-subsection ul{color:#5e5b5b;margin:8px 0 14px;padding-left:24px;font-size:14px;line-height:1.5}.user-manual-subsection li+li{margin-top:5px}.user-manual-callout{background:#f9f6f6;border-left:3px solid #a60000;margin:14px 0;padding:12px 14px}.user-manual-callout strong{color:#3e3d40;font-size:14px}.user-manual-callout p{margin:4px 0 0}.user-manual-figure{text-align:center;margin:18px 0 20px}.user-manual-figure-button{cursor:zoom-in;background:0 0;border:0;border-radius:5px;width:100%;max-width:1100px;margin:0 auto;padding:0;display:block}.user-manual-figure-button:focus-visible,.user-manual-viewer-close:focus-visible{outline-offset:3px;outline:3px solid #a60000}.user-manual-figure img{border:1px solid #d2cfcf;border-radius:5px;width:100%;max-width:1100px;height:auto;display:block;box-shadow:0 2px 8px #00000014}.user-manual-figure figcaption,.user-manual-viewer figcaption{color:#5e5b5b;margin-top:8px;font-size:13px;line-height:1.4}.user-manual-viewer-overlay{z-index:2000;background:#000000ad;justify-content:center;align-items:center;padding:2vh 2vw;display:flex;position:fixed;inset:0}.user-manual-viewer{background:#fff;border-radius:6px;flex-direction:column;max-width:96vw;max-height:96vh;padding:12px;display:flex;overflow:auto;box-shadow:0 8px 28px #00000047}.user-manual-viewer-close{align-self:flex-end;margin:0 0 10px}.user-manual-viewer figure{justify-items:center;margin:0;display:grid}.user-manual-viewer img{object-fit:contain;width:auto;max-width:96vw;height:auto;max-height:88vh;display:block}.user-manual-back-to-top{display:inline-block}@media (width<=900px){.user-manual-layout{grid-template-columns:1fr}.user-manual-summary{position:static}.user-manual-chapter{min-width:0}.user-manual-viewer-overlay{padding:8px}.user-manual-viewer{max-width:calc(100vw - 16px);padding:10px}.user-manual-viewer img{max-width:calc(100vw - 36px)}}.app-error-fallback{color:#3e3d40;background:#f4f6f8;place-items:center;width:100%;min-height:100vh;padding:24px;display:grid}.app-error-card{text-align:center;background:#fff;border-top:6px solid #c00000;border-radius:10px;width:min(100%,620px);padding:clamp(24px,5vw,48px);box-shadow:0 8px 30px #0f172a1f}.app-error-card h1{color:#3e3d40;margin:0 0 18px;font-size:clamp(24px,5vw,32px);line-height:1.2}.app-error-card p{max-width:520px;margin:0 auto 28px;font-size:16px;line-height:1.55}.app-error-card button{color:#fff;min-height:44px;font:inherit;cursor:pointer;background:#c00000;border:none;border-radius:6px;padding:11px 20px;font-weight:700}.app-error-card button:hover{background:#9b0000}.app-error-card button:focus-visible{outline-offset:3px;outline:3px solid #c000004d}
