diff --git a/package-lock.json b/package-lock.json index e9de75bc36a3b5988fc98db40167a13ee6198c98..44bbbd6f509e5ef3b3fc68253dcd371913bcba17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4533,6 +4533,42 @@ "node": ">=12" } }, + "node_modules/@puppeteer/browsers": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.2.3.tgz", + "integrity": "sha512-bJ0UBsk0ESOs6RFcLXOt99a3yTDcOKlzfjad+rhFwdaG1Lu/Wzq58GHYCDTlZ9z6mldf4g+NTb+TXEfe0PpnsQ==", + "dev": true, + "dependencies": { + "debug": "4.3.4", + "extract-zip": "2.0.1", + "progress": "2.0.3", + "proxy-agent": "6.4.0", + "semver": "7.6.0", + "tar-fs": "3.0.5", + "unbzip2-stream": "1.4.3", + "yargs": "17.7.2" + }, + "bin": { + "browsers": "lib/cjs/main-cli.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@puppeteer/browsers/node_modules/tar-fs": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.5.tgz", + "integrity": "sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==", + "dev": true, + "dependencies": { + "pump": "^3.0.0", + "tar-stream": "^3.1.5" + }, + "optionalDependencies": { + "bare-fs": "^2.1.1", + "bare-path": "^2.1.0" + } + }, "node_modules/@radix-ui/react-compose-refs": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz", @@ -7268,6 +7304,12 @@ } } }, + "node_modules/@tootallnate/quickjs-emscripten": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", + "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==", + "dev": true + }, "node_modules/@transloadit/prettier-bytes": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/@transloadit/prettier-bytes/-/prettier-bytes-0.3.2.tgz", @@ -7838,6 +7880,16 @@ "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", "dev": true }, + "node_modules/@types/yauzl": { + "version": "2.10.3", + "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.3.tgz", + "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", + "dev": true, + "optional": true, + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "7.7.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.7.1.tgz", @@ -9889,6 +9941,15 @@ "node": ">= 0.8" } }, + "node_modules/basic-ftp": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz", + "integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/bcryptjs": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", @@ -10440,6 +10501,29 @@ "node": ">=6.0" } }, + "node_modules/chromium-bidi": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.19.tgz", + "integrity": "sha512-UA6zL77b7RYCjJkZBsZ0wlvCTD+jTjllZ8f6wdO4buevXgTZYjV+XLB9CiEa2OuuTGGTLnI7eN9I60YxuALGQg==", + "dev": true, + "dependencies": { + "mitt": "3.0.1", + "urlpattern-polyfill": "10.0.0", + "zod": "3.22.4" + }, + "peerDependencies": { + "devtools-protocol": "*" + } + }, + "node_modules/chromium-bidi/node_modules/zod": { + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", + "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/citty": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz", @@ -11500,6 +11584,15 @@ "integrity": "sha512-p6JFxJc3M4OTD2li2qaHkDCw9SfMw82Ldr6OC9Je1aXiGfhx2W8p3GaoeaGrPJTUN9NirTM/KTxHWMUdR1rsUg==", "dev": true }, + "node_modules/data-uri-to-buffer": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", + "integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==", + "dev": true, + "engines": { + "node": ">= 14" + } + }, "node_modules/data-urls": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", @@ -11757,6 +11850,32 @@ "integrity": "sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==", "dev": true }, + "node_modules/degenerator": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz", + "integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==", + "dev": true, + "dependencies": { + "ast-types": "^0.13.4", + "escodegen": "^2.1.0", + "esprima": "^4.0.1" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/degenerator/node_modules/ast-types": { + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz", + "integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==", + "dev": true, + "dependencies": { + "tslib": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/del": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/del/-/del-6.1.1.tgz", @@ -12030,6 +12149,12 @@ "detect-port": "bin/detect-port.js" } }, + "node_modules/devtools-protocol": { + "version": "0.0.1273771", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1273771.tgz", + "integrity": "sha512-QDbb27xcTVReQQW/GHJsdQqGKwYBE7re7gxehj467kKP2DKuYBUj6i2k5LRiAC66J1yZG/9gsxooz/s9pcm0Og==", + "dev": true + }, "node_modules/dezalgo": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", @@ -12660,6 +12785,36 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "dev": true, + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, "node_modules/eslint": { "version": "8.57.0", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", @@ -13824,6 +13979,41 @@ "url": "https://github.com/sponsors/jaydenseric" } }, + "node_modules/extract-zip": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz", + "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "get-stream": "^5.1.0", + "yauzl": "^2.10.0" + }, + "bin": { + "extract-zip": "cli.js" + }, + "engines": { + "node": ">= 10.17.0" + }, + "optionalDependencies": { + "@types/yauzl": "^2.9.1" + } + }, + "node_modules/extract-zip/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -14508,6 +14698,15 @@ "node": ">=8.0.0" } }, + "node_modules/get-stdin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz", + "integrity": "sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, "node_modules/get-stream": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz", @@ -14549,6 +14748,21 @@ "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" } }, + "node_modules/get-uri": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz", + "integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==", + "dev": true, + "dependencies": { + "basic-ftp": "^5.0.2", + "data-uri-to-buffer": "^6.0.2", + "debug": "^4.3.4", + "fs-extra": "^11.2.0" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/get-value": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", @@ -14732,6 +14946,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/glur": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/glur/-/glur-1.1.2.tgz", + "integrity": "sha512-l+8esYHTKOx2G/Aao4lEQ0bnHWg4fWtJbVoZZT9Knxi01pB8C80BR85nONLFwkkQoFRCmXY+BUcGZN3yZ2QsRA==", + "dev": true + }, "node_modules/gopd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", @@ -15358,6 +15578,19 @@ "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==", "dev": true }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dev": true, + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, "node_modules/ipaddr.js": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", @@ -16176,6 +16409,136 @@ "node": ">= 0.6.0" } }, + "node_modules/jest-image-snapshot": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.4.0.tgz", + "integrity": "sha512-IWGtSOnelwaVPd09STbJuLmnAwlBC/roJtTLGLb8M3TA0vfku3MRNEXmljTa1EMXqdRbA0oIWiqHFB1ttTGazQ==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "get-stdin": "^5.0.1", + "glur": "^1.1.2", + "lodash": "^4.17.4", + "pixelmatch": "^5.1.0", + "pngjs": "^3.4.0", + "rimraf": "^2.6.2", + "ssim.js": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "jest": ">=20 <=29" + }, + "peerDependenciesMeta": { + "jest": { + "optional": true + } + } + }, + "node_modules/jest-image-snapshot/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-image-snapshot/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jest-image-snapshot/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-image-snapshot/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-image-snapshot/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-image-snapshot/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jest-image-snapshot/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jest-image-snapshot/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, "node_modules/jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", @@ -16267,6 +16630,12 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "dev": true + }, "node_modules/jscodeshift": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.15.2.tgz", @@ -17636,6 +18005,12 @@ "node": ">=8" } }, + "node_modules/mitt": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.1.tgz", + "integrity": "sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==", + "dev": true + }, "node_modules/mkdirp": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", @@ -17774,6 +18149,15 @@ "integrity": "sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==", "dev": true }, + "node_modules/netmask": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz", + "integrity": "sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/node-dir": { "version": "0.1.17", "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", @@ -21165,6 +21549,38 @@ "node": ">=4" } }, + "node_modules/pac-proxy-agent": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz", + "integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==", + "dev": true, + "dependencies": { + "@tootallnate/quickjs-emscripten": "^0.23.0", + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "get-uri": "^6.0.1", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.2", + "pac-resolver": "^7.0.0", + "socks-proxy-agent": "^8.0.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/pac-resolver": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz", + "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==", + "dev": true, + "dependencies": { + "degenerator": "^5.0.0", + "netmask": "^2.0.2" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", @@ -21616,6 +22032,27 @@ "node": ">= 6" } }, + "node_modules/pixelmatch": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/pixelmatch/-/pixelmatch-5.3.0.tgz", + "integrity": "sha512-o8mkY4E/+LNUf6LzX96ht6k6CEDi65k9G2rjMtBe9Oo+VPKSvl+0GKHuH/AlG+GA5LPG/i5hrekkxUc3s2HU+Q==", + "dev": true, + "dependencies": { + "pngjs": "^6.0.0" + }, + "bin": { + "pixelmatch": "bin/pixelmatch" + } + }, + "node_modules/pixelmatch/node_modules/pngjs": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-6.0.0.tgz", + "integrity": "sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==", + "dev": true, + "engines": { + "node": ">=12.13.0" + } + }, "node_modules/pkg-conf": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz", @@ -21722,6 +22159,15 @@ "pathe": "^1.1.2" } }, + "node_modules/pngjs": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-3.4.0.tgz", + "integrity": "sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, "node_modules/polished": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/polished/-/polished-4.3.1.tgz", @@ -22700,6 +23146,15 @@ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/proj4": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/proj4/-/proj4-2.11.0.tgz", @@ -22781,6 +23236,34 @@ "node": ">= 0.10" } }, + "node_modules/proxy-agent": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz", + "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==", + "dev": true, + "dependencies": { + "agent-base": "^7.0.2", + "debug": "^4.3.4", + "http-proxy-agent": "^7.0.1", + "https-proxy-agent": "^7.0.3", + "lru-cache": "^7.14.1", + "pac-proxy-agent": "^7.0.1", + "proxy-from-env": "^1.1.0", + "socks-proxy-agent": "^8.0.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/proxy-agent/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, "node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -22962,6 +23445,75 @@ "node": ">=6" } }, + "node_modules/puppeteer": { + "version": "22.7.1", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.7.1.tgz", + "integrity": "sha512-JBCBCwQ9+dyPp5haqeecgv0N0vgWFx44woUeKJaPeJT8CU3RXrd8F/tqJQbuAmcWlbMhYJSlTJkIFrwVAs6BNA==", + "dev": true, + "hasInstallScript": true, + "peer": true, + "dependencies": { + "@puppeteer/browsers": "2.2.3", + "cosmiconfig": "9.0.0", + "devtools-protocol": "0.0.1273771", + "puppeteer-core": "22.7.1" + }, + "bin": { + "puppeteer": "lib/esm/puppeteer/node/cli.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/puppeteer-cluster": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/puppeteer-cluster/-/puppeteer-cluster-0.24.0.tgz", + "integrity": "sha512-zHPoNsrwkFLKFtgJJv2aC13EbMASQsE048uZd7CyikEXcl+sc1Nf6PMFb9kMoZI7/zMYxvuP658o2mw079ZZyQ==", + "dev": true, + "dependencies": { + "debug": "^4.3.4" + }, + "peerDependencies": { + "puppeteer": ">=22.0.0" + } + }, + "node_modules/puppeteer-core": { + "version": "22.7.1", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.7.1.tgz", + "integrity": "sha512-jD7T7yN7PWGuJmNT0TAEboA26s0VVnvbgCxqgQIF+eNQW2u71ENaV2JwzSJiCHO+e72H4Ue6AgKD9USQ8xAcOQ==", + "dev": true, + "dependencies": { + "@puppeteer/browsers": "2.2.3", + "chromium-bidi": "0.5.19", + "debug": "4.3.4", + "devtools-protocol": "0.0.1273771", + "ws": "8.16.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/puppeteer-core/node_modules/ws": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", + "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "dev": true, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, "node_modules/qs": { "version": "6.12.1", "resolved": "https://registry.npmjs.org/qs/-/qs-6.12.1.tgz", @@ -24301,6 +24853,44 @@ "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "dev": true, + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "dev": true, + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.3.tgz", + "integrity": "sha512-VNegTZKhuGq5vSD6XNKlbqWhyt/40CgoEw8XxD6dhnm8Jq9IEa3nIa4HwnM8XOqU0CdB0BwWVXusqiFXfHB3+A==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.1", + "debug": "^4.3.4", + "socks": "^2.7.1" + }, + "engines": { + "node": ">= 14" + } + }, "node_modules/sort-asc": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/sort-asc/-/sort-asc-0.2.0.tgz", @@ -24447,6 +25037,12 @@ "node": ">= 10.x" } }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "dev": true + }, "node_modules/sql-parse": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/sql-parse/-/sql-parse-0.1.5.tgz", @@ -24467,6 +25063,12 @@ "node": ">=0.8" } }, + "node_modules/ssim.js": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/ssim.js/-/ssim.js-3.5.0.tgz", + "integrity": "sha512-Aj6Jl2z6oDmgYFFbQqK7fght19bXdOxY7Tj03nF+03M9gCBAjeIiO8/PlEGMfKDwYpw4q6iBqVq2YuREorGg/g==", + "dev": true + }, "node_modules/stackback": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", @@ -25912,6 +26514,16 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/unbzip2-stream": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", + "dev": true, + "dependencies": { + "buffer": "^5.2.1", + "through": "^2.3.8" + } + }, "node_modules/undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", @@ -26134,6 +26746,12 @@ "requires-port": "^1.0.0" } }, + "node_modules/urlpattern-polyfill": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz", + "integrity": "sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==", + "dev": true + }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", @@ -27382,6 +28000,7 @@ "graphql": "^16.8.1", "graphql-react": "^20.0.0", "graphql-tag": "^2.12.6", + "jest-image-snapshot": "^6.4.0", "jsdom": "^24.0.0", "jsondiffpatch-rc": "^0.4.2", "leaflet": "^1.9.4", @@ -27393,6 +28012,8 @@ "postcss-custom-media": "^10.0.4", "postcss-preset-env": "^9.5.9", "prettier": "^3.2.5", + "puppeteer-cluster": "0.24.0", + "puppeteer-core": "^22.7.1", "rollup-plugin-visualizer": "^5.12.0", "storybook": "8.0.9", "storybook-vue3-router": "^5.0.0", diff --git a/packages/ui/package.json b/packages/ui/package.json index 825c047dc0bc429bbe2e1269772cd72e8db8b462..fb02c35e4f3c95445144a762415acf78e3978f61 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -68,7 +68,7 @@ "graphql": "^16.8.1", "graphql-react": "^20.0.0", "graphql-tag": "^2.12.6", - "jest-image-snapshot": "^6.1.0", + "jest-image-snapshot": "^6.4.0", "jsdom": "^24.0.0", "jsondiffpatch-rc": "^0.4.2", "leaflet": "^1.9.4", @@ -80,7 +80,8 @@ "postcss-custom-media": "^10.0.4", "postcss-preset-env": "^9.5.9", "prettier": "^3.2.5", - "puppeteer-core": "^20.3.0", + "puppeteer-cluster": "0.24.0", + "puppeteer-core": "^22.7.1", "rollup-plugin-visualizer": "^5.12.0", "storybook": "8.0.9", "storybook-vue3-router": "^5.0.0", diff --git a/packages/ui/src/__image_snapshots__/__diff_output__/components/dashboard/pure-onf-dashboard.stories.tsx_Loading-diff.png b/packages/ui/src/__image_snapshots__/__diff_output__/components/dashboard/pure-onf-dashboard.stories.tsx_Loading-diff.png deleted file mode 100644 index 1732b868c618a3f4bdc7d937fe5446279e33af69..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/__diff_output__/components/dashboard/pure-onf-dashboard.stories.tsx_Loading-diff.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/coordonnees-icone.stories.tsx_Icone.png b/packages/ui/src/__image_snapshots__/components/_common/coordonnees-icone.stories.tsx_Icone.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/coordonnees-icone.stories.tsx_Icone.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/coordonnees-icone.stories.tsx_NoIcone.png b/packages/ui/src/__image_snapshots__/components/_common/coordonnees-icone.stories.tsx_NoIcone.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/coordonnees-icone.stories.tsx_NoIcone.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/domaine.stories.tsx_AllDomaines.png b/packages/ui/src/__image_snapshots__/components/_common/domaine.stories.tsx_AllDomaines.png deleted file mode 100644 index c47acbac42d7a1fd811bd4e3bc1f9f923bc9b2e4..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/domaine.stories.tsx_AllDomaines.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/domaine.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/domaine.stories.tsx_Default.png deleted file mode 100644 index 9a9353285ca143b6f107082fe7111c26e061a773..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/domaine.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/downloads.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/downloads.stories.tsx_Default.png deleted file mode 100644 index 9ca279280d26387694518349eafc77fa560184a0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/downloads.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/filtres/domaine.stories.tsx_AllDomaines.png b/packages/ui/src/__image_snapshots__/components/_common/filtres/domaine.stories.tsx_AllDomaines.png deleted file mode 100644 index a2be2da7d066d1d98813fffbe5a23408ce03eb7b..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/filtres/domaine.stories.tsx_AllDomaines.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/filtres/statuts.stories.tsx_AllStatuts.png b/packages/ui/src/__image_snapshots__/components/_common/filtres/statuts.stories.tsx_AllStatuts.png deleted file mode 100644 index b3fdcfaaa8fa4c38bd7ccc9de7c7d41ef097d378..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/filtres/statuts.stories.tsx_AllStatuts.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/filtres/types.stories.tsx_AllTypes.png b/packages/ui/src/__image_snapshots__/components/_common/filtres/types.stories.tsx_AllTypes.png deleted file mode 100644 index e9eacfa135df0ca55bf5bdac9260a4ccef806462..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/filtres/types.stories.tsx_AllTypes.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Checkboxes.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Checkboxes.png deleted file mode 100644 index e5dd4f6f01d1dcfbc36e299d6b84708826728778..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Checkboxes.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Date.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Date.png deleted file mode 100644 index ea6111be87464497bd759bc7f9638431b0844e48..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Date.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_File.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_File.png deleted file mode 100644 index 3639c542e63823d0baab0a3518546064301e0fb9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_File.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Number.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Number.png deleted file mode 100644 index 503864eb4a528a09d54a8097984082578fa9b6f1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Number.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Radio.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Radio.png deleted file mode 100644 index cbd5b10e49743b6a75e338beea95f4010bd76ebf..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Radio.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Select.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Select.png deleted file mode 100644 index e864439f7a7c99128d75619af5edd36a6fbd4742..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Select.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Text.png b/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Text.png deleted file mode 100644 index 6cac5f9aa3159743261c31b259f5cd9db3015f90..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section-element.stories.tsx_Text.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/new-section.stories.tsx_Default.png deleted file mode 100644 index cbbc7f46edc89fcb9343b4ad63efb0a183f64db3..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/new-section.stories.tsx_WithoutContent.png b/packages/ui/src/__image_snapshots__/components/_common/new-section.stories.tsx_WithoutContent.png deleted file mode 100644 index 17ba597ec6b59c9d0e667b060f7d73225c0afc11..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/new-section.stories.tsx_WithoutContent.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_AlreadyUppercase.png b/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_AlreadyUppercase.png deleted file mode 100644 index 8bfe79d0ed48de949274e1fc57e1876f1f23f5b8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_AlreadyUppercase.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_Default.png deleted file mode 100644 index 899c0493d3bc2ef407d60d4d985d2a84c1e14959..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_Lowercase.png b/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_Lowercase.png deleted file mode 100644 index 8bfe79d0ed48de949274e1fc57e1876f1f23f5b8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/nom.stories.tsx_Lowercase.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/perimetre.stories.tsx_NoMap.png b/packages/ui/src/__image_snapshots__/components/_common/perimetre.stories.tsx_NoMap.png deleted file mode 100644 index f3b0bea1828dc9f23a796fde5b6ba0640a6fb3ce..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/perimetre.stories.tsx_NoMap.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/point-reference.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/point-reference.stories.tsx_Default.png deleted file mode 100644 index 8724e956df6b1cf713301ea282c3fe33954828c1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/point-reference.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/point-reference.stories.tsx_WithPoint.png b/packages/ui/src/__image_snapshots__/components/_common/point-reference.stories.tsx_WithPoint.png deleted file mode 100644 index 65aee48131006fe51018269477950b0e5bb01a67..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/point-reference.stories.tsx_WithPoint.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_Default.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_WithPoints.png b/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_WithPoints.png deleted file mode 100644 index 39e33c0139c1e708e2d9e0b002c214058635e44a..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_WithPoints.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_WithPointsAndMultipleReferences.png b/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_WithPointsAndMultipleReferences.png deleted file mode 100644 index 61326371f7555b6dfa89634132c9f200169ea94e..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/points.stories.tsx_WithPointsAndMultipleReferences.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_AucunFichier.png b/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_AucunFichier.png deleted file mode 100644 index d5de7bc82bcf3d462f31b9998e4cb78bb994c680..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_AucunFichier.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_Default.png b/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_Default.png deleted file mode 100644 index 6e142f12711a583df33705e6bbd69a6f63b65f7c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_UnFichier.png b/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_UnFichier.png deleted file mode 100644 index 2def2a5d8f98e33be1749085f655592a8a15e956..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/section-element.stories.ts_UnFichier.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/statut.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/statut.stories.tsx_Default.png deleted file mode 100644 index 057f46bf8631aa0d0308e244a4cab22fd2bd256e..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/statut.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/statut.stories.tsx_WithColor.png b/packages/ui/src/__image_snapshots__/components/_common/statut.stories.tsx_WithColor.png deleted file mode 100644 index 6ee75e9884abfc295dbaeeb7a4bd6cc6f7c9e5a8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/statut.stories.tsx_WithColor.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/titre-nom.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/titre-nom.stories.tsx_Default.png deleted file mode 100644 index 92471758074b1b7b4452dee816c66c2084c0361c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/titre-nom.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/titre-nom.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/_common/titre-nom.stories.tsx_Empty.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/titre-nom.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/titre-type-select.stories.ts_Default.png b/packages/ui/src/__image_snapshots__/components/_common/titre-type-select.stories.ts_Default.png deleted file mode 100644 index dc3ac3a776240d6d1b1a22e62d683f07da582b88..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/titre-type-select.stories.ts_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/titre-type-select.stories.ts_Entreprise.png b/packages/ui/src/__image_snapshots__/components/_common/titre-type-select.stories.ts_Entreprise.png deleted file mode 100644 index 8cf9a1c3982ec87531febeb4e5ec2fa354156c4f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/titre-type-select.stories.ts_Entreprise.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_common/titre-type-type.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_common/titre-type-type.stories.tsx_Default.png deleted file mode 100644 index 678f0f3dac4d0c2eccce576990821183d04f19d3..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_common/titre-type-type.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Erreur.png b/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Erreur.png deleted file mode 100644 index 0e535b1e0269f5e4e93a261cbd3e8793d62643a1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Erreur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Info.png b/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Info.png deleted file mode 100644 index 145d8dfdd92cd2e5856c2990f39ccdeead676f9f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Info.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_InfoSansDescription.png b/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_InfoSansDescription.png deleted file mode 100644 index 829c6f2e57a51a5adb5fa9155012c30a1d11fad1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_InfoSansDescription.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_InfoSmall.png b/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_InfoSmall.png deleted file mode 100644 index 829c6f2e57a51a5adb5fa9155012c30a1d11fad1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_InfoSmall.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Success.png b/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Success.png deleted file mode 100644 index 0ed37b1fedf1fcb2153198c7d98c374558b95f4d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Success.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Warning.png b/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Warning.png deleted file mode 100644 index 06b17b1cd046a87a21a81ee4411929d927d90717..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/alert.stories.tsx_Warning.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/chip.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_ui/chip.stories.tsx_Default.png deleted file mode 100644 index e7d2b385e950ad8e59d7848ab05ff12a43587d74..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/chip.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/chip.stories.tsx_WithColor.png b/packages/ui/src/__image_snapshots__/components/_ui/chip.stories.tsx_WithColor.png deleted file mode 100644 index 684759ecf5747e0a39fb8531f76b9e199ea1912f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/chip.stories.tsx_WithColor.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/date.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_ui/date.stories.tsx_Default.png deleted file mode 100644 index c5b93fa2ba1360570c8f7217f6fd947c9d99c3b2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/date.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/date.stories.tsx_UneDateEtrange.png b/packages/ui/src/__image_snapshots__/components/_ui/date.stories.tsx_UneDateEtrange.png deleted file mode 100644 index 304e806a8936780b7ed9aa7739efd5280788d805..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/date.stories.tsx_UneDateEtrange.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/dropdown.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_ui/dropdown.stories.tsx_Default.png deleted file mode 100644 index b0d749120193005ea54ed0010e43dc81a6f62bf5..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/dropdown.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/dropdown.stories.tsx_Opened.png b/packages/ui/src/__image_snapshots__/components/_ui/dropdown.stories.tsx_Opened.png deleted file mode 100644 index f9784aec4535dfd11707aebc65c14a50a118787d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/dropdown.stories.tsx_Opened.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-date.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-date.stories.tsx_Empty.png deleted file mode 100644 index 576446ecfb89e736cbe1bf9683ee081fe82c9421..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-date.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-date.stories.tsx_WithDateAlreadySet.png b/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-date.stories.tsx_WithDateAlreadySet.png deleted file mode 100644 index 586964393f058bd15d98a573fe99a1baac0ac5ee..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-date.stories.tsx_WithDateAlreadySet.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-file.stories.tsx_ManyFormats.png b/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-file.stories.tsx_ManyFormats.png deleted file mode 100644 index ccd9c80d21e1ebdce5a76878ffeadae45d739739..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-file.stories.tsx_ManyFormats.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-file.stories.tsx_PdfOnly.png b/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-file.stories.tsx_PdfOnly.png deleted file mode 100644 index 42b46e7484d428694348488d939e2728bbdfa880..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/dsfr-input-file.stories.tsx_PdfOnly.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/filters-input-autocomplete.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/_ui/filters-input-autocomplete.stories.tsx_Default.png deleted file mode 100644 index 42dc4fb8b00e4dd3815536a1dcc5353fbe57b3a9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/filters-input-autocomplete.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/functional-loader.stories.tsx_All.png b/packages/ui/src/__image_snapshots__/components/_ui/functional-loader.stories.tsx_All.png deleted file mode 100644 index 7fbdf8dd7aa3da88448327e173fe4bad9e42d4bc..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/functional-loader.stories.tsx_All.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/functional-popup.stories.tsx_Main.png b/packages/ui/src/__image_snapshots__/components/_ui/functional-popup.stories.tsx_Main.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/functional-popup.stories.tsx_Main.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/functional-popup.stories.tsx_NotValid.png b/packages/ui/src/__image_snapshots__/components/_ui/functional-popup.stories.tsx_NotValid.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/functional-popup.stories.tsx_NotValid.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/help-tooltip.stories.tsx_Simple.png b/packages/ui/src/__image_snapshots__/components/_ui/help-tooltip.stories.tsx_Simple.png deleted file mode 100644 index 8c8eb2f247a2284542a7bef37e5095f12c99b94e..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/help-tooltip.stories.tsx_Simple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/help-tooltip.stories.tsx_WithDifferentIcon.png b/packages/ui/src/__image_snapshots__/components/_ui/help-tooltip.stories.tsx_WithDifferentIcon.png deleted file mode 100644 index 8c8eb2f247a2284542a7bef37e5095f12c99b94e..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/help-tooltip.stories.tsx_WithDifferentIcon.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/icon.stories.tsx_AllIcons.png b/packages/ui/src/__image_snapshots__/components/_ui/icon.stories.tsx_AllIcons.png deleted file mode 100644 index 07bbc7763e8d19fea78ca72ad6563f01ac0c87e9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/icon.stories.tsx_AllIcons.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/icon.stories.tsx_IconAllSize.png b/packages/ui/src/__image_snapshots__/components/_ui/icon.stories.tsx_IconAllSize.png deleted file mode 100644 index 7df0cc8129c42bf4012c7175bf9e95801294db24..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/icon.stories.tsx_IconAllSize.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/input-date.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/_ui/input-date.stories.tsx_Empty.png deleted file mode 100644 index 2416600533766d24dd420767711640e36688728f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/input-date.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/input-date.stories.tsx_WithDateAlreadySet.png b/packages/ui/src/__image_snapshots__/components/_ui/input-date.stories.tsx_WithDateAlreadySet.png deleted file mode 100644 index 2416600533766d24dd420767711640e36688728f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/input-date.stories.tsx_WithDateAlreadySet.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/pill.stories.tsx_Error.png b/packages/ui/src/__image_snapshots__/components/_ui/pill.stories.tsx_Error.png deleted file mode 100644 index f410b95cb19bfe0f882709ef6f2a76eceda77898..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/pill.stories.tsx_Error.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/pill.stories.tsx_Primary.png b/packages/ui/src/__image_snapshots__/components/_ui/pill.stories.tsx_Primary.png deleted file mode 100644 index 34edf64f7f19e13c84bf6b9dc11349f410dacdd5..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/pill.stories.tsx_Primary.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/table-auto.stories.tsx_TableAutoSimple.png b/packages/ui/src/__image_snapshots__/components/_ui/table-auto.stories.tsx_TableAutoSimple.png deleted file mode 100644 index ddf13db3e5ad58d199930b717ea8a2e7c98699e1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/table-auto.stories.tsx_TableAutoSimple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/table-auto.stories.tsx_TableAutoSortedByStatusAsc.png b/packages/ui/src/__image_snapshots__/components/_ui/table-auto.stories.tsx_TableAutoSortedByStatusAsc.png deleted file mode 100644 index 8adc2f1dc4c300810cbc52c2f640098b66856229..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/table-auto.stories.tsx_TableAutoSortedByStatusAsc.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/table-pagination.stories.tsx_PaginationSimple.png b/packages/ui/src/__image_snapshots__/components/_ui/table-pagination.stories.tsx_PaginationSimple.png deleted file mode 100644 index be43b718b7d0c3651fe9e2fc0a27d00e1d1a79fe..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/table-pagination.stories.tsx_PaginationSimple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/table.stories.tsx_Simple.png b/packages/ui/src/__image_snapshots__/components/_ui/table.stories.tsx_Simple.png deleted file mode 100644 index ddf13db3e5ad58d199930b717ea8a2e7c98699e1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/table.stories.tsx_Simple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Erreur.png b/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Erreur.png deleted file mode 100644 index 222692f4336bc5799e10faa22958d514b5dfd31c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Erreur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Mini.png b/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Mini.png deleted file mode 100644 index cc9304897e2ec4d00c8637dd6fb6143906d31761..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Mini.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Normal.png b/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Normal.png deleted file mode 100644 index 74a00c95da842b3898f1b7a7c73fb89392e6c1b5..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/tag.stories.tsx_Normal.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_Multiple.png b/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_Multiple.png deleted file mode 100644 index 79be53a5a52c6eb113446b39d1f77ddea9c325b8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_Multiple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_MultipleWithInitialItems.png b/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_MultipleWithInitialItems.png deleted file mode 100644 index 506572ce67aa848376a8f95c01fc28657823c64a..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_MultipleWithInitialItems.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_Single.png b/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_Single.png deleted file mode 100644 index 79be53a5a52c6eb113446b39d1f77ddea9c325b8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/_ui/typeahead.stories.tsx_Single.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_ACompleter.png b/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_ACompleter.png deleted file mode 100644 index 5cd5e03110daa553251295c9a455658946766293..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_ACompleter.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_AideVisible.png b/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_AideVisible.png deleted file mode 100644 index 47673a0555bf8b6a0733e1477dea68623016e5e0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_AideVisible.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_FermeParDefaut.png b/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_FermeParDefaut.png deleted file mode 100644 index 118b96def05ff5a137af5a1b968b0ac9f4deb56f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_FermeParDefaut.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_OuvertParDefaut.png b/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_OuvertParDefaut.png deleted file mode 100644 index 7f497cfad0bbf326cae87ba5cca3dca276e689ab..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_OuvertParDefaut.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_Supprimable.png b/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_Supprimable.png deleted file mode 100644 index 1c39aa047c8e1ec742dca1f2cc9a43b43c4c514f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activite/preview.stories.ts_Supprimable.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_Both.png b/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_Both.png deleted file mode 100644 index 225f992342d3bebb490f1e91f2d6996fd9042440..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_Both.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_Default.png deleted file mode 100644 index 5e86d9d6af0ad1be21dd8d621d58584f2aacc24d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_WithActivitesAbsentes.png b/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_WithActivitesAbsentes.png deleted file mode 100644 index 95b2d4d5e15351295fc6099188aaee85e9d0e186..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_WithActivitesAbsentes.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_WithActivitesEnConstruction.png b/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_WithActivitesEnConstruction.png deleted file mode 100644 index 3f8833211df1a2abd08f5873a758a88f1c50a6d3..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/activites/activites-pills.stories.tsx_WithActivitesEnConstruction.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/administration.stories.tsx_Default.png deleted file mode 100644 index 589fa363358af3d3415e054a6d1ea43369ba57ed..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureAndModificationSurAdministrationVisible.png b/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureAndModificationSurAdministrationVisible.png deleted file mode 100644 index 49b8847395fd0727998e4ffbd7fec39ea9c0c7e1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureAndModificationSurAdministrationVisible.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureAndModificationVisible.png b/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureAndModificationVisible.png deleted file mode 100644 index de1d90d29745cd555a683fdc524aef7be4b4dadb..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureAndModificationVisible.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureVisible.png b/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureVisible.png deleted file mode 100644 index 21b291a5d5822b5699abf4b9b432ebbd3915b1fb..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/activites-types-emails.stories.tsx_EmailLectureVisible.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_Default.png deleted file mode 100644 index 8ddd3833a159ae86131cffce205db26e39ed6bf0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_Loading.png deleted file mode 100644 index 70884db38290bea9bc8d73cb1ced265c8be37864..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_error.png b/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_error.png deleted file mode 100644 index 2a56251811e34baf38016b4fcfa1345b43f6529d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/permissions.stories.tsx_error.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administration/titres-types.stories.tsx_ONF.png b/packages/ui/src/__image_snapshots__/components/administration/titres-types.stories.tsx_ONF.png deleted file mode 100644 index a1810c25344b1f358a7257800f7bdda801841a5d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administration/titres-types.stories.tsx_ONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/administrations.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/administrations.stories.tsx_Default.png deleted file mode 100644 index 311962a7f7dad08c2b2714063e21caea626fd070..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/administrations.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/content/about.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/content/about.stories.tsx_Default.png deleted file mode 100644 index 4380174c29fb4cd10f422c0e4de234d537f4b7d5..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/content/about.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/dgtm-stats-full.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/dashboard/dgtm-stats-full.stories.tsx_Loading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/dgtm-stats-full.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/dgtm-stats-full.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/dashboard/dgtm-stats-full.stories.tsx_WithError.png deleted file mode 100644 index bc953bd14f7bb041d26816498923a4566d23f7b6..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/dgtm-stats-full.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dgtm-stats.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-dgtm-stats.stories.tsx_Loading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dgtm-stats.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dgtm-stats.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-dgtm-stats.stories.tsx_WithError.png deleted file mode 100644 index 3a5e618f2566507cd55ac20bee3c9b2fedbd5fe3..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dgtm-stats.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_Loading.png deleted file mode 100644 index b31838ed23c7336339fd2eb74f612b7fde69cbea..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_Ok.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_Ok.png deleted file mode 100644 index 608245718989e5931da2986186ba5d6a7c755eef..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_Ok.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_OkWithoutBlockedTitres.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_OkWithoutBlockedTitres.png deleted file mode 100644 index 1cc254e889e16836f00e7a37e31a8a5421d7bec2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_OkWithoutBlockedTitres.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_WithError.png deleted file mode 100644 index 260e5f7ad97300ffa7b615799f421b0956895a09..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-dreal-dashboard.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_Loading.png deleted file mode 100644 index 36926aad09a8d776605f9e0cceaaf4e50a3a0995..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_Ok.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_Ok.png deleted file mode 100644 index 31e3ccb3f1756ce3c7c66930665951101c4a4c58..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_Ok.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithMultipleEntreprises.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithMultipleEntreprises.png deleted file mode 100644 index d4b5be9c13ff5c02db50746135126c69ccb4a252..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithMultipleEntreprises.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithoutActivities.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithoutActivities.png deleted file mode 100644 index 6581a129388bdca36ba4bf7602cc29fc8d75ee7d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithoutActivities.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithoutFiscalite.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithoutFiscalite.png deleted file mode 100644 index 8a4e5f90dd7738f6f3be97c84e93986d91345e45..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_OkWithoutFiscalite.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_WithError.png deleted file mode 100644 index 92371adb18990094b1805516e757d8ae472d29bb..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-entreprise-dashboard.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_Loading.png deleted file mode 100644 index b97ed091ddb163cc331547585badc0d2ff46f62a..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_Ok.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_Ok.png deleted file mode 100644 index 58265b5bb62e1a731034a0cbf2033e10a3f0082b..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_Ok.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_OkSansAttenteDeONF.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_OkSansAttenteDeONF.png deleted file mode 100644 index b2174e196b8b77fdb08a7fd873bcf69206f2e7ac..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_OkSansAttenteDeONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_WithError.png deleted file mode 100644 index 4994c1ebf183ee66952ba039e742ab0643626ce5..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-onf-dashboard.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_Loading.png deleted file mode 100644 index 099152ad173d7a4a4d734d8a1c052a4627af2492..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_Ok.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_Ok.png deleted file mode 100644 index 5d98cdf917cfd663d8040dd1e1ac4d10b1e684e9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_Ok.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_WithError.png deleted file mode 100644 index 17ce560aa5775ab7d10b7a152b568af3edcca3d2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/dashboard/pure-ptmg-dashboard.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_Complet.png b/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_Complet.png deleted file mode 100644 index 97afe3838212c168d116f95b6e5b1f3a1861c63c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_Complet.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_Loading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_NonConnecte.png b/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_NonConnecte.png deleted file mode 100644 index 75e64c8813ffca611ff9cfba9ca59e42b2aa04a1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise.stories.tsx_NonConnecte.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/add-entreprise-document-popup.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/entreprise/add-entreprise-document-popup.stories.tsx_Default.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/add-entreprise-document-popup.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/add-entreprise-document-popup.stories.tsx_TypeDeDocumentVerouille.png b/packages/ui/src/__image_snapshots__/components/entreprise/add-entreprise-document-popup.stories.tsx_TypeDeDocumentVerouille.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/add-entreprise-document-popup.stories.tsx_TypeDeDocumentVerouille.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/add-popup.stories.tsx_Super.png b/packages/ui/src/__image_snapshots__/components/entreprise/add-popup.stories.tsx_Super.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/add-popup.stories.tsx_Super.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/edit-popup.stories.tsx_Ok.png b/packages/ui/src/__image_snapshots__/components/entreprise/edit-popup.stories.tsx_Ok.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/edit-popup.stories.tsx_Ok.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/edit-popup.stories.tsx_Super.png b/packages/ui/src/__image_snapshots__/components/entreprise/edit-popup.stories.tsx_Super.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/edit-popup.stories.tsx_Super.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Guyane.png b/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Guyane.png deleted file mode 100644 index 8d705eef2df2b0c228866d5b2e5374322d2e9842..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Guyane.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_GuyaneAnneePrecedente.png b/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_GuyaneAnneePrecedente.png deleted file mode 100644 index 2bd1119c7b063838dc3faf9b544f304931705590..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_GuyaneAnneePrecedente.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Loading.png deleted file mode 100644 index 42d3b30abd69eaf48c82caddff17556451d2e05d..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Ok.png b/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Ok.png deleted file mode 100644 index f2a5a8f6fa2c3906ded3a43b4a17e15f83684cb5..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_Ok.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_WithError.png deleted file mode 100644 index b4bd5b6a084622d05522b498ab93b96211bc60b8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/entreprise-fiscalite.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/entreprise/remove-entreprise-document-popup.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/entreprise/remove-entreprise-document-popup.stories.tsx_Default.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/entreprise/remove-entreprise-document-popup.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Erreur.png b/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Erreur.png deleted file mode 100644 index bded27ce521215761ae0398800a1d895692e6f29..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Erreur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Info.png b/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Info.png deleted file mode 100644 index 80acad5cf378cdcf89f58f88c0a620b30222b9fd..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Info.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Success.png b/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Success.png deleted file mode 100644 index 85e68c2189039da18f92b463d2c185827454ce00..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Success.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Warning.png b/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Warning.png deleted file mode 100644 index abd05607865b29911bee276527a71b948e08a634..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/error.stories.tsx_Warning.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/autocomplete-entreprise.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/etape/autocomplete-entreprise.stories.tsx_Default.png deleted file mode 100644 index 79be53a5a52c6eb113446b39d1f77ddea9c325b8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/autocomplete-entreprise.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/autocomplete-entreprise.stories.tsx_WithEntitiesAlreadyPresent.png b/packages/ui/src/__image_snapshots__/components/etape/autocomplete-entreprise.stories.tsx_WithEntitiesAlreadyPresent.png deleted file mode 100644 index fbc3445a33e5748dde2f6954a547d83324b9e220..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/autocomplete-entreprise.stories.tsx_WithEntitiesAlreadyPresent.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmDemandeONF.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmDemandeONF.png deleted file mode 100644 index 9ef18fa4eee1f78f84ee46c68ec5a34cf348de00..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmDemandeONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmDemandeOperateur.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmDemandeOperateur.png deleted file mode 100644 index 64fd9afd41d1f2373484c75d318aa96b2876d5bb..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmDemandeOperateur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmJorfONF.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmJorfONF.png deleted file mode 100644 index dcefd65dd88af20b7073cab5f7c534101cf2ffbd..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_ArmJorfONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_AxmDemandeONF.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_AxmDemandeONF.png deleted file mode 100644 index 7523c6d3eb00260c1affec06f953768339d77824..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_AxmDemandeONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_PrmDemandeONF.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_PrmDemandeONF.png deleted file mode 100644 index 9538eb11b5f0dd766b04e7498e092ddd87e551b9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_PrmDemandeONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_PrmDeplacementDePerimetreONF.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_PrmDeplacementDePerimetreONF.png deleted file mode 100644 index c4a55595ae9dbdabb7c795b7c2012d6482b6d45c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales-edit.stories.ts_PrmDeplacementDePerimetreONF.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_FullCertain.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_FullCertain.png deleted file mode 100644 index b2a7597e4e6d68d384e4efefb184f25de9690ddd..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_FullCertain.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_FullIncertain.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_FullIncertain.png deleted file mode 100644 index 2c05fd683ca03e8be37748f6b3ca29c276535553..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_FullIncertain.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_Partiel.png b/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_Partiel.png deleted file mode 100644 index 816353f908d69ab0078d9bc74f4938be523529d0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/fondamentales.stories.tsx_Partiel.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_ArmUneEntrepriseJustificatifsComplet.png b/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_ArmUneEntrepriseJustificatifsComplet.png deleted file mode 100644 index f937cfc4ee8e4000772cd7de8353cc4ce7758759..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_ArmUneEntrepriseJustificatifsComplet.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_ArmUneEntrepriseSansJustificatifs.png b/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_ArmUneEntrepriseSansJustificatifs.png deleted file mode 100644 index 805e5b85dcee8d0c88ac15e8a5e34287a96119a3..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_ArmUneEntrepriseSansJustificatifs.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_AxmDeuxEntreprisesJustificatifsComplet.png b/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_AxmDeuxEntreprisesJustificatifsComplet.png deleted file mode 100644 index 964e8a2ad87d02f9136906496f2fbf418ccb6e9a..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_AxmDeuxEntreprisesJustificatifsComplet.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_Loading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/justificatifs-edit.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/perimetre.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/etape/perimetre.stories.tsx_Default.png deleted file mode 100644 index 91aee5ce8737078cf70f3f224477eebd9d44f605..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/perimetre.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/perimetre.stories.tsx_Incertain.png b/packages/ui/src/__image_snapshots__/components/etape/perimetre.stories.tsx_Incertain.png deleted file mode 100644 index f7021da5c45c25a8e91998b46e1df7de793f2b76..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/perimetre.stories.tsx_Incertain.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Empty.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Full.png b/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Full.png deleted file mode 100644 index 6b32b41babcbed19ee4c942f0f6dbb3c019c0b24..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Full.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Mois.png b/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Mois.png deleted file mode 100644 index 67bd52100839683d400e71c0a2eb9928088a6700..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_Mois.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_OneYear.png b/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_OneYear.png deleted file mode 100644 index 160aff2d3e7368f04a3ad461c856f403663bb500..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_OneYear.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_TwoYears.png b/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_TwoYears.png deleted file mode 100644 index 49811147974018d5b25bb4e3c4f909060a24acb9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/prop-duree.stories.tsx_TwoYears.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_CompletudeDeLaDemandeComplete.png b/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_CompletudeDeLaDemandeComplete.png deleted file mode 100644 index a714b82d5e5c7dddbcba1e276014bfc9cb5442dc..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_CompletudeDeLaDemandeComplete.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_CompletudeDeLaDemandeImcomplete.png b/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_CompletudeDeLaDemandeImcomplete.png deleted file mode 100644 index 8bd3ad218d17e37d3a0df5a2193450dfd8aa8494..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_CompletudeDeLaDemandeImcomplete.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_DemandeEnConstructionComplete.png b/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_DemandeEnConstructionComplete.png deleted file mode 100644 index 67e14055edffc5a66a1e3103e8baf606f9a98a79..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_DemandeEnConstructionComplete.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_DemandeEnConstructionIncomplete.png b/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_DemandeEnConstructionIncomplete.png deleted file mode 100644 index b6b82b14eaca84ad68c70eb83396b3205f441f91..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_DemandeEnConstructionIncomplete.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_SansMessage.png b/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_SansMessage.png deleted file mode 100644 index 1021733fc4d72a1600ae8ae8beb15cb6e5d38259..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/pure-form-save-btn.stories.ts_SansMessage.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/substances-edit.stories.ts_AvecHeritage.png b/packages/ui/src/__image_snapshots__/components/etape/substances-edit.stories.ts_AvecHeritage.png deleted file mode 100644 index 8945b78fc15c8cecba52790644c633648182fc3b..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/substances-edit.stories.ts_AvecHeritage.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/substances-edit.stories.ts_SansHeritage.png b/packages/ui/src/__image_snapshots__/components/etape/substances-edit.stories.ts_SansHeritage.png deleted file mode 100644 index 7296d52c7602737fcce670ece32e1b34a5d70633..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/substances-edit.stories.ts_SansHeritage.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeAvecUnSeulStatut.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeAvecUnSeulStatut.png deleted file mode 100644 index 43cb6b958bf7b5bab43e020728e5fc5c4f6d5113..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeAvecUnSeulStatut.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeEnConstruction.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeEnConstruction.png deleted file mode 100644 index a6f98c953f9e7b471b1b631ee87692b5b46f74e7..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeEnConstruction.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeSansStatut.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeSansStatut.png deleted file mode 100644 index 0a72503ce7e4bc3ca4a31bb0dd544b349e8d3f56..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_DemandeSansStatut.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Empty.png deleted file mode 100644 index fb359c238d9a70b9b9ace42f2c91e2d462524bc6..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Loading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_NouvelleDemande.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_NouvelleDemande.png deleted file mode 100644 index a6f98c953f9e7b471b1b631ee87692b5b46f74e7..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_NouvelleDemande.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Simple.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Simple.png deleted file mode 100644 index 8e09d865c1004550f4f357e30a83364008d4a406..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_Simple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_WithError.png deleted file mode 100644 index 80e9c38c157fd8647a71468e6fbc520011f711cb..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/etape/type-edit.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/footer.stories.tsx_AvecNewsletter.png b/packages/ui/src/__image_snapshots__/components/page/footer.stories.tsx_AvecNewsletter.png deleted file mode 100644 index 8f9160d09a4b3085d3254a7f8c01600b635ef1df..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/footer.stories.tsx_AvecNewsletter.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/footer.stories.tsx_SansNewsletter.png b/packages/ui/src/__image_snapshots__/components/page/footer.stories.tsx_SansNewsletter.png deleted file mode 100644 index a8d02f03b0f3eebc1f0c0276a7b2fbe3b3b457da..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/footer.stories.tsx_SansNewsletter.png and /dev/null differ diff --git "a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_Abonn\303\251.png" "b/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_Abonn\303\251.png" deleted file mode 100644 index 85de549a1595d46282e617e4fc9c39131760f239..0000000000000000000000000000000000000000 Binary files "a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_Abonn\303\251.png" and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_EnCours.png b/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_EnCours.png deleted file mode 100644 index c814bd2e6ce1e1b840b81a555d60a96bf7407ac8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_EnCours.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_Error.png b/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_Error.png deleted file mode 100644 index 79828d022119ce6fa92cc6570e9be6278c4ed77f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_Error.png and /dev/null differ diff --git "a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_NonAbonn\303\251.png" "b/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_NonAbonn\303\251.png" deleted file mode 100644 index 85de549a1595d46282e617e4fc9c39131760f239..0000000000000000000000000000000000000000 Binary files "a/packages/ui/src/__image_snapshots__/components/page/footer/newsletter-form.stories.tsx_NonAbonn\303\251.png" and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Admin.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Admin.png deleted file mode 100644 index 2867ee009f885275940232161d176bd55e5dd9b0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Admin.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_BureauDEtudes.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_BureauDEtudes.png deleted file mode 100644 index 9c313f70893ab4466ea1025167a3a013727499a0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_BureauDEtudes.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Deconnecte.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Deconnecte.png deleted file mode 100644 index 481bba6a97ed525d8ae9093815b8401670d3883e..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Deconnecte.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Defaut.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Defaut.png deleted file mode 100644 index d2383bcd56e1321357be0ee3cfe896de361ed86f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Defaut.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Editeur.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Editeur.png deleted file mode 100644 index 2867ee009f885275940232161d176bd55e5dd9b0..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Editeur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Entreprise.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Entreprise.png deleted file mode 100644 index 05da26f0138f131370c4c586a6bb0c901ce903e2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Entreprise.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Lecteur.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Lecteur.png deleted file mode 100644 index 50e6450e7c6d2c690431e8af2359fb9e98f2cda7..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Lecteur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Super.png b/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Super.png deleted file mode 100644 index 136ef49a1f9e510915ff12edaff6f7bb42e266e4..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/header.stories.tsx_Super.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/quick-access-titre.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/page/quick-access-titre.stories.tsx_Empty.png deleted file mode 100644 index 2dd91d6d0edb7940c775f350aa503a93c11c6529..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/quick-access-titre.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/page/quick-access-titre.stories.tsx_Simple.png b/packages/ui/src/__image_snapshots__/components/page/quick-access-titre.stories.tsx_Simple.png deleted file mode 100644 index 2dd91d6d0edb7940c775f350aa503a93c11c6529..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/page/quick-access-titre.stories.tsx_Simple.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/statistiques/granulats-marins.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/statistiques/granulats-marins.stories.tsx_Loading.png deleted file mode 100644 index 620cfeca64e1b2e9f455144dfd2f312cba1fcabb..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/statistiques/granulats-marins.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/statistiques/granulats-marins.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/statistiques/granulats-marins.stories.tsx_WithError.png deleted file mode 100644 index cce09f41efc17f562554cdd0f16a0dc248862da2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/statistiques/granulats-marins.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/statistiques/guyane.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/statistiques/guyane.stories.tsx_Loading.png deleted file mode 100644 index b7cb0d4f4ddd76089544033c7482da117864d40f..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/statistiques/guyane.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/statistiques/guyane.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/statistiques/guyane.stories.tsx_WithError.png deleted file mode 100644 index f706e725bdd2054ce5122a1bafa018e4f3659e5a..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/statistiques/guyane.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/statistiques/mineraux-metaux-metropole.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/statistiques/mineraux-metaux-metropole.stories.tsx_Loading.png deleted file mode 100644 index 76d8c01927406144010cb0559111b2f49763b809..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/statistiques/mineraux-metaux-metropole.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/statistiques/mineraux-metaux-metropole.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/statistiques/mineraux-metaux-metropole.stories.tsx_WithError.png deleted file mode 100644 index 94e0a8c8f769c51a50f3100ef82e69aecbe67b48..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/statistiques/mineraux-metaux-metropole.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/administration.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/titre/administration.stories.tsx_Default.png deleted file mode 100644 index 55e104c0a39af4e6cc39011c5828ab42751db7d1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/administration.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/administration.stories.tsx_WithServiceAndEmail.png b/packages/ui/src/__image_snapshots__/components/titre/administration.stories.tsx_WithServiceAndEmail.png deleted file mode 100644 index b13c969b7bce92ed975069bd52e1d7c3a1706c8e..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/administration.stories.tsx_WithServiceAndEmail.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/demarche-edit-popup.stories.tsx_Create.png b/packages/ui/src/__image_snapshots__/components/titre/demarche-edit-popup.stories.tsx_Create.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/demarche-edit-popup.stories.tsx_Create.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/demarche-edit-popup.stories.tsx_Edit.png b/packages/ui/src/__image_snapshots__/components/titre/demarche-edit-popup.stories.tsx_Edit.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/demarche-edit-popup.stories.tsx_Edit.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/demarche-remove-popup.stories.tsx_Main.png b/packages/ui/src/__image_snapshots__/components/titre/demarche-remove-popup.stories.tsx_Main.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/demarche-remove-popup.stories.tsx_Main.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/edit-popup.stories.tsx_DefaultNoReference.png b/packages/ui/src/__image_snapshots__/components/titre/edit-popup.stories.tsx_DefaultNoReference.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/edit-popup.stories.tsx_DefaultNoReference.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/edit-popup.stories.tsx_OneReference.png b/packages/ui/src/__image_snapshots__/components/titre/edit-popup.stories.tsx_OneReference.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/edit-popup.stories.tsx_OneReference.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/entreprise.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/titre/entreprise.stories.tsx_Default.png deleted file mode 100644 index 49ccffcc37eb1d2ad3300a3b87bd90db3e18acc8..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/entreprise.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/entreprise.stories.tsx_WithoutOptionalProps.png b/packages/ui/src/__image_snapshots__/components/titre/entreprise.stories.tsx_WithoutOptionalProps.png deleted file mode 100644 index 1bdde97b58006e08bf3602a96bdf80a3447e67e3..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/entreprise.stories.tsx_WithoutOptionalProps.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_AbonneAuTitre.png b/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_AbonneAuTitre.png deleted file mode 100644 index fdfc95a5f751068b36eab6da03f7272f73b3c2b2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_AbonneAuTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_CanDeleteTitre.png b/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_CanDeleteTitre.png deleted file mode 100644 index 86563d079fbc6cadcbb252bd67aa050141ad6d77..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_CanDeleteTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_CanEditTitre.png b/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_CanEditTitre.png deleted file mode 100644 index ec091196926598194815f20da06c738e97721796..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_CanEditTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_Default.png deleted file mode 100644 index ab2e45f849444aaa131fef67c4c6392fc20b5276..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/header.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/infos.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/titre/infos.stories.tsx_Default.png deleted file mode 100644 index 3fe8048b6bc1337c5f924f61111bf8df2dcd7884..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/infos.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/infos.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/titre/infos.stories.tsx_Empty.png deleted file mode 100644 index e461ca6e9aae571982a94c06581509df4f5d19b2..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/infos.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/remove-popup.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/titre/remove-popup.stories.tsx_Default.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/remove-popup.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/repertoire.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/titre/repertoire.stories.tsx_Default.png deleted file mode 100644 index 21ce5451cb758af6ac455aa2beba426dbfc5ff00..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/repertoire.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/repertoire.stories.tsx_Super.png b/packages/ui/src/__image_snapshots__/components/titre/repertoire.stories.tsx_Super.png deleted file mode 100644 index 6f4037139bed46fdaf676655cb25a6d1e89e7259..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/repertoire.stories.tsx_Super.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_All.png b/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_All.png deleted file mode 100644 index 4d2b356f635d4d831dca3f21e8efab6ee3639692..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_All.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_Empty.png b/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_Empty.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_Empty.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlyForets.png b/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlyForets.png deleted file mode 100644 index e00e55eb16f0a2ccc2be16e8849baddc744695dd..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlyForets.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySdomZones.png b/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySdomZones.png deleted file mode 100644 index f0f26c11a07bbfaff3d6db37e68f91a579a3988c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySdomZones.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySecteursMaritimes.png b/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySecteursMaritimes.png deleted file mode 100644 index 419687e54a6d8bc500745bcc9280ca759922fcf9..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySecteursMaritimes.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySurface.png b/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySurface.png deleted file mode 100644 index 98c7fcd2131e618a3d9c8f3a391b1328f70e4506..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/territoires.stories.tsx_OnlySurface.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_AxmWithAlreadySelectedTitre.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_AxmWithAlreadySelectedTitre.png deleted file mode 100644 index 5ddf35a22492be9d7767ee201b3bc4e84501ba69..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_AxmWithAlreadySelectedTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_DefautCantUpdateLinks.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_DefautCantUpdateLinks.png deleted file mode 100644 index 5ddf35a22492be9d7767ee201b3bc4e84501ba69..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_DefautCantUpdateLinks.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_FusionWithAlreadySelectedTitre.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_FusionWithAlreadySelectedTitre.png deleted file mode 100644 index da74cbc633d6a3a2353c3451deb4397a20e94da4..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_FusionWithAlreadySelectedTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_TitreWithTitreLinksLoading.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_TitreWithTitreLinksLoading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link-form.stories.tsx_TitreWithTitreLinksLoading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_AXM.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_AXM.png deleted file mode 100644 index 0f1369d1e3438afe9cce1523e1f09f6478df5328..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_AXM.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_AXMWithAlreadySelectedTitre.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_AXMWithAlreadySelectedTitre.png deleted file mode 100644 index 0f1369d1e3438afe9cce1523e1f09f6478df5328..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_AXMWithAlreadySelectedTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_DemarcheFusion.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_DemarcheFusion.png deleted file mode 100644 index f81b1aeb3b2bd4cc6a096e2f8a783037a9b80943..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_DemarcheFusion.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_DemarcheFusionWithAlreadySelectedTitre.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_DemarcheFusionWithAlreadySelectedTitre.png deleted file mode 100644 index ddaca3759d78fe516a3fba4810b376b01db7a881..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_DemarcheFusionWithAlreadySelectedTitre.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_Loading.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_Loading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_WithError.png b/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_WithError.png deleted file mode 100644 index a12470fc7c1cc493064a08b79c5ec8836353be76..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/titre/titres-link.stories.tsx_WithError.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/user/button.stories.tsx_Connected.png b/packages/ui/src/__image_snapshots__/components/user/button.stories.tsx_Connected.png deleted file mode 100644 index b7621088d4a7ad9d9b3f65093232802385fd5ce1..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/user/button.stories.tsx_Connected.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/user/button.stories.tsx_NotConnected.png b/packages/ui/src/__image_snapshots__/components/user/button.stories.tsx_NotConnected.png deleted file mode 100644 index 64655fc6abf492e54263c918a6898eedbf232f61..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/user/button.stories.tsx_NotConnected.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_AnotherUser.png b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_AnotherUser.png index 199094a938380feedb605b5f08c1d1e4b687e632..f7fbb2af5c9aa833cf30905a1588ad21917fa09a 100644 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_AnotherUser.png and b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_AnotherUser.png differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_Loading.png b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_Loading.png index 9054b4f8a8ac73a0ae5695a507e251a606b4b7ac..a10365c3923da768aae916254a3111378ae2a798 100644 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_Loading.png and b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_Loading.png differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_MySelf.png b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_MySelf.png index aa93ff02d380b7c63753e2cad149c1a33e1c0bf0..51a556b8a3bda8d591ea9e86eaa3c99bb9af6002 100644 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_MySelf.png and b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_MySelf.png differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_error.png b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_error.png index dcdadbf49d1034a643837f202468d3cfb4169ebd..b5610df59d4c5863465b6710c4fec8b7e3dc4be5 100644 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_error.png and b/packages/ui/src/__image_snapshots__/components/utilisateur.stories.tsx_error.png differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_Default.png deleted file mode 100644 index d2c42524fca8824ea0d88a82bac2ad65587bd4ae..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_Entreprise.png b/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_Entreprise.png deleted file mode 100644 index 6f302fb7054fc9a1cebf502a0fa2426695dee988..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_Entreprise.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_EntrepriseLoading.png b/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_EntrepriseLoading.png deleted file mode 100644 index a8908373f1bca05616abe827e60f8a69e7676f43..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_EntrepriseLoading.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_UserAdminCanEditDefautIntoLecteur.png b/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_UserAdminCanEditDefautIntoLecteur.png deleted file mode 100644 index d2c42524fca8824ea0d88a82bac2ad65587bd4ae..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur/permission-edit.stories.tsx_UserAdminCanEditDefautIntoLecteur.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur/qgis-token.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/utilisateur/qgis-token.stories.tsx_Default.png deleted file mode 100644 index 20eb33c8a9fd2b38f32463e0785150ff7efb276c..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur/qgis-token.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__image_snapshots__/components/utilisateur/remove-popup.stories.tsx_Default.png b/packages/ui/src/__image_snapshots__/components/utilisateur/remove-popup.stories.tsx_Default.png deleted file mode 100644 index c53502031f31e98bf0d3e31e6fc1826ac7d56a65..0000000000000000000000000000000000000000 Binary files a/packages/ui/src/__image_snapshots__/components/utilisateur/remove-popup.stories.tsx_Default.png and /dev/null differ diff --git a/packages/ui/src/__snapshots__/storybook.spec.ts.snap b/packages/ui/src/__snapshots__/storybook.spec.ts.snap deleted file mode 100644 index ce820222a54411ee82a3e7c382a2a011f39b7945..0000000000000000000000000000000000000000 --- a/packages/ui/src/__snapshots__/storybook.spec.ts.snap +++ /dev/null @@ -1,16639 +0,0 @@ -// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html - -exports[`Storybook Tests > 'Components/Activite/Preview' > 'ACompleter' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg\\" sub=\\"true\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h5><span class=\\"cap-first\\"><span>année</span> 2022</span></h5> - <div class=\\"flex\\"> - <h3 class=\\"mb-s\\"><span class=\\"cap-first\\">Gra</span></h3> - <!--v-if--> - </div> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s mb-xs\\">En construction (incomplet)</div> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"> - <!--v-if--> - <div class=\\"flex\\"><button class=\\"cmn-activite-btn-remplir btn small flex py-s px-m rnd-0 mr-px\\"> - <div class=\\"my-xxs\\">Compléter…</div> - </button><button class=\\"cmn-activite-btn-depose btn btn-primary small flex rnd-0 disabled\\" disabled=\\"\\"><span class=\\"mt-xxs mb-xxs\\">Déposer…</span></button></div><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button> - </div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div> - <!-- eslint-disable vue/no-v-html --> - <div class=\\"border-b-s px-m pt-m\\"> - <div class=\\"h6\\">description du type</div> - </div> - <div class=\\"border-b-s px-m pt-m\\"> - <h5> Date de modification</h5> - <p>01-01-2022</p> - </div> - <!--v-if--> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activite/Preview' > 'AideVisible' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg\\" sub=\\"true\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h5><span class=\\"cap-first\\"><span>année</span> 2022</span></h5> - <div class=\\"flex\\"> - <h3 class=\\"mb-s\\"><span class=\\"cap-first\\">Gra</span></h3> - <div class=\\"_tooltip_4f6ea8 ml-m\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Si votre déclaration est complète, cliquez sur déposer. Cliquez sur le crayon pour modifier.</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"help\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-help\\"></use> - </svg> - </div> - </div> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s mb-xs\\">En construction</div> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"> - <!--v-if--> - <div class=\\"flex\\"><button class=\\"cmn-activite-btn-remplir btn small flex py-s px-m rnd-0 mr-px\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button><button class=\\"cmn-activite-btn-depose btn btn-primary small flex rnd-0\\"><span class=\\"mt-xxs mb-xxs\\">Déposer…</span></button></div><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button> - </div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div> - <!-- eslint-disable vue/no-v-html --> - <div class=\\"border-b-s px-m pt-m\\"> - <div class=\\"h6\\">description du type</div> - </div> - <div class=\\"border-b-s px-m pt-m\\"> - <h5> Date de modification</h5> - <p>01-01-2022</p> - </div> - <!--v-if--> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activite/Preview' > 'FermeParDefaut' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg\\" sub=\\"true\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h5><span class=\\"cap-first\\"><span>année</span> 2022</span></h5> - <div class=\\"flex\\"> - <h3 class=\\"mb-s\\"><span class=\\"cap-first\\">Gra</span></h3> - <!--v-if--> - </div> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s mb-xs\\">Cloturé</div> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div> - <!-- eslint-disable vue/no-v-html --> - <div class=\\"border-b-s px-m pt-m\\"> - <div class=\\"h6\\">description du type</div> - </div> - <div class=\\"border-b-s px-m pt-m\\"> - <h5> Date de modification</h5> - <p>01-01-2022</p> - </div> - <!--v-if--> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activite/Preview' > 'OuvertParDefaut' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg\\" sub=\\"true\\"> - <div class=\\"accordion-header flex rnd-t-s border-b-s\\"> - <div class=\\"py-s px-m\\"> - <h5><span class=\\"cap-first\\"><span>année</span> 2022</span></h5> - <div class=\\"flex\\"> - <h3 class=\\"mb-s\\"><span class=\\"cap-first\\">Gra</span></h3> - <!--v-if--> - </div> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s mb-xs\\">Cloturé</div> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><button class=\\"btn-alt py-s px-m\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-haut\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-haut\\"></use> - </svg></button></div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div> - <div> - <!-- eslint-disable vue/no-v-html --> - <div class=\\"border-b-s px-m pt-m\\"> - <div class=\\"h6\\">description du type</div> - </div> - <div class=\\"border-b-s px-m pt-m\\"> - <h5> Date de modification</h5> - <p>01-01-2022</p> - </div> - <!--v-if--> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activite/Preview' > 'Supprimable' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg\\" sub=\\"true\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h5><span class=\\"cap-first\\"><span>année</span> 2022</span></h5> - <div class=\\"flex\\"> - <h3 class=\\"mb-s\\"><span class=\\"cap-first\\">Gra</span></h3> - <!--v-if--> - </div> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s mb-xs\\">En construction (incomplet)</div> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><button class=\\"cmn-activite-btn-supprimer btn small py-s px-m flex mr-px\\" title=\\"supprimer l'activité'\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button> - <div class=\\"flex\\"><button class=\\"cmn-activite-btn-remplir btn small flex py-s px-m rnd-0 mr-px\\"> - <div class=\\"my-xxs\\">Compléter…</div> - </button><button class=\\"cmn-activite-btn-depose btn btn-primary small flex rnd-0 disabled\\" disabled=\\"\\"><span class=\\"mt-xxs mb-xxs\\">Déposer…</span></button></div><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button> - </div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div> - <!-- eslint-disable vue/no-v-html --> - <div class=\\"border-b-s px-m pt-m\\"> - <div class=\\"h6\\">description du type</div> - </div> - <div class=\\"border-b-s px-m pt-m\\"> - <h5> Date de modification</h5> - <p>01-01-2022</p> - </div> - <!--v-if--> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activites/Pills' > 'Both' 1`] = `"<div class=\\"mb--s\\"><span class=\\"mr-xs inline-block\\"><div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">12</div></span><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">2</div></span></div>"`; - -exports[`Storybook Tests > 'Components/Activites/Pills' > 'Default' 1`] = ` -"<div class=\\"mb--s\\"> - <!----> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activites/Pills' > 'WithActivitesAbsentes' 1`] = ` -"<div class=\\"mb--s\\"><span class=\\"mr-xs inline-block\\"><div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">2</div></span> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Activites/Pills' > 'WithActivitesEnConstruction' 1`] = ` -"<div class=\\"mb--s\\"> - <!----><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">2</div></span> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration' > 'Default' 1`] = ` -"<div> - <h5>Administration</h5> - <h1>BRGM</h1> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb-xxl\\"> - <div class=\\"py-s px-m border-b-s\\"><span class=\\"cap-first\\">Bureau de recherches géologiques et minières</span></div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m border-b-s\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Type</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\">Opérateur</p> - </div> - </div> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>3 avenue Claude-Guillemin<span><br>BP 36009</span><br>45060Orléans</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><span>02 38 64 34 34</span></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><span>–</span></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Site</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"https://www.brgm.fr/\\" class=\\"btn small bold py-xs px-s rnd\\">https://www.brgm.fr/</a></p> - </div> - </div> - <!----> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"></div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"h6 mb\\">Un utilisateur d'une <b>administration locale</b> peut créer et modifier le contenu des titres du territoire concerné.</p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <div class=\\"line-neutral width-full mb-xxl\\"></div> - <h2>Utilisateurs</h2> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0\\">Prénom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Email - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0\\">Rôle - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Lien - <!----> - </button></div> - </div><a to=\\"{name:utilisateur,params:{id:jeanmichel}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-6\\"><span class=\\"\\">Michel</span></div> - <div class=\\"td min-width-6\\"><span class=\\"\\">Jean</span></div> - <div class=\\"td \\"><span class=\\"h6\\">jean.michel@gmail.com</span></div> - <div class=\\"td min-width-6\\"><span class=\\"bg-neutral color-bg pill py-xs px-s small bold\\">super</span></div> - <div class=\\"td min-width-6\\"><span class=\\"\\"></span></div> - </a> - </div> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb-xxl\\"></div> - <h2>Emails</h2> - <div class=\\"mb-xxl\\"> - <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"h6\\"> - <p>Lors d’un dépôt d’une activité d’un type en particulier<span><strong> si la production annuelle est non nulle</strong></span>, quels sont les emails à notifier ?</p> - </div> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Type d'activité</th> - <th>Email</th> - <th>Actions</th> - </tr> - <tr> - <td><select class=\\"py-xs px-s mr-s mt-xs\\"> - <option value=\\"gra\\">Rapport d'exploitation (permis et concessions M) (GRA)</option> - <option value=\\"grp\\">Rapport trimestriel d'exploitation d'or en Guyane (GRP)</option> - <option value=\\"grx\\">Rapport d'exploitation (autorisations M) (GRX)</option> - <option value=\\"pma\\">Rapport d’intensité d’exploration (PMA)</option> - <option value=\\"pmb\\">Rapport financier d'exploration (PMB)</option> - <option value=\\"pmc\\">Rapport environnemental d'exploration (PMC)</option> - <option value=\\"pmd\\">Rapport social et économique d'exploration (PMD)</option> - <option value=\\"wrp\\">Rapport d'exploitation (permis et concessions W) (WRP)</option> - </select></td> - <td><input type=\\"email\\" class=\\"py-xs mt-xs\\" placeholder=\\"Email\\"></td> - <td><button class=\\"py-s px-m btn rnd-xs p-s\\" disabled=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></td> - </tr> - <tr> - <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> - <td>toto@toto.com</td> - <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <div class=\\"line-neutral width-full mb-xxl\\"></div> - <h2>Permissions</h2> - <div> - <div class=\\"mb-xxl\\"> - <h3>Administration gestionnaire ou associée</h3> - <div class=\\"h6\\"> - <ul class=\\"list-prefix\\"> - <li>Un utilisateur d'une <b>administration gestionnaire</b> peut créer et modifier les titres et leur contenu.</li> - <li>Un utilisateur d'une <b>administration associée</b> peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres.</li> - </ul> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Gestionnaire</th> - <th>Associée</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-c inline-block small bold color-bg pill py-xs px-s mono mt-s\\">C</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">permis exclusif de carrières</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de l'édition des titres, démarches et étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut :</p> - <ul class=\\"list-prefix mb-s\\"> - <li>Un utilisateur d'une administration gestionnaire peut modifier les titres, démarches et étapes.</li> - <li>Un utilisateur d'une administration locale peut modifier les démarches et étapes.</li> - </ul> - <p>Restreint ces droits par domaine / type de titre / statut de titre.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Statut de titre</th> - <th>Titres</th> - <th>Démarches</th> - <th>Étapes</th> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de la visibilité, édition et création des étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut, un utilisateur d'une administration gestionnaire ou locale peut voir, modifier et créer des étapes des titre.</p> - <p>Restreint ces droits par domaine / type de titre / type d'étape.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Type d'étape</th> - <th>Visibilité</th> - <th>Modification</th> - <th>Création</th> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restriction de la visibilité et de l'édition des activités</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut, un utilisateur d'une administration gestionnaire ou locale peut voir et modifier les activités des titres.</p> - <p>Restreint ces droits par type d'étape.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Type d'activité</th> - <th>Visibilité</th> - <th>Modification</th> - </tr> - <tr> - <td><span class=\\"cap-first\\">rapport d'exploitation (permis et concessions M) (GRA)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/ActivitesTy…' > 'EmailLectureAndModificationSurAdminis…' 1`] = ` -"<div class=\\"mb-xxl\\"> - <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"h6\\"> - <p>Lors d’un dépôt d’une activité d’un type en particulier - <!---->, quels sont les emails à notifier ? - </p> - </div> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Type d'activité</th> - <th>Email</th> - <th>Actions</th> - </tr> - <tr> - <td><select class=\\"py-xs px-s mr-s mt-xs\\"> - <option value=\\"gra\\">Rapport d'exploitation (permis et concessions M) (GRA)</option> - <option value=\\"grp\\">Rapport trimestriel d'exploitation d'or en Guyane (GRP)</option> - <option value=\\"grx\\">Rapport d'exploitation (autorisations M) (GRX)</option> - <option value=\\"pma\\">Rapport d’intensité d’exploration (PMA)</option> - <option value=\\"pmb\\">Rapport financier d'exploration (PMB)</option> - <option value=\\"pmc\\">Rapport environnemental d'exploration (PMC)</option> - <option value=\\"pmd\\">Rapport social et économique d'exploration (PMD)</option> - <option value=\\"wrp\\">Rapport d'exploitation (permis et concessions W) (WRP)</option> - </select></td> - <td><input type=\\"email\\" class=\\"py-xs mt-xs\\" placeholder=\\"Email\\"></td> - <td><button class=\\"py-s px-m btn rnd-xs p-s\\" disabled=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></td> - </tr> - <tr> - <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> - <td>foo@bar.co</td> - <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button></td> - </tr> - <tr> - <td><span class=\\"cap-first\\">Rapport d’intensité d’exploration (PMA)</span></td> - <td>toto@tata.com</td> - <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button></td> - </tr> - </table> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/ActivitesTy…' > 'EmailLectureAndModificationVisible' 1`] = ` -"<div class=\\"mb-xxl\\"> - <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"h6\\"> - <p>Lors d’un dépôt d’une activité d’un type en particulier<span><strong> si la production annuelle est non nulle</strong></span>, quels sont les emails à notifier ?</p> - </div> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Type d'activité</th> - <th>Email</th> - <th>Actions</th> - </tr> - <tr> - <td><select class=\\"py-xs px-s mr-s mt-xs\\"> - <option value=\\"gra\\">Rapport d'exploitation (permis et concessions M) (GRA)</option> - <option value=\\"grp\\">Rapport trimestriel d'exploitation d'or en Guyane (GRP)</option> - <option value=\\"grx\\">Rapport d'exploitation (autorisations M) (GRX)</option> - <option value=\\"pma\\">Rapport d’intensité d’exploration (PMA)</option> - <option value=\\"pmb\\">Rapport financier d'exploration (PMB)</option> - <option value=\\"pmc\\">Rapport environnemental d'exploration (PMC)</option> - <option value=\\"pmd\\">Rapport social et économique d'exploration (PMD)</option> - <option value=\\"wrp\\">Rapport d'exploitation (permis et concessions W) (WRP)</option> - </select></td> - <td><input type=\\"email\\" class=\\"py-xs mt-xs\\" placeholder=\\"Email\\"></td> - <td><button class=\\"py-s px-m btn rnd-xs p-s\\" disabled=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></td> - </tr> - <tr> - <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> - <td>foo@bar.co</td> - <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button></td> - </tr> - <tr> - <td><span class=\\"cap-first\\">Rapport d’intensité d’exploration (PMA)</span></td> - <td>toto@tata.com</td> - <td><button class=\\"btn-border py-s px-m my--xs rnd-xs flex-right\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button></td> - </tr> - </table> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/ActivitesTy…' > 'EmailLectureVisible' 1`] = ` -"<div class=\\"mb-xxl\\"> - <h3>Emails à notifier lors du dépôt d’un type d’activité</h3> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"h6\\"> - <p>Lors d’un dépôt d’une activité d’un type en particulier<span><strong> si la production annuelle est non nulle</strong></span>, quels sont les emails à notifier ?</p> - </div> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Type d'activité</th> - <th>Email</th> - <!----> - </tr> - <!----> - <tr> - <td><span class=\\"cap-first\\">Rapport d'exploitation (autorisations M) (GRX)</span></td> - <td>foo@bar.co</td> - <!----> - </tr> - <tr> - <td><span class=\\"cap-first\\">Rapport d’intensité d’exploration (PMA)</span></td> - <td>toto@tata.com</td> - <!----> - </tr> - </table> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/Permissions' > 'Default' 1`] = ` -"<div> - <div class=\\"mb-xxl\\"> - <h3>Administration gestionnaire ou associée</h3> - <div class=\\"h6\\"> - <ul class=\\"list-prefix\\"> - <li>Un utilisateur d'une <b>administration gestionnaire</b> peut créer et modifier les titres et leur contenu.</li> - <li>Un utilisateur d'une <b>administration associée</b> peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres.</li> - </ul> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Gestionnaire</th> - <th>Associée</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation de recherches</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation d'exploitation</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de l'édition des titres, démarches et étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut :</p> - <ul class=\\"list-prefix mb-s\\"> - <li>Un utilisateur d'une administration gestionnaire peut modifier les titres, démarches et étapes.</li> - <li>Un utilisateur d'une administration locale peut modifier les démarches et étapes.</li> - </ul> - <p>Restreint ces droits par domaine / type de titre / statut de titre.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Statut de titre</th> - <th>Titres</th> - <th>Démarches</th> - <th>Étapes</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de la visibilité, édition et création des étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut, un utilisateur d'une administration gestionnaire ou locale peut voir, modifier et créer des étapes des titre.</p> - <p>Restreint ces droits par domaine / type de titre / type d'étape.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Type d'étape</th> - <th>Visibilité</th> - <th>Modification</th> - <th>Création</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">classement sans suite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">expertise DREAL ou DGTM service eau</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">expertise DGTM service prévention des risques et industries extractives (DATE)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">complétude de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">recevabilité de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">enregistrement de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (avis de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">note interne signalée</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (avis de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">saisine de la commission des autorisations de recherches minières (CARM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de direction régionale des affaires culturelles</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction d'alimentation de l'agriculture et de la forêt</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">abrogation de la décision</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis DGTM service milieux naturels, biodiversité, sites et paysages (MNBST)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction des entreprises, de la concurrence, de la consommation, du travail et de l'emploi</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction régionale des finances publiques</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la gendarmerie nationale</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis d'un maire</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision du juge administratif</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">Avis et rapport du directeur régional chargé de l'environnement, de l'aménagement et du logement</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'état major orpaillage et pêche illicite (EMOPI)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la commission départementale des mines (CDM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'agence régionale de santé</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision du propriétaire du sol</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la caisse générale de sécurité sociale</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis DGTM service aménagement, urbanisme, construction, logement (AUCL)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">confirmation de l'accord du propriétaire du sol</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">classement sans suite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">désistement du demandeur</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision de l'administration</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision implicite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">expertise de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">informations historiques incomplètes</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande de compléments (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande de compléments</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">recevabilité de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">dépôt de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">enregistrement de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (avis du DREAL, DEAL ou DGTM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">notification au demandeur</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande (décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">notification des collectivités locales</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">note interne signalée</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">publication dans un journal local ou national</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception de compléments (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception de compléments</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (avis du DREAL, DEAL ou DGTM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">publication de décision au recueil des actes administratifs</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">retrait de la décision</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine de l'autorité signataire</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine des collectivités locales</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine de la commission départementale des mines (CDM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine des services</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restriction de la visibilité et de l'édition des activités</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut, un utilisateur d'une administration gestionnaire ou locale peut voir et modifier les activités des titres.</p> - <p>Restreint ces droits par type d'étape.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Type d'activité</th> - <th>Visibilité</th> - <th>Modification</th> - </tr> - <tr> - <td><span class=\\"cap-first\\">rapport d'exploitation (permis et concessions M) (GRA)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/Permissions' > 'Loading' 1`] = ` -"<div> - <div class=\\"mb-xxl\\"> - <h3>Administration gestionnaire ou associée</h3> - <div class=\\"h6\\"> - <ul class=\\"list-prefix\\"> - <li>Un utilisateur d'une <b>administration gestionnaire</b> peut créer et modifier les titres et leur contenu.</li> - <li>Un utilisateur d'une <b>administration associée</b> peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres.</li> - </ul> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Gestionnaire</th> - <th>Associée</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation de recherches</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation d'exploitation</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de l'édition des titres, démarches et étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut :</p> - <ul class=\\"list-prefix mb-s\\"> - <li>Un utilisateur d'une administration gestionnaire peut modifier les titres, démarches et étapes.</li> - <li>Un utilisateur d'une administration locale peut modifier les démarches et étapes.</li> - </ul> - <p>Restreint ces droits par domaine / type de titre / statut de titre.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Statut de titre</th> - <th>Titres</th> - <th>Démarches</th> - <th>Étapes</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de la visibilité, édition et création des étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut, un utilisateur d'une administration gestionnaire ou locale peut voir, modifier et créer des étapes des titre.</p> - <p>Restreint ces droits par domaine / type de titre / type d'étape.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Type d'étape</th> - <th>Visibilité</th> - <th>Modification</th> - <th>Création</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">classement sans suite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">expertise DREAL ou DGTM service eau</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">expertise DGTM service prévention des risques et industries extractives (DATE)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">complétude de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">recevabilité de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">enregistrement de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (avis de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">note interne signalée</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (avis de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">saisine de la commission des autorisations de recherches minières (CARM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de direction régionale des affaires culturelles</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction d'alimentation de l'agriculture et de la forêt</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">abrogation de la décision</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis DGTM service milieux naturels, biodiversité, sites et paysages (MNBST)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction des entreprises, de la concurrence, de la consommation, du travail et de l'emploi</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction régionale des finances publiques</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la gendarmerie nationale</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis d'un maire</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision du juge administratif</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">Avis et rapport du directeur régional chargé de l'environnement, de l'aménagement et du logement</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'état major orpaillage et pêche illicite (EMOPI)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la commission départementale des mines (CDM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'agence régionale de santé</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision du propriétaire du sol</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la caisse générale de sécurité sociale</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis DGTM service aménagement, urbanisme, construction, logement (AUCL)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">confirmation de l'accord du propriétaire du sol</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">classement sans suite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">désistement du demandeur</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision de l'administration</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision implicite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">expertise de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">informations historiques incomplètes</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande de compléments (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande de compléments</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">recevabilité de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">dépôt de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">enregistrement de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (avis du DREAL, DEAL ou DGTM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">notification au demandeur</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande (décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">notification des collectivités locales</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">note interne signalée</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">publication dans un journal local ou national</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception de compléments (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception de compléments</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (avis du DREAL, DEAL ou DGTM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">publication de décision au recueil des actes administratifs</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">retrait de la décision</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine de l'autorité signataire</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine des collectivités locales</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine de la commission départementale des mines (CDM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine des services</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/Permissions' > 'error' 1`] = ` -"<div> - <div class=\\"mb-xxl\\"> - <h3>Administration gestionnaire ou associée</h3> - <div class=\\"h6\\"> - <ul class=\\"list-prefix\\"> - <li>Un utilisateur d'une <b>administration gestionnaire</b> peut créer et modifier les titres et leur contenu.</li> - <li>Un utilisateur d'une <b>administration associée</b> peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres.</li> - </ul> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Gestionnaire</th> - <th>Associée</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation de recherches</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation d'exploitation</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de l'édition des titres, démarches et étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut :</p> - <ul class=\\"list-prefix mb-s\\"> - <li>Un utilisateur d'une administration gestionnaire peut modifier les titres, démarches et étapes.</li> - <li>Un utilisateur d'une administration locale peut modifier les démarches et étapes.</li> - </ul> - <p>Restreint ces droits par domaine / type de titre / statut de titre.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Statut de titre</th> - <th>Titres</th> - <th>Démarches</th> - <th>Étapes</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">concession</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Demande classée</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Indéterminé</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Modification en instance</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis d'exploitation</span></td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Restrictions de la visibilité, édition et création des étapes</h3> - <div class=\\"h6\\"> - <p class=\\"mb-s\\">Par défaut, un utilisateur d'une administration gestionnaire ou locale peut voir, modifier et créer des étapes des titre.</p> - <p>Restreint ces droits par domaine / type de titre / type d'étape.</p> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Type d'étape</th> - <th>Visibilité</th> - <th>Modification</th> - <th>Création</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">classement sans suite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">expertise DREAL ou DGTM service eau</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">expertise DGTM service prévention des risques et industries extractives (DATE)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">complétude de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">recevabilité de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">enregistrement de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (avis de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">note interne signalée</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (avis de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation de recherches</span></td> - <td><span class=\\"small bold cap-first\\">saisine de la commission des autorisations de recherches minières (CARM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de direction régionale des affaires culturelles</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction d'alimentation de l'agriculture et de la forêt</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">abrogation de la décision</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis DGTM service milieux naturels, biodiversité, sites et paysages (MNBST)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction des entreprises, de la concurrence, de la consommation, du travail et de l'emploi</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la direction régionale des finances publiques</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la gendarmerie nationale</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis d'un maire</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision du juge administratif</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">Avis et rapport du directeur régional chargé de l'environnement, de l'aménagement et du logement</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'état major orpaillage et pêche illicite (EMOPI)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la commission départementale des mines (CDM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'agence régionale de santé</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision du propriétaire du sol</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis de la caisse générale de sécurité sociale</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">avis DGTM service aménagement, urbanisme, construction, logement (AUCL)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">confirmation de l'accord du propriétaire du sol</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">classement sans suite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">désistement du demandeur</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision de l'administration</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">décision implicite</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">expertise de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">informations historiques incomplètes</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande de compléments (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande de compléments</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">recevabilité de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">dépôt de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">enregistrement de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (avis du DREAL, DEAL ou DGTM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">demande d'informations (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">notification au demandeur</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">modification de la demande (décision de la mission autorité environnementale (examen au cas par cas du projet)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">notification des collectivités locales</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">note interne signalée</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">publication dans un journal local ou national</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception de compléments (recevabilité de la demande)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception de compléments</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (avis du DREAL, DEAL ou DGTM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">réception d'information (expertise de l'Office national des forêts)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">publication de décision au recueil des actes administratifs</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">retrait de la décision</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine de l'autorité signataire</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine des collectivités locales</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine de la commission départementale des mines (CDM)</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">autorisation d'exploitation</span></td> - <td><span class=\\"small bold cap-first\\">saisine des services</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - <td><span class=\\"small bold cap-first\\">permis exclusif de recherches</span></td> - <td><span class=\\"small bold cap-first\\">avis de l'Office national des forêts</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\"></h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administration/TitresTypes' > 'ONF' 1`] = ` -"<div class=\\"mb-xxl\\"> - <h3>Administration gestionnaire ou associée</h3> - <div class=\\"h6\\"> - <ul class=\\"list-prefix\\"> - <li>Un utilisateur d'une <b>administration gestionnaire</b> peut créer et modifier les titres et leur contenu.</li> - <li>Un utilisateur d'une <b>administration associée</b> peut voir les titres non-publics. Cette administration n'apparaît pas sur les pages des titres.</li> - </ul> - </div> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <table> - <tr> - <th>Domaine</th> - <th>Type de titre</th> - <th>Gestionnaire</th> - <th>Associée</th> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation de recherches</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mt-s\\">M</div> - </td> - <td><span class=\\"small bold cap-first mt-s\\">autorisation d'exploitation</span></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - </table> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Administrations' > 'Default' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m cap-first\\">administrations</h1> - </div> - <div class=\\"desktop-blob-1-3\\"></div> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb-s flex-grow\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div>Filtres</div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m\\"> - <div class=\\"tablet-blobs mt\\"> - <!--v-if--> - </div><button class=\\"btn-flash p-s rnd-xs full-x mb\\">Valider</button> - </div> - </div> - </transition-stub> - </div> - </div> - <div class=\\"tablet-blobs tablet-flex-direction-reverse\\"> - <div class=\\"tablet-blob-1-3 flex mb-s\\"></div> - <div class=\\"tablet-blob-2-3 flex\\"> - <div class=\\"py-m h5 bold mb-xs\\">131 résultats</div> - </div> - </div> - <div class=\\"line-neutral width-full\\"></div> - <div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Abréviation<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - </div><a to=\\"{name:administration,params:{id:ope-brgm-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">BRGM</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Bureau de recherches géologiques et minières</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> - </a><a to=\\"{name:administration,params:{id:ope-brgm-02}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">BRGM - Projet Zercoa</span></div> - <div class=\\"td \\"><span class=\\"h6\\">BRGM - Projet Zercoa</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> - </a><a to=\\"{name:administration,params:{id:ope-cacem-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Cacem</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Centre d'appui au contrôle de l'environnement marin</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> - </a><a to=\\"{name:administration,params:{id:min-dajb-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DAJ - Ministère de l'Economie, des Finances et de la Relance</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> - </a><a to=\\"{name:administration,params:{id:dea-guadeloupe-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DEAL - Guadeloupe</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - Guadeloupe</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dea-reunion-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DEAL - La Réunion</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - La Réunion</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dea-martinique-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DEAL - Martinique</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - Martinique</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dea-mayotte-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DEAL - Mayotte</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction de l'environnement de l'aménagement et du logement (DEAL) - Mayotte</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> - </a><a to=\\"{name:administration,params:{id:min-mtes-dgaln-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DGALN/DEB/EARM2</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> - </a><a to=\\"{name:administration,params:{id:min-mctrct-dgcl-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DGCL/SDFLAE/FL1</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Ministère de la Cohésion des Territoires et des Relations avec les Collectivités Territoriales</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> - </a><a to=\\"{name:administration,params:{id:min-mtes-dgec-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DGEC/DE/SD2/2A</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> - </a><a to=\\"{name:administration,params:{id:min-mtes-dgpr-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DGPR/SRT/SDRCP/BSSS</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Ministère</span></span></div> - </a><a to=\\"{name:administration,params:{id:dea-guyane-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DGTM - Guyane</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction Générale des Territoires et de la Mer de Guyane</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Déal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-aura-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Auvergne-Rhône-Alpes - Siège de Lyon</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Auvergne-Rhône-Alpes - Siège de Lyon</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-bfc-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Bourgogne-Franche-Comté - Siège de Besançon</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Bourgogne-Franche-Comté - Siège de Besançon</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-bretagne-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Bretagne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Bretagne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-centre-val-de-loire-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Centre-Val-de-Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Centre-Val-de-Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-corse-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Corse</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Corse</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-grand-est-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Grand Est - Siège de Metz</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Grand Est - Siège de Metz</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-hauts-de-france-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Hauts-de-France - Siège de Lille</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Hauts-de-France - Siège de Lille</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-normandie-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Normandie - Siège de Rouen</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Normandie - Siège de Rouen</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-nouvelle-aquitaine-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Nouvelle-Aquitaine - Siège de Poitiers</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Nouvelle-Aquitaine - Siège de Poitiers</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-occitanie-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Occitanie - Siège de Toulouse</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Occitanie - Siège de Toulouse</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-pays-de-la-loire-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Pays de la Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Pays de la Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-paca-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DREAL - Provence-Alpes-Côte-d'Azur</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale de l'environnement, de l'aménagement et du logement (DREAL) - Provence-Alpes-Côte-d'Azur</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:dre-ile-de-france-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">DRIEE - Île-de-France</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Direction régionale et interdépartementale de l'environnement et de l'énergie (DRIEE) - Île-de-France</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Dréal</span></span></div> - </a><a to=\\"{name:administration,params:{id:aut-97300-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Gendarmerie Nationale - Guyane</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Gendarmerie Nationale - Guyane</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Autorité</span></span></div> - </a><a to=\\"{name:administration,params:{id:aut-mrae-guyane-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">MRAE Guyane</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Mission régionale autorité environnementale de Guyane</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Autorité</span></span></div> - </a><a to=\\"{name:administration,params:{id:ope-onf-973-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Office national des forêts</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Office national des forêts</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> - </a><a to=\\"{name:administration,params:{id:ope-ptmg-973-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Pôle Technique Minier de Guyane</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Pôle Technique Minier de Guyane</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-01053-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Ain</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Ain</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-02408-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Aisne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Aisne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-03190-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Allier</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Allier</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-04070-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Alpes-de-Haute-Provence</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Alpes-de-Haute-Provence</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-06088-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Alpes-Maritimes</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Alpes-Maritimes</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-07186-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Ardèche</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Ardèche</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-08105-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Ardennes</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Ardennes</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-09122-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Ariège</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Ariège</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-10387-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Aube</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Aube</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-11069-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Aude</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Aude</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-12202-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Aveyron</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Aveyron</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-67482-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Bas-Rhin</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Bas-Rhin</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-13203-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Bouches-du-Rhône</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Bouches-du-Rhône</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-14118-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Calvados</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Calvados</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-15014-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Cantal</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Cantal</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-16015-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Charente</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Charente</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-17300-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Charente-Maritime</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Charente-Maritime</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-18033-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Cher</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Cher</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-19272-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Corrèze</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Corrèze</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-2A004-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Corse-du-Sud</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Corse-du-Sud</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-21231-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Côte-d'Or</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Côte-d'Or</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-22278-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Côtes-d'Armor</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Côtes-d'Armor</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-23096-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Creuse</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Creuse</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-79191-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Deux-Sèvres</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Deux-Sèvres</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-24322-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Dordogne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Dordogne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-25056-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Doubs</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Doubs</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-26362-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Drôme</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Drôme</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-91228-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Essonne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Essonne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-27229-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Eure</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Eure</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-28085-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Eure-et-Loir</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Eure-et-Loir</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-29232-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Finistère</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Finistère</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-30189-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Gard</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Gard</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-32013-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Gers</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Gers</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-33063-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Gironde</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Gironde</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-97105-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Guadeloupe</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Guadeloupe</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-97302-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Guyane</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Guyane</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-68066-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haut-Rhin</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haut-Rhin</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-2B033-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Corse</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Corse</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-31555-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Garonne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Garonne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-43157-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-52121-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Marne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Marne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-70550-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Saône</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Saône</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-74010-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Savoie</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Savoie</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-87085-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Haute-Vienne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Haute-Vienne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-05061-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Hautes-Alpes</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Hautes-Alpes</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-65440-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Hautes-Pyrénées</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Hautes-Pyrénées</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-92050-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Hauts-de-Seine</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Hauts-de-Seine</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-34172-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Hérault</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Hérault</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-35238-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Ille-et-Vilaine</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Ille-et-Vilaine</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-36044-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Indre</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Indre</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-37261-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Indre-et-Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Indre-et-Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-38185-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Isère</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Isère</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-39300-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Jura</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Jura</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-97411-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - La Réunion</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - La Réunion</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-40192-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Landes</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Landes</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-41018-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Loir-et-Cher</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Loir-et-Cher</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-42218-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-44109-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Loire-Atlantique</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Loire-Atlantique</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-45234-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Loiret</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Loiret</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-46042-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Lot</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Lot</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-47001-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Lot-et-Garonne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Lot-et-Garonne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-48095-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Lozère</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Lozère</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-49007-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Maine-et-Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Maine-et-Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-50502-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Manche</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Manche</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-51108-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Marne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Marne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-97209-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Martinique</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Martinique</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-53130-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Mayenne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Mayenne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-97611-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Mayotte</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Mayotte</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-54395-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Meurthe-et-Moselle</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Meurthe-et-Moselle</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-55029-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Meuse</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Meuse</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-56260-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Morbihan</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Morbihan</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-57463-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Moselle</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Moselle</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-58194-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Nièvre</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Nièvre</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-59350-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Nord</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Nord</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-60057-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Oise</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Oise</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-61001-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Orne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Orne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-62041-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Pas-de-Calais</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Pas-de-Calais</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-63113-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Puy-de-Dôme</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Puy-de-Dôme</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-64445-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Pyrénées-Atlantiques</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Pyrénées-Atlantiques</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-66136-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Pyrénées-Orientales</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Pyrénées-Orientales</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-69383-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Rhône</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Rhône</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-71270-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Saône-et-Loire</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Saône-et-Loire</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-72181-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Sarthe</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Sarthe</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-73065-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Savoie</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Savoie</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-77288-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Seine-et-Marne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Seine-et-Marne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-76540-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Seine-Maritime</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Seine-Maritime</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-93008-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Seine-Saint-Denis</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Seine-Saint-Denis</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-80021-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Somme</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Somme</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-81004-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Tarn</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Tarn</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-82121-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Tarn-et-Garonne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Tarn-et-Garonne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-90010-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Territoire de Belfort</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Territoire de Belfort</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-95127-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Val-d'Oise</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Val-d'Oise</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-94028-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Val-de-Marne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Val-de-Marne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-83137-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Var</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Var</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-84007-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Vaucluse</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Vaucluse</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-85191-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Vendée</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Vendée</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-86194-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Vienne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Vienne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-88160-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Vosges</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Vosges</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-89024-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Yonne</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Yonne</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-78646-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture - Yvelines</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture - Yvelines</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a><a to=\\"{name:administration,params:{id:pre-75104-01}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td \\"><span class=\\"\\">Préfecture de police de Paris</span></div> - <div class=\\"td \\"><span class=\\"h6\\">Préfecture de police de Paris</span></div> - <div class=\\"td \\"><span class=\\"bold cap-first small mb--xs\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Préfecture</span></span></div> - </a> - </div> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/CoordonneesIcone' > 'Icone' 1`] = ` -"<div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div>" -`; - -exports[`Storybook Tests > 'Components/Common/CoordonneesIcone' > 'NoIcone' 1`] = ` -"<div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Domaine' > 'AllDomaines' 1`] = ` -"<div style=\\"height: 100%; width: 100%; background: white;\\"> - <table> - <tr> - <th>Domaine</th> - <th>Rendu</th> - </tr> - <tr> - <td>m</td> - <td> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </td> - </tr> - <tr> - <td>c</td> - <td> - <div class=\\"bg-domaine-c inline-block small bold color-bg pill py-xs px-s mono\\">C</div> - </td> - </tr> - <tr> - <td>f</td> - <td> - <div class=\\"bg-domaine-f inline-block small bold color-bg pill py-xs px-s mono\\">F</div> - </td> - </tr> - <tr> - <td>g</td> - <td> - <div class=\\"bg-domaine-g inline-block small bold color-bg pill py-xs px-s mono\\">G</div> - </td> - </tr> - <tr> - <td>h</td> - <td> - <div class=\\"bg-domaine-h inline-block small bold color-bg pill py-xs px-s mono\\">H</div> - </td> - </tr> - <tr> - <td>r</td> - <td> - <div class=\\"bg-domaine-r inline-block small bold color-bg pill py-xs px-s mono\\">R</div> - </td> - </tr> - <tr> - <td>s</td> - <td> - <div class=\\"bg-domaine-s inline-block small bold color-bg pill py-xs px-s mono\\">S</div> - </td> - </tr> - <tr> - <td>w</td> - <td> - <div class=\\"bg-domaine-w inline-block small bold color-bg pill py-xs px-s mono\\">W</div> - </td> - </tr> - </table> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Domaine' > 'Default' 1`] = `"<div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div>"`; - -exports[`Storybook Tests > 'Components/Common/Downloads' > 'Default' 1`] = ` -"<div class=\\"relative flex flex-direction-column dropdown full-x\\"> - <div class=\\"absolute border rnd-s bg-bg full-x overflow-hidden\\"><button class=\\" accordion-header flex btn-alt py-s px-s full-x\\"> - <div><span class=\\"h6\\">Téléchargements</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <div class=\\" overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\"> - <!----> - </transition-stub> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Filtres/Domaine' > 'AllDomaines' 1`] = ` -"<div style=\\"height: 100%; width: 100%; background: white;\\"> - <table> - <tr> - <th>Domaines</th> - <th>Rendu</th> - </tr> - <tr> - <td>m</td> - <td> - <div> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">M </div> - <div class=\\"cap-first h6 bold\\">minéraux et métaux</div> - </div> - </td> - </tr> - <tr> - <td>w</td> - <td> - <div> - <div class=\\"bg-domaine-w inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">W </div> - <div class=\\"cap-first h6 bold\\">granulats marins</div> - </div> - </td> - </tr> - <tr> - <td>c</td> - <td> - <div> - <div class=\\"bg-domaine-c inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">C </div> - <div class=\\"cap-first h6 bold\\">carrières</div> - </div> - </td> - </tr> - <tr> - <td>h</td> - <td> - <div> - <div class=\\"bg-domaine-h inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">H </div> - <div class=\\"cap-first h6 bold\\">hydrocarbures liquides ou gazeux</div> - </div> - </td> - </tr> - <tr> - <td>f</td> - <td> - <div> - <div class=\\"bg-domaine-f inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">F </div> - <div class=\\"cap-first h6 bold\\">combustibles fossiles</div> - </div> - </td> - </tr> - <tr> - <td>r</td> - <td> - <div> - <div class=\\"bg-domaine-r inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">R </div> - <div class=\\"cap-first h6 bold\\">éléments radioactifs</div> - </div> - </td> - </tr> - <tr> - <td>g</td> - <td> - <div> - <div class=\\"bg-domaine-g inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">G </div> - <div class=\\"cap-first h6 bold\\">géothermie</div> - </div> - </td> - </tr> - <tr> - <td>s</td> - <td> - <div> - <div class=\\"bg-domaine-s inline-block small bold color-bg pill py-xs px-s mr-xs mono\\">S </div> - <div class=\\"cap-first h6 bold\\">stockages souterrains</div> - </div> - </td> - </tr> - </table> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Filtres/Statuts' > 'AllStatuts' 1`] = ` -"<div style=\\"height: 100%; width: 100%; background: white;\\"> - <table> - <tr> - <th>Statuts</th> - <th>Rendu</th> - </tr> - <tr> - <td>dmc</td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s inline-block mb-s\\">Demande classée</div> - </td> - </tr> - <tr> - <td>dmi</td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s inline-block mb-s\\">Demande initiale</div> - </td> - </tr> - <tr> - <td>ech</td> - <td> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s inline-block mb-s\\">Échu</div> - </td> - </tr> - <tr> - <td>ind</td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s inline-block mb-s\\">Indéterminé</div> - </td> - </tr> - <tr> - <td>mod</td> - <td> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s inline-block mb-s\\">Modification en instance</div> - </td> - </tr> - <tr> - <td>val</td> - <td> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s inline-block mb-s\\">Valide</div> - </td> - </tr> - </table> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Filtres/Types' > 'AllTypes' 1`] = ` -"<div style=\\"height: 100%; width: 100%; background: white;\\"><svg class=\\"absolute z--100\\"> - <defs> - <g> - <g> - <pattern id=\\"pattern-ap-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-ar-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-ax-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-cx-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-in-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-pc-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-pr-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-px-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - </defs> - </svg> - <table> - <tr> - <th>Types</th> - <th>Rendu</th> - </tr> - <tr> - <td>ap</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ar</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ax</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>cx</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>in</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>pc</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pr</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>px</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>ap-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ap-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ap-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de prospections préalables</span></span></td> - </tr> - <tr> - <td>ar-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ar-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ar-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation de recherches</span></span></td> - </tr> - <tr> - <td>ax-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>ax-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-ax-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">autorisation d'exploitation</span></span></td> - </tr> - <tr> - <td>cx-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>cx-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-cx-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">concession</span></span></td> - </tr> - <tr> - <td>in-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>in-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-in-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">indéterminé</span></span></td> - </tr> - <tr> - <td>pc-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pc-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pc-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de carrières</span></span></td> - </tr> - <tr> - <td>pr-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>pr-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-pr-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis exclusif de recherches</span></span></td> - </tr> - <tr> - <td>px-m</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-m\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-c</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-c\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-f</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-f\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-g</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-g\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-h</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-h\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-r</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-r\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-s</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-s\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - <tr> - <td>px-w</td> - <td><span><svg width=\\"24\\" height=\\"24\\" class=\\"mr-s mb--xs\\"><rect width=\\"24\\" height=\\"24\\" class=\\"svg-fill-pattern-px-w\\"></rect></svg><span class=\\"cap-first h6 bold\\">permis d'exploitation</span></span></td> - </tr> - </table> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Nom' > 'AlreadyUppercase' 1`] = `"<p class=\\"h6 bold mb-0\\">Nom minuscule</p>"`; - -exports[`Storybook Tests > 'Components/Common/Nom' > 'Default' 1`] = `"<p class=\\"h6 bold mb-0\\">Indéfini</p>"`; - -exports[`Storybook Tests > 'Components/Common/Nom' > 'Lowercase' 1`] = `"<p class=\\"h6 bold mb-0\\">Nom minuscule</p>"`; - -exports[`Storybook Tests > 'Components/Common/OldSectionElement' > 'AucunFichier' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>nom de l'élément</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"flex h6 pb-xs\\"><span class=\\"mt-xs flex bold\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"mr-xs\\"><use href=\\"#icon-file\\"></use></svg> Aucun fichier</span> - <!--v-if--> - </div><!-- eslint-disable vue/no-v-html --> - <p class=\\"h6\\"><span>description</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/OldSectionElement' > 'Default' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>nom de l'élément</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first mb-s\\">– - <!--v-if--> - </p><!-- eslint-disable vue/no-v-html --> - <p class=\\"h6\\"><span>description</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/OldSectionElement' > 'UnFichier' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>nom de l'élément</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"flex h6 pb-xs\\"><span class=\\"mt-xs flex bold\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"mr-xs\\"><use href=\\"#icon-file\\"></use></svg> nom du fichier</span><button class=\\"btn-border py-xs px-s rnd-xs flex-right mt--xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-download\\"></use> - </svg></button></div><!-- eslint-disable vue/no-v-html --> - <p class=\\"h6\\"><span>description</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Perimetre' > 'NoMap' 1`] = ` -"<svg class=\\"absolute z--100\\"> - <defs> - <g> - <g> - <pattern id=\\"pattern-ap-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ap\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M-1,4 l2,0 M6,4 l2,0\\" class=\\"svg-stroke\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-ar-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ar\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M1,4 l4,0 M3,2 l0,4\\" class=\\"svg-stroke\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-ax-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-ax\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-cx-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-cx\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-in-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-in\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(0)\\"> - <path d=\\"M0,4 a3,3 0 1,0 6,0 a 3,3 0 1,0 -6,0\\" class=\\"svg-stroke\\" stroke-width=\\"1\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-pc-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pc\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(90)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-pr-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-pr\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(45)\\"> - <path d=\\"M4,4 l0,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - <g> - <g> - <pattern id=\\"pattern-px-m\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-m\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-c\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-c\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-f\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-f\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-g\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-g\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-h\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-h\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-r\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-r\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-s\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-s\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px-w\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke-domaine-w\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - <pattern id=\\"pattern-px\\" patternUnits=\\"userSpaceOnUse\\" width=\\"8\\" height=\\"8\\" patternTransform=\\"rotate(135)\\"> - <path d=\\"M0,0 l8,0 M0,8 l8,0\\" class=\\"svg-stroke\\" stroke-width=\\"5\\" stroke-linecap=\\"round\\" fill=\\"none\\"></path> - </pattern> - </g> - </g> - </defs> -</svg> -<div> - <div class=\\"tablet-blobs tablet-flex-direction-reverse\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <!----> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\"active mr-xs\\"> - <div class=\\"p-m span-tab rnd-t-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\" mr-xs\\"><button class=\\"p-m btn-tab rnd-t-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"list\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-list\\"></use> - </svg></button></div> - </div> - </div> - <div class=\\" line-neutral\\"></div> - <!----> - <!----> - <div class=\\" line mb\\"></div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/PointReference' > 'Default' 1`] = ` -"<div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">–</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">–</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/PointReference' > 'WithPoint' 1`] = ` -"<div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">1</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">2</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Points' > 'Default' 1`] = ` -"<div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Points' > 'WithPoints' 1`] = ` -"<div> - <div class=\\"px\\"> - <div class=\\"tablet-blobs flex-align-items-stretch\\"> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"full-x p-s bg-alt mb-s\\">WGS84 (4326)</div> - </div> - <div class=\\"tablet-blob-1-2 flex flex-align-items-stretch\\"> - <div class=\\"blobs-packed flex-grow flex-align-items-stretch mb-s\\"> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">Longitude</h5> - <p class=\\"h6 italic mb-0\\">degré</p> - </div> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">Latitude</h5> - <p class=\\"h6 italic mb-0\\">degré</p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-groupe mb\\"> - <h4 class=\\"color-bg pt-s pl-m mb-s\\">Groupe 1</h4> - <div class=\\"geo-contour\\"> - <!----> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">0</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,081133</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,213133</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">1</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,199983</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,23655</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">2</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,20565</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,226733</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">3</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,112983</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,207667</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">4</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,084733</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,208683</span></p> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-groupe mb\\"> - <h4 class=\\"color-bg pt-s pl-m mb-s\\">Groupe 2</h4> - <div class=\\"geo-contour\\"> - <!----> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">N</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,261883</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,2489</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">I</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,377383</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,27145</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">C</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,3906</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,257917</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">O</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">0,27075</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">50,233683</span></p> - </div> - </div> - </div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Points' > 'WithPointsAndMultipleReferences' 1`] = ` -"<div> - <div class=\\"px\\"> - <div class=\\"tablet-blobs flex-align-items-stretch\\"> - <div class=\\"tablet-blob-1-2\\"><select class=\\"p-s mr-s mb-s\\"> - <option value=\\"2154\\">RGF93 / Lambert-93 - 2154</option> - <option value=\\"4230\\">ED50 - 4230</option> - <option value=\\"4326\\">WGS84 - 4326</option> - <option value=\\"32630\\">WGS84 / UTM zone 30N - 32630 (opposable)</option> - </select></div> - <div class=\\"tablet-blob-1-2 flex flex-align-items-stretch\\"> - <div class=\\"blobs-packed flex-grow flex-align-items-stretch mb-s\\"> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">X</h5> - <p class=\\"h6 italic mb-0\\">mètre</p> - </div> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">Y</h5> - <p class=\\"h6 italic mb-0\\">mètre</p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-groupe mb\\"> - <!----> - <div class=\\"geo-contour\\"> - <!----> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">A</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">701 928</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 490 490</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">B</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">702 573</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 491 450</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">C</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">704 179</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 490 360</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">D</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">706 293</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 490 230</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">E</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">707 192</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 490 760</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">F</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">708 634</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 490 390</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">G</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">708 655</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 489 580</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">H</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">706 809</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 490 060</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">I</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">706 746</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 489 530</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">J</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">705 976</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 489 510</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">K</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">707 584</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 488 420</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">L</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">706 841</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 487 320</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">M</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">706 474</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">5 487 420</span></p> - </div> - </div> - </div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Section' > 'Default' 1`] = ` -"<div> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Mécanisation</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">Oui - <!----> - </p> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Franchissements de cours d'eau</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first mb-s\\">3 - <!----> - </p> - <p class=\\"h6\\"><span>Nombre de franchissements de cours d'eau</span></p> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Section' > 'WithoutContent' 1`] = ` -"<div> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Mécanisation</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">– - <!----> - </p> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Franchissements de cours d'eau</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first mb-s\\">– - <!----> - </p> - <p class=\\"h6\\"><span>Nombre de franchissements de cours d'eau</span></p> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'Checkboxes' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Une checkbox</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">Option 1, Option 3 - <!----> - </p> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'Date' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Une date</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first mb-s\\">01-01-2022 - <!----> - </p> - <p class=\\"h6\\"><span>description</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'File' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Un fichier</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <div class=\\"flex h6 pb-xs\\"><span class=\\"mt-xs flex bold\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"mr-xs\\"><use href=\\"#icon-file\\"></use></svg>fichier.pdf</span><button class=\\"btn-border py-xs px-s rnd-xs flex-right mt--xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-download\\"></use> - </svg></button></div> - <p class=\\"h6\\"><span>description</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'Number' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Un nombre</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">2 - <!----> - </p> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'Radio' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Un radio bouton</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">Oui - <!----> - </p> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Un autre radio bouton</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">Non - <!----> - </p> - <!----> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'Select' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Un select</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">Option 1 - <!----> - </p> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/SectionElement' > 'Text' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>nom de l'élément</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first mb-s\\">Valeur - <!----> - </p> - <p class=\\"h6\\"><span>description</span></p> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/Statut' > 'Default' 1`] = `"<div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Indéfini</div>"`; - -exports[`Storybook Tests > 'Components/Common/Statut' > 'WithColor' 1`] = `"<div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Mon statut</div>"`; - -exports[`Storybook Tests > 'Components/Common/TitreNom' > 'Default' 1`] = `"<span class=\\"bold\\">Nom du titre</span>"`; - -exports[`Storybook Tests > 'Components/Common/TitreNom' > 'Empty' 1`] = `"<span class=\\"bold\\"></span>"`; - -exports[`Storybook Tests > 'Components/Common/TitreTypeSelect' > 'Default' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Domaine</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s mr\\"> - <option value=\\"m\\">minéraux et métaux</option> - <option value=\\"w\\">granulats marins</option> - <option value=\\"c\\">carrières</option> - <option value=\\"h\\">hydrocarbures liquides ou gazeux</option> - <option value=\\"f\\">combustibles fossiles</option> - <option value=\\"r\\">éléments radioactifs</option> - <option value=\\"g\\">géothermie</option> - <option value=\\"s\\">stockages souterrains</option> - </select></div> - </div> - <hr> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/TitreTypeSelect' > 'Entreprise' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Domaine</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s mr\\"> - <option value=\\"m\\">minéraux et métaux</option> - </select></div> - </div> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Type</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s mr\\"> - <option value=\\"arm\\">autorisation de recherches</option> - <option value=\\"axm\\">autorisation d'exploitation</option> - </select></div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Common/TitreTypeTypeNom' > 'Default' 1`] = `"<span class=\\"small bold\\">Autorisation de prospections préalables</span>"`; - -exports[`Storybook Tests > 'Components/Dashboard/DGTMStats' > 'Loading' 1`] = ` -"<div style=\\"display: grid; grid-template-columns: 1fr 1fr 1fr;\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DGTMStats' > 'WithError' 1`] = ` -"<div style=\\"display: grid; grid-template-columns: 1fr 1fr 1fr;\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DGTMStatsFull' > 'Loading' 1`] = ` -"<div class=\\"width-full-p\\"> - <div style=\\"display: grid; grid-template-columns: 1fr 1fr 1fr;\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DGTMStatsFull' > 'WithError' 1`] = ` -"<div class=\\"width-full-p\\"> - <div style=\\"display: grid; grid-template-columns: 1fr 1fr 1fr;\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DREAL' > 'Loading' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> - </div> - </div> - <!----> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>Titres</h3> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <h4>Titres en cours d’instruction</h4> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DREAL' > 'Ok' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> - </div> - </div> - <!----> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>Titres</h3> - <h4>Titres en attente de la DREAL</h4> - <div class=\\"mb-xxl\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Dernière étape - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Prochaines étapes - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:second-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Second Nom de titre</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Permis exclusif de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire3</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">dépôt de la demande</li> - </ul> - </div> - </a> - </div> - </div> - </div> - <h4>Titres en cours d’instruction</h4> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Dernière étape - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:first-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">first-name</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Permis exclusif de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - </a><a to=\\"{name:titre,params:{id:third-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">third-name</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Permis exclusif de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">3</div></span> - </div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - </a><a to=\\"{name:titre,params:{id:fourth-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Quatrième Nom de titre</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"><span class=\\"mr-xs inline-block\\"><div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">2</div></span><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">8</div></span></div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">PTMG : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire 8</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DREAL' > 'OkWithoutBlockedTitres' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> - </div> - </div> - <!----> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>Titres</h3> - <!----> - <h4>Titres en cours d’instruction</h4> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Dernière étape - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:first-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">first-name</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Permis exclusif de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - </a><a to=\\"{name:titre,params:{id:third-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">third-name</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Permis exclusif de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">3</div></span> - </div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - </a><a to=\\"{name:titre,params:{id:fourth-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Quatrième Nom de titre</span></div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"><span class=\\"mr-xs inline-block\\"><div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">2</div></span><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">8</div></span></div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">PTMG : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire 8</li> - </ul> - </div> - <div class=\\"td min-width-8\\"><span class=\\"\\">recevabilité de la demande (2022-01-01)</span></div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/DREAL' > 'WithError' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord </h1> - </div> - </div> - <!----> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>Titres</h3> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <h4>Titres en cours d’instruction</h4> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/Entreprise' > 'Loading' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> - </div> - <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/Entreprise' > 'Ok' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> - </div> - <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></div> - </div> - <div class=\\"p-s bg-info color-bg mb\\">Découvrez l'estimation de votre fiscalité minière pour<a to=\\"/entreprises/id\\" target=\\"_blank\\" class=\\"p-s color-bg mb\\" type=\\"primary\\">entreprise1</a></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Substances - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Carte - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Régions - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Départements - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:m-ax-amadis-5-2022}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Amadis 5</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation d'exploitation</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">1</div></span> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <!----> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">CHAMB'OR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">DEAL : 01/2022</li> - <li class=\\"h6\\">DEAL : X21-09</li> - </ul> - </div> - </a><a to=\\"{name:titre,params:{id:m-cx-aachen-1810}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Aachen</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Concession</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"><span class=\\"mr-xs inline-block\\"><div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">3</div></span><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">2</div></span></div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">fer</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">NINOR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Grand Est</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Moselle</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">RNTM : 57TM0014</li> - </ul> - </div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/Entreprise' > 'OkWithMultipleEntreprises' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> - </div> - <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></div> - </div> - <div class=\\"p-s bg-info color-bg mb\\">Découvrez l'estimation de votre fiscalité minière pour vos entreprises :<a to=\\"/entreprises/id\\" target=\\"_blank\\" class=\\"p-s color-bg mb\\" type=\\"primary\\">entreprise1</a><a to=\\"/entreprises/id2\\" target=\\"_blank\\" class=\\"p-s color-bg mb\\" type=\\"primary\\">entreprise2</a></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Substances - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Carte - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Régions - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Départements - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:m-ax-amadis-5-2022}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Amadis 5</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation d'exploitation</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">1</div></span> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <!----> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">CHAMB'OR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">DEAL : 01/2022</li> - <li class=\\"h6\\">DEAL : X21-09</li> - </ul> - </div> - </a><a to=\\"{name:titre,params:{id:m-cx-aachen-1810}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Aachen</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Concession</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"><span class=\\"mr-xs inline-block\\"><div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">3</div></span><span class=\\"mr-xs inline-block\\"><div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">2</div></span></div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">fer</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">NINOR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Grand Est</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Moselle</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">RNTM : 57TM0014</li> - </ul> - </div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/Entreprise' > 'OkWithoutActivities' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> - </div> - <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></div> - </div> - <div class=\\"p-s bg-info color-bg mb\\">Découvrez l'estimation de votre fiscalité minière pour<a to=\\"/entreprises/id\\" target=\\"_blank\\" class=\\"p-s color-bg mb\\" type=\\"primary\\">entreprise1</a></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Substances - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Carte - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Régions - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Départements - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:m-ax-amadis-5-2022}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Amadis 5</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation d'exploitation</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <!----> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">CHAMB'OR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">DEAL : 01/2022</li> - <li class=\\"h6\\">DEAL : X21-09</li> - </ul> - </div> - </a><a to=\\"{name:titre,params:{id:m-cx-aachen-1810}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Aachen</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Concession</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">fer</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">NINOR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Grand Est</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Moselle</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">RNTM : 57TM0014</li> - </ul> - </div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/Entreprise' > 'OkWithoutFiscalite' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> - </div> - <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></div> - </div> - <!----> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Substances - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Carte - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Régions - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Départements - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:m-ax-amadis-5-2022}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Amadis 5</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-w inline-block small bold color-bg pill py-xs px-s mono\\">W</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de prospections préalables</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <!----> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">CHAMB'OR</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">DEAL : 01/2022</li> - <li class=\\"h6\\">DEAL : X21-09</li> - </ul> - </div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/Entreprise' > 'WithError' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-m\\">Mes Titres</h1> - </div> - <div class=\\"desktop-blob-1-3\\"><button class=\\"btn btn-primary small flex\\"><span class=\\"mt-xxs\\">Demander un titre…</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button></div> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/ONF' > 'Loading' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> - </div> - </div> - <div class=\\"loaders fixed p\\"> - <div class=\\"loader\\"></div> - </div> - <!----> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/ONF' > 'Ok' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> - </div> - </div> - <!----> - <div> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>ARM en attente</h3> - <div class=\\"mb-xxl\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date complétude PTMG - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:first-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">first-name</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - </a><a to=\\"{name:titre,params:{id:second-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Second Nom de titre</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">ONF : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire3</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">23-03-2022</div> - </div> - </a><a to=\\"{name:titre,params:{id:fourth-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Quatrième Nom de titre</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">ONF : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire 8</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">23-03-2022</div> - </div> - </a> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>ARM en cours d’instruction</h3> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date complétude PTMG - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date réception ONF - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date CARM - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Délai jour CARM ONF - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:third-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">third-name</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"><span class=\\"\\"></span></div> - </a> - </div> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/ONF' > 'OkSansAttenteDeONF' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> - </div> - </div> - <!----> - <div> - <!----> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>ARM en cours d’instruction</h3> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date complétude PTMG - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date réception ONF - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Date CARM - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Délai jour CARM ONF - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:first-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">first-name</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"><span class=\\"\\"></span></div> - </a><a to=\\"{name:titre,params:{id:second-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Second Nom de titre</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">ONF : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire3</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">23-03-2022</div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">24-03-2022</div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">12-04-2022</div> - </div> - <div class=\\"td \\"><span class=\\"\\">19</span></div> - </a><a to=\\"{name:titre,params:{id:third-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">third-name</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\"></div> - </div> - <div class=\\"td \\"><span class=\\"\\"></span></div> - </a><a to=\\"{name:titre,params:{id:fourth-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Quatrième Nom de titre</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">ONF : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire 8</li> - </ul> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">23-03-2022</div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">24-03-2022</div> - </div> - <div class=\\"td \\"> - <div style=\\"white-space: nowrap;\\" class=\\"\\">12-04-2022</div> - </div> - <div class=\\"td \\"><span class=\\"\\">19</span></div> - </a> - </div> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/ONF' > 'WithError' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord ONF</h1> - </div> - </div> - <!----> - <!----> - <div class=\\"mb p-s color-bg bg-error\\">Le serveur est inaccessible, veuillez réessayer plus tard</div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/PTMG' > 'Loading' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord PTMG</h1> - </div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/PTMG' > 'Ok' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord PTMG</h1> - </div> - </div> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>ARM en attente</h3> - <div class=\\"mb-xxl\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:first-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">first-name</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - </a><a to=\\"{name:titre,params:{id:second-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Second Nom de titre</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">PTMG : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire3</li> - </ul> - </div> - </a><a to=\\"{name:titre,params:{id:fourth-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Quatrième Nom de titre</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">PTMG : 2010-001</li> - <li class=\\"h6\\">PTMG : 2010-000</li> - </ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire 8</li> - </ul> - </div> - </a> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb-l\\"></div> - <h3>ARM en cours d’instruction</h3> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:third-id-slug}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">third-name</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Titulaire1</li> - </ul> - </div> - </a> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Dashboard/PTMG' > 'WithError' 1`] = ` -"<div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-2-3\\"> - <h1 class=\\"mt-xs mb-xxl\\">Tableau de bord PTMG</h1> - </div> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise' > 'Complet' 1`] = ` -"<div> - <h5>Entreprise</h5> - <h1>An Entreprise</h1> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb-xxl\\"> - <div class=\\"accordion-header flex border-b-s\\"> - <div class=\\"py-s px-m\\"><span class=\\"cap-first\\"> Profil </span></div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><button class=\\"btn py-s px-m\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - <div class=\\"py-s\\" style=\\"\\"></div> - </div> - </div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m border-b-s\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Siren</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>SIREN</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Forme juridique</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>SAS, société par actions simplifiée</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Établissements</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-sans\\"> - <li> - <h6 class=\\"inline-block\\">16-09-2013</h6>: Nouvel établissement - </li> - <li> - <h6 class=\\"inline-block\\">01-02-2013</h6>: Ancien établissement - </li> - </ul> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>21 par ici<br>38240CETTE COMUNE</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><span>telephone</span></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"mailto:email\\" class=\\"btn small bold py-xs px-s rnd\\">email</a></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Site</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"url\\" class=\\"btn small bold py-xs px-s rnd\\">url</a></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Archivée</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>Non</p> - </div> - </div> - </div> - <div class=\\"dsfr\\"> - <div class=\\"fr-container\\"> - <div class=\\" fr-table\\"> - <table style=\\"display: table;\\"> - <caption>Documents de l'entreprise</caption> - <thead> - <tr> - <th scope=\\"col\\">Nom</th> - <th scope=\\"col\\">Date</th> - <th scope=\\"col\\">Description</th> - <th scope=\\"col\\" style=\\"display: flex; justify-content: end;\\"><button class=\\"fr-btn fr-icon-add-line fr-btn--primary fr-mb-0\\" title=\\"Ajouter un document\\"></button></th> - </tr> - </thead> - <tbody> - <tr> - <td><a href=\\"/apiUrl/fichiers/2019-08-26-kbi-12345678?\\" title=\\"Télécharger le document Kbis\\" target=\\"_blank\\">Kbis</a></td> - <td>26-08-2019</td> - <td>Kbis</td> - <td><button class=\\"fr-btn fr-icon-delete-line fr-btn--secondary fr-mb-0\\" title=\\"Supprimer le document Kbis\\"></button></td> - </tr> - <tr> - <td><a href=\\"/apiUrl/fichiers/2019-08-26-idm-12345678?\\" title=\\"Télécharger le document Identification de matériel\\" target=\\"_blank\\">Identification de matériel</a></td> - <td>26-08-2019</td> - <td>Identification pelle mécanique</td> - <td> - <!----> - </td> - </tr> - </tbody> - </table> - </div> - </div> - <!----> - <!----> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <div class=\\"line-neutral width-full mb-xxl\\"></div> - <h3>Fiscalité</h3> - <div>Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère)<div class=\\"flex\\"> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\">2021</button></div> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\">2022</button></div> - <div class=\\"mr-xs active \\"><button id=\\"cmn-titre-tab-2023\\" class=\\"p-m btn-tab rnd-t-s\\">2023</button></div> - </div> - <div class=\\"line-neutral mb\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2022 <br><strong>Cotisations</strong> - <div class=\\"_fiscalite-table_16f3a1\\"> - <div>a. Redevance communale</div>200,00 €<div>b. Redevance départementale</div>78,00 €<div>c. Taxe minière sur l’or de Guyane</div> - <div class=\\"_fiscalite-value_16f3a1\\">38,00 €</div> - <div>d. Investissements déductibles de la taxe perçue pour la région de Guyane</div> - <div class=\\"_fiscalite-value_16f3a1\\">1,00 €</div> - <div>e. Montant net de taxe minière sur l’or de Guyane (c-d)</div> - <div class=\\"_fiscalite-value_16f3a1\\">12,00 €</div> - <div>f. Frais de gestion de fiscalité directe locale (a+b+e)X 8%</div>23,20 €<div>Somme à payer auprès du comptable (2)</div>313,20 € - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <div class=\\"line-neutral width-full mb-xxl\\"></div> - <h3>Utilisateurs</h3> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0\\">Prénom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Email - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0\\">Rôle - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Lien - <!----> - </button></div> - </div><a to=\\"{name:utilisateur,params:{id:anId}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-6\\"><span class=\\"\\">Nom user</span></div> - <div class=\\"td min-width-6\\"><span class=\\"\\">Prénon</span></div> - <div class=\\"td \\"><span class=\\"h6\\">email@plop.wu</span></div> - <div class=\\"td min-width-6\\"><span class=\\"bg-neutral color-bg pill py-xs px-s small bold\\">entreprise</span></div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Nom entreprise</li> - </ul> - </div> - </a><a to=\\"{name:utilisateur,params:{id:anotherId}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-6\\"><span class=\\"\\">Other user</span></div> - <div class=\\"td min-width-6\\"><span class=\\"\\">Other prenom</span></div> - <div class=\\"td \\"><span class=\\"h6\\">anotheremail@nothing.wu</span></div> - <div class=\\"td min-width-6\\"><span class=\\"bg-neutral color-bg pill py-xs px-s small bold\\">entreprise</span></div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Nom entreprise</li> - </ul> - </div> - </a> - </div> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <div class=\\"line-neutral width-full mb-xxl\\"></div> - <h3>Titres miniers et autorisations</h3> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Substances - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Carte - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Régions - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Départements - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:slug3}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Nom titre 3</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Nom entreprise</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - </a><a to=\\"{name:titre,params:{id:slugtitre}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">NomTitre</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation d'exploitation</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Nom entreprise</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">DEAL : plop/toto</li> - </ul> - </div> - </a><a to=\\"{name:titre,params:{id:slugTitre1}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">titre 1 nom</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Nom entreprise</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - </a> - </div> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <div class=\\"line width-full my-xxl\\"></div> - <h3>Titres miniers et autorisations (amodiataire)</h3> - <div class=\\"line width-full\\"></div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Activités - <!----> - </button></div> - <div class=\\"th nowrap min-width-6\\"><button class=\\"btn-menu full-x p-0 disabled\\">Substances - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Carte - <!----> - </button></div> - <div class=\\"th nowrap min-width-10\\"><button class=\\"btn-menu full-x p-0\\">Titulaires - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Régions - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Départements - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0 disabled\\">Références - <!----> - </button></div> - </div><a to=\\"{name:titre,params:{id:slug3}}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">Nom titre 3</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Échu</div> - </div> - <div class=\\"td min-width-5\\"> - <div class=\\"mb--s\\"> - <!----> - <!----> - </div> - </div> - <div class=\\"td min-width-6\\"> - <ul class=\\"list-inline mb--xs\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - </div> - <div class=\\"td \\"> - <div class=\\"p-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></div> - </div> - <div class=\\"td min-width-10\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Nom entreprise</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"> - <li class=\\"h6\\">Guyane</li> - </ul> - </div> - <div class=\\"td min-width-8\\"> - <ul class=\\"list-prefix mb--xs\\"></ul> - </div> - </a> - </div> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise' > 'Loading' 1`] = ` -"<div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise' > 'NonConnecte' 1`] = ` -"<div> - <h5>Entreprise</h5> - <h1>nom entreprise</h1> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb-xxl\\"> - <div class=\\"accordion-header flex border-b-s\\"> - <div class=\\"py-s px-m\\"><span class=\\"cap-first\\"> Profil </span></div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"> - <!----> - <div class=\\"py-s\\" style=\\"\\"></div> - </div> - </div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m border-b-s\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Siren</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>siren</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Forme juridique</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>forme</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Établissement</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-sans\\"></ul> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>adresse<br>code postalcommune</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><span>telephone</span></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"mailto:email@entreprise.fr\\" class=\\"btn small bold py-xs px-s rnd\\">email@entreprise.fr</a></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Site</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"http://urlentreprise\\" class=\\"btn small bold py-xs px-s rnd\\">http://urlentreprise</a></p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Archivée</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>Non</p> - </div> - </div> - </div> - <!----> - </div> - </div> - <!----> - <!----> - <!----> - <!----> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Ajout' > 'Super' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Création d'une entreprise</h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"pays\\">Pays</label><input disabled=\\"\\" class=\\"fr-input\\" name=\\"pays\\" id=\\"pays\\" type=\\"text\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"siren\\">Siren</label><input class=\\"fr-input\\" name=\\"siren\\" id=\\"siren\\" type=\\"text\\"></div> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left disabled\\" disabled=\\"\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Edition' > 'Ok' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Modification d'une entreprise</h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"telephone\\">Téléphone</label><input class=\\"fr-input\\" name=\\"telephone\\" id=\\"telephone\\" type=\\"text\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"email\\">Adresse électronique</label><input class=\\"fr-input\\" name=\\"email\\" id=\\"email\\" type=\\"text\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"url\\">Site internet</label><input class=\\"fr-input\\" name=\\"url\\" id=\\"url\\" type=\\"text\\"></div> - <!----> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Edition' > 'Super' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Modification d'une entreprise</h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"telephone\\">Téléphone</label><input class=\\"fr-input\\" name=\\"telephone\\" id=\\"telephone\\" type=\\"text\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"email\\">Adresse électronique</label><input class=\\"fr-input\\" name=\\"email\\" id=\\"email\\" type=\\"text\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"url\\">Site internet</label><input class=\\"fr-input\\" name=\\"url\\" id=\\"url\\" type=\\"text\\"></div> - <div class=\\"fr-fieldset__element fr-fieldset__element--inline\\"> - <div class=\\"fr-checkbox-group\\"><input name=\\"archive\\" id=\\"archive\\" type=\\"checkbox\\"><label class=\\"fr-label\\" for=\\"archive\\">Archivée</label></div> - </div> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Fiscalite' > 'Guyane' 1`] = ` -"<div>Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère)<div class=\\"flex\\"> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\">2021</button></div> - <div class=\\"mr-xs active \\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\">2022</button></div> - </div> - <div class=\\"line-neutral mb\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 <br><strong>Cotisations</strong> - <div class=\\"_fiscalite-table_16f3a1\\"> - <div>a. Redevance communale</div>3 235 343,56 €<div>b. Redevance départementale</div>669 241,56 €<div>c. Taxe minière sur l’or de Guyane</div> - <div class=\\"_fiscalite-value_16f3a1\\">8 290 200,00 €</div> - <div>d. Investissements déductibles de la taxe perçue pour la région de Guyane</div> - <div class=\\"_fiscalite-value_16f3a1\\">202 200,00 €</div> - <div>e. Montant net de taxe minière sur l’or de Guyane (c-d)</div> - <div class=\\"_fiscalite-value_16f3a1\\">424 620,00 €</div> - <div>f. Frais de gestion de fiscalité directe locale (a+b+e)X 8%</div>346 336,41 €<div>Somme à payer auprès du comptable (2)</div>4 675 541,53 € - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Fiscalite' > 'GuyaneAnneePrecedente' 1`] = ` -"<div>Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère)<div class=\\"flex\\"> - <div class=\\"mr-xs active \\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\">2021</button></div> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\">2022</button></div> - </div> - <div class=\\"line-neutral mb\\"></div> - <!----><strong>Cotisations</strong> - <div class=\\"_fiscalite-table_16f3a1\\"> - <div>a. Redevance communale</div>3 233 743,49 €<div>b. Redevance départementale</div>668 910,58 €<div>c. Taxe minière sur l’or de Guyane</div> - <div class=\\"_fiscalite-value_16f3a1\\">8 286 100,00 €</div> - <div>d. Investissements déductibles de la taxe perçue pour la région de Guyane</div> - <div class=\\"_fiscalite-value_16f3a1\\">202 100,00 €</div> - <div>e. Montant net de taxe minière sur l’or de Guyane (c-d)</div> - <div class=\\"_fiscalite-value_16f3a1\\">424 410,00 €</div> - <div>f. Frais de gestion de fiscalité directe locale (a+b+e)X 8%</div>346 165,13 €<div>Somme à payer auprès du comptable (2)</div>4 673 229,20 € - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Fiscalite' > 'Loading' 1`] = ` -"<div>Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère)<div class=\\"flex\\"> - <div class=\\"mr-xs active \\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\">2021</button></div> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\">2022</button></div> - </div> - <div class=\\"line-neutral mb\\"></div> - <!----><strong>Cotisations</strong> - <div class=\\"_fiscalite-table_16f3a1\\"> - <div>a. Redevance communale</div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div>b. Redevance départementale</div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <!----> - <div>f. Frais de gestion de fiscalité directe locale (a+b)X 8%</div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div>Somme à payer auprès du comptable (2)</div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Fiscalite' > 'Ok' 1`] = ` -"<div>Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère)<div class=\\"flex\\"> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\">2021</button></div> - <div class=\\"mr-xs active \\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\">2022</button></div> - </div> - <div class=\\"line-neutral mb\\"></div>Estimation effectuée sur la base des tarifs et des productions déclarées pour l'année 2021 <br><strong>Cotisations</strong> - <div class=\\"_fiscalite-table_16f3a1\\"> - <div>a. Redevance communale</div>1 600,07 €<div>b. Redevance départementale</div>330,98 € - <!----> - <div>f. Frais de gestion de fiscalité directe locale (a+b)X 8%</div>154,48 €<div>Somme à payer auprès du comptable (2)</div>2 085,53 € - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Entreprise/Fiscalite' > 'WithError' 1`] = ` -"<div>Calcul, à titre indicatif, du montant de l'imposition minière de votre entreprise (redevance départementale et communale des mines pour les substances non énergétiques et taxe aurifère)<div class=\\"flex\\"> - <div class=\\"mr-xs active \\"><button id=\\"cmn-titre-tab-2021\\" class=\\"p-m btn-tab rnd-t-s\\">2021</button></div> - <div class=\\"mr-xs \\"><button id=\\"cmn-titre-tab-2022\\" class=\\"p-m btn-tab rnd-t-s\\">2022</button></div> - </div> - <div class=\\"line-neutral mb\\"></div> - <!----><strong>Cotisations</strong> - <div class=\\"_fiscalite-table_16f3a1\\"> - <div>a. Redevance communale</div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div>b. Redevance départementale</div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <!----> - <div>f. Frais de gestion de fiscalité directe locale (a+b)X 8%</div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div>Somme à payer auprès du comptable (2)</div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Error' > 'Erreur' 1`] = `"<div class=\\"mb p-s color-bg bg-error\\">Erreur, c’est cassé.</div>"`; - -exports[`Storybook Tests > 'Components/Error' > 'Info' 1`] = `"<div class=\\"mb p-s color-bg bg-info\\">Message à caractère informatif</div>"`; - -exports[`Storybook Tests > 'Components/Error' > 'Success' 1`] = `"<div class=\\"mb p-s color-bg bg-success\\">Bravo c’est un succès</div>"`; - -exports[`Storybook Tests > 'Components/Error' > 'Warning' 1`] = `"<div class=\\"mb p-s color-bg bg-warning\\">Attention danger</div>"`; - -exports[`Storybook Tests > 'Components/Etape/AutoCompleteEntrepri…' > 'Default' 1`] = ` -"<div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/AutoCompleteEntrepri…' > 'WithEntitiesAlreadyPresent' 1`] = ` -"<div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom10</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom2</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/Fondamentales' > 'FullCertain' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Durée - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p><span><span>5 ans</span> - <!----> - <!----></span> - </p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Date de début - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>03-01-2022</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Date d'échéance - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>04-01-2022</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Titulaire - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-prefix mb\\"> - <li>titulaire<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\"> Opérateur </span></span></li> - </ul> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Amodiataire - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-prefix\\"> - <li>amodiataire</li> - </ul> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Substances - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/Fondamentales' > 'FullIncertain' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Durée<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p><span><span>5 ans</span> - <!----> - <!----></span> - </p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Date de début<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>03-01-2022</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Date d'échéance<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>04-01-2022</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Titulaire<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-prefix mb\\"> - <li>titulaire<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\"> Opérateur </span></span></li> - </ul> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Amodiataire<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-prefix\\"> - <li>amodiataire</li> - </ul> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Substances<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/Fondamentales' > 'Partiel' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Durée - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p><span><span>5 ans</span> - <!----> - <!----></span> - </p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Date de début - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>03-01-2022</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Date d'échéance - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>04-01-2022</p> - </div> - </div> - <!----> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Substances - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FondamentalesEdit' > 'ArmDemandeONF' 1`] = ` -"<div> - <!----> - <!----> - <!----> - <h3 class=\\"mb-s\\">Titulaires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - <!----> - <div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">étape précédente</span> (01-01-2022)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FondamentalesEdit' > 'ArmDemandeOperateur' 1`] = ` -"<div> - <!----> - <!----> - <!----> - <!----> - <!----> - <div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">étape précédente</span> (01-01-2022)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FondamentalesEdit' > 'ArmJorfONF' 1`] = ` -"<div> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5 class=\\"mb-0\\">Date de début</h5> - <p class=\\"h6 italic mb-0\\">Optionnel</p> - </div> - <div class=\\"mb-s tablet-blob-2-3\\"> - <div class=\\"blobs-mini mb-s\\"> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> - <div class=\\"blob-mini-1-3\\"><select class=\\"mr-s p-s\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"null\\">mois</option> - <option value=\\"1\\">janvier</option> - <option value=\\"2\\">février</option> - <option value=\\"3\\">mars</option> - <option value=\\"4\\">avril</option> - <option value=\\"5\\">mai</option> - <option value=\\"6\\">juin</option> - <option value=\\"7\\">juillet</option> - <option value=\\"8\\">aout</option> - <option value=\\"9\\">septembre</option> - <option value=\\"10\\">octobre</option> - <option value=\\"11\\">novembre</option> - <option value=\\"12\\">décembre</option> - </select></div> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> - </div> - <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - </div> - <hr> - <div class=\\"tablet-blobs\\"> - <hr> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5 class=\\"mb-0\\">Date d'échéance</h5> - <p class=\\"h6 italic mb-0\\">Optionnel</p> - </div> - <div class=\\"mb-s tablet-blob-2-3\\"> - <div class=\\"blobs-mini mb-s\\"> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> - <div class=\\"blob-mini-1-3\\"><select class=\\"mr-s p-s\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"null\\">mois</option> - <option value=\\"1\\">janvier</option> - <option value=\\"2\\">février</option> - <option value=\\"3\\">mars</option> - <option value=\\"4\\">avril</option> - <option value=\\"5\\">mai</option> - <option value=\\"6\\">juin</option> - <option value=\\"7\\">juillet</option> - <option value=\\"8\\">aout</option> - <option value=\\"9\\">septembre</option> - <option value=\\"10\\">octobre</option> - <option value=\\"11\\">novembre</option> - <option value=\\"12\\">décembre</option> - </select></div> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> - </div> - <!----> - <!----> - <!----> - </div> - </div> - <hr> - <h3 class=\\"mb-s\\">Titulaires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - <!----> - <div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">étape précédente</span> (01-01-2022)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FondamentalesEdit' > 'AxmDemandeONF' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5 class=\\"mb-0\\">Durée (années / mois)</h5> - <!----> - </div> - <div class=\\"mb-s tablet-blob-2-3\\"> - <div class=\\"blobs-mini\\"> - <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right py-s mb-s\\" placeholder=\\"années\\"></div> - <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right p-s\\" placeholder=\\"mois\\"></div> - </div> - <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - </div> - <!----> - <!----> - <h3 class=\\"mb-s\\">Titulaires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - <!----> - <div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">étape précédente</span> (01-01-2022)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FondamentalesEdit' > 'PrmDemandeONF' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5 class=\\"mb-0\\">Durée (années / mois)</h5> - <p class=\\"h6 italic mb-0\\">Optionnel</p> - </div> - <div class=\\"mb-s tablet-blob-2-3\\"> - <div class=\\"blobs-mini\\"> - <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right py-s mb-s\\" placeholder=\\"années\\"></div> - <div class=\\"blob-mini-1-2\\"><input type=\\"text\\" pattern=\\"([0-9]{1,3}[\\\\s]?)*([.,][0-9]*)?\\" class=\\"p-s text-right p-s\\" placeholder=\\"mois\\"></div> - </div> - <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5 class=\\"mb-0\\">Date de début</h5> - <p class=\\"h6 italic mb-0\\">Optionnel</p> - </div> - <div class=\\"mb-s tablet-blob-2-3\\"> - <div class=\\"blobs-mini mb-s\\"> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> - <div class=\\"blob-mini-1-3\\"><select class=\\"mr-s p-s\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"null\\">mois</option> - <option value=\\"1\\">janvier</option> - <option value=\\"2\\">février</option> - <option value=\\"3\\">mars</option> - <option value=\\"4\\">avril</option> - <option value=\\"5\\">mai</option> - <option value=\\"6\\">juin</option> - <option value=\\"7\\">juillet</option> - <option value=\\"8\\">aout</option> - <option value=\\"9\\">septembre</option> - <option value=\\"10\\">octobre</option> - <option value=\\"11\\">novembre</option> - <option value=\\"12\\">décembre</option> - </select></div> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> - </div> - <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - </div> - <hr> - <div class=\\"tablet-blobs\\"> - <hr> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5 class=\\"mb-0\\">Date d'échéance</h5> - <p class=\\"h6 italic mb-0\\">Optionnel</p> - </div> - <div class=\\"mb-s tablet-blob-2-3\\"> - <div class=\\"blobs-mini mb-s\\"> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> - <div class=\\"blob-mini-1-3\\"><select class=\\"mr-s p-s\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"null\\">mois</option> - <option value=\\"1\\">janvier</option> - <option value=\\"2\\">février</option> - <option value=\\"3\\">mars</option> - <option value=\\"4\\">avril</option> - <option value=\\"5\\">mai</option> - <option value=\\"6\\">juin</option> - <option value=\\"7\\">juillet</option> - <option value=\\"8\\">aout</option> - <option value=\\"9\\">septembre</option> - <option value=\\"10\\">octobre</option> - <option value=\\"11\\">novembre</option> - <option value=\\"12\\">décembre</option> - </select></div> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> - </div> - <!----> - <!----> - <!----> - </div> - </div> - <hr> - <h3 class=\\"mb-s\\">Titulaires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - <hr> - <h3 class=\\"mb-s\\">Amodiataires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un amodiataire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"> - <!----> - </div> - <!----> - <!----> - </div> - <hr> - <div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">étape précédente</span> (01-01-2022)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FondamentalesEdit' > 'PrmDeplacementDePerimetreONF' 1`] = ` -"<div> - <!----> - <!----> - <!----> - <h3 class=\\"mb-s\\">Titulaires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div> - <div class=\\"flex mb-s flex-center\\"> - <div class=\\"h4\\" style=\\"flex: 0 1 15em;\\">optionNom1</div><label style=\\"flex-basis: auto; user-select: none;\\"><input type=\\"checkbox\\" class=\\"mr-xs\\">Opérateur</label><button class=\\"btn py-s px-m rnd-xs\\" style=\\"\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un titulaire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----> - <!----> - </div> - <hr> - <hr> - <h3 class=\\"mb-s\\">Amodiataires</h3> - <p class=\\"h6 italic\\">Optionnel</p> - <div class=\\"mb-s\\"> - <div> - <div id=\\"autocomplete_entreprise_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"autocomplete_entreprise\\" type=\\"text\\" name=\\"autocomplete_entreprise\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Sélectionner un amodiataire\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> - <div class=\\"h6 mt-s\\"> - <!----> - </div> - <!----> - <!----> - </div> - <hr> - <div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">argent</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">étape précédente</span> (01-01-2022)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FormSaveBtn' > 'CompletudeDeLaDemandeComplete' 1`] = ` -"<div class=\\"flex flex-direction-column full-x\\"> - <ul class=\\"bg-warning color-bg list-none p-s bold\\"> - <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a></li> - </ul> - <div class=\\"tablet-blobs mr-xxs\\"> - <div class=\\"tablet-blob-1-3\\"></div> - <div class=\\"tablet-blob-1-3\\"></div> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\">Enregistrer</button></div> - <div class=\\"tablet-blob-1-3\\"> - <!--v-if--> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FormSaveBtn' > 'CompletudeDeLaDemandeImcomplete' 1`] = ` -"<div class=\\"flex flex-direction-column full-x\\"> - <ul class=\\"bg-warning color-bg list-none p-s bold\\"> - <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a></li> - </ul> - <div class=\\"tablet-blobs mr-xxs\\"> - <div class=\\"tablet-blob-1-3\\"></div> - <div class=\\"tablet-blob-1-3\\"></div> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\" disabled=\\"\\">Enregistrer</button></div> - <div class=\\"tablet-blob-1-3\\"> - <!--v-if--> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FormSaveBtn' > 'DemandeEnConstructionComplete' 1`] = ` -"<div class=\\"flex flex-direction-column full-x\\"> - <ul class=\\"bg-warning color-bg list-none p-s bold\\"> - <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a></li> - </ul> - <div class=\\"tablet-blobs mr-xxs\\"> - <div class=\\"tablet-blob-1-3\\"></div> - <!--v-if--> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-secondary\\">Enregistrer</button></div> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\">Enregistrer et déposer</button></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FormSaveBtn' > 'DemandeEnConstructionIncomplete' 1`] = ` -"<div class=\\"flex flex-direction-column full-x\\"> - <ul class=\\"bg-warning color-bg list-none p-s bold\\"> - <li class=\\"flex\\">alerte <a href=\\"google.com\\" target=\\"_blank\\" class=\\"ml-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a></li> - </ul> - <div class=\\"tablet-blobs mr-xxs\\"> - <div class=\\"tablet-blob-1-3\\"></div> - <!--v-if--> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-secondary\\">Enregistrer</button></div> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\" disabled=\\"\\">Enregistrer et déposer</button></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/FormSaveBtn' > 'SansMessage' 1`] = ` -"<div class=\\"flex flex-direction-column full-x\\"> - <!--v-if--> - <div class=\\"tablet-blobs mr-xxs\\"> - <div class=\\"tablet-blob-1-3\\"></div> - <!--v-if--> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-secondary\\">Enregistrer</button></div> - <div class=\\"tablet-blob-1-3\\"><button class=\\"btn btn-primary\\">Enregistrer et déposer</button></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/Perimetre' > 'Default' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Périmètre - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <div> - <div class=\\"tablet-blobs tablet-flex-direction-reverse\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <!----> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\" mr-xs\\"><button class=\\"p-m btn-tab rnd-t-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></button></div> - <div class=\\"active mr-xs\\"> - <div class=\\"p-m span-tab rnd-t-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"list\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-list\\"></use> - </svg></div> - </div> - </div> - </div> - <div class=\\" line-neutral\\"></div> - <!----> - <div class=\\" points bg-alt\\"> - <div class=\\" bg-bg py\\"> - <div> - <div class=\\"px\\"> - <div class=\\"tablet-blobs flex-align-items-stretch\\"> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"full-x p-s bg-alt mb-s\\">RGFG95 / UTM zone 22N (2972)</div> - </div> - <div class=\\"tablet-blob-1-2 flex flex-align-items-stretch\\"> - <div class=\\"blobs-packed flex-grow flex-align-items-stretch mb-s\\"> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">X</h5> - <p class=\\"h6 italic mb-0\\">mètre</p> - </div> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">Y</h5> - <p class=\\"h6 italic mb-0\\">mètre</p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-groupe mb\\"> - <!----> - <div class=\\"geo-contour\\"> - <!----> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">1</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">326 189</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">468 770</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">2</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">326 648</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">468 956</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">3</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">327 407</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">467 103</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">4</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">326 948</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">466 917</span></p> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\" line mb\\"></div> - </div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Surface - <!----> - </h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>12 km² environ</p> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/Perimetre' > 'Incertain' 1`] = ` -"<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Périmètre<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <div> - <div class=\\"tablet-blobs tablet-flex-direction-reverse\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <!----> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\" mr-xs\\"><button class=\\"p-m btn-tab rnd-t-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></button></div> - <div class=\\"active mr-xs\\"> - <div class=\\"p-m span-tab rnd-t-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"list\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-list\\"></use> - </svg></div> - </div> - </div> - </div> - <div class=\\" line-neutral\\"></div> - <!----> - <div class=\\" points bg-alt\\"> - <div class=\\" bg-bg py\\"> - <div> - <div class=\\"px\\"> - <div class=\\"tablet-blobs flex-align-items-stretch\\"> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"full-x p-s bg-alt mb-s\\">RGFG95 / UTM zone 22N (2972)</div> - </div> - <div class=\\"tablet-blob-1-2 flex flex-align-items-stretch\\"> - <div class=\\"blobs-packed flex-grow flex-align-items-stretch mb-s\\"> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">X</h5> - <p class=\\"h6 italic mb-0\\">mètre</p> - </div> - <div class=\\"blob-packed-1-2 full-y border-l pl-s pt-xs\\"> - <h5 class=\\"mb-0\\">Y</h5> - <p class=\\"h6 italic mb-0\\">mètre</p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-groupe mb\\"> - <!----> - <div class=\\"geo-contour\\"> - <!----> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">1</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">326 189</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">468 770</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">2</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">326 648</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">468 956</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">3</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">327 407</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">467 103</span></p> - </div> - </div> - </div> - </div> - </div> - <div class=\\"geo-point\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 flex\\"> - <h4 class=\\"mb-s flex-self-start mr-xs\\">4</h4> - <!----> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"blobs-packed mb-s\\"> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">326 948</span></p> - </div> - <div class=\\"blob-packed-1-2 border-l px-s\\"> - <p class=\\"h6 flex my-xxs\\"><span class=\\"flex-right mono bold\\">466 917</span></p> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\" line mb\\"></div> - </div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Surface<span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p>12 km² environ</p> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/PropDuree' > 'Empty' 1`] = `"<span><!----><!----><!----></span>"`; - -exports[`Storybook Tests > 'Components/Etape/PropDuree' > 'Full' 1`] = `"<span><span>2 ans</span><span> et </span><span>6 mois</span></span>"`; - -exports[`Storybook Tests > 'Components/Etape/PropDuree' > 'Mois' 1`] = `"<span><!----><!----><span>1 mois</span></span>"`; - -exports[`Storybook Tests > 'Components/Etape/PropDuree' > 'OneYear' 1`] = ` -"<span><span>1 an</span> -<!----> -<!----></span>" -`; - -exports[`Storybook Tests > 'Components/Etape/PropDuree' > 'TwoYears' 1`] = ` -"<span><span>2 ans</span> -<!----> -<!----></span>" -`; - -exports[`Storybook Tests > 'Components/Etape/SubstancesEdit' > 'AvecHeritage' 1`] = ` -"<div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <ul class=\\"list-inline mb-s\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - </ul> - <div class=\\"mb-s\\"><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Incertain</span></span></div> - <p class=\\"h6 italic mb-s\\">Hérité de :<span class=\\"cap-first\\">Demande</span> (01-01-2020)</p> - </div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Modifier</button> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/SubstancesEdit' > 'SansHeritage' 1`] = ` -"<div> - <h3 class=\\"mb-s\\">Substances</h3> - <div class=\\"mb-s\\"> - <div> - <div class=\\"flex mb-s\\"><select class=\\"p-s mr-s\\"> - <option value=\\"kals\\">alun</option> - <option value=\\"anti\\">antimoine</option> - <option value=\\"arge\\">argent</option> - <option value=\\"arse\\">arsenic</option> - <option value=\\"trxx\\">autres éléments de terres rares</option> - <option value=\\"aloh\\">bauxite</option> - <option value=\\"bery\\">béryllium</option> - <option value=\\"bism\\">bismuth</option> - <option value=\\"cadm\\">cadmium</option> - <option value=\\"hydm\\">calcaires bitumineux</option> - <option value=\\"ceri\\">cérium</option> - <option value=\\"cesi\\">césium</option> - <option value=\\"chro\\">chrome</option> - <option value=\\"coba\\">cobalt</option> - <option value=\\"cuiv\\">cuivre</option> - <option value=\\"diam\\">diamant</option> - <option value=\\"dysp\\">dysprosium</option> - <option value=\\"erbi\\">erbium</option> - <option value=\\"etai\\">étain</option> - <option value=\\"euro\\">europium</option> - <option value=\\"ferx\\">fer</option> - <option value=\\"fluo\\">fluorine</option> - <option value=\\"gado\\">gadolinium</option> - <option value=\\"gall\\">gallium</option> - <option value=\\"coox\\">gaz carbonique</option> - <option value=\\"germ\\">germanium</option> - <option value=\\"grap\\">graphite</option> - <option value=\\"hafn\\">hafnium</option> - <option value=\\"heli\\">hélium</option> - <option value=\\"holm\\">holmium</option> - <option value=\\"hydrog\\">hydrogène</option> - <option value=\\"indi\\">indium</option> - <option value=\\"irid\\">iridium</option> - <option value=\\"lant\\">lanthane</option> - <option value=\\"lith\\">lithium</option> - <option value=\\"lute\\">lutécium</option> - <option value=\\"mang\\">manganèse</option> - <option value=\\"merc\\">mercure</option> - <option value=\\"meco\\">métaux connexes</option> - <option value=\\"meba\\">métaux de base</option> - <option value=\\"plax\\">métaux de la mine du platine</option> - <option value=\\"mepr\\">métaux précieux</option> - <option value=\\"mais\\">minerais</option> - <option value=\\"moly\\">molybdène</option> - <option value=\\"neod\\">néodyme</option> - <option value=\\"nick\\">nickel</option> - <option value=\\"niob\\">niobium</option> - <option value=\\"oooo\\">non précisée(s)</option> - <option disabled=\\"\\" value=\\"auru\\">or</option> - <option value=\\"osmi\\">osmium</option> - <option value=\\"pall\\">palladium</option> - <option value=\\"phos\\">phosphates</option> - <option value=\\"pipe\\">pierres précieuses</option> - <option value=\\"plat\\">platine</option> - <option value=\\"plom\\">plomb</option> - <option value=\\"pras\\">praséodyme</option> - <option value=\\"prom\\">prométhium</option> - <option value=\\"selp\\">puits d'eau salée</option> - <option value=\\"pyri\\">pyrite</option> - <option value=\\"rhen\\">rhénium</option> - <option value=\\"rhod\\">rhodium</option> - <option value=\\"rubi\\">rubidium</option> - <option value=\\"ruth\\">ruthénium</option> - <option value=\\"sama\\">samarium</option> - <option value=\\"scan\\">scandium</option> - <option value=\\"selx\\">sel</option> - <option value=\\"selg\\">sel gemme</option> - <option value=\\"sele\\">sélénium</option> - <option value=\\"sels\\">sels</option> - <option value=\\"kclx\\">sels de potassium</option> - <option value=\\"nacl\\">sels de sodium</option> - <option value=\\"souf\\">soufre</option> - <option value=\\"selh\\">sources d'eau salée</option> - <option value=\\"scoc\\">substances connexes</option> - <option value=\\"soxx\\">sulfates autres que les sulfates alcalino-terreux</option> - <option value=\\"tant\\">tantale</option> - <option value=\\"tell\\">tellure</option> - <option value=\\"terb\\">terbium</option> - <option value=\\"thal\\">thallium</option> - <option value=\\"thul\\">thulium</option> - <option value=\\"tita\\">titane</option> - <option value=\\"tmas\\">tous métaux associés</option> - <option value=\\"wolf\\">tungstène</option> - <option value=\\"vana\\">vanadium</option> - <option value=\\"ytte\\">ytterbium</option> - <option value=\\"ytri\\">yttrium</option> - <option value=\\"zinc\\">zinc</option> - <option value=\\"zirc\\">zirconium</option> - </select> - <!----> - <!----><button class=\\"btn py-s px-m rnd-r-xs rnd-l-xs\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></button> - </div> - </div><button class=\\"btn small rnd-xs py-s px-m full-x flex mb-s\\"><span class=\\"mt-xxs\\">Ajouter une substance</span><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"flex-right\\"> - <use href=\\"#icon-plus\\"></use> - </svg></button> - <div class=\\"h6\\"><label><input type=\\"checkbox\\" class=\\"mr-xs\\">Incertain</label></div> - <!----><button class=\\"btn full-x rnd-xs py-s px-m small mb-s\\">Hériter de l'étape précédente</button> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'DemandeAvecUnSeulStatut' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Type</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"> - <div id=\\"select-etape-type_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"select-etape-type\\" type=\\"text\\" name=\\"select-etape-type\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> -</div> -<hr> -<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Statut</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s\\"> - <!----> - <option value=\\"fai\\">fait</option> - </select></div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'DemandeEnConstruction' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Type</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"> - <div id=\\"select-etape-type_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"select-etape-type\\" type=\\"text\\" name=\\"select-etape-type\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> -</div> -<hr>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'DemandeSansStatut' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Type</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"> - <div id=\\"select-etape-type_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"select-etape-type\\" type=\\"text\\" name=\\"select-etape-type\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> -</div> -<hr> -<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Statut</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s\\"> - <option></option> - <option value=\\"fai\\">fait</option> - <option value=\\"aco\\">en construction</option> - </select></div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'Empty' 1`] = ` -"<div class=\\"dsfr tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"></div> - <div class=\\"mb tablet-blob-2-3\\"> - <div class=\\"fr-alert fr-alert--warning fr-alert--sm\\"> - <h3 class=\\"fr-alert__title\\">Il n’y a aucune étape possible à cette date.</h3>Veuillez modifier la date pour pouvoir choisir une étape. - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'Loading' 1`] = ` -"<div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'NouvelleDemande' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Type</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"> - <div id=\\"select-etape-type_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"select-etape-type\\" type=\\"text\\" name=\\"select-etape-type\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> -</div> -<hr>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'Simple' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Type</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"> - <div id=\\"select-etape-type_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"select-etape-type\\" type=\\"text\\" name=\\"select-etape-type\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"\\" autocomplete=\\"off\\"> - </div> - <!----> - </div> - </div> -</div> -<hr> -<div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3 tablet-pt-s pb-s\\"> - <h5>Statut</h5> - </div> - <div class=\\"mb tablet-blob-2-3\\"><select class=\\"p-s\\"> - <!----> - <option disabled=\\"\\" value=\\"fai\\">fait</option> - <option value=\\"aco\\">en construction</option> - </select></div> - </div> - <hr> -</div>" -`; - -exports[`Storybook Tests > 'Components/Etape/TypeEdit' > 'WithError' 1`] = ` -"<div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Footer' > 'AvecNewsletter' 1`] = ` -"<footer class=\\"dsfr\\" role=\\"contentinfo\\" id=\\"footer\\"> - <div class=\\"fr-footer\\"> - <div class=\\"fr-footer__top\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row fr-grid-row--start fr-grid-row--gutters\\"> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Nous contacter</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/contact\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Contact</a></li> - <li><a class=\\"fr-footer__top-link\\" to=\\"/a-propos\\" type=\\"primary\\">À propos</a></li> - </ul> - </div> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Utiliser Camino</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/camino/glossaire\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Glossaire</a></li> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/camino/guide-dutilisation\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Tutoriel</a></li> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://docs.camino.beta.gouv.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">API</a></li> - </ul> - </div> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Indicateurs</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" to=\\"/statistiques\\" type=\\"primary\\">Statistiques</a></li> - </ul> - </div> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Lien externes</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" href=\\"http://www.minergies.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Minergies</a></li> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://www.mineralinfo.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">MinéralInfos</a></li> - </ul> - </div> - </div> - </div> - </div> - <div class=\\"fr-container\\"> - <div class=\\"fr-footer__body\\" style=\\"margin-bottom: 0px;\\"> - <div class=\\"fr-footer__brand fr-enlarge-link\\"> - <p class=\\"fr-logo\\">Ministère <br>de la transition <br>écologique</p><a class=\\"fr-footer__brand-link\\" href=\\"/\\" title=\\"Retour à l’accueil du site - Camino - République Française\\"><img class=\\"fr-footer__logo\\" style=\\"width: 9rem;\\" src=\\"/img/logo-fabriquenumerique.svg\\" alt=\\"La fabrique numérique\\"></a> - </div> - <div class=\\"fr-footer__content\\"> - <p class=\\"fr-footer__content-desc\\"> - <div> - <div class=\\"fr-follow\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row\\"> - <div class=\\"fr-col-12\\"> - <div class=\\"fr-follow__newsletter\\"> - <div> - <h2 class=\\"fr-h5\\">Abonnez-vous à notre lettre d’information</h2> - </div> - <div> - <form> - <div class=\\"fr-input-group fr-input-group--error\\"><label class=\\"fr-label\\" for=\\"newsletter-email\\"> Votre adresse électronique (ex. : nom@domaine.fr) </label> - <div class=\\"fr-input-wrap fr-input-wrap--addon\\"><input class=\\"fr-input \\" title=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" autocomplete=\\"email\\" aria-describedby=\\"newsletter-email-hint-text newsletter-email-messages\\" placeholder=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" id=\\"newsletter-email\\" type=\\"email\\"><button class=\\"fr-btn \\" id=\\"newsletter-button\\" title=\\"S‘abonner à notre lettre d’information\\" type=\\"submit\\"> S'abonner</button></div> - <!----> - <div class=\\"fr-messages-group\\" id=\\"newsletter-email-messages\\" aria-live=\\"assertive\\"></div> - </div> - <p id=\\"newsletter-email-hint-text\\" class=\\"fr-hint-text\\">En renseignant votre adresse électronique, vous acceptez de recevoir nos actualités par courriel. Vous pouvez vous désinscrire à tout moment à l’aide des liens de désinscription ou en nous contactant.</p> - </form> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - </p> - <ul class=\\"fr-footer__content-list\\"> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://economie.gouv.fr\\" rel=\\"noopener noreferrer\\">economie.gouv.fr</a></li> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://ecologie.gouv.fr\\" rel=\\"noopener noreferrer\\">ecologie.gouv.fr</a></li> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://onf.fr\\" rel=\\"noopener noreferrer\\">onf.fr</a></li> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://legifrance.gouv.fr\\" rel=\\"noopener noreferrer\\">legifrance.gouv.fr</a></li> - </ul> - </div> - <div class=\\"fr-footer__bottom\\" style=\\"width: 100%;\\"> - <ul class=\\"fr-footer__bottom-list\\"> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/accessibilite\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Accessibilité : non conforme</a></li> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/mentions-legales\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Mentions légales</a></li> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/cgu\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">CGU</a></li> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://github.com/MTES-MCT/camino/commit/310c30f5b4d779cd4bc17316f4b026292bb95c10\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Version 310c30f</a></li> - </ul> - <div class=\\"fr-footer__bottom-copy\\"> - <p>Sauf mention contraire, tous les contenus de ce site sont sous <a href=\\"https://github.com/MTES-MCT/camino/blob/master/license.md\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">licence GNU AGPLv3</a></p> - </div> - </div> - </div> - </div> - </div> -</footer>" -`; - -exports[`Storybook Tests > 'Components/Page/Footer' > 'SansNewsletter' 1`] = ` -"<footer class=\\"dsfr\\" role=\\"contentinfo\\" id=\\"footer\\"> - <div class=\\"fr-footer\\"> - <div class=\\"fr-footer__top\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row fr-grid-row--start fr-grid-row--gutters\\"> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Nous contacter</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/contact\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Contact</a></li> - <li><a class=\\"fr-footer__top-link\\" to=\\"/a-propos\\" type=\\"primary\\">À propos</a></li> - </ul> - </div> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Utiliser Camino</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/camino/glossaire\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Glossaire</a></li> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/camino/guide-dutilisation\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Tutoriel</a></li> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://docs.camino.beta.gouv.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">API</a></li> - </ul> - </div> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Indicateurs</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" to=\\"/statistiques\\" type=\\"primary\\">Statistiques</a></li> - </ul> - </div> - <div class=\\"fr-col-12 fr-col-sm-6 fr-col-md-3\\"> - <h3 class=\\"fr-footer__top-cat\\">Lien externes</h3> - <ul class=\\"fr-footer__top-list\\"> - <li><a class=\\"fr-footer__top-link\\" href=\\"http://www.minergies.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Minergies</a></li> - <li><a class=\\"fr-footer__top-link\\" href=\\"https://www.mineralinfo.fr/\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">MinéralInfos</a></li> - </ul> - </div> - </div> - </div> - </div> - <div class=\\"fr-container\\"> - <div class=\\"fr-footer__body\\" style=\\"margin-bottom: 0px;\\"> - <div class=\\"fr-footer__brand fr-enlarge-link\\"> - <p class=\\"fr-logo\\">Ministère <br>de la transition <br>écologique</p><a class=\\"fr-footer__brand-link\\" href=\\"/\\" title=\\"Retour à l’accueil du site - Camino - République Française\\"><img class=\\"fr-footer__logo\\" style=\\"width: 9rem;\\" src=\\"/img/logo-fabriquenumerique.svg\\" alt=\\"La fabrique numérique\\"></a> - </div> - <div class=\\"fr-footer__content\\"> - <!----> - <ul class=\\"fr-footer__content-list\\"> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://economie.gouv.fr\\" rel=\\"noopener noreferrer\\">economie.gouv.fr</a></li> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://ecologie.gouv.fr\\" rel=\\"noopener noreferrer\\">ecologie.gouv.fr</a></li> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://onf.fr\\" rel=\\"noopener noreferrer\\">onf.fr</a></li> - <li class=\\"fr-footer__content-item\\"><a class=\\"fr-footer__content-link\\" target=\\"_blank\\" href=\\"https://legifrance.gouv.fr\\" rel=\\"noopener noreferrer\\">legifrance.gouv.fr</a></li> - </ul> - </div> - <div class=\\"fr-footer__bottom\\" style=\\"width: 100%;\\"> - <ul class=\\"fr-footer__bottom-list\\"> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/accessibilite\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Accessibilité : non conforme</a></li> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/mentions-legales\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Mentions légales</a></li> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://camino.gitbook.io/guide-dutilisation/a-propos/cgu\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">CGU</a></li> - <li class=\\"fr-footer__bottom-item\\"><a class=\\"fr-footer__bottom-link\\" href=\\"https://github.com/MTES-MCT/camino/commit/310c30f5b4d779cd4bc17316f4b026292bb95c10\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">Version 310c30f</a></li> - </ul> - <div class=\\"fr-footer__bottom-copy\\"> - <p>Sauf mention contraire, tous les contenus de ce site sont sous <a href=\\"https://github.com/MTES-MCT/camino/blob/master/license.md\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">licence GNU AGPLv3</a></p> - </div> - </div> - </div> - </div> - </div> -</footer>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Admin' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:dashboard}\\" target=\\"_self\\" type=\\"primary\\">Tableau de bord</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:travaux}\\" target=\\"_self\\" type=\\"primary\\">Travaux</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:activites}\\" target=\\"_self\\" type=\\"primary\\">Activités</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-5\\" aria-current=\\"true\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-5\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-5-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-5-1\\" type=\\"primary\\">Administrations</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:utilisateurs}\\" target=\\"_self\\" id=\\"nav-5-2\\" type=\\"primary\\">Utilisateurs</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'BureauDEtudes' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:dashboard}\\" target=\\"_self\\" type=\\"primary\\">Tableau de bord</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-3\\" aria-current=\\"true\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-3\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-3-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-3-1\\" type=\\"primary\\">Administrations</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:utilisateurs}\\" target=\\"_self\\" id=\\"nav-3-2\\" type=\\"primary\\">Utilisateurs</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Deconnecte' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-lock-fill\\" href=\\"/oauth2/sign_in?rd=http%3A%2F%2Flocalhost%3A3000%2F\\">Se connecter / S’enregistrer</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-lock-fill\\" href=\\"/oauth2/sign_in?rd=http%3A%2F%2Flocalhost%3A3000%2F\\">Se connecter / S’enregistrer</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-2\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-2\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-2-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-2-1\\" type=\\"primary\\">Administrations</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Defaut' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-2\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-2\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-2-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-2-1\\" type=\\"primary\\">Administrations</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Editeur' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:dashboard}\\" target=\\"_self\\" type=\\"primary\\">Tableau de bord</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:travaux}\\" target=\\"_self\\" type=\\"primary\\">Travaux</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:activites}\\" target=\\"_self\\" type=\\"primary\\">Activités</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-5\\" aria-current=\\"true\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-5\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-5-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-5-1\\" type=\\"primary\\">Administrations</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:utilisateurs}\\" target=\\"_self\\" id=\\"nav-5-2\\" type=\\"primary\\">Utilisateurs</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Entreprise' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:dashboard}\\" target=\\"_self\\" type=\\"primary\\">Tableau de bord</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:activites}\\" target=\\"_self\\" type=\\"primary\\">Activités</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-4\\" aria-current=\\"true\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-4\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-4-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-4-1\\" type=\\"primary\\">Administrations</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:utilisateurs}\\" target=\\"_self\\" id=\\"nav-4-2\\" type=\\"primary\\">Utilisateurs</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Lecteur' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:travaux}\\" target=\\"_self\\" type=\\"primary\\">Travaux</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-3\\" aria-current=\\"true\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-3\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-3-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-3-1\\" type=\\"primary\\">Administrations</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:utilisateurs}\\" target=\\"_self\\" id=\\"nav-3-2\\" type=\\"primary\\">Utilisateurs</a></li> - </ul> - </div> - </li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/Header' > 'Super' 1`] = ` -"<div class=\\"dsfr\\" style=\\"padding-bottom: 20px;\\"> - <header role=\\"banner\\" class=\\"fr-header\\"> - <div class=\\"fr-header__body\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-header__body-row\\"> - <div class=\\"fr-header__brand fr-enlarge-link\\"> - <div class=\\"fr-header__brand-top\\"> - <div class=\\"fr-header__logo\\"> - <p class=\\"fr-logo\\">République<br>française</p> - </div> - <div class=\\"fr-header__navbar\\"><button class=\\"fr-btn--search fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerSearchModalId\\" id=\\"button-475\\" title=\\"Rechercher\\">Rechercher</button><button class=\\"fr-btn--menu fr-btn\\" data-fr-opened=\\"false\\" aria-controls=\\"headerNavigationModalId\\" aria-haspopup=\\"menu\\" id=\\"button-477\\" title=\\"Menu\\">Menu</button></div> - </div> - <div class=\\"fr-header__service\\"><a to=\\"{name:homepage}\\" title=\\"Accueil - Camino - République Française\\" type=\\"primary\\"> - <p class=\\"fr-header__service-title\\">Camino</p> - </a> - <p class=\\"fr-header__service-tagline\\">Le cadastre minier numérique</p> - </div> - </div> - <div class=\\"fr-header__tools\\"> - <div class=\\"fr-header__tools-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <div class=\\"fr-header__search fr-modal\\" id=\\"headerSearchModalId\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerSearchModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-search-bar\\" id=\\"search-473\\" role=\\"search\\"><label class=\\"fr-label\\" for=\\"search-473-input\\">Rechercher</label> - <div id=\\"search-473-input_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"search-473-input\\" type=\\"text\\" name=\\"search-473-input\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> - </div><button class=\\"fr-btn\\" title=\\"Rechercher\\">Rechercher</button> - </div> - </div> - </div> - </div> - </div> - </div> - </div> - <div class=\\"fr-header__menu fr-modal\\" id=\\"headerNavigationModalId\\" aria-labelledby=\\"button-477\\"> - <div class=\\"fr-container\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"headerNavigationModalId\\" title=\\"Fermer\\">Fermer</button> - <div class=\\"fr-header__menu-links\\"> - <ul class=\\"fr-btns-group\\"> - <li><a class=\\"fr-btn fr-icon-account-fill\\" to=\\"/utilisateurs/id\\" type=\\"primary\\">nom prenom</a></li> - <li><a class=\\"fr-btn fr-icon-lock-line\\" href=\\"/apiUrl/deconnecter\\">Se déconnecter</a></li> - </ul> - </div> - <nav class=\\"fr-nav\\" id=\\"headerNavigationId\\" role=\\"navigation\\" aria-label=\\"Menu principal\\"> - <ul class=\\"fr-nav__list\\"> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:titres}\\" target=\\"_self\\" type=\\"primary\\">Titres et autorisations</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:demarches}\\" target=\\"_self\\" type=\\"primary\\">Démarches</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:travaux}\\" target=\\"_self\\" type=\\"primary\\">Travaux</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:activites}\\" target=\\"_self\\" type=\\"primary\\">Activités</a></li> - <li class=\\"fr-nav__item\\"><button class=\\"fr-nav__btn\\" aria-expanded=\\"false\\" aria-controls=\\"collapse-4\\" aria-current=\\"true\\">Annuaire</button> - <div class=\\"fr-collapse fr-menu\\" id=\\"collapse-4\\"> - <ul class=\\"fr-menu__list\\"> - <li><a class=\\"fr-nav__link\\" to=\\"{name:entreprises}\\" target=\\"_self\\" id=\\"nav-4-0\\" type=\\"primary\\">Entreprises</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:administrations}\\" target=\\"_self\\" id=\\"nav-4-1\\" type=\\"primary\\">Administrations</a></li> - <li><a class=\\"fr-nav__link\\" to=\\"{name:utilisateurs}\\" target=\\"_self\\" id=\\"nav-4-2\\" type=\\"primary\\">Utilisateurs</a></li> - </ul> - </div> - </li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:metas}\\" target=\\"_self\\" type=\\"primary\\">Métas</a></li> - <li class=\\"fr-nav__item\\"><a class=\\"fr-nav__link\\" to=\\"{name:journaux}\\" target=\\"_self\\" type=\\"primary\\">Journaux</a></li> - </ul> - </nav> - </div> - </div> - </header> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/QuickAccessTitre' > 'Empty' 1`] = ` -"<div id=\\"typeahead_id_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"typeahead_id\\" type=\\"text\\" name=\\"typeahead_id\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Page/QuickAccessTitre' > 'Simple' 1`] = ` -"<div id=\\"typeahead_id_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"typeahead_id\\" type=\\"text\\" name=\\"typeahead_id\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Rechercher un titre\\" autocomplete=\\"off\\"> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Statistiques/GranulatsMari…' > 'Loading' 1`] = ` -"<div class=\\"content\\"> - <div id=\\"etat\\" class=\\"mb-xxl mt\\"> - <h2>État du domaine minier en temps réel</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont susceptibles d’évoluer chaque jour au grès des décisions et de la fin de validité des titres et autorisations.</p> - <p>Les surfaces cumulées concernées par un titre ou une autorisation n’impliquent pas qu’elles sont effectivement explorées ou exploitées sur tout ou partie de l'année. Les travaux miniers font l’objet de déclarations ou d’autorisations distinctes portant sur une partie seulement de la surface des titres miniers.</p> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploration</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:ar,ap,pr,statutsIds:dmi,mod,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Permis exclusifs de recherches</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:pr,statutsIds:val,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploration</p> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploitation</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:ax,cx,px,statutsIds:dmi,mod,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:cx,statutsIds:val,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploitation</p> - </div> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb\\"></div> - <h2>Production annuelle</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Données contenues dans la base de données Camino, stabilisées pour l’année n-1.</p> - <div class=\\"tablet-pt-s pb-s\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"line-neutral width-full mb-xl\\"></div> - <h5>Sélectionner une année</h5> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"line-neutral width-full mb-xl\\"></div> - <div id=\\"evolution\\" class=\\"mb-xxl\\"> - <h2>Titres octroyés et surface</h2><span class=\\"separator\\"></span> - <p>Données contenues dans la base de données Camino, concernant exclusivement le territoire français.</p> - <h3>Permis exclusif de recherche (PER) octroyés</h3> - <hr> - <div class=\\"tablet-float-blobs clearfix\\"> - <div class=\\"tablet-float-blob-1-3 mb-xl mt\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p>Permis exclusifs de recherches octroyés l’an dernier</p> - </div> - <div class=\\"tablet-float-blob-2-3 relative mb-xl\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <h3>Concessions octroyées</h3> - <hr> - <div class=\\"tablet-float-blobs clearfix\\"> - <div class=\\"tablet-float-blob-1-3 mb-xl mt\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p>Concessions octroyées l’an dernier</p> - </div> - <div class=\\"tablet-float-blob-2-3 relative mb-xl\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - </div> - <h3>Concessions valides</h3> - <hr> - <div class=\\"tablet-float-blobs clearfix\\"> - <div class=\\"tablet-float-blob-1-3 mb-xl mt\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p>Concessions valides l’an dernier</p> - </div> - <div class=\\"tablet-float-blob-2-3 relative mb-xl\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Statistiques/GranulatsMari…' > 'WithError' 1`] = ` -"<div class=\\"content\\"> - <div id=\\"etat\\" class=\\"mb-xxl mt\\"> - <h2>État du domaine minier en temps réel</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont susceptibles d’évoluer chaque jour au grès des décisions et de la fin de validité des titres et autorisations.</p> - <p>Les surfaces cumulées concernées par un titre ou une autorisation n’impliquent pas qu’elles sont effectivement explorées ou exploitées sur tout ou partie de l'année. Les travaux miniers font l’objet de déclarations ou d’autorisations distinctes portant sur une partie seulement de la surface des titres miniers.</p> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploration</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:ar,ap,pr,statutsIds:dmi,mod,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Permis exclusifs de recherches</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:pr,statutsIds:val,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploration</p> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploitation</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:ax,cx,px,statutsIds:dmi,mod,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:w,typesIds:cx,statutsIds:val,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploitation</p> - </div> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb\\"></div> - <h2>Production annuelle</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Données contenues dans la base de données Camino, stabilisées pour l’année n-1.</p> - <div class=\\"tablet-pt-s pb-s\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"line-neutral width-full mb-xl\\"></div> - <h5>Sélectionner une année</h5> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"line-neutral width-full mb-xl\\"></div> - <div id=\\"evolution\\" class=\\"mb-xxl\\"> - <h2>Titres octroyés et surface</h2><span class=\\"separator\\"></span> - <p>Données contenues dans la base de données Camino, concernant exclusivement le territoire français.</p> - <h3>Permis exclusif de recherche (PER) octroyés</h3> - <hr> - <div class=\\"tablet-float-blobs clearfix\\"> - <div class=\\"tablet-float-blob-1-3 mb-xl mt\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p>Permis exclusifs de recherches octroyés l’an dernier</p> - </div> - <div class=\\"tablet-float-blob-2-3 relative mb-xl\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <h3>Concessions octroyées</h3> - <hr> - <div class=\\"tablet-float-blobs clearfix\\"> - <div class=\\"tablet-float-blob-1-3 mb-xl mt\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p>Concessions octroyées l’an dernier</p> - </div> - <div class=\\"tablet-float-blob-2-3 relative mb-xl\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - </div> - <h3>Concessions valides</h3> - <hr> - <div class=\\"tablet-float-blobs clearfix\\"> - <div class=\\"tablet-float-blob-1-3 mb-xl mt\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p>Concessions valides l’an dernier</p> - </div> - <div class=\\"tablet-float-blob-2-3 relative mb-xl\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Statistiques/Guyane' > 'Loading' 1`] = ` -"<div class=\\"content\\"> - <div id=\\"etat\\" class=\\"mb-xxl mt\\"> - <h2>État du domaine minier en temps réel</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont susceptibles d’évoluer chaque jour au grès des décisions et de la fin de validité des titres et autorisations. Ces données concernent exclusivement le territoire guyanais.</p> - <p>Les surfaces cumulées concernées par un titre ou une autorisation d’exploration et ou d’exploitation n’impliquent pas qu’elles sont effectivement explorées ou exploitées sur tout ou partie de l'année. Les travaux miniers font l’objet de déclarations ou d’autorisations distinctes portant sur une partie seulement de la surface des titres miniers.</p> - <div class=\\"mb-xxl\\"> - <h3>Autorisations et titres d’exploration</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Autorisations de recherche</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ar,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Permis exclusifs de recherches</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:pr,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-2\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploration</p> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Autorisations et titres d’exploitation</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Autorisations d'exploitation</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ax,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Concessions</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:cx,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploitation</p> - </div> - </div> - </div> - </div> - <h2>Production et activité minière légales</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont stabilisées pour l’année n-2 mais sont susceptibles d’évoluer jusqu’à la cloture de la collecte des déclarations règlementaires de l’année précédente et l'année en cours. Ces données concernent exclusivement le territoire guyanais.</p> - <div class=\\"flex\\"> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2019</div> - </div> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2020</div> - </div> - <div class=\\"active mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2021</div> - </div> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2022</div> - </div> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2023</div> - </div> - </div> - <div class=\\"line-neutral width-full mb\\"></div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"line-neutral width-full mb-xl\\"></div> - <div id=\\"evolution\\" class=\\"mb-xxl\\"> - <h2>Activité</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Les données antérieures à 2018 reprises d’anciens systèmes peuvent ne pas être exhautives. Ces données concernent exclusivement le territoire guyanais.</p> - <div class=\\"mb-xl\\"> - <h3>Autorisations de recherche</h3> - <hr> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Permis de recherches</h3> - <hr> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Autorisations d'exploitation</h3> - <hr> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Concessions</h3> - <hr> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Statistiques/Guyane' > 'WithError' 1`] = ` -"<div class=\\"content\\"> - <div id=\\"etat\\" class=\\"mb-xxl mt\\"> - <h2>État du domaine minier en temps réel</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont susceptibles d’évoluer chaque jour au grès des décisions et de la fin de validité des titres et autorisations. Ces données concernent exclusivement le territoire guyanais.</p> - <p>Les surfaces cumulées concernées par un titre ou une autorisation d’exploration et ou d’exploitation n’impliquent pas qu’elles sont effectivement explorées ou exploitées sur tout ou partie de l'année. Les travaux miniers font l’objet de déclarations ou d’autorisations distinctes portant sur une partie seulement de la surface des titres miniers.</p> - <div class=\\"mb-xxl\\"> - <h3>Autorisations et titres d’exploration</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Autorisations de recherche</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ar,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Permis exclusifs de recherches</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:pr,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-2\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploration</p> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Autorisations et titres d’exploitation</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Autorisations d'exploitation</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ax,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Concessions</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:cx,statutsIds:val,mod,territoires:guyane,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-4\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploitation</p> - </div> - </div> - </div> - </div> - <h2>Production et activité minière légales</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont stabilisées pour l’année n-2 mais sont susceptibles d’évoluer jusqu’à la cloture de la collecte des déclarations règlementaires de l’année précédente et l'année en cours. Ces données concernent exclusivement le territoire guyanais.</p> - <div class=\\"flex\\"> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2019</div> - </div> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2020</div> - </div> - <div class=\\"active mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2021</div> - </div> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2022</div> - </div> - <div class=\\" mr-xs\\"> - <div class=\\"p-m btn-tab rnd-t-s\\">2023</div> - </div> - </div> - <div class=\\"line-neutral width-full mb\\"></div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"line-neutral width-full mb-xl\\"></div> - <div id=\\"evolution\\" class=\\"mb-xxl\\"> - <h2>Activité</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Les données antérieures à 2018 reprises d’anciens systèmes peuvent ne pas être exhautives. Ces données concernent exclusivement le territoire guyanais.</p> - <div class=\\"mb-xl\\"> - <h3>Autorisations de recherche</h3> - <hr> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Permis de recherches</h3> - <hr> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Autorisations d'exploitation</h3> - <hr> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Concessions</h3> - <hr> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Statistiques/MinerauxMetau…' > 'Loading' 1`] = ` -"<div class=\\"content\\"> - <div id=\\"etat\\" class=\\"mb-xxl mt\\"> - <h2>État du domaine minier des substances non énergétiques, en métropole, en temps réel</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont susceptibles d’évoluer chaque jour au grès des décisions et de la fin de validité des titres et autorisations.</p> - <p>Les surfaces cumulées concernées par un titre ou une autorisation n’impliquent pas qu’elles sont effectivement explorées ou exploitées sur tout ou partie de l'année. Les travaux miniers font l’objet de déclarations ou d’autorisations distinctes portant sur une partie seulement de la surface des titres miniers.</p> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploration</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <div> - <p class=\\"bold text-center\\">Demandeen cours d'instruction (initiale et modification en instance)</p> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ar,ap,pr,statutsIds:dmi,mod,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Permis exclusifs de recherches</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:pr,statutsIds:val,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploration</p> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploitation</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <div> - <p class=\\"bold text-center\\">Demandeen cours d'instruction (initiale et modification en instance)</p> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ax,cx,px,statutsIds:dmi,mod,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <div> - <p class=\\"bold text-center\\">Concession</p> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:cx,statutsIds:val,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploitation</p> - </div> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb\\"></div> - <h2>Production annuelle et fiscalité minière des ressources minérales non énergétiques, par famille de substances</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Données contenues dans la base de données Camino, stabilisées pour l’année n-1.</p> - <div class=\\"_grid-container_72aebd\\"> - <div style=\\"grid-column-end: span 2;\\"> - <h3>Bauxite</h3> - <hr> - </div> - <div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div> - <h4>Fiscalité minière</h4> - <p>Les données sont calculées à partir des données de production. Il s'agit des sommes dûes et non des recettes effectivement perçues par les finances publiques.</p> - <div class=\\"flex\\"></div> - <div class=\\"line-neutral mb\\"></div> - <p>Sommes dûes par les opérateurs miniers exploitant de la bauxite au titre des redevances départementale et communale des mines, hors frais de gestion</p> - <p class=\\"h1 text-center color-info bold\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - </div> - <div style=\\"grid-column-end: span 2;\\"> - <h3>Sels (sel de sodium, sel de potassium, sel gemme…)</h3> - <hr> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div> - <h4>Fiscalité minière</h4> - <p>Les données sont calculées à partir des données de production. Il s'agit des sommes dûes et non des recettes effectivement perçues par les finances publiques.</p> - <div class=\\"flex\\"></div> - <div class=\\"line-neutral mb\\"></div> - <p>Sommes dûes par les opérateurs miniers exploitant des sels au titre des redevances départementale et communale des mines, hors frais de gestion</p> - <p class=\\"h1 text-center color-info bold\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </p> - </div> - <div style=\\"grid-column-end: span 2;\\"> - <h3>Autres substances</h3> - <hr> - </div> - <div style=\\"grid-column-end: span 2;\\">Pour les autres substances de mines exploitées en métropole, l'agrégation des données n'est pas possible en raison du nombre limité d'exploitant par type de substance.<br><br>Au titre du secret des informations économiques et financières, les volumes d'exploitation ne sont pas communicables.</div> - </div> - <div class=\\"line-neutral width-full mb mt\\"></div> - <h2>Evolution du nombre de titre et de leur surface</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Les données affichées ici sont celles contenues dans la base de donnée Camino. Ces données concernent exclusivement le territoire métropolitain.</p> - <div class=\\"mb-xl\\"> - <h3>Permis Exclusif de Recherche (PER)</h3> - <hr> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Concession</h3> - <hr> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Statistiques/MinerauxMetau…' > 'WithError' 1`] = ` -"<div class=\\"content\\"> - <div id=\\"etat\\" class=\\"mb-xxl mt\\"> - <h2>État du domaine minier des substances non énergétiques, en métropole, en temps réel</h2><span class=\\"separator\\"></span> - <p>Les données affichées ici sont celles contenues dans la base de donnée Camino. Elles sont susceptibles d’évoluer chaque jour au grès des décisions et de la fin de validité des titres et autorisations.</p> - <p>Les surfaces cumulées concernées par un titre ou une autorisation n’impliquent pas qu’elles sont effectivement explorées ou exploitées sur tout ou partie de l'année. Les travaux miniers font l’objet de déclarations ou d’autorisations distinctes portant sur une partie seulement de la surface des titres miniers.</p> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploration</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <div> - <p class=\\"bold text-center\\">Demandeen cours d'instruction (initiale et modification en instance)</p> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ar,ap,pr,statutsIds:dmi,mod,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Permis exclusifs de recherches</p> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:pr,statutsIds:val,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploration</p> - </div> - </div> - </div> - <div class=\\"mb-xxl\\"> - <h3>Titres d’exploitation</h3> - <hr> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <div> - <p class=\\"bold text-center\\">Demandeen cours d'instruction (initiale et modification en instance)</p> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:ax,cx,px,statutsIds:dmi,mod,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <div> - <p class=\\"bold text-center\\">Concession</p> - </div> - <p class=\\"h6 text-center\\"><a to=\\"{name:titres,query:{domainesIds:m,typesIds:cx,statutsIds:val,territoires:FR,vueId:table}}\\" type=\\"primary\\">Voir les titres</a></p> - </div> - <div class=\\"tablet-blob-1-3\\"> - <p class=\\"h0 text-center\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - <p class=\\"bold text-center\\">Surfaces cumulées des titres pouvant faire l'objet d'une activité d’exploitation</p> - </div> - </div> - </div> - </div> - <div class=\\"line-neutral width-full mb\\"></div> - <h2>Production annuelle et fiscalité minière des ressources minérales non énergétiques, par famille de substances</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Données contenues dans la base de données Camino, stabilisées pour l’année n-1.</p> - <div class=\\"_grid-container_72aebd\\"> - <div style=\\"grid-column-end: span 2;\\"> - <h3>Bauxite</h3> - <hr> - </div> - <div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div> - <h4>Fiscalité minière</h4> - <p>Les données sont calculées à partir des données de production. Il s'agit des sommes dûes et non des recettes effectivement perçues par les finances publiques.</p> - <div class=\\"flex\\"></div> - <div class=\\"line-neutral mb\\"></div> - <p>Sommes dûes par les opérateurs miniers exploitant de la bauxite au titre des redevances départementale et communale des mines, hors frais de gestion</p> - <p class=\\"h1 text-center color-info bold\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - </div> - <div style=\\"grid-column-end: span 2;\\"> - <h3>Sels (sel de sodium, sel de potassium, sel gemme…)</h3> - <hr> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div> - <h4>Fiscalité minière</h4> - <p>Les données sont calculées à partir des données de production. Il s'agit des sommes dûes et non des recettes effectivement perçues par les finances publiques.</p> - <div class=\\"flex\\"></div> - <div class=\\"line-neutral mb\\"></div> - <p>Sommes dûes par les opérateurs miniers exploitant des sels au titre des redevances départementale et communale des mines, hors frais de gestion</p> - <p class=\\"h1 text-center color-info bold\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </p> - </div> - <div style=\\"grid-column-end: span 2;\\"> - <h3>Autres substances</h3> - <hr> - </div> - <div style=\\"grid-column-end: span 2;\\">Pour les autres substances de mines exploitées en métropole, l'agrégation des données n'est pas possible en raison du nombre limité d'exploitant par type de substance.<br><br>Au titre du secret des informations économiques et financières, les volumes d'exploitation ne sont pas communicables.</div> - </div> - <div class=\\"line-neutral width-full mb mt\\"></div> - <h2>Evolution du nombre de titre et de leur surface</h2><span class=\\"separator\\"></span> - <p class=\\"mb-xl\\">Les données affichées ici sont celles contenues dans la base de donnée Camino. Ces données concernent exclusivement le territoire métropolitain.</p> - <div class=\\"mb-xl\\"> - <h3>Permis Exclusif de Recherche (PER)</h3> - <hr> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"mb-xl\\"> - <h3>Concession</h3> - <hr> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Administration' > 'Default' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Mission régionale autorité environnementale de Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Route du Vieux-Port - 97300 Cayenne<span><br>Adresse postale -Route du Vieux-Port -CS 76003 -97306 Cayenne</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 (0)5 94 39 80 00</p> - </div> - </div> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"http://www.mrae.developpement-durable.gouv.fr/guyane-r27.html\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">http://www.mrae.developpement-durable.gouv.fr/guyane-r27.html</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Administration' > 'WithServiceAndEmail' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Ministère de l'Economie, des Finances et de la Relance & Ministère de la Transition écologique</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Service</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Bureau de la politique des ressources minérales non énergétiques - Direction générale de l'aménagement, du logement et de la nature (DGALN)</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Tour Séquoia<span><br>1 place Carpeaux</span><br>92055Paris-La-Défense</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+33 (0)1 40 81 21 22</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"mailto:earm2.deb.dgaln@developpement-durable.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\">earm2.deb.dgaln@developpement-durable.gouv.fr</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"http://www.mineralinfo.fr\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">http://www.mineralinfo.fr</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/DemarcheEditPopup' > 'Create' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Ajout d'une démarche </h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"demarcheType\\">Type de la démarche *</label><select class=\\"fr-select\\" id=\\"demarcheType\\" name=\\"demarcheType\\" required=\\"\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"\\">Selectionnez une option</option> - <option value=\\"oct\\">octroi</option> - <option value=\\"ren\\">renonciation</option> - <option value=\\"ret\\">retrait</option> - </select></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"description\\">Description</label><input class=\\"fr-input\\" name=\\"description\\" id=\\"description\\" type=\\"text\\"></div> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left disabled\\" disabled=\\"\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/DemarcheEditPopup' > 'Edit' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Modification de la démarche </h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"demarcheType\\">Type de la démarche *</label><select class=\\"fr-select\\" id=\\"demarcheType\\" name=\\"demarcheType\\" required=\\"\\" disabled=\\"\\"> - <!----> - <option value=\\"oct\\">octroi</option> - <option value=\\"ren\\">renonciation</option> - <option value=\\"ret\\">retrait</option> - </select></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"description\\">Description</label><input class=\\"fr-input\\" name=\\"description\\" id=\\"description\\" type=\\"text\\"></div> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/DemarcheRemovePopup' > 'Main' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Suppression de la démarche</h1> - <div class=\\"fr-container\\"> - <div class=\\"fr-alert fr-alert--warning\\"> - <h3 class=\\"fr-alert__title\\">Attention : cette opération est définitive et ne peut pas être annulée.</h3>Souhaitez-vous supprimer la démarche <span class=\\"fr-text--bold\\"> octroi</span> du titre<span class=\\"fr-text--bold\\"> Nom du titre (autorisation de prospections préalables)</span> ? - </div> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Supprimer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/EditPopup' > 'DefaultNoReference' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Modification du titre</h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"titreNom\\">Nom *</label><input class=\\"fr-input\\" name=\\"titreNom\\" id=\\"titreNom\\" type=\\"text\\" required=\\"\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"references\\">Références</label><button class=\\"fr-btn fr-icon-add-line fr-btn--icon-right fr-btn--tertiary\\" id=\\"references\\">Ajouter une référence</button></div> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/EditPopup' > 'OneReference' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Modification du titre</h1> - <div class=\\"fr-container\\"> - <form> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"titreNom\\">Nom *</label><input class=\\"fr-input\\" name=\\"titreNom\\" id=\\"titreNom\\" type=\\"text\\" required=\\"\\"></div> - <div class=\\"fr-input-group\\"><label class=\\"fr-label\\" for=\\"references\\">Références</label> - <div class=\\"fr-grid-row fr-grid-row--middle fr-mb-3v\\"><select class=\\"fr-select fr-col\\"> - <option value=\\"brg\\">BRGM</option> - <option value=\\"dea\\">DEAL</option> - <option value=\\"deb\\">DEB</option> - <option value=\\"dge\\">DGEC</option> - <option value=\\"ifr\\">Ifremer</option> - <option value=\\"irs\\">IRSN</option> - <option value=\\"nus\\">Nom d'usage</option> - <option value=\\"onf\\">ONF</option> - <option value=\\"ptm\\">PTMG</option> - <option value=\\"rnt\\">RNTM</option> - </select><input type=\\"text\\" class=\\"fr-input fr-col fr-ml-2v\\"><button class=\\"fr-btn fr-icon-delete-line fr-btn--icon fr-btn--tertiary fr-ml-2v\\" type=\\"button\\"></button></div><button class=\\"fr-btn fr-icon-add-line fr-btn--icon-right fr-btn--tertiary\\" id=\\"references\\">Ajouter une référence</button> - </div> - </form> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Entreprise' > 'Default' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h4 class=\\"mb-0\\">Nom de l'entreprise</h4><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><a to=\\"{name:entreprise,params:{id:id}}\\" class=\\"btn-alt py-s px-m\\" type=\\"primary\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Siren</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>111222333</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Forme juridique</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>SARL</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Établissement</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <ul class=\\"list-sans\\"> - <li> - <h6 class=\\"inline-block\\">01-01-2022</h6>: etablissement - </li> - </ul> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>Par ici<br>31200Toulouse</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p class=\\"word-break\\">0102030405</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"mailto:ici@here.aqui\\" class=\\"btn small bold py-xs px-s rnd\\">ici@here.aqui</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"http://here.aqui\\" class=\\"btn small bold py-xs px-s rnd\\">http://here.aqui</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Entreprise' > 'WithoutOptionalProps' 1`] = ` -"<div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h4 class=\\"mb-0\\">Nom de l'entreprise</h4> - <!----> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><a to=\\"{name:entreprise,params:{id:id}}\\" class=\\"btn-alt py-s px-m\\" type=\\"primary\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a> - <div class=\\"py-s\\"></div> - </div> - </div> - <!--v-if--> - <!--v-if--> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Header' > 'AbonneAuTitre' 1`] = ` -"<div class=\\"sticky-header width-full\\"> - <div class=\\"container\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2\\"> - <h1 class=\\"mt-m mb-m\\">Nom titre</h1> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\"flex-right flex my-s\\"><button class=\\"btn small rnd-0 rnd-l-xs px-m py-s lh-2 mr-px btn-secondary\\"><span class=\\"mt-xs\\">Se désabonner du titre</span></button><button class=\\"btn-border small px-m py-s lh-2 rnd-r-xs null\\"><span class=\\"mt-xs nowrap\\">Signaler une erreur…</span></button> - <!----> - <!----> - </div> - </div> - </div> - <div class=\\"line width-full\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Header' > 'CanDeleteTitre' 1`] = ` -"<div class=\\"sticky-header width-full\\"> - <div class=\\"container\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2\\"> - <h1 class=\\"mt-m mb-m\\">Nom titre</h1> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\"flex-right flex my-s\\"><button class=\\"btn small rnd-0 rnd-l-xs px-m py-s lh-2 mr-px btn-primary\\"><span class=\\"mt-xs\\">S’abonner au titre</span></button><button class=\\"btn-border small px-m py-s lh-2 mr-px null\\"><span class=\\"mt-xs nowrap\\">Signaler une erreur…</span></button> - <!----><button class=\\"btn rnd-r-xs py-s px-m\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button> - </div> - </div> - </div> - <div class=\\"line width-full\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Header' > 'CanEditTitre' 1`] = ` -"<div class=\\"sticky-header width-full\\"> - <div class=\\"container\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2\\"> - <h1 class=\\"mt-m mb-m\\">Nom titre</h1> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\"flex-right flex my-s\\"><button class=\\"btn small rnd-0 rnd-l-xs px-m py-s lh-2 mr-px btn-primary\\"><span class=\\"mt-xs\\">S’abonner au titre</span></button><button class=\\"btn-border small px-m py-s lh-2 mr-px null\\"><span class=\\"mt-xs nowrap\\">Signaler une erreur…</span></button><button class=\\"btn py-s px-m mr-px null\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button><button class=\\"btn rnd-r-xs py-s px-m\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button></div> - </div> - </div> - <div class=\\"line width-full\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Header' > 'Default' 1`] = ` -"<div class=\\"sticky-header width-full\\"> - <div class=\\"container\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2\\"> - <h1 class=\\"mt-m mb-m\\">Nom titre</h1> - </div> - <div class=\\"tablet-blob-1-2 flex\\"> - <div class=\\"flex-right flex my-s\\"><button class=\\"btn small rnd-0 rnd-l-xs px-m py-s lh-2 mr-px btn-primary\\"><span class=\\"mt-xs\\">S’abonner au titre</span></button><button class=\\"btn-border small px-m py-s lh-2 rnd-r-xs null\\"><span class=\\"mt-xs nowrap\\">Signaler une erreur…</span></button> - <!----> - <!----> - </div> - </div> - </div> - <div class=\\"line width-full\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Infos' > 'Default' 1`] = ` -"<div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-1-2\\"> - <div class=\\"rnd-b-s bg-alt pt px overflow-auto\\"> - <h4 class=\\"mb\\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mr-s\\">M</div><span class=\\"cap-first\\">autorisation de recherches</span> - </h4> - <div class=\\"mb\\"> - <div class=\\"bg-success inline-block small bold color-bg pill py-xs px-s\\">Valide</div> - </div> - <div class=\\"mb bg-bg mx--m px-m pt-xs pb-s rnd-xs\\"> - <table class=\\"table-xxs full-x mb-0\\"> - <tr> - <th class=\\"max-width-1\\"></th> - <th>Phase</th> - <th>Début</th> - <th>Fin</th> - </tr> - <tr> - <td class=\\"max-width-1\\"><span class=\\"bg-neutral pill dot mr-xs mt-xs\\"></span></td> - <td><span class=\\"cap-first bold h5 mb-0\\">octroi</span></td> - <td><span class=\\"h5 mb-0\\">01-01-2020</span></td> - <td><span class=\\"h5 mb-0\\">01-01-2022</span></td> - </tr> - <tr> - <td class=\\"max-width-1\\"><span class=\\"bg-success pill dot mr-xs mt-xs\\"></span></td> - <td><span class=\\"cap-first bold h5 mb-0\\">prolongation</span></td> - <td><span class=\\"h5 mb-0\\">01-01-2022</span></td> - <td><span class=\\"h5 mb-0\\">01-01-2025</span></td> - </tr> - </table> - </div> - <div class=\\"mb\\"> - <ul class=\\"list-prefix h6\\"> - <li><span class=\\"word-break fixed-width bold\\">Ifremer</span>2023/01</li> - </ul> - </div> - </div> - </div> - <div class=\\"desktop-blob-1-2 mt\\"> - <div> - <div> - <h5>Titre à l’origine de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id11}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Titre père</span></a></li> - </ul> - <!----> - </div> - </div> - <div> - <h5>Titre issu de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id10}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Titre fils</span></a></li> - </ul> - </div> - </div> - </div> - <div class=\\"mb\\"> - <h5>Substances</h5> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">or</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">substances connexes</span></span></li> - </ul> - </div> - <div class=\\"mb\\"> - <h5>Titulaires</h5> - <ul class=\\"list-inline\\"> - <li class=\\"mb-xs mr-xs\\"><a to=\\"{name:entreprise,params:{id:entreprise1}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Entreprise 1 (Entreprise 1 Siren)</span><span class=\\"bold cap-first small ml-xs\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span></a></li> - <li class=\\"mb-xs mr-xs\\"><a to=\\"{name:entreprise,params:{id:entreprise2}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Entreprise 2 (Entreprise 2 Siren)</span> - <!----> - </a></li> - </ul> - </div> - <div class=\\"mb\\"> - <h5>Amodiataire</h5> - <ul class=\\"list-inline\\"> - <li class=\\"mb-xs mr-xs\\"><a to=\\"{name:entreprise,params:{id:entreprise3}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Entreprise 3 (Entreprise 3 Siren)</span> - <!----> - </a></li> - </ul> - </div> - <div> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>element</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first \\">Oui - <!----> - </p> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Second élément</h5> - </div> - <div class=\\"tablet-blob-3-4\\"> - <p class=\\"cap-first mb-s\\">Oui - <!----> - </p> - <p class=\\"h6\\"><span>avec description</span></p> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Infos' > 'Empty' 1`] = ` -"<div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-1-2\\"> - <div class=\\"rnd-b-s bg-alt pt px overflow-auto\\"> - <h4 class=\\"mb\\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono mr-s\\">M</div><span class=\\"cap-first\\">autorisation de recherches</span> - </h4> - <div class=\\"mb\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale</div> - </div> - <!----> - <!----> - </div> - </div> - <div class=\\"desktop-blob-1-2 mt\\"> - <div> - <!----> - <!----> - </div> - <!----> - <!----> - <!----> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/RemovePopup' > 'Default' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Suppression du titre</h1> - <div class=\\"fr-container\\"> - <div class=\\"fr-alert fr-alert--warning\\"> - <h3 class=\\"fr-alert__title\\">Attention : cette opération est définitive et ne peut pas être annulée.</h3>Souhaitez-vous supprimer le titre <span class=\\"fr-text--bold\\">Nom du titre autorisation de recherches</span>) ? - </div> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Supprimer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Repertoire' > 'Default' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"mb\\"> - <h5>Titulaire</h5> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h4 class=\\"mb-0\\">Nom titulaire</h4> - <!----> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><a to=\\"{name:entreprise,params:{id:id4}}\\" class=\\"btn-alt py-s px-m\\" type=\\"primary\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <!----> - <!----> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>la<br> - <!----> - <!----> - </p> - </div> - </div> - <!----> - <!----> - <!----> - </div> - </div> - </transition-stub> - </div> - </div> - </div> - <div class=\\"mb\\"> - <h5>Amodiataire</h5> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h4 class=\\"mb-0\\">Nom amodiataire</h4> - <!----> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><a to=\\"{name:entreprise,params:{id:id3}}\\" class=\\"btn-alt py-s px-m\\" type=\\"primary\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <!----> - <!----> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>ici<br> - <!----> - <!----> - </p> - </div> - </div> - <!----> - <!----> - <!----> - </div> - </div> - </transition-stub> - </div> - </div> - </div> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"mb\\"> - <h5>Administrations</h5> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Gendarmerie Nationale - Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Service</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Centre de conduite des Opérations</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Caserne La Madeleine<span><br>1296 Route de la Madeleine</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 29 28 00</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"mailto:cco.comgendgf@gendarmerie.interieur.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\">cco.comgendgf@gendarmerie.interieur.gouv.fr</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"https://www.gendarmerie.interieur.gouv.fr/\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">https://www.gendarmerie.interieur.gouv.fr/</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Gendarmerie Nationale - Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Service</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Centre de conduite des Opérations</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Caserne La Madeleine<span><br>1296 Route de la Madeleine</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 29 28 00</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"mailto:cco.comgendgf@gendarmerie.interieur.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\">cco.comgendgf@gendarmerie.interieur.gouv.fr</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"https://www.gendarmerie.interieur.gouv.fr/\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">https://www.gendarmerie.interieur.gouv.fr/</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Direction Générale des Territoires et de la Mer de Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Route du Vieux-Port - 97300 Cayenne<span><br>Adresse postale -Route du Vieux-Port -CS 76003 -97306 Cayenne</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 5 94 39 80 00</p> - </div> - </div> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"http://www.guyane.developpement-durable.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">http://www.guyane.developpement-durable.gouv.fr</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Repertoire' > 'Super' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"mb\\"> - <h5>Titulaire</h5> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h4 class=\\"mb-0\\">Nom de l'entreprise</h4><span class=\\"bold cap-first small\\"><span class=\\"bg-info py-xxs px-xs rnd-xs color-bg box\\">Opérateur</span></span> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><a to=\\"{name:entreprise,params:{id:id}}\\" class=\\"btn-alt py-s px-m\\" type=\\"primary\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a><button class=\\"btn-alt py-s px-m rnd-br-s\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - </div> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Siren</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>111222333</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Forme juridique</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>SARL</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Établissement</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <ul class=\\"list-sans\\"> - <li> - <h6 class=\\"inline-block\\">01-01-2022</h6>: etablissement - </li> - </ul> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p>Par ici<br>31200Toulouse</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p class=\\"word-break\\">0102030405</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"mailto:ici@here.aqui\\" class=\\"btn small bold py-xs px-s rnd\\">ici@here.aqui</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-4\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-3-4\\"> - <p class=\\"word-break\\"><a href=\\"http://here.aqui\\" class=\\"btn small bold py-xs px-s rnd\\">http://here.aqui</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - </div> - <div class=\\"mb\\"> - <h5>Amodiataire</h5> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"> - <div class=\\"accordion-header flex rnd-s\\"> - <div class=\\"py-s px-m\\"> - <h4 class=\\"mb-0\\">Nom amodiataire</h4> - <!----> - </div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><a to=\\"{name:entreprise,params:{id:id1}}\\" class=\\"btn-alt py-s px-m\\" type=\\"primary\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></a> - <div class=\\"py-s\\"></div> - </div> - </div> - <!--v-if--> - <!--v-if--> - </div> - </div> - </div> - <div class=\\"tablet-blob-1-2\\"> - <div class=\\"mb\\"> - <h5>Administrations</h5> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Gendarmerie Nationale - Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Service</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Centre de conduite des Opérations</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Caserne La Madeleine<span><br>1296 Route de la Madeleine</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 29 28 00</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"mailto:cco.comgendgf@gendarmerie.interieur.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\">cco.comgendgf@gendarmerie.interieur.gouv.fr</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"https://www.gendarmerie.interieur.gouv.fr/\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">https://www.gendarmerie.interieur.gouv.fr/</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Gendarmerie Nationale - Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Service</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Centre de conduite des Opérations</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Caserne La Madeleine<span><br>1296 Route de la Madeleine</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 29 28 00</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Email</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"mailto:cco.comgendgf@gendarmerie.interieur.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\">cco.comgendgf@gendarmerie.interieur.gouv.fr</a></p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"https://www.gendarmerie.interieur.gouv.fr/\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">https://www.gendarmerie.interieur.gouv.fr/</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb mb-s\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span>Direction Générale des Territoires et de la Mer de Guyane</span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <div class=\\"px-m pt-m\\"> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Adresse</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p>Route du Vieux-Port - 97300 Cayenne<span><br>Adresse postale -Route du Vieux-Port -CS 76003 -97306 Cayenne</span><br>97300Cayenne</p> - </div> - </div> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Téléphone</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\">+594 5 94 39 80 00</p> - </div> - </div> - <!----> - <div class=\\"large-blobs\\"> - <div class=\\"large-blob-1-6\\"> - <h5>Site</h5> - </div> - <div class=\\"large-blob-5-6\\"> - <p class=\\"word-break\\"><a href=\\"http://www.guyane.developpement-durable.gouv.fr\\" class=\\"btn small bold py-xs px-s rnd\\" target=\\"_blank\\" rel=\\"noopener noreferrer\\">http://www.guyane.developpement-durable.gouv.fr</a></p> - </div> - </div> - </div> - </div> - </transition-stub> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Territoires' > 'All' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-4\\"> - <div> - <h5>Surface</h5> - <p>4 km² environ</p> - </div> - </div> - <div class=\\"tablet-blob-3-4\\"> - <h5>Territoires</h5> - <div> - <div> - <h6 class=\\"mb-s\\">Pays de la Loire / Sarthe</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Flée</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Montval-sur-loir</span></span></li> - </ul> - </div> - </div> - <div> - <div> - <h6 class=\\"mb-s\\">Centre-Val de Loire / Indre-et-Loire</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Tours</span></span></li> - </ul> - </div> - </div> - <div> - <div> - <h6 class=\\"mb-s\\">Guyane</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Ville de Guyane</span></span></li> - </ul> - </div> - </div> - <div> - <div> - <h6 class=\\"mb-s\\">Forêts</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Forêt 1</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Forêt 2</span></span></li> - </ul> - </div> - </div> - <div> - <div> - <h6 class=\\"mb-s\\">Zones du SDOM</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">ZONE 1, activité minière interdite sauf exploitation souterraine et recherches aériennes</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">ZONE 0, activité minière interdite</span></span></li> - </ul> - </div> - </div> - <div> - <h6 class=\\"mb-s\\">Méditerranée</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Balagne</span></span></li> - </ul> - </div> - <div> - <h6 class=\\"mb-s\\">Nord Atlantique - Manche Ouest</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Bretagne nord</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Bretagne sud</span></span></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Territoires' > 'Empty' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-4\\"> - <!----> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Territoires' > 'OnlyForets' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-4\\"> - <!----> - </div> - <div class=\\"tablet-blob-3-4\\"> - <h5>Territoires</h5> - <!----> - <div> - <div> - <h6 class=\\"mb-s\\">Forêts</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Forêt 1</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Forêt 2</span></span></li> - </ul> - </div> - </div> - <!----> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Territoires' > 'OnlySdomZones' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-4\\"> - <!----> - </div> - <div class=\\"tablet-blob-3-4\\"> - <h5>Territoires</h5> - <!----> - <!----> - <div> - <div> - <h6 class=\\"mb-s\\">Zones du SDOM</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">ZONE 1, activité minière interdite sauf exploitation souterraine et recherches aériennes</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">ZONE 2, activité minière autorisée sous contrainte</span></span></li> - </ul> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Territoires' > 'OnlySecteursMaritimes' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-4\\"> - <!----> - </div> - <div class=\\"tablet-blob-3-4\\"> - <h5>Territoires</h5> - <!----> - <!----> - <!----> - <div> - <h6 class=\\"mb-s\\">Méditerranée</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Balagne</span></span></li> - </ul> - </div> - <div> - <h6 class=\\"mb-s\\">Nord Atlantique - Manche Ouest</h6> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Bretagne nord</span></span></li> - <li class=\\"mr-xs mb-xs\\"><span class=\\"bold cap-first small lh-2\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Bretagne sud</span></span></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/Territoires' > 'OnlySurface' 1`] = ` -"<div class=\\"tablet-blobs mb-xl\\"> - <div class=\\"tablet-blob-1-4\\"> - <div> - <h5>Surface</h5> - <p>4 km² environ</p> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLink' > 'AXM' 1`] = ` -"<div id=\\"titre-link-typeahead_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"titre-link-typeahead\\" type=\\"text\\" name=\\"titre-link-typeahead\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Lier un titre\\" autocomplete=\\"off\\"> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLink' > 'AXMWithAlreadySelectedTitre' 1`] = ` -"<div id=\\"titre-link-typeahead_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"titre-link-typeahead\\" type=\\"text\\" name=\\"titre-link-typeahead\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Lier un titre\\" autocomplete=\\"off\\"> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLink' > 'DemarcheFusion' 1`] = ` -"<div id=\\"titre-link-typeahead_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"><input id=\\"titre-link-typeahead\\" type=\\"text\\" name=\\"titre-link-typeahead\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Lier plusieurs titres\\" autocomplete=\\"off\\"></div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLink' > 'DemarcheFusionWithAlreadySelectedTitre' 1`] = ` -"<div id=\\"titre-link-typeahead_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"><button class=\\"bg-neutral pl-m pr-m _chip_de71b9 mr-xs mb-xs mt-xs\\">Abttis Coucou <span>x</span></button><button class=\\"bg-neutral pl-m pr-m _chip_de71b9 mr-xs mb-xs mt-xs\\">Affluent Crique Saint Bernard <span>x</span></button><input id=\\"titre-link-typeahead\\" type=\\"text\\" name=\\"titre-link-typeahead\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Lier plusieurs titres\\" autocomplete=\\"off\\"></div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLink' > 'Loading' 1`] = ` -"<div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLink' > 'WithError' 1`] = ` -"<div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">because reasons</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLinkForm' > 'AxmWithAlreadySelectedTitre' 1`] = ` -"<div> - <div> - <h5>Titre à l’origine de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id1}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Abttis Coucou</span></a></li> - </ul><button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les titres liés\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> - <div> - <h5>Titre issu de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id10}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Titre fils</span></a></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLinkForm' > 'DefautCantUpdateLinks' 1`] = ` -"<div> - <div> - <h5>Titre à l’origine de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id1}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Abttis Coucou</span></a></li> - </ul> - <!----> - </div> - </div> - <div> - <h5>Titre issu de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id10}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Titre fils</span></a></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLinkForm' > 'FusionWithAlreadySelectedTitre' 1`] = ` -"<div> - <div> - <h5>Titres à l’origine de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id1}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Abttis Coucou</span></a></li> - </ul><button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les titres liés\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> - <div> - <h5>Titre issu de ce titre</h5> - <div class=\\"flex flex-center\\"> - <ul class=\\"list-inline\\" style=\\"margin-bottom: 0px;\\"> - <li class=\\"mr-xs\\"><a to=\\"{name:titre,params:{id:id10}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\"><span class=\\"mr-xs\\">Titre fils</span></a></li> - </ul> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Titre/TitresLinkForm' > 'TitreWithTitreLinksLoading' 1`] = ` -"<div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Alert' > 'Erreur' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-alert fr-alert--error\\"> - <h3 class=\\"fr-alert__title\\">Erreur</h3><span class=\\"fr-text--bold\\">Description en gras</span> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Alert' > 'Info' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-alert fr-alert--info\\"> - <h3 class=\\"fr-alert__title\\">Informations</h3><span class=\\"fr-text--bold\\">Description en gras</span> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Alert' > 'InfoSansDescription' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-alert fr-alert--info\\"> - <h3 class=\\"fr-alert__title\\">Informations</h3> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Alert' > 'InfoSmall' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-alert fr-alert--info fr-alert--sm\\"> - <h3 class=\\"fr-alert__title\\">Informations</h3> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Alert' > 'Success' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-alert fr-alert--success\\"> - <h3 class=\\"fr-alert__title\\">C’est un succès</h3><span class=\\"fr-text--bold\\">Description en gras</span> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Alert' > 'Warning' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-alert fr-alert--warning\\"> - <h3 class=\\"fr-alert__title\\">Attention</h3><span class=\\"fr-text--bold\\">Description en gras</span> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Chip' > 'Default' 1`] = `"<button class=\\"bg-neutral pl-m pr-m _chip_de71b9\\">Ma chip <span>x</span></button>"`; - -exports[`Storybook Tests > 'Components/UI/Chip' > 'WithColor' 1`] = `"<button class=\\"bg-success pl-m pr-m _chip_de71b9\\">Ma chip <span>x</span></button>"`; - -exports[`Storybook Tests > 'Components/UI/Date' > 'Default' 1`] = `"<div style=\\"white-space: nowrap;\\">03-05-2022</div>"`; - -exports[`Storybook Tests > 'Components/UI/Date' > 'UneDateEtrange' 1`] = `"<div style=\\"white-space: nowrap;\\">undefined-undefined-Une date</div>"`; - -exports[`Storybook Tests > 'Components/UI/Dropdown' > 'Default' 1`] = ` -"<div class=\\"relative flex flex-direction-column dropdown\\"> - <div class=\\"absolute border rnd-s bg-bg full-x overflow-hidden\\"><button class=\\" accordion-header flex btn-alt py-s px-s full-x\\"> - <div> - <h2>Titre</h2> - </div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <div class=\\" overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\"> - <!----> - </transition-stub> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Dropdown' > 'Opened' 1`] = ` -"<div class=\\"relative flex flex-direction-column dropdown\\"> - <div class=\\"absolute border rnd-s bg-bg full-x overflow-hidden\\"><button class=\\"rnd-t-s border-b-s accordion-header flex btn-alt py-s px-s full-x\\"> - <div> - <h6>Titre</h6> - </div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-haut\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-haut\\"></use> - </svg></div> - </button> - <div class=\\"opened overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\"> - <h5>Contenu</h5> - </transition-stub> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/FunctionalLoader' > 'All' 1`] = ` -"<div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div>La valeur de l’item est : chargé<div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Erreur</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/InputDate' > 'Empty' 1`] = ` -"<div class=\\"blobs-mini\\"> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> - <div class=\\"blob-mini-1-3\\"><select class=\\"mr-s p-s\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"null\\">mois</option> - <option value=\\"1\\">janvier</option> - <option value=\\"2\\">février</option> - <option value=\\"3\\">mars</option> - <option value=\\"4\\">avril</option> - <option value=\\"5\\">mai</option> - <option value=\\"6\\">juin</option> - <option value=\\"7\\">juillet</option> - <option value=\\"8\\">aout</option> - <option value=\\"9\\">septembre</option> - <option value=\\"10\\">octobre</option> - <option value=\\"11\\">novembre</option> - <option value=\\"12\\">décembre</option> - </select></div> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/InputDate' > 'WithDateAlreadySet' 1`] = ` -"<div class=\\"blobs-mini\\"> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1\\" max=\\"31\\" placeholder=\\"jour\\" class=\\"text-right p-s\\"></div> - <div class=\\"blob-mini-1-3\\"><select class=\\"mr-s p-s\\"> - <option disabled=\\"\\" hidden=\\"\\" value=\\"null\\">mois</option> - <option value=\\"1\\">janvier</option> - <option value=\\"2\\">février</option> - <option value=\\"3\\">mars</option> - <option value=\\"4\\">avril</option> - <option value=\\"5\\">mai</option> - <option value=\\"6\\">juin</option> - <option value=\\"7\\">juillet</option> - <option value=\\"8\\">aout</option> - <option value=\\"9\\">septembre</option> - <option value=\\"10\\">octobre</option> - <option value=\\"11\\">novembre</option> - <option value=\\"12\\">décembre</option> - </select></div> - <div class=\\"blob-mini-1-3\\"><input type=\\"number\\" min=\\"1750\\" max=\\"2099\\" placeholder=\\"année\\" class=\\"text-right p-s\\"></div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Popup' > 'Main' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"mainId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"mainId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"mainId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"mainId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Titre de la popup</h1> - <div class=\\"fr-container\\"> - <div><input type=\\"text\\" class=\\"tablet-blob-2-3 p-s\\"> - <div class=\\"bg-warning color-bg p-s mb-l\\"><span class=\\"bold\\"> Attention </span>: cette opération est définitive et ne peut pas être annulée.</div> - </div> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"mainId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Popup' > 'NotValid' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Titre de la popup</h1> - <div class=\\"fr-container\\"> - <div><input type=\\"text\\" class=\\"tablet-blob-2-3 p-s\\"> - <div class=\\"bg-warning color-bg p-s mb-l\\"><span class=\\"bold\\"> Attention </span>: cette opération est définitive et ne peut pas être annulée.</div> - </div> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left disabled\\" disabled=\\"\\">Enregistrer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Table' > 'PaginationSimple' 1`] = ` -"<div> - <div class=\\"width-full-p\\"> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Test - <!----> - </button></div> - </div><a to=\\"{name:elementlink0,params:{id:elementslug0},value:elementslug0}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_0</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 0</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 0</span></div> - </a><a to=\\"{name:elementlink1,params:{id:elementslug1},value:elementslug1}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_1</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 1</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 1</span></div> - </a><a to=\\"{name:elementlink2,params:{id:elementslug2},value:elementslug2}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_2</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 2</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 2</span></div> - </a><a to=\\"{name:elementlink3,params:{id:elementslug3},value:elementslug3}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_3</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 3</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 3</span></div> - </a><a to=\\"{name:elementlink4,params:{id:elementslug4},value:elementslug4}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_4</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 4</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 4</span></div> - </a><a to=\\"{name:elementlink5,params:{id:elementslug5},value:elementslug5}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_5</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 5</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 5</span></div> - </a><a to=\\"{name:elementlink6,params:{id:elementslug6},value:elementslug6}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_6</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 6</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 6</span></div> - </a><a to=\\"{name:elementlink7,params:{id:elementslug7},value:elementslug7}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_7</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 7</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 7</span></div> - </a><a to=\\"{name:elementlink8,params:{id:elementslug8},value:elementslug8}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_8</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 8</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 8</span></div> - </a><a to=\\"{name:elementlink9,params:{id:elementslug9},value:elementslug9}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_9</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 9</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 9</span></div> - </a><a to=\\"{name:elementlink10,params:{id:elementslug10},value:elementslug10}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_10</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 10</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 10</span></div> - </a><a to=\\"{name:elementlink11,params:{id:elementslug11},value:elementslug11}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_11</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 11</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 11</span></div> - </a> - </div> - </div> - </div> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-3-4\\"> - <ul class=\\"list-inline\\"> - <li class=\\"mr-xs\\"><button disabled=\\"\\" class=\\"btn-border rnd-xs px-m py-s\\">«</button></li> - <li class=\\"mr-xs\\"><button disabled=\\"\\" class=\\"btn-border rnd-xs px-m py-s\\">‹</button></li> - <!----> - <li class=\\"mr-xs active\\"><button class=\\"btn-border rnd-xs px-m py-s\\">1</button></li> - <li class=\\"mr-xs \\"><button class=\\"btn-border rnd-xs px-m py-s\\">2</button></li> - <li class=\\"mr-xs \\"><button class=\\"btn-border rnd-xs px-m py-s\\">3</button></li> - <li class=\\"mr-xs \\"><button class=\\"btn-border rnd-xs px-m py-s\\">4</button></li> - <li class=\\"mr-xs \\"><button class=\\"btn-border rnd-xs px-m py-s\\">5</button></li> - <li class=\\"mr-xs\\"> - <div class=\\"px-m py-s\\">…</div> - </li> - <li class=\\"mr-xs\\"><button class=\\"btn-border rnd-xs px-m py-s\\">›</button></li> - <li class=\\"mr-xs\\"><button class=\\"btn-border rnd-xs px-m py-s\\">»</button></li> - </ul> - </div> - <div class=\\"desktop-blob-1-4\\"> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"><button class=\\"rnd-s accordion-header flex btn-alt py-s px-s\\"> - <div><span> Éléments </span></div> - <div class=\\"flex flex-right flex-end\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></div> - </button> - <!--v-if--> - <div class=\\"overflow-hidden\\"> - <transition-stub name=\\"slide\\" appear=\\"false\\" persisted=\\"true\\" css=\\"true\\"> - <div style=\\"display: none;\\"> - <ul class=\\"list-sans mt-m px-m\\"> - <li><label><input type=\\"radio\\" class=\\"mr-s\\" value=\\"10\\">10</label></li> - <li><label><input type=\\"radio\\" class=\\"mr-s\\" value=\\"50\\">50</label></li> - <li><label><input type=\\"radio\\" class=\\"mr-s\\" value=\\"200\\">200</label></li> - <li><label><input type=\\"radio\\" class=\\"mr-s\\" value=\\"500\\">500</label></li> - </ul> - </div> - </transition-stub> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Table' > 'Simple' 1`] = ` -"<div> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Test - <!----> - </button></div> - </div><a to=\\"{name:elementlink0,params:{id:elementslug0},value:elementslug0}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_0</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 0</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 0</span></div> - </a><a to=\\"{name:elementlink1,params:{id:elementslug1},value:elementslug1}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_1</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 1</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 1</span></div> - </a><a to=\\"{name:elementlink2,params:{id:elementslug2},value:elementslug2}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_2</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 2</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 2</span></div> - </a><a to=\\"{name:elementlink3,params:{id:elementslug3},value:elementslug3}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_3</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 3</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 3</span></div> - </a> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Table' > 'TableAutoSimple' 1`] = ` -"<div> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Test - <!----> - </button></div> - </div><a to=\\"{name:elementlink0,params:{id:elementslug0},value:elementslug0}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_0</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 0</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 0</span></div> - </a><a to=\\"{name:elementlink1,params:{id:elementslug1},value:elementslug1}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_1</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 1</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 1</span></div> - </a><a to=\\"{name:elementlink2,params:{id:elementslug2},value:elementslug2}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_2</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 2</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 2</span></div> - </a><a to=\\"{name:elementlink3,params:{id:elementslug3},value:elementslug3}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_3</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 3</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 3</span></div> - </a> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Table' > 'TableAutoSortedByStatusAsc' 1`] = ` -"<div> - <div class=\\"overflow-scroll-x mb\\"> - <div class=\\"table\\"> - <div class=\\"tr\\"> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Nom - <!----> - </button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">– - <!----> - </button></div> - <div class=\\"th nowrap min-width-8\\"><button class=\\"btn-menu full-x p-0\\">Type - <!----> - </button></div> - <div class=\\"th nowrap nowrap min-width-5\\"><button class=\\"btn-menu full-x p-0\\">Statut<svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-haut\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\" class=\\"right\\"> - <use href=\\"#icon-chevron-haut\\"></use> - </svg></button></div> - <div class=\\"th nowrap \\"><button class=\\"btn-menu full-x p-0\\">Test - <!----> - </button></div> - </div><a to=\\"{name:elementlink3,params:{id:elementslug3},value:elementslug3}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_3</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 3</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 3</span></div> - </a><a to=\\"{name:elementlink2,params:{id:elementslug2},value:elementslug2}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_2</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 2</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 2</span></div> - </a><a to=\\"{name:elementlink1,params:{id:elementslug1},value:elementslug1}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_1</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 1</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 1</span></div> - </a><a to=\\"{name:elementlink0,params:{id:elementslug0},value:elementslug0}\\" class=\\"tr tr-link text-decoration-none\\" type=\\"primary\\"> - <div class=\\"td min-width-8\\"><span class=\\"bold\\">220222_0</span></div> - <div class=\\"td \\"> - <div class=\\"bg-domaine-m inline-block small bold color-bg pill py-xs px-s mono\\">M</div> - </div> - <div class=\\"td min-width-8\\"><span class=\\"small bold\\">Autorisation de recherches</span></div> - <div class=\\"td nowrap min-width-5\\"> - <div class=\\"bg-warning inline-block small bold color-bg pill py-xs px-s\\">Demande initiale 0</div> - </div> - <div class=\\"td \\"><span class=\\"\\">Test value 0</span></div> - </a> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/Tag' > 'Erreur' 1`] = `"<span class=\\"bold cap-first small\\"><span class=\\"bg-error py-xs px-s rnd-xs color-bg box\\">Tag</span></span>"`; - -exports[`Storybook Tests > 'Components/UI/Tag' > 'Mini' 1`] = `"<span class=\\"bold cap-first small\\"><span class=\\"bg-neutral py-xxs px-xs rnd-xs color-bg box\\">Tag</span></span>"`; - -exports[`Storybook Tests > 'Components/UI/Tag' > 'Normal' 1`] = `"<span class=\\"bold cap-first small\\"><span class=\\"bg-neutral py-xs px-s rnd-xs color-bg box\\">Tag</span></span>"`; - -exports[`Storybook Tests > 'Components/UI/TypeAhead' > 'Multiple' 1`] = ` -"<div id=\\"plop_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"><input id=\\"plop\\" type=\\"text\\" name=\\"plop\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\"></div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/TypeAhead' > 'MultipleWithInitialItems' 1`] = ` -"<div id=\\"plop_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"><button class=\\"bg-neutral pl-m pr-m _chip_de71b9 mr-xs mb-xs mt-xs\\">titreItem1 <span>x</span></button><button class=\\"bg-neutral pl-m pr-m _chip_de71b9 mr-xs mb-xs mt-xs\\">titreItem2 <span>x</span></button><input id=\\"plop\\" type=\\"text\\" name=\\"plop\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\"></div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/UI/TypeAhead' > 'Single' 1`] = ` -"<div id=\\"ello_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"> - <!----><input id=\\"ello\\" type=\\"text\\" name=\\"ello\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"placeholder\\" autocomplete=\\"off\\"> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Ui/HelpTooltip' > 'Simple' 1`] = ` -"<div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Tooltip text</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"help\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-help\\"></use> - </svg> -</div>" -`; - -exports[`Storybook Tests > 'Components/Ui/HelpTooltip' > 'WithDifferentIcon' 1`] = ` -"<div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Tooltip text</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-download\\"></use> - </svg> -</div>" -`; - -exports[`Storybook Tests > 'Components/Ui/Icons' > 'AllIcons' 1`] = ` -"<div style=\\"height: 100%; width: 100%; background: white;\\"><svg aria-hidden=\\"true\\" style=\\"position: absolute; width: 0px; height: 0px; overflow: hidden;\\" xmlns=\\"http://www.w3.org/2000/svg\\"> - <symbol id=\\"icon-at\\" viewBox=\\"0 0 24 24\\"> - <title>at</title> - <path d=\\"M20 12a8 8 0 1 0-3.562 6.657l1.11 1.664A9.953 9.953 0 0 1 12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10v1.5a3.5 3.5 0 0 1-6.396 1.966A5 5 0 1 1 15 8H17v5.5a1.5 1.5 0 0 0 3 0V12zm-8-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6z\\"></path> - </symbol> - <symbol id=\\"icon-checkbox-blank\\" viewBox=\\"0 0 24 24\\"> - <title>checkbox-blank</title> - <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5z\\"></path> - </symbol> - <symbol id=\\"icon-checkbox\\" viewBox=\\"0 0 24 24\\"> - <title>checkbox</title> - <path d=\\"M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm1 2v14h14V5H5zm6.003 11L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z\\"></path> - </symbol> - <symbol id=\\"icon-chevron-bas\\" viewBox=\\"0 0 24 24\\"> - <title>chevron-bas</title> - <path d=\\"M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z\\"></path> - </symbol> - <symbol id=\\"icon-chevron-haut\\" viewBox=\\"0 0 24 24\\"> - <title>chevron-haut</title> - <path d=\\"M12 10.828l-4.95 4.95-1.414-1.414L12 8l6.364 6.364-1.414 1.414z\\"></path> - </symbol> - <symbol id=\\"icon-close\\" viewBox=\\"0 0 24 24\\"> - <title>close</title> - <path d=\\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z\\"></path> - </symbol> - <symbol id=\\"icon-delete\\" viewBox=\\"0 0 24 24\\"> - <title>delete</title> - <path d=\\"M17 6h5v2h-2v13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8H2V6h5V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3zm1 2H6v12h12V8zm-9 3h2v6H9v-6zm4 0h2v6h-2v-6zM9 4v2h6V4H9z\\"></path> - </symbol> - <symbol id=\\"icon-download\\" viewBox=\\"0 0 24 24\\"> - <title>download</title> - <path d=\\"M3 19h18v2H3v-2zm10-5.828L19.071 7.1l1.414 1.414L12 17 3.515 8.515 4.929 7.1 11 13.17V2h2v11.172z\\"></path> - </symbol> - <symbol id=\\"icon-error-warning\\" viewBox=\\"0 0 24 24\\"> - <title>error-warning</title> - <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z\\" fill=\\"rgba(231,76,60,1)\\"></path> - </symbol> - <symbol id=\\"icon-external-link\\" viewBox=\\"0 0 24 24\\"> - <title>external-link</title> - <path d=\\"M10 6v2H5v11h11v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h6zm11-3v8h-2V6.413l-7.793 7.794-1.414-1.414L17.585 5H13V3h8z\\"></path> - </symbol> - <symbol id=\\"icon-file\\" viewBox=\\"0 0 24 24\\"> - <title>file</title> - <path d=\\"M9 2.003V2h10.998C20.55 2 21 2.455 21 2.992v18.016a.993.993 0 0 1-.993.992H3.993A1 1 0 0 1 3 20.993V8l6-5.997zM5.83 8H9V4.83L5.83 8zM11 4v5a1 1 0 0 1-1 1H5v10h14V4h-8z\\"></path> - </symbol> - <symbol id=\\"icon-file-add\\" viewBox=\\"0 0 24 24\\"> - <title>file-add</title> - <path d=\\"M15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992zM11 11V8h2v3h3v2h-3v3h-2v-3H8v-2h3z\\"></path> - </symbol> - <symbol id=\\"icon-globe\\" viewBox=\\"0 0 24 24\\"> - <title>globe</title> - <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\\"></path> - </symbol> - <symbol id=\\"icon-help\\" viewBox=\\"0 0 24 24\\"> - <title>help</title> - <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zM11 7h2v2h-2V7zm0 4h2v6h-2v-6z\\"></path> - </symbol> - <symbol id=\\"icon-key\\" viewBox=\\"0 0 24 24\\"> - <title>key</title> - <path d=\\"M10.758 11.828l7.849-7.849 1.414 1.414-1.414 1.415 2.474 2.474-1.414 1.415-2.475-2.475-1.414 1.414 2.121 2.121-1.414 1.415-2.121-2.122-2.192 2.192a5.002 5.002 0 0 1-7.708 6.294 5 5 0 0 1 6.294-7.708zm-.637 6.293A3 3 0 1 0 5.88 13.88a3 3 0 0 0 4.242 4.242z\\"></path> - </symbol> - <symbol id=\\"icon-link\\" viewBox=\\"0 0 24 24\\"> - <title>link</title> - <path d=\\"M18.364 15.536L16.95 14.12l1.414-1.414a5 5 0 1 0-7.071-7.071L9.879 7.05 8.464 5.636 9.88 4.222a7 7 0 0 1 9.9 9.9l-1.415 1.414zm-2.828 2.828l-1.415 1.414a7 7 0 0 1-9.9-9.9l1.415-1.414L7.05 9.88l-1.414 1.414a5 5 0 1 0 7.071 7.071l1.414-1.414 1.415 1.414zm-.708-10.607l1.415 1.415-7.071 7.07-1.415-1.414 7.071-7.07z\\"></path> - </symbol> - <symbol id=\\"icon-list\\" viewBox=\\"0 0 24 24\\"> - <title>list</title> - <path d=\\"M8 4h13v2H8V4zM4.5 6.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 6.9a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM8 11h13v2H8v-2zm0 7h13v2H8v-2z\\"></path> - </symbol> - <symbol id=\\"icon-marker-cluster\\" viewBox=\\"0 0 24 24\\"> - <title>marker-cluster</title> - <path d=\\"M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z\\"></path> - </symbol> - <symbol id=\\"icon-marker-none\\" viewBox=\\"0 0 24 24\\"> - <title>marker-none</title> - <g id=\\"24-markers-grouped\\" transform=\\"translate(0.908117, 0.000078)\\"> - <path d=\\"M9.09188309,18.8999221 L14.0418831,13.9499221 C16.7753479,11.2161783 16.7751972,6.78415329 14.0415464,4.05059549 C11.3078956,1.31703769 6.87587059,1.31703769 4.1422198,4.05059549 C1.40856902,6.78415329 1.40841827,11.2161783 4.14188309,13.9499221 L9.09188309,18.8999221 Z M9.09188309,21.7279221 L2.72788309,15.3639221 C-0.786803866,11.8491921 -0.786780603,6.15072729 2.72793505,2.63602598 C6.24265071,-0.878675327 11.9411155,-0.878675327 15.4558311,2.63602598 C18.9705468,6.15072729 18.97057,11.8491921 15.4558831,15.3639221 L9.09188309,21.7279221 L9.09188309,21.7279221 Z M9.09188309,10.9999221 C10.1964526,10.9999221 11.0918831,10.1044916 11.0918831,8.99992206 C11.0918831,7.89535256 10.1964526,6.99992206 9.09188309,6.99992206 C7.98731359,6.99992206 7.09188309,7.89535256 7.09188309,8.99992206 C7.09188309,10.1044916 7.98731359,10.9999221 9.09188309,10.9999221 Z M9.09188309,12.9999221 C6.88274409,12.9999221 5.09188309,11.2090611 5.09188309,8.99992206 C5.09188309,6.79078306 6.88274409,4.99992206 9.09188309,4.99992206 C11.3010221,4.99992206 13.0918831,6.79078306 13.0918831,8.99992206 C13.0918831,11.2090611 11.3010221,12.9999221 9.09188309,12.9999221 Z\\"></path> - <rect transform=\\"translate(9.192388, 9.514641) rotate(-45.000000) translate(-9.192388, -9.514641) \\" x=\\"8.19238816\\" y=\\"-2.48535931\\" width=\\"2\\" height=\\"24\\"></rect> - </g> - </symbol> - <symbol id=\\"icon-marker-ungrouped\\" viewBox=\\"0 0 24 24\\"> - <title>marker-ungrouped</title> - <path d=\\"M9.975 8.975a3.5 3.5 0 1 0-4.95 0L7.5 11.45l2.475-2.475zM7.5 14.278L3.61 10.39a5.5 5.5 0 1 1 7.78 0L7.5 14.28zM7.5 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm9 12.45l2.475-2.475a3.5 3.5 0 1 0-4.95 0L16.5 20.45zm3.89-1.06l-3.89 3.888-3.89-3.889a5.5 5.5 0 1 1 7.78 0zM16.5 17a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z\\"></path> - </symbol> - <symbol id=\\"icon-menu\\" viewBox=\\"0 0 24 24\\"> - <title>menu</title> - <path d=\\"M3 4h18v2H3V4zm0 7h18v2H3v-2zm0 7h18v2H3v-2z\\"></path> - </symbol> - <symbol id=\\"icon-minus\\" viewBox=\\"0 0 24 24\\"> - <title>minus</title> - <path d=\\"M5 11h14v2H5z\\"></path> - </symbol> - <symbol id=\\"icon-move-down\\" viewBox=\\"0 0 24 24\\"> - <title>move-down</title> - <path d=\\"M13 16.172l5.364-5.364 1.414 1.414L12 20l-7.778-7.778 1.414-1.414L11 16.172V4h2v12.172z\\"></path> - </symbol> - <symbol id=\\"icon-move-up\\" viewBox=\\"0 0 24 24\\"> - <title>move-up</title> - <path d=\\"M13 7.828V20h-2V7.828l-5.364 5.364-1.414-1.414L12 4l7.778 7.778-1.414 1.414L13 7.828z\\"></path> - </symbol> - <symbol id=\\"icon-pattern\\" viewBox=\\"0 0 24 24\\"> - <title>pattern</title> - <path d=\\"M14.567 21h-4.242L3 13.675V9.433L14.567 21zM21 10.393v4.243L9.364 3h4.243L21 10.393zM3 17.849L6.151 21H3v-3.151zM5.053 3L21 18.947V21h-2.19L3 5.19V3h2.053zM21 6.151L17.849 3H21v3.151z\\"></path> - </symbol> - <symbol id=\\"icon-pencil\\" viewBox=\\"0 0 24 24\\"> - <title>pencil</title> - <path d=\\"M15.728 9.686l-1.414-1.414L5 17.586V19h1.414l9.314-9.314zm1.414-1.414l1.414-1.414-1.414-1.414-1.414 1.414 1.414 1.414zM7.242 21H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L7.243 21z\\"></path> - </symbol> - <symbol id=\\"icon-plus\\" viewBox=\\"0 0 24 24\\"> - <title>plus</title> - <path d=\\"M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z\\"></path> - </symbol> - <symbol id=\\"icon-refresh\\" viewBox=\\"0 0 24 24\\"> - <title>refresh</title> - <path d=\\"M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4l-2.35 2.35z\\"></path> - </symbol> - <symbol id=\\"icon-x\\" viewBox=\\"0 0 24 24\\"> - <title>x</title> - <path d=\\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-11.414L9.172 7.757 7.757 9.172 10.586 12l-2.829 2.828 1.415 1.415L12 13.414l2.828 2.829 1.415-1.415L13.414 12l2.829-2.828-1.415-1.415L12 10.586z\\"></path> - </symbol> - </svg> - <table> - <tr> - <th>Name</th> - <th>Component</th> - </tr> - <tr> - <td>checkbox</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox\\"></use> - </svg></td> - </tr> - <tr> - <td>checkbox-blank</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"checkbox-blank\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-checkbox-blank\\"></use> - </svg></td> - </tr> - <tr> - <td>chevron-bas</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-bas\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-bas\\"></use> - </svg></td> - </tr> - <tr> - <td>chevron-haut</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"chevron-haut\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-chevron-haut\\"></use> - </svg></td> - </tr> - <tr> - <td>close</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"close\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-close\\"></use> - </svg></td> - </tr> - <tr> - <td>delete</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></td> - </tr> - <tr> - <td>download</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-download\\"></use> - </svg></td> - </tr> - <tr> - <td>error-warning</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg></td> - </tr> - <tr> - <td>external-link</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"external-link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-external-link\\"></use> - </svg></td> - </tr> - <tr> - <td>file</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-file\\"></use> - </svg></td> - </tr> - <tr> - <td>file-add</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"file-add\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-file-add\\"></use> - </svg></td> - </tr> - <tr> - <td>globe</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"globe\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-globe\\"></use> - </svg></td> - </tr> - <tr> - <td>help</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"help\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-help\\"></use> - </svg></td> - </tr> - <tr> - <td>key</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"key\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-key\\"></use> - </svg></td> - </tr> - <tr> - <td>link</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"link\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-link\\"></use> - </svg></td> - </tr> - <tr> - <td>list</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"list\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-list\\"></use> - </svg></td> - </tr> - <tr> - <td>marker-cluster</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"marker-cluster\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-marker-cluster\\"></use> - </svg></td> - </tr> - <tr> - <td>marker-none</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"marker-none\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-marker-none\\"></use> - </svg></td> - </tr> - <tr> - <td>marker-ungrouped</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"marker-ungrouped\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-marker-ungrouped\\"></use> - </svg></td> - </tr> - <tr> - <td>menu</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"menu\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-menu\\"></use> - </svg></td> - </tr> - <tr> - <td>minus</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"minus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-minus\\"></use> - </svg></td> - </tr> - <tr> - <td>move-down</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"move-down\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-move-down\\"></use> - </svg></td> - </tr> - <tr> - <td>move-up</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"move-up\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-move-up\\"></use> - </svg></td> - </tr> - <tr> - <td>pattern</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pattern\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pattern\\"></use> - </svg></td> - </tr> - <tr> - <td>pencil</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></td> - </tr> - <tr> - <td>plus</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"plus\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-plus\\"></use> - </svg></td> - </tr> - <tr> - <td>refresh</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"refresh\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-refresh\\"></use> - </svg></td> - </tr> - <tr> - <td>x</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"x\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-x\\"></use> - </svg></td> - </tr> - </table> -</div>" -`; - -exports[`Storybook Tests > 'Components/Ui/Icons' > 'IconAllSize' 1`] = ` -"<div style=\\"height: 100%; width: 100%; background: white;\\"> - <table> - <tr> - <th>Name</th> - <th>Size</th> - </tr> - <tr> - <td>s</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16px\\" height=\\"16px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-download\\"></use> - </svg></td> - </tr> - <tr> - <td>m</td> - <td><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"download\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-download\\"></use> - </svg></td> - </tr> - </table> -</div>" -`; - -exports[`Storybook Tests > 'Components/Ui/InputAutocomplete' > 'Default' 1`] = ` -"<div class=\\"mb\\"> - <h5>Items</h5> - <hr class=\\"mb-s\\"> - <div id=\\"filters_autocomplete_Items_wrapper\\" class=\\"_typeahead_8eddf1\\"> - <div class=\\"flex typeahead-wrapper\\"><input id=\\"filters_autocomplete_Items\\" type=\\"text\\" name=\\"filters_autocomplete_Items\\" class=\\"_typeahead-input_8eddf1 fr-input\\" placeholder=\\"Items\\" autocomplete=\\"off\\"></div> - <!----> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Ui/Pill' > 'Error' 1`] = `"<div class=\\"bg-error inline-block small bold color-bg pill py-xs px-s\\">Hello</div>"`; - -exports[`Storybook Tests > 'Components/Ui/Pill' > 'Primary' 1`] = `"<div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Hello</div>"`; - -exports[`Storybook Tests > 'Components/User/Button' > 'Connected' 1`] = `"<div class=\\"flex\\"><button id=\\"cmn-user-button-menu\\" class=\\"btn-menu text-decoration-none bold p-0\\" aria-label=\\"profil utilisateur\\">prenom Nom</button></div>"`; - -exports[`Storybook Tests > 'Components/User/Button' > 'NotConnected' 1`] = `"<div class=\\"flex\\"><button id=\\"cmn-user-button-connexion\\" class=\\"btn btn-primary small lh-2\\">Connexion</button></div>"`; - -exports[`Storybook Tests > 'Components/Utilisateur' > 'AnotherUser' 1`] = ` -"<div> - <h5>Utilisateur</h5> - <div class=\\"flex\\"> - <h1>prenom nom</h1> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"> - <div class=\\"accordion-header flex border-b-s\\"> - <div class=\\"py-s px-m\\"><span> Profil </span></div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"> - <!----><button id=\\"cmn-utilisateur-button-popup-supprimer\\" class=\\"btn-alt py-s px-m\\" title=\\"supprimer le compte utilisateur\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button> - <div class=\\"py-s\\" style=\\"\\"></div> - </div> - </div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Prénom</h5> - </div> - <p>prenom</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Nom</h5> - </div> - <p>nom</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div> - <p>email@gmail.com</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone fixe</h5> - </div> - <p>–</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone mobile</h5> - </div> - <p>–</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div style=\\"display: flex; flex-direction: row; align-content: center; align-items: center;\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Super</div> <button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les permissions\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> - </div> - <!----> - <!----> - <!----> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur' > 'Loading' 1`] = ` -"<div> - <h5>Utilisateur</h5> - <div class=\\"flex\\"> - <h1> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </h1> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"> - <div class=\\"accordion-header flex border-b-s\\"> - <div class=\\"py-s px-m\\"><span> Profil </span></div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - <div class=\\"py-s\\" style=\\"\\"></div> - </div> - </div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Prénom</h5> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Nom</h5> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone fixe</h5> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone mobile</h5> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - </div> - <!----> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Newsletter</h5> - </div> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </div> - <div class=\\"tablet-blobs pb-m\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Jeton QGIS</h5> - </div> - <!----><button class=\\"btn btn-secondary\\">Générer un jeton QGIS</button> - <transition-group-stub name=\\"slide-bottom\\" tag=\\"ul\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\" class=\\"list-sans mb-0\\"></transition-group-stub> - </div> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur' > 'MySelf' 1`] = ` -"<div> - <h5>Utilisateur</h5> - <div class=\\"flex\\"> - <h1>prenom nom</h1> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"> - <div class=\\"accordion-header flex border-b-s\\"> - <div class=\\"py-s px-m\\"><span> Profil </span></div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"><button class=\\"btn-alt py-s px-m\\" title=\\"changer de mot de passe\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"key\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-key\\"></use> - </svg></button><button id=\\"cmn-utilisateur-button-popup-supprimer\\" class=\\"btn-alt py-s px-m\\" title=\\"supprimer le compte utilisateur\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"delete\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-delete\\"></use> - </svg></button> - <div class=\\"py-s\\" style=\\"\\"></div> - </div> - </div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Prénom</h5> - </div> - <p>prenom</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Nom</h5> - </div> - <p>nom</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div> - <p>email@gmail.com</p> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone fixe</h5> - </div> - <p>–</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone mobile</h5> - </div> - <p>–</p> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div style=\\"display: flex; flex-direction: row; align-content: center; align-items: center;\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Super</div> - <!----> - </div> - </div> - </div> - <!----> - <!----> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Newsletter</h5> - </div><input type=\\"checkbox\\"> - </div> - <div class=\\"tablet-blobs pb-m\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Jeton QGIS</h5> - </div> - <!----><button class=\\"btn btn-secondary\\">Générer un jeton QGIS</button> - <transition-group-stub name=\\"slide-bottom\\" tag=\\"ul\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\" class=\\"list-sans mb-0\\"></transition-group-stub> - </div> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur' > 'error' 1`] = ` -"<div> - <h5>Utilisateur</h5> - <div class=\\"flex\\"> - <h1> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </h1> - </div> - <div class=\\"flex flex-direction-column rnd-s border bg-bg mb\\"> - <div class=\\"accordion-header flex border-b-s\\"> - <div class=\\"py-s px-m\\"><span> Profil </span></div> - <div class=\\"overflow-hidden flex flex-end flex-right\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - <div class=\\"py-s\\" style=\\"\\"></div> - </div> - </div> - <div class=\\"border-b-s\\"> - <div class=\\"px-m pt-m\\"> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Prénom</h5> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Nom</h5> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Email</h5> - </div> - <div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone fixe</h5> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Téléphone mobile</h5> - </div> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div class=\\"\\" style=\\"display: flex; justify-content: center;\\"> - <div> - <div class=\\"_tooltip_4f6ea8\\"> - <h6 class=\\"_tooltip-content_4f6ea8\\">Cassé</h6><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"error-warning\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-error-warning\\"></use> - </svg> - </div> - </div> - <!----> - </div> - </div> - </div> - <!----> - <!----> - <!----> - </div> - </div> - </div> - <!----> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur/Permissions' > 'Default' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div style=\\"display: flex; flex-direction: row; align-content: center; align-items: center;\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Defaut</div> <button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les permissions\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur/Permissions' > 'Entreprise' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div style=\\"display: flex; flex-direction: row; align-content: center; align-items: center;\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Entreprise</div> <button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les permissions\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> -</div> -<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Entreprise</h5> - </div> - <div> - <ul class=\\"list-inline\\"> - <li class=\\"mb-xs\\"><a to=\\"{name:entreprise,params:{id:entrepriseId1}}\\" class=\\"btn-border small p-s rnd-xs mr-xs\\" type=\\"primary\\">Nom entreprise</a></li> - </ul> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur/Permissions' > 'EntrepriseLoading' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div style=\\"display: flex; flex-direction: row; align-content: center; align-items: center;\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Entreprise</div> <button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les permissions\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> -</div> -<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4\\"> - <h5>Entreprise</h5> - </div> - <div> - <ul class=\\"list-inline\\"> - <div class=\\"_top-level_3306d0\\" style=\\"display: flex; justify-content: center;\\"> - <!----> - <div class=\\"_spinner_3306d0\\"></div> - </div> - </ul> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur/Permissions' > 'UserAdminCanEditDefautIntoLecteur' 1`] = ` -"<div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-4 tablet-pt-s pb-s\\"> - <h5>Rôles</h5> - </div> - <div class=\\"tablet-blob-3-4 tablet-pt-s pb-s\\"> - <div style=\\"display: flex; flex-direction: row; align-content: center; align-items: center;\\"> - <div class=\\"bg-neutral inline-block small bold color-bg pill py-xs px-s\\">Defaut</div> <button class=\\"btn-alt p-xs rnd-s\\" title=\\"modifie les permissions\\"><svg style=\\"display: block;\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"24px\\" height=\\"24px\\" viewBox=\\"0 0 24 24\\" aria-labelledby=\\"pencil\\" role=\\"application\\" fill=\\"#666\\" tabindex=\\"-1\\"> - <use href=\\"#icon-pencil\\"></use> - </svg></button> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur/QGISToken' > 'Default' 1`] = ` -"<button class=\\"btn btn-secondary\\">Générer un jeton QGIS</button> -<transition-group-stub name=\\"slide-bottom\\" tag=\\"ul\\" appear=\\"false\\" persisted=\\"false\\" css=\\"true\\" class=\\"list-sans mb-0\\"></transition-group-stub>" -`; - -exports[`Storybook Tests > 'Components/Utilisateur/RemovePopup' > 'Default' 1`] = ` -"<div class=\\"dsfr\\"> - <dialog id=\\"monId\\" class=\\"fr-modal\\" role=\\"dialog\\" aria-labelledby=\\"monId-title\\"> - <div class=\\"fr-container fr-container--fluid fr-container-md\\"> - <div class=\\"fr-grid-row fr-grid-row--center\\"> - <div class=\\"fr-col-12 fr-col-md-8 fr-col-lg-6\\"> - <div class=\\"fr-modal__body\\"> - <div class=\\"fr-modal__header\\"><button class=\\"fr-btn--close fr-btn\\" aria-controls=\\"monId\\" title=\\"Fermer\\">Fermer</button></div> - <div class=\\"fr-modal__content\\"> - <h1 id=\\"monId-title\\" class=\\"fr-modal__title\\"><span class=\\"fr-icon-arrow-right-line fr-icon--lg\\" aria-hidden=\\"true\\"></span>Suppression du compte utilisateur</h1> - <div class=\\"fr-container\\"> - <div class=\\"fr-alert fr-alert--warning\\"> - <h3 class=\\"fr-alert__title\\">Attention : cette opération est définitive et ne peut pas être annulée.</h3>Souhaitez vous supprimer le compte de <span class=\\"fr-text--bold\\">Prénom Nom</span> ? - </div> - </div> - </div> - <div class=\\"fr-modal__footer\\"> - <ul class=\\"fr-btns-group fr-btns-group--right fr-btns-group--inline-reverse fr-btns-group--inline-lg fr-btns-group--icon-left\\"> - <li><button class=\\"fr-btn fr-icon-check-line fr-btn--icon-left\\">Supprimer</button></li> - <li><button class=\\"fr-btn fr-icon-arrow-go-back-fill fr-btn--icon-left fr-btn--secondary\\" aria-controls=\\"monId\\">Annuler</button></li> - </ul> - </div> - </div> - </div> - </div> - </div> - </dialog> -</div>" -`; - -exports[`Storybook Tests > 'Pages/APropos' > 'Default' 1`] = ` -"<div class=\\"content\\"> - <h1 class=\\"mb-xl\\">À propos</h1> - <hr class=\\"mb-xl\\"> - <div id=\\"irritants\\" class=\\"mb-xxl\\"> - <h4 class=\\"mb-s color-neutral\\">Ce qu'il faut changer</h4> - <h2>L'accès aux informations sur les projets miniers<br class=\\"hide desktop-static\\">est trop complexe</h2><span class=\\"separator\\"></span> - <p class=\\"lead\\">Pour les entreprises minières, gérer un projet d’exploration ou d’exploitation est un parcours du combattant, de la conception du projet jusqu'à la gestion de l'après-mine.</p> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-1-3\\"> - <p>Quel est l’état juridique du domaine minier sur la zone ? Quelles démarches administratives dois-je suivre ? Quelles contraintes environnementales dois-je intégrer à mon projet ? Toutes ces questions essentielles ne trouvent pas simplement de réponses.</p> - <p>Déposer une demande, actualiser les milliers de pages de dossiers papiers, tracer sa demande dans les multiples services de l’État impliqués, faire ses déclarations au bon moment et au bon format, sont<b>autant de démarches complexes et consommatrices de temps.</b></p> - </div> - <div class=\\"desktop-blob-1-3\\"> - <p>De son côté,<b> l’administration traite chaque année près de 2 000 démarches conduites au titre du code minier, </b>avec des systèmes d’information fermés, des tableaux de suivi pléthoriques, des archives papier et des gigaoctets de dossiers dispersés dans ses services nationaux et locaux.</p> - <p><b> L’enregistrement, la consultation et la valorisation des données de l’administration des mines est impossible ou trop peu efficace </b>.</p> - </div> - <div class=\\"desktop-blob-1-3\\"> - <p><b> Sur le terrain, les citoyens et les élus ne découvrent les projets qui les concernent qu’au dernier moment, lors d’une consultation ou d’une enquête publique. </b>Ils se disent souvent pris de cours face à des dossiers complexes ou volumineux et faute d’accès simple et durable aux informations sur les projets miniers.</p> - <p><b> Une telle situation ne permet pas d’engager des débats ouverts, éclairés et sereins sur les projets miniers en France. </b></p> - </div> - </div> - </div> - <div id=\\"utilisateurs\\" class=\\"mb-xxl\\"> - <h4 class=\\"mb-s color-neutral\\">Camino numérise l'administration des mines</h4> - <h2>Pour simplifier la vie de toutes les parties prenantes</h2><span class=\\"separator\\"></span> - <p class=\\"lead\\">Camino va simplifier les démarches des entreprises,<br class=\\"hide desktop-static\\">ouvrir les données aux citoyens et faciliter le travail des agents publics impliqués dans ces projets.</p> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-1-3\\"> - <div class=\\"p-l\\"><img class=\\"_logo_4bc5c3\\" src=\\"/components/content/building-2.svg\\" alt=\\"les entreprises\\"></div> - <h3>Les entreprises</h3> - <p>pourront connaitre l’état du domaine minier puis déposer en ligne leurs demandes, les rapports et les données réglementaires. Elles pourront aussi visualiser l’avancement des instructions, suivre leur portefeuille de titres et répondre simplement à leurs obligations à chaque étape des projets.</p> - </div> - <div class=\\"desktop-blob-1-3\\"> - <div class=\\"p-l\\"><img class=\\"_logo_4bc5c3\\" src=\\"/components/content/group-global.svg\\" alt=\\"Les ONG, les citoyens et leurs élus\\"></div> - <h3>Les ONG, les citoyens et leurs élus</h3> - <p>pourront consulter à tout moment les dossiers et les données publiques, à l’échelle de leur territoire pour mieux contribuer, sans précipitation, aux procédures de participation du public et suivre de manière transparente l’actualité des projets.</p> - </div> - <div class=\\"desktop-blob-1-3\\"> - <div class=\\"p-l\\"><img class=\\"_logo_4bc5c3\\" src=\\"/components/content/business-check.svg\\" alt=\\"Les agents publics\\"></div> - <h3>Les agents publics</h3> - <p>pourront simplement accéder aux mêmes dossiers et données partagés entre les services des administrations et opérateurs publics. Il sera possible de co-instruire les demandes, de suivre et anticiper chaque moment de vie d’un projet, de trouver et valoriser les données sur le domaine minier national simplement et sans intermédiaire.</p> - </div> - </div> - </div> - <div id=\\"services\\" class=\\"mb-xxl\\"> - <h4 class=\\"mb-s color-neutral\\">Camino change l'administration des mines</h4> - <h2>Avec de nouveaux services numériques</h2><span class=\\"separator\\"></span> - <p class=\\"lead\\">Avec Camino, il sera enfin possible de consulter les caractéristiques des titres miniers sur une carte à jour et de suivre les projets en cours à chaque étape importante de leur vie.</p> - <div class=\\"desktop-blobs\\"> - <div class=\\"desktop-blob-1-3\\"> - <div class=\\"p-l\\"><img class=\\"_logo_4bc5c3\\" src=\\"/components/content/map-pin-2.svg\\" alt=\\"carte interactive\\"></div> - <h3>Une carte interactive</h3> - <p>Nous présenterons une cartographie complète et à jour du domaine minier national et des projets en cours.</p> - </div> - <div class=\\"desktop-blob-1-3\\"> - <div class=\\"p-l\\"><img class=\\"_logo_4bc5c3\\" src=\\"/components/content/window-speedtest.svg\\" alt=\\"tableau de bord\\"></div> - <h3>Des tableaux de bord</h3> - <p>Nous dématérialiserons les premières procédures les plus fréquentes du code minier et proposerons un tableau de bord aux entreprises qui expérimenteront le service Camino.</p> - </div> - <div class=\\"desktop-blob-1-3\\"> - <div class=\\"p-l\\"><img class=\\"_logo_4bc5c3\\" src=\\"/components/content/cloud-setting.svg\\" alt=\\"une API ouverte\\"></div> - <h3>Une API ouverte</h3> - <p>Avec les données recueillies, nous automatiserons l’actualisation du cadastre minier et nous diffuserons dans un standard électronique ouvert les données et documents publics déjà disponibles d’ici six mois, notamment via data.gouv.fr.</p> - </div> - </div> - </div> - <div id=\\"activites\\" class=\\"mb-xxl\\"> - <h4 class=\\"mb-s color-neutral\\">Tous les projets miniers concernés</h4> - <h2>D'ici 2022 l'ensemble des procédures du code minier devront être numériques</h2><span class=\\"separator\\"></span> - <div class=\\"tablet-blobs\\"> - <div class=\\"tablet-blob-1-2 desktop-blob-1-3 p bg-bg rnd shadow mb\\"> - <h3>Ressources minérales non-énergétiques</h3><img src=\\"/img/about/gallery-non-energetique.jpg\\" alt=\\"Mine de sel\\" class=\\"mb\\"> - <p>Les matières premières minérales sont à la base du développement de l’humanité. En 200 ans, l’ère industrielle puis la croissance économique des pays émergents ont accéléré l’utilisation de ces ressources non renouvelables du sous-sol. Leur développement durable s’appuie sur l’équilibre entre l’extraction des réserves accessibles et la découverte de nouveaux gisements, le recyclage et l’économie circulaire.</p> - </div> - <div class=\\"tablet-blob-1-2 desktop-blob-1-3 p bg-bg rnd shadow mb\\"> - <h3>Matières premières énergétiques</h3><img src=\\"/img/about/gallery-energetique.jpg\\" alt=\\"Forage\\" class=\\"mb\\"> - <p>Les matières premières énergétiques comme le charbon, le pétrole ou le gaz se sont imposées en tant que source d’énergie au cours du 20ème siècle. Formées dans des processus géologiques qui ont duré plusieurs millions d’années, elles ne sont pas renouvelables à l’échelle humaine et il est donc nécessaire de veiller à en avoir un usage rationnel.</p> - </div> - <div class=\\"tablet-blob-1-2 desktop-blob-1-3 p bg-bg rnd shadow mb\\"> - <h3>Stockages souterrains</h3><img src=\\"/img/about/gallery-stockages.jpg\\" alt=\\"Station de contrôle\\" class=\\"mb\\"> - <p>Les capacités de stockage dans le sous-sol profond ont d’abord été utilisées pour compléter le dispositif de sécurité d’approvisionnement dans des territoires ne disposant pas ou peu de matières premières énergétiques. Ces capacités sont aujourd’hui étudiées pour des usages futurs comme le stockage de CO2 pour réduire les émissions de GES dans l’atmosphère ou pour le stockage d’énergie en association avec les énergies alternatives.</p> - </div> - <div class=\\"tablet-blob-1-2 desktop-blob-1-3 p bg-bg rnd shadow mb\\"> - <h3>Géothermie profonde</h3><img src=\\"/img/about/gallery-geothermie.jpg\\" alt=\\"Centrale géothermique\\" class=\\"mb\\"> - <p>Provenant des sources de chaleur interne de la Terre, cette énergie abondante mais de faible intensité est en train de trouver sa place dans le mix énergétique du 21ème siècle.</p> - </div> - <div class=\\"tablet-blob-1-2 desktop-blob-1-3 p bg-bg rnd shadow mb\\"> - <h3>Travaux miniers</h3><img src=\\"/img/about/gallery-travaux.jpg\\" alt=\\"Centrale géothermique\\" class=\\"mb\\"> - <p>Les travaux de recherche ou d’exploitation de substances minières sont encadrés par la police des mines, mission confiée à l’État, qui a pour objet de prévenir et faire cesser les dommages et nuisances liées aux activités minières et de faire respecter les obligations de l’exploitant minier.</p> - </div> - <div class=\\"tablet-blob-1-2 desktop-blob-1-3 p bg-bg rnd shadow mb\\"> - <h3>Après mines</h3><img src=\\"/img/about/gallery-apresmine.jpg\\" alt=\\"Centrale géothermique\\" class=\\"mb\\"> - <p>L’arrêt de l’activité minière n’induit pas pour autant la disparition des phénomènes susceptibles d’affecter les terrains de surface situés dans l’emprise de l’ancienne exploitation. Ainsi, durant la période qui suit l’exploitation, traditionnellement appelée «après-mine», des désordres peuvent se développer, parfois dès l’arrêt des travaux mais également beaucoup plus tardivement.</p> - </div> - </div> - </div><span class=\\"separator\\"></span> - <div class=\\"mb-xxl\\">Plus d’informations relatives à Camino et son équipe sont accessibles sur cette <a target=\\"_blank\\" href=\\"https://beta.gouv.fr/startups/camino.html\\">page</a>.</div> -</div>" -`; - -exports[`Storybook Tests > 'Pages/NewsletterForm' > 'Abonné' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-follow\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row\\"> - <div class=\\"fr-col-12\\"> - <div class=\\"fr-follow__newsletter\\"> - <div> - <h2 class=\\"fr-h5\\">Abonnez-vous à notre lettre d’information</h2> - </div> - <div> - <form> - <div class=\\"fr-input-group fr-input-group--error\\"><label class=\\"fr-label\\" for=\\"newsletter-email\\"> Votre adresse électronique (ex. : nom@domaine.fr) </label> - <div class=\\"fr-input-wrap fr-input-wrap--addon\\"><input class=\\"fr-input \\" title=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" autocomplete=\\"email\\" aria-describedby=\\"newsletter-email-hint-text newsletter-email-messages\\" placeholder=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" id=\\"newsletter-email\\" type=\\"email\\"><button class=\\"fr-btn fr-btn--icon-left fr-icon-checkbox-circle-line\\" id=\\"newsletter-button\\" title=\\"S‘abonner à notre lettre d’information\\" type=\\"submit\\"> S'abonner</button></div> - <!----> - <div class=\\"fr-messages-group\\" id=\\"newsletter-email-messages\\" aria-live=\\"assertive\\"></div> - </div> - <p id=\\"newsletter-email-hint-text\\" class=\\"fr-hint-text\\">En renseignant votre adresse électronique, vous acceptez de recevoir nos actualités par courriel. Vous pouvez vous désinscrire à tout moment à l’aide des liens de désinscription ou en nous contactant.</p> - </form> - </div> - </div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Pages/NewsletterForm' > 'EnCours' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-follow\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row\\"> - <div class=\\"fr-col-12\\"> - <div class=\\"fr-follow__newsletter\\"> - <div> - <h2 class=\\"fr-h5\\">Abonnez-vous à notre lettre d’information</h2> - </div> - <div> - <form> - <div class=\\"fr-input-group fr-input-group--error\\"><label class=\\"fr-label\\" for=\\"newsletter-email\\"> Votre adresse électronique (ex. : nom@domaine.fr) </label> - <div class=\\"fr-input-wrap fr-input-wrap--addon\\"><input class=\\"fr-input \\" title=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" autocomplete=\\"email\\" aria-describedby=\\"newsletter-email-hint-text newsletter-email-messages\\" placeholder=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" id=\\"newsletter-email\\" type=\\"email\\"><button class=\\"fr-btn \\" id=\\"newsletter-button\\" title=\\"S‘abonner à notre lettre d’information\\" disabled=\\"\\" type=\\"submit\\"> S'abonner</button></div> - <!----> - <div class=\\"fr-messages-group\\" id=\\"newsletter-email-messages\\" aria-live=\\"assertive\\"></div> - </div> - <p id=\\"newsletter-email-hint-text\\" class=\\"fr-hint-text\\">En renseignant votre adresse électronique, vous acceptez de recevoir nos actualités par courriel. Vous pouvez vous désinscrire à tout moment à l’aide des liens de désinscription ou en nous contactant.</p> - </form> - </div> - </div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Pages/NewsletterForm' > 'Error' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-follow\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row\\"> - <div class=\\"fr-col-12\\"> - <div class=\\"fr-follow__newsletter\\"> - <div> - <h2 class=\\"fr-h5\\">Abonnez-vous à notre lettre d’information</h2> - </div> - <div> - <form> - <div class=\\"fr-input-group fr-input-group--error\\"><label class=\\"fr-label\\" for=\\"newsletter-email\\"> Votre adresse électronique (ex. : nom@domaine.fr) </label> - <div class=\\"fr-input-wrap fr-input-wrap--addon\\"><input class=\\"fr-input fr-input--error\\" title=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" autocomplete=\\"email\\" aria-describedby=\\"newsletter-email-hint-text newsletter-email-messages\\" placeholder=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" id=\\"newsletter-email\\" type=\\"email\\"><button class=\\"fr-btn \\" id=\\"newsletter-button\\" title=\\"S‘abonner à notre lettre d’information\\" type=\\"submit\\"> S'abonner</button></div> - <p id=\\"text-input-error-desc-error\\" class=\\"fr-error-text\\">Une erreur est survenue.</p> - <div class=\\"fr-messages-group\\" id=\\"newsletter-email-messages\\" aria-live=\\"assertive\\"></div> - </div> - <p id=\\"newsletter-email-hint-text\\" class=\\"fr-hint-text\\">En renseignant votre adresse électronique, vous acceptez de recevoir nos actualités par courriel. Vous pouvez vous désinscrire à tout moment à l’aide des liens de désinscription ou en nous contactant.</p> - </form> - </div> - </div> - </div> - </div> - </div> - </div> -</div>" -`; - -exports[`Storybook Tests > 'Pages/NewsletterForm' > 'NonAbonné' 1`] = ` -"<div class=\\"dsfr\\"> - <div class=\\"fr-follow\\"> - <div class=\\"fr-container\\"> - <div class=\\"fr-grid-row\\"> - <div class=\\"fr-col-12\\"> - <div class=\\"fr-follow__newsletter\\"> - <div> - <h2 class=\\"fr-h5\\">Abonnez-vous à notre lettre d’information</h2> - </div> - <div> - <form> - <div class=\\"fr-input-group fr-input-group--error\\"><label class=\\"fr-label\\" for=\\"newsletter-email\\"> Votre adresse électronique (ex. : nom@domaine.fr) </label> - <div class=\\"fr-input-wrap fr-input-wrap--addon\\"><input class=\\"fr-input \\" title=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" autocomplete=\\"email\\" aria-describedby=\\"newsletter-email-hint-text newsletter-email-messages\\" placeholder=\\"Votre adresse électronique (ex. : nom@domaine.fr)\\" id=\\"newsletter-email\\" type=\\"email\\"><button class=\\"fr-btn \\" id=\\"newsletter-button\\" title=\\"S‘abonner à notre lettre d’information\\" type=\\"submit\\"> S'abonner</button></div> - <!----> - <div class=\\"fr-messages-group\\" id=\\"newsletter-email-messages\\" aria-live=\\"assertive\\"></div> - </div> - <p id=\\"newsletter-email-hint-text\\" class=\\"fr-hint-text\\">En renseignant votre adresse électronique, vous acceptez de recevoir nos actualités par courriel. Vous pouvez vous désinscrire à tout moment à l’aide des liens de désinscription ou en nous contactant.</p> - </form> - </div> - </div> - </div> - </div> - </div> - </div> -</div>" -`; diff --git a/packages/ui/src/images-snapshots.spec.ts b/packages/ui/src/images-snapshots.spec.ts new file mode 100644 index 0000000000000000000000000000000000000000..a31061078e7ff6e539d90139fd4c680aadd13956 --- /dev/null +++ b/packages/ui/src/images-snapshots.spec.ts @@ -0,0 +1,103 @@ +import { describe, expect, test, vi, beforeAll, afterAll } from 'vitest' +import type { Meta, StoryFn } from '@storybook/vue3' +import { render } from '@testing-library/vue' +import { composeStories } from '@storybook/vue3' +import { h } from 'vue' +import { toMatchImageSnapshot } from 'jest-image-snapshot' +import { nodeHtmlToImage, getPuppeteerCluster } from '@/node-html-to-image/node-html-to-image' +import { Cluster } from 'puppeteer-cluster' + +type StoryFile = { + default: Meta + [name: string]: StoryFn | Meta +} +// console.error = vi.fn() + +vi.mock('vue-router', () => ({ + useRoute: vi.fn(), + useRouter: vi.fn(() => ({ + push: () => {}, + })), +})) + +declare module 'vitest' { + interface Assertion<T> { + toMatchImageSnapshot(): T + } +} + +expect.extend({ toMatchImageSnapshot }) + +vi.mock('vuex', () => ({ useStore: vi.fn() })) + +const compose = (entry: StoryFile): ReturnType<typeof composeStories<StoryFile>> => { + try { + return composeStories(entry) + } catch (e) { + throw new Error(`Un fichier est probablement mal formaté ${JSON.stringify(entry)}, ${e}`) + } +} +let cluster: Cluster | null = null +beforeAll(async () => { + console.log('get cluster') + cluster = await getPuppeteerCluster() + console.log('got cluster') +}) + +afterAll(async () => { + await cluster?.idle() + await cluster?.close() +}) +describe.concurrent('Storybook Tests', () => { + const modules = Object.entries(import.meta.glob<StoryFile>('../**/utilisateur.stories.ts(x)?', { eager: true })).map(([filePath, storyFile]) => ({ filePath, storyFile })) + describe.concurrent.each( + modules.map(({ filePath, storyFile }) => { + return { name: storyFile.default.title, storyFile, filePath } + }) + )('$name', ({ name, storyFile, filePath }) => { + test.skipIf(name?.includes('NoStoryshots')).concurrent.each( + Object.entries(compose(storyFile)) + .map(([name, story]) => ({ name, story })) + .filter(env => (name ?? '').includes('NoStoryshots') || !(env.name ?? '').includes('NoSnapshot')) + )('$name', async value => { + // @ts-ignore + window.dsfr = { mode: 'vue' } + const mounted = render(value.story(), { + global: { + components: { 'router-link': (props, { slots }) => h('a', { ...props, type: 'primary', to: JSON.stringify(props.to).replaceAll('"', '') }, slots.default?.()) }, + }, + }) + await new Promise<void>(resolve => setTimeout(() => resolve(), 1)) + + let css = `` + const moduls = import.meta.glob('../**/*.css', { eager: true, query: '?inline' }) + for (const path in moduls) { + // console.log('css', moduls) + css += moduls[path].default + } + + const storyHtml = mounted.html() + + if (cluster) { + const buffer = await nodeHtmlToImage({ + cluster, + html: ` + <html lang='fr'> + <style> + ${css} + </style> + +</head> + <body> + ${storyHtml} + </body> + </html> + + `, + }) + + expect(buffer).toMatchImageSnapshot({ customSnapshotIdentifier: `${filePath}_${value.name}` }) + } + }) + }) +}) diff --git a/packages/ui/src/node-html-to-image/node-html-to-image.ts b/packages/ui/src/node-html-to-image/node-html-to-image.ts index 90a3b673e29fc99a3cbb861862c54713161ca26f..d85c41cc27e2195820df52fd915c014b47322c47 100644 --- a/packages/ui/src/node-html-to-image/node-html-to-image.ts +++ b/packages/ui/src/node-html-to-image/node-html-to-image.ts @@ -1,47 +1,41 @@ -import { Cluster } from "puppeteer-cluster"; +import { Cluster } from 'puppeteer-cluster' -import { Screenshot } from "./models/Screenshot"; -import { makeScreenshot } from "./screenshot"; -import { Options } from "./types"; +import { Screenshot } from './models/Screenshot' +import { makeScreenshot } from './screenshot' +import { Options } from './types' -export const getPuppeteerCluster = async () => await Cluster.launch({ - concurrency: Cluster.CONCURRENCY_PAGE, - maxConcurrency: 50, - puppeteerOptions: { headless: true }, -}); +export const getPuppeteerCluster = async () => + Cluster.launch({ + concurrency: Cluster.CONCURRENCY_PAGE, + maxConcurrency: 50, + puppeteerOptions: { headless: true }, + }) export async function nodeHtmlToImage(options: Options) { - const { - html, - encoding, - transparent, - type, - quality, - cluster - } = options; + const { html, encoding, transparent, type, quality, cluster } = options try { - const screenshot = await cluster.execute( - { - html, - encoding, - transparent, - type, - quality, - }, - async ({ page, data }) => { - const screenshot = await makeScreenshot(page, { - ...options, - screenshot: new Screenshot(data), - }); - return screenshot; - } - ); + const screenshot: Screenshot = await cluster.execute( + { + html, + encoding, + transparent, + type, + quality, + }, + async ({ page, data }) => { + const screenshot = await makeScreenshot(page, { + ...options, + screenshot: new Screenshot(data), + }) + return screenshot + } + ) - return screenshot.buffer; + return screenshot.buffer } catch (err) { - console.error(err); - await cluster.close(); - process.exit(1); + console.error(err) + await cluster.close() + process.exit(1) } } diff --git a/packages/ui/src/storybook.spec.ts b/packages/ui/src/storybook.spec.ts index cc66c14b5745d74f57da0d20017bed297d02234f..1f188b6fe6eac759d956f3ce7d688bff38098da0 100644 --- a/packages/ui/src/storybook.spec.ts +++ b/packages/ui/src/storybook.spec.ts @@ -1,122 +1,66 @@ -import { describe, expect, test, vi, beforeAll, afterAll } from 'vitest' +import { describe, expect, test, vi } from 'vitest' import type { Meta, StoryFn } from '@storybook/vue3' import { render } from '@testing-library/vue' -import { composeStories } from '@storybook/testing-vue3' -import type { ContextedStory } from '@storybook/testing-vue3/dist/types' +import { composeStories } from '@storybook/vue3' import { h } from 'vue' -import { toMatchImageSnapshot } from 'jest-image-snapshot' -import {nodeHtmlToImage, getPuppeteerCluster} from '@/node-html-to-image/node-html-to-image' -import { Cluster } from 'puppeteer-cluster' +import { setSeed } from './utils/vue-tsx-utils' type StoryFile = { default: Meta [name: string]: StoryFn | Meta } -// console.error = vi.fn() - - +console.error = vi.fn() vi.mock('vue-router', () => ({ - useRoute: vi.fn(), + useRoute: vi.fn(() => ({ + name: 'mocked-current-route', + query: {}, + })), + onBeforeRouteLeave: vi.fn(), + useLink: () => ({ href: { value: '/mocked-href' } }), useRouter: vi.fn(() => ({ - push: () => {}, + push: vi.fn(), + currentRoute: { value: { name: 'mocked-current-route', query: {} } }, })), })) -declare module 'vitest' { - interface Assertion<T> { - toMatchImageSnapshot(): T - } -} - - -expect.extend({ toMatchImageSnapshot }) - -vi.mock('vuex', () => ({ useStore: vi.fn() })) - -const compose = (entry: StoryFile) => { +const compose = (entry: StoryFile): ReturnType<typeof composeStories<StoryFile>> => { try { - // @ts-ignore waiting for https://github.com/storybookjs/testing-vue3/issues/10 return composeStories(entry) } catch (e) { throw new Error(`Un fichier est probablement mal formaté ${JSON.stringify(entry)}, ${e}`) } } -let cluster: Cluster | null = null -beforeAll(async () => { - console.log('get cluster') - cluster = await getPuppeteerCluster() - console.log('got cluster') -}) - -afterAll(async () => { - await cluster?.idle() - await cluster?.close() -}) -describe.concurrent('Storybook Tests', () => { - - - - const modules = Object.entries(import.meta.glob<StoryFile>('../**/*.stories.ts(x)?', { eager: true })).map(([filePath, storyFile]) => ({ filePath, storyFile })) - describe.concurrent.each( +describe('Storybook Tests', async () => { + const modules = Object.entries(import.meta.glob<StoryFile>(['../**/*.stories.ts(x)?', '!../**/_ui/**', '!../**/_common/**'], { eager: true })).map(([filePath, storyFile]) => ({ + filePath, + storyFile, + })) + describe.each( modules.map(({ filePath, storyFile }) => { return { name: storyFile.default.title, storyFile, filePath } }) )('$name', ({ name, storyFile, filePath }) => { - test.skipIf(name?.includes('NoStoryshots')).concurrent.each( - Object.entries<ContextedStory<unknown>>(compose(storyFile)) + test.skipIf(name?.includes('NoStoryshots')).each( + Object.entries(compose(storyFile)) .map(([name, story]) => ({ name, story })) - .filter(env => name?.includes('NoStoryshots') || !env.name?.includes('NoSnapshot')) - )('$name', (value) => new Promise(async resolve => { - // @ts-ignore - window.dsfr = null - const mounted = render(value.story(), { - global: { - components: { 'router-link': (props, { slots }) => h('a', { ...props, type: 'primary', to: JSON.stringify(props.to).replaceAll('"', '') }, slots.default?.()) }, - }, - }) - await new Promise<void>(resolve => setTimeout(() => resolve(), 1)) - - - // let css = `` - // const moduls = import.meta.glob('../**/styles.css', { eager: true, query: '?inline'}) - // for (const path in moduls) { - // css += moduls[path].default - // } - - const storyHtml = mounted.html() - - // expect(storyHtml).toMatchFileSnapshot(`./${filePath.replace(/\.[^/.]+$/, '')}_snapshots_${value.name}.html`) - - - - if( cluster ){ - const now = new Date() - console.log('nodeHtmlToImage begin', now) - const buffer = await nodeHtmlToImage({ - cluster, - html: ` - <html lang='fr'> - <style> - </style> - -</head> - <body> - ${storyHtml} - </body> - </html> - - `, - }) - console.log('nodeHtmlToImage end', new Date()) - - - - // expect(buffer).toMatchImageSnapshot({customSnapshotIdentifier: `${filePath}_${value.name}`}) + .filter(env => (name ?? '').includes('NoStoryshots') || !(env.name ?? '').includes('NoSnapshot')) + )('$name', async value => { + setSeed(12) + try { + // @ts-ignore + window.dsfr = null + const mounted = render(value.story(), { + global: { + components: { 'router-link': (props, { slots }) => h('a', { ...props, type: 'primary', to: JSON.stringify(props.to).replaceAll('"', '') }, slots) }, + }, + }) + + await new Promise<void>(resolve => setTimeout(() => resolve(), 1)) + expect(mounted.html()).toMatchFileSnapshot(`./${filePath.replace(/\.[^/.]+$/, '')}_snapshots_${value.name}.html`) + } catch (e) { + throw new Error(`le test ${name} du fichier ${filePath} plante ${e}`) } - - console.log('nodeHtmlToImage after expect', new Date()) - resolve() - })) + }) }) })