{"version":3,"sources":["","file:///Users/ket/Documents/work/dsfr/module/media-query/mixin/_respond-from.scss","file:///Users/ket/Documents/work/dsfr/module/shame/media-query/mixin/_order.scss","%3Cinput%20css%20W-x67Q%3E","file:///Users/ket/Documents/work/dsfr/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/component/table/style/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/core/style/spacing/tool/_position.scss","file:///Users/ket/Documents/work/dsfr/src/component/table/style/_scheme.scss","file:///Users/ket/Documents/work/dsfr/module/color/mixin/_element.scss"],"names":[],"mappings":"AAAA;;GAAA,ACeI;ECRI,cAAA,CCLR,CFaI;ECRI,cAAA,CCFR,CFUI;ECRI,cAAA,CCCR,CFOI;ECRI,cAAA,CCIR,CCFI,2DCIE,yCCLJ,iBHUA,CITE,kBCgCA,aLfF,CIbE,gBC4BA,qBAAA,CAAA,sDAAA,CAAA,aLVF,CIXE,gBCqBA,wBLKF,CIvBI,iCCkBF,qBLUF,CItBI,wCCYF,wBAAA,CAAA,sDLkBF,CIzBI,wCCOF,wBL4BF,CIhCM,yDCIJ,wBLiCF,CI7BQ,8DCJN,sDLsCF,CIlDI,gCCYF,wBAAA,CAAA,sDL+CF,CItDI,gCCOF,wBLyDF,CI7DM,iDCIJ,wBL8DF,CI1DQ,sDCJN,sDLmEF,CI/EI,gCCYF,wBAAA,CAAA,sDL4EF,CInFI,gCCOF,wBLsFF,CI1FM,iDCIJ,wBL2FF,CIvFQ,sDCJN,sDLgGF,CI5GI,8BCYF,wBAAA,CAAA,sDLyGF,CIhHI,8BCOF,wBLmHF,CIvHM,+CCIJ,wBLwHF,CIpHQ,oDCJN,sDL6HF,CIzII,gCCYF,wBAAA,CAAA,sDLsIF,CI7II,gCCOF,wBLgJF,CIpJM,iDCIJ,wBLqJF,CIjJQ,sDCJN,sDL0JF,CItKI,4BCYF,wBAAA,CAAA,sDLmKF,CI1KI,4BCOF,wBL6KF,CIjLM,6CCIJ,wBLkLF,CI9KQ,kDCJN,sDLuLF,CInMI,8BCYF,wBAAA,CAAA,sDLgMF,CIvMI,8BCOF,wBL0MF,CI9MM,+CCIJ,wBL+MF,CI3MQ,oDCJN,sDLoNF,CIhOI,gCCYF,wBAAA,CAAA,sDL6NF,CIpOI,gCCOF,wBLuOF,CI3OM,iDCIJ,wBL4OF,CIxOQ,sDCJN,sDLiPF,CI7PI,8BCYF,wBAAA,CAAA,sDL0PF,CIjQI,8BCOF,wBLoQF,CIxQM,+CCIJ,wBLyQF,CIrQQ,oDCJN,sDL8QF,CI1RI,4BCYF,wBAAA,CAAA,sDLuRF,CI9RI,4BCOF,wBLiSF,CIrSM,6CCIJ,wBLsSF,CIlSQ,kDCJN,sDL2SF,CIvTI,kCCYF,wBAAA,CAAA,sDLoTF,CI3TI,kCCOF,wBL8TF,CIlUM,mDCIJ,wBLmUF,CI/TQ,wDCJN,sDLwUF,CIpVI,iCCYF,wBAAA,CAAA,sDLiVF,CIxVI,iCCOF,wBL2VF,CI/VM,kDCIJ,wBLgWF,CI5VQ,uDCJN,sDLqWF,CIjXI,qCCYF,wBAAA,CAAA,sDL8WF,CIrXI,qCCOF,wBLwXF,CI5XM,sDCIJ,wBL6XF,CIzXQ,2DCJN,sDLkYF,CI9YI,kCCYF,wBAAA,CAAA,sDL2YF,CIlZI,kCCOF,wBLqZF,CIzZM,mDCIJ,wBL0ZF,CItZQ,wDCJN,sDL+ZF,CI3aI,+BCYF,wBAAA,CAAA,sDLwaF,CI/aI,+BCOF,wBLkbF,CItbM,gDCIJ,wBLubF,CInbQ,qDCJN,sDL4bF,CIxcI,6BCYF,wBAAA,CAAA,sDLqcF,CI5cI,6BCOF,wBL+cF,CIndM,8CCIJ,wBLodF,CIhdQ,mDCJN,sDLydF,CIreI,kCCYF,wBAAA,CAAA,sDLkeF,CIzeI,kCCOF,wBL4eF,CIhfM,mDCIJ,wBLifF,CI7eQ,wDCJN,sDLsfF,CIxeM,6BCdJ,gDL+fF,CI7eQ,2CC6DJ,4BLqbJ,CKlbM,iDACE,gCLobR,CKjbM,kDACE,+BLmbR,CAhiBF","file":"table.legacy.min.css","sourcesContent":[null,"@use '../variable/breakpoints';\n\n/// Set media query styles\n///\n/// @param {String} $media [md] - Layout size `['xs', 'sm', 'md', 'lg', 'xl']`\n///\n/// @example scss -\n/// .foo {\n/// @include respond-from(md) {\n/// }\n/// }\n@mixin respond-from($media) {\n $limits: map_get(breakpoints.$values, $media);\n\n @if $limits != null {\n @media (min-width: nth($limits, 1)) {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n","@use 'module/media-query/variable/breakpoints';\n@use 'module/media-query';\n\n@mixin order () {\n @each $bp, $limits in breakpoints.$values {\n @if $bp != xs {\n @include media-query.respond-from($bp) {\n /*! media #{$bp} */\n }\n }\n }\n}\n","@media (min-width: 36em) {\n /*! media sm */\n}\n@media (min-width: 48em) {\n /*! media md */\n}\n@media (min-width: 62em) {\n /*! media lg */\n}\n@media (min-width: 78em) {\n /*! media xl */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n /**\n * Correctif placement caption\n */\n .fr-table[data-fr-js-table=true] caption {\n position: relative;\n }\n}\n.fr-table {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table caption {\n color: #161616;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table thead {\n background-image: linear-gradient(0deg, #3a3a3a, #3a3a3a);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table thead {\n background-color: #eee;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table thead {\n color: #161616;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table tbody {\n background-color: #f6f6f6;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table tbody tr:nth-child(even) {\n background-color: #eee;\n }\n}\n.fr-table--green-tilleul-verveine {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-tilleul-verveine thead {\n background-image: linear-gradient(0deg, #66673d, #66673d);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-tilleul-verveine thead {\n background-color: #fceeac;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-tilleul-verveine tbody {\n background-color: #fef7da;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-tilleul-verveine tbody tr:nth-child(even) {\n background-color: #fceeac;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-tilleul-verveine.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #b7a73f, #b7a73f);\n }\n}\n\n.fr-table--green-bourgeon {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-bourgeon thead {\n background-image: linear-gradient(0deg, #447049, #447049);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-bourgeon thead {\n background-color: #c9fcac;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-bourgeon tbody {\n background-color: #e6feda;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-bourgeon tbody tr:nth-child(even) {\n background-color: #c9fcac;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-bourgeon.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #68a532, #68a532);\n }\n}\n\n.fr-table--green-emeraude {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-emeraude thead {\n background-image: linear-gradient(0deg, #297254, #297254);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-emeraude thead {\n background-color: #c3fad5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-emeraude tbody {\n background-color: #e3fdeb;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-emeraude tbody tr:nth-child(even) {\n background-color: #c3fad5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-emeraude.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #00a95f, #00a95f);\n }\n}\n\n.fr-table--green-menthe {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-menthe thead {\n background-image: linear-gradient(0deg, #37635f, #37635f);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-menthe thead {\n background-color: #bafaee;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-menthe tbody {\n background-color: #dffdf7;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-menthe tbody tr:nth-child(even) {\n background-color: #bafaee;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-menthe.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #009081, #009081);\n }\n}\n\n.fr-table--green-archipel {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-archipel thead {\n background-image: linear-gradient(0deg, #006a6f, #006a6f);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-archipel thead {\n background-color: #c7f6fc;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-archipel tbody {\n background-color: #e5fbfd;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-archipel tbody tr:nth-child(even) {\n background-color: #c7f6fc;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--green-archipel.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #009099, #009099);\n }\n}\n\n.fr-table--blue-ecume {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-ecume thead {\n background-image: linear-gradient(0deg, #2f4077, #2f4077);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-ecume thead {\n background-color: #e9edfe;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-ecume tbody {\n background-color: #f4f6fe;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-ecume tbody tr:nth-child(even) {\n background-color: #e9edfe;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-ecume.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #465f9d, #465f9d);\n }\n}\n\n.fr-table--blue-cumulus {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-cumulus thead {\n background-image: linear-gradient(0deg, #3558a2, #3558a2);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-cumulus thead {\n background-color: #e6eefe;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-cumulus tbody {\n background-color: #f3f6fe;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-cumulus tbody tr:nth-child(even) {\n background-color: #e6eefe;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--blue-cumulus.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #417dc4, #417dc4);\n }\n}\n\n.fr-table--purple-glycine {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--purple-glycine thead {\n background-image: linear-gradient(0deg, #6e445a, #6e445a);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--purple-glycine thead {\n background-color: #fee7fc;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--purple-glycine tbody {\n background-color: #fef3fd;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--purple-glycine tbody tr:nth-child(even) {\n background-color: #fee7fc;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--purple-glycine.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #a558a0, #a558a0);\n }\n}\n\n.fr-table--pink-macaron {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-macaron thead {\n background-image: linear-gradient(0deg, #8d533e, #8d533e);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-macaron thead {\n background-color: #fee9e6;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-macaron tbody {\n background-color: #fef4f2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-macaron tbody tr:nth-child(even) {\n background-color: #fee9e6;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-macaron.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #e18b76, #e18b76);\n }\n}\n\n.fr-table--pink-tuile {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-tuile thead {\n background-image: linear-gradient(0deg, #a94645, #a94645);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-tuile thead {\n background-color: #fee9e7;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-tuile tbody {\n background-color: #fef4f3;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-tuile tbody tr:nth-child(even) {\n background-color: #fee9e7;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--pink-tuile.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #ce614a, #ce614a);\n }\n}\n\n.fr-table--yellow-tournesol {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-tournesol thead {\n background-image: linear-gradient(0deg, #716043, #716043);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-tournesol thead {\n background-color: #feecc2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-tournesol tbody {\n background-color: #fef6e3;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-tournesol tbody tr:nth-child(even) {\n background-color: #feecc2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-tournesol.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #c8aa39, #c8aa39);\n }\n}\n\n.fr-table--yellow-moutarde {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-moutarde thead {\n background-image: linear-gradient(0deg, #695240, #695240);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-moutarde thead {\n background-color: #feebd0;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-moutarde tbody {\n background-color: #fef5e8;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-moutarde tbody tr:nth-child(even) {\n background-color: #feebd0;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--yellow-moutarde.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #c3992a, #c3992a);\n }\n}\n\n.fr-table--orange-terre-battue {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--orange-terre-battue thead {\n background-image: linear-gradient(0deg, #755348, #755348);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--orange-terre-battue thead {\n background-color: #fee9e5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--orange-terre-battue tbody {\n background-color: #fef4f2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--orange-terre-battue tbody tr:nth-child(even) {\n background-color: #fee9e5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--orange-terre-battue.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #e4794a, #e4794a);\n }\n}\n\n.fr-table--brown-cafe-creme {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-cafe-creme thead {\n background-image: linear-gradient(0deg, #685c48, #685c48);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-cafe-creme thead {\n background-color: #f7ecdb;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-cafe-creme tbody {\n background-color: #fbf6ed;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-cafe-creme tbody tr:nth-child(even) {\n background-color: #f7ecdb;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-cafe-creme.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #d1b781, #d1b781);\n }\n}\n\n.fr-table--brown-caramel {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-caramel thead {\n background-image: linear-gradient(0deg, #845d48, #845d48);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-caramel thead {\n background-color: #f7ebe5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-caramel tbody {\n background-color: #fbf5f2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-caramel tbody tr:nth-child(even) {\n background-color: #f7ebe5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-caramel.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #c08c65, #c08c65);\n }\n}\n\n.fr-table--brown-opera {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-opera thead {\n background-image: linear-gradient(0deg, #745b47, #745b47);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-opera thead {\n background-color: #f7ece4;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-opera tbody {\n background-color: #fbf5f2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-opera tbody tr:nth-child(even) {\n background-color: #f7ece4;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--brown-opera.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #bd987a, #bd987a);\n }\n}\n\n.fr-table--beige-gris-galet {\n /* Style bordered, ajoute des bordures entre chaque ligne */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--beige-gris-galet thead {\n background-image: linear-gradient(0deg, #6a6156, #6a6156);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--beige-gris-galet thead {\n background-color: #f3ede5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--beige-gris-galet tbody {\n background-color: #f9f6f2;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--beige-gris-galet tbody tr:nth-child(even) {\n background-color: #f3ede5;\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--beige-gris-galet.fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #aea397, #aea397);\n }\n}\n\n.fr-table--bordered tbody tr {\n /* Style bordered, enleve le style even/odd */\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--bordered tbody tr {\n background-image: linear-gradient(0deg, #ddd, #ddd);\n }\n}\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n .fr-table--bordered tbody tr:nth-child(even) {\n background-color: transparent;\n }\n .fr-table--bordered tbody tr:nth-child(even):hover {\n background-color: rgba(0, 0, 0, 0.05);\n }\n .fr-table--bordered tbody tr:nth-child(even):active {\n background-color: rgba(0, 0, 0, 0.1);\n }\n}","/// Styles spécifiques pour les plateformes antérieures\n///\n/// @example scss -\n/// .foo {\n/// @include ie-hack() {\n/// }\n/// }\n@mixin is($target) {\n @if $target == ie10 or $target == ie11 {\n @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n/// Styles spécifiques pour les plateformes modernes, excluant les plateformes antérieures\n///\n/// @example scss -\n/// .foo {\n/// @include ie-hack() {\n/// }\n/// }\n@mixin is-not($target) {\n @if $target == ie10 or $target == ie11 {\n @supports not (-ms-high-contrast: none) {\n @content;\n }\n }\n}\n","////\n/// Table Legacy\n/// @group table\n////\n\n@use 'module/legacy';\n\n@include legacy.is(ie11) {\n /**\n * Correctif placement caption\n */\n #{ns(table)} {\n &#{ns-attr(js-table, true)} {\n caption {\n @include relative;\n }\n }\n }\n}\n","////\n/// Core Tool : Spacing position\n/// @group core\n////\n\n@use 'module/spacing';\n\n@mixin position($position, $top: null, $right: null, $bottom: null, $left: null, $width: null, $height: null) {\n position: #{$position};\n @if $top != null {\n top: #{space($top)};\n }\n @if $right != null {\n right: #{space($right)};\n }\n @if $bottom != null {\n bottom: #{space($bottom)};\n }\n @if $left != null {\n left: #{space($left)};\n }\n\n @include size($width, $height);\n\n @content;\n}\n\n@mixin relative($top: null, $right: null, $bottom: null, $left: null, $width: null, $height: null) {\n @include position(relative, $top, $right, $bottom, $left, $width, $height);\n}\n\n@mixin absolute($top: null, $right: null, $bottom: null, $left: null, $width: null, $height: null) {\n @include position(absolute, $top, $right, $bottom, $left, $width, $height);\n}\n\n@mixin fixed($top: null, $right: null, $bottom: null, $left: null, $width: null, $height: null) {\n @include position(fixed, $top, $right, $bottom, $left, $width, $height);\n}\n\n@mixin sticky($top: null, $right: null, $bottom: null, $left: null, $width: null, $height: null) {\n @include position(sticky, $top, $right, $bottom, $left, $width, $height);\n}\n\n@mixin top($top) {\n top: spacing.space($top);\n}\n\n@mixin right($top) {\n right: spacing.space($top);\n}\n\n@mixin bottom($top) {\n bottom: spacing.space($top);\n}\n\n@mixin left($top) {\n left: spacing.space($top);\n}\n","////\n/// Table Module\n/// @group Table\n////\n\n@use 'module/color';\n\n@mixin _table-scheme($legacy: false) {\n #{ns(table)} {\n caption {\n @include color.text(title grey, (legacy: $legacy));\n }\n\n thead {\n @include color.background-image(border plain grey, (legacy: $legacy));\n\n @include color.background(contrast grey, (legacy: $legacy));\n @include color.text(title grey, (legacy: $legacy));\n }\n\n tbody {\n @include color.background(alt grey, (legacy: $legacy));\n\n tr:nth-child(even) {\n @include color.background(contrast grey, (legacy: $legacy));\n }\n }\n\n @include color.accentuate {\n thead {\n @include color.background-image(border plain accent, (legacy: $legacy));\n @include color.background(contrast accent, (legacy: $legacy));\n }\n\n tbody {\n @include color.background(alt accent, (legacy: $legacy));\n\n tr:nth-child(even) {\n @include color.background(contrast accent, (legacy: $legacy));\n }\n }\n\n /* Style bordered, ajoute des bordures entre chaque ligne */\n &#{ns(table--bordered)} {\n tbody {\n tr {\n @include color.background-image(border default accent, (legacy: $legacy));\n }\n }\n }\n }\n\n /* Style bordered, ajoute des bordures entre chaque ligne */\n &--bordered {\n tbody {\n tr {\n @include color.background-image(border default grey, (legacy: $legacy));\n\n /* Style bordered, enleve le style even/odd */\n &:nth-child(even) {\n @include color.transparent-background((legacy:$legacy, hover: true));\n }\n }\n }\n }\n }\n}\n","@use 'sass:list';\n@use 'sass:map';\n@use 'module/legacy';\n@use 'module/media-query';\n@use 'module/spacing';\n@use 'module/specificity';\n@use 'module/string';\n@use 'module/utilities';\n@use '../variable/constant';\n@use '../function/box-shadow' as bs;\n@use '../function/colors';\n@use '../function/result';\n@use '../function/token';\n\n$COLOR: constant.$value;\n\n@mixin element($prop, $context, $tokens, $options: (), $value: $COLOR) {\n $legacy: map.get($options, legacy);\n $important: map.get($options, important);\n $hover: map.get($options, hover);\n $standalone: map.get($options, standalone);\n\n $legacy-target: null;\n @if $legacy == true {\n $legacy-target: ie11;\n }\n\n $tokens: token.normalise($tokens, $context);\n $type: decision;\n $options: (var: true);\n\n @if $legacy or $standalone {\n $type: hex;\n $option: (theme: light);\n }\n\n $colors: colors.from-list($tokens, $type, $options);\n $result: result.get($colors, $value);\n $result: specificity.important($result, $important);\n\n @include legacy.is($legacy-target) {\n #{$prop}: #{string.unstringify($result)};\n }\n\n @if ($hover == true or ($hover == inherit and $legacy == false)) and ($context == background and list.length($tokens) == 1) {\n\n $token: nth($tokens, 1);\n @if $legacy or $standalone {\n @include _apply-pseudos($token, false, true, $legacy-target, $prop, $value, $important);\n }\n @else {\n @if $prop == background-color {\n --idle: transparent; // #{$result};\n @include _apply-pseudos($token, true, false, null, $prop, $value, $important);\n }\n @else {\n @include _apply-pseudos($token, true, true, null, $prop, $value, $important);\n }\n }\n }\n}\n\n@mixin _apply-pseudos($token, $decision: true, $pseudo: false, $target: null, $prop: background-color, $value: constant.$value, $important: false) {\n @include legacy.is($target) {\n @include _apply-pseudo($token, hover, $decision, $pseudo, $prop, $value, $important);\n @include _apply-pseudo($token, active, $decision, $pseudo, $prop, $value, $important);\n }\n}\n\n@mixin _apply-pseudo($token, $type, $decision: true, $pseudo: false, $prop: background-color, $value: constant.$value, $important: false) {\n $nest: null;\n $p: --#{$type};\n @if $pseudo {\n $nest: '&:#{$type}';\n $p: $prop;\n }\n\n $t: hex;\n $options: (#{$type}: true);\n @if $decision {\n $t: decision;\n $options: (var: true, #{$type}: true);\n }\n\n $color: colors.from($token, $t, $options);\n $result: result.get($color, $value);\n $result: specificity.important($result, $important);\n\n @include utilities.nest($nest) {\n #{$p}: #{string.unstringify($result)};\n }\n}\n\n/// Ajout d'une couleur de background sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n@mixin background($tokens, $options:()) {\n @if not map.has-key($options, hover) {\n $options: map.merge($options, (hover: inherit));\n }\n @include element(background-color, background, $tokens, $options);\n}\n\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n/// - hover {boolean}: si true, surcharge la valeur de blend pour être héritée\n@mixin transparent-background($options) {\n $legacy: map.get($options, legacy);\n $important: map.get($options, important);\n $hover: map.get($options, hover);\n $tokens: token.normalise(default grey, background);\n $value: specificity.important(transparent, $important);\n\n @if $legacy {\n @include legacy.is(ie11) {\n background-color: transparent;\n\n @if $hover {\n &:hover {\n background-color: rgba(0, 0, 0, 0.05);\n }\n\n &:active {\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n }\n }\n @else {\n background-color: #{$value};\n @if $hover {\n --hover: inherit;\n --active: inherit;\n }\n }\n}\n\n/// Ajout d'une couleur de background sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n@mixin background-image($tokens, $options, $value: linear-gradient(0deg, $COLOR, $COLOR)) {\n $d: token.length($tokens);\n @if $d > 1 and $value == linear-gradient(0deg, $COLOR, $COLOR) {\n $transformed: ();\n @for $i from 1 through $d {\n $c: string.unquote('$color##{$i}');\n $transformed: list.append($transformed, linear-gradient(0deg, $c, $c), comma);\n }\n $value: $transformed;\n }\n @include element(background-image, background, $tokens, $options, $value);\n}\n\n/// Ajout d'une couleur de texte sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n@mixin text($tokens, $options) {\n @include element(color, text, $tokens, $options);\n}\n\n/// Ajout d'une couleur de texte sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n@mixin text-fill($tokens, $options) {\n @include element(-webkit-text-fill-color, text, $tokens, $options);\n}\n\n/// Ajout d'une couleur de fill sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n@mixin fill($tokens, $options) {\n @include element(fill, background , $tokens, $options);\n}\n\n/// Ajout d'une couleur de border sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n/// - side {String}: le côté affecté. valeurs: top, right, bottom, left\n/// @param {List} $value - définition des propriétés de border\n@mixin border($tokens, $options, $value:1px solid $COLOR) {\n $prop:border;\n @if map.has-key($options, side) {\n $prop:border-#{map.get($options, side)};\n }\n @include element($prop, border, $tokens, $options, $value);\n}\n\n@mixin no-border($options: ()) {\n $breakpoint: map.get($options, breakpoint);\n $legacy: map.get($options, legacy);\n @include media-query.respond-from($breakpoint) {\n @if $legacy {\n @include legacy.is(ie11) {\n border: 0;\n }\n }\n @else {\n border: 0;\n }\n }\n}\n\n/// Ajout d'une couleur d'outline sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n/// @param {List} $value - définition des propriétés d'outline\n@mixin outline($tokens, $options, $value:1px solid $COLOR) {\n @include element(outline, border, $tokens, $options, $value);\n}\n\n/// Ajout d'une couleur de box-shadow sur un élément\n/// @access public\n/// @param {list} $tokens - liste des tokens de décision\n/// @param {map} $options - map des options :\n/// - legacy {boolean}: version pour navigateurs modernes ou anciens.\n/// - important {boolean}: si true, applique !important à la règle css\n/// @param {List} $value - définition des propriétés de box-shadow\n@mixin box-shadow($tokens, $options, $value: all-1-in) {\n $has-keys: true;\n $transformed: ();\n $d: token.length($tokens);\n $i: 1;\n @each $v in $value {\n @if bs.has($v) {\n $transformed: append($transformed, bs.get($v, $i), comma);\n @if $i < $d {\n $i: $i + 1;\n }\n }\n @else {\n $has-keys: false;\n }\n }\n @if $has-keys {\n $value: $transformed;\n }\n @include element(box-shadow, border, $tokens, $options, spacing.space($value));\n}\n\n/// Supprime la shadow-box sur l'élément\n/// @access public\n/// @param {string} $breakpoint - la shadow-box est retiré à partir d'un breakpoint si celui-ci est défini\n@mixin no-box-shadow($options) {\n $breakpoint: map.get($options, breakpoint);\n $legacy: map.get($options, legacy);\n @include media-query.respond-from($breakpoint) {\n @if $legacy {\n @include legacy.is(ie11) {\n box-shadow: none;\n }\n }\n @else {\n box-shadow: none;\n }\n }\n}\n"]}