{"version":3,"sources":["<no source>","file:///Users/ket/Documents/work/dsfr/src/module/media-query/mixin/_respond-from.scss","file:///Users/ket/Documents/work/dsfr/src/module/shame/media-query/mixin/_order.scss","%3Cinput%20css%20efp0Yf%3E","file:///Users/ket/Documents/work/dsfr/src/module/legacy/mixin/_legacy.scss","file:///Users/ket/Documents/work/dsfr/src/dsfr/core/style/selector/tool/_pseudo.scss","file:///Users/ket/Documents/work/dsfr/src/dsfr/core/style/icon/tool/_legacy.scss"],"names":[],"mappings":"AAAA;;GAAA;ACeI;ECRI,cAAA;ACLR;AFaI;ECRI,cAAA;ACFR;AFUI;ECRI,cAAA;ACCR;AFOI;ECRI,cAAA;ACIR;ACFI;ECOF;;ICAE,qEAFI;EHCN;;EECA;;ICAE,qEAFI;EHIN;;EEFA;;ICAE,qEAFI;EHON;;EELA;;ICAE,qEAFI;EHUN;;EERA;;ICAE,yEAFI;EHaN;;EEXA;;ICAE,yEAFI;EHgBN;;EEdA;;ICAE,0EAFI;EHmBN;;EEjBA;;ICAE,0EAFI;EHsBN;;EEpBA;;ICAE,4EAFI;EHyBN;;EEvBA;;ICAE,4EAFI;EH4BN;;EE1BA;;ICAE,6EAFI;EH+BN;;EE7BA;;ICAE,6EAFI;EHkCN;;EEhCA;;ICAE,2EAFI;EHqCN;;EEnCA;;ICAE,2EAFI;EHwCN;;EEtCA;;ICAE,2EAFI;EH2CN;;EEzCA;;ICAE,2EAFI;EH8CN;;EE5CA;;ICAE,uEAFI;EHiDN;;EE/CA;;ICAE,uEAFI;EHoDN;;EElDA;;ICAE,uEAFI;EHuDN;;EErDA;;ICAE,uEAFI;EH0DN;;EExDA;;ICAE,wEAFI;EH6DN;;EE3DA;;ICAE,wEAFI;EHgEN;;EE9DA;;ICAE,2EAFI;EHmEN;;EEjEA;;ICAE,2EAFI;EHsEN;;EEpEA;;ICAE,yEAFI;EHyEN;;EEvEA;;ICAE,yEAFI;EH4EN;;EE1EA;;ICAE,4EAFI;EH+EN;;EE7EA;;ICAE,4EAFI;EHkFN;;EEhFA;;ICAE,0EAFI;EHqFN;;EEnFA;;ICAE,0EAFI;EHwFN;;EEtFA;;ICAE,yEAFI;EH2FN;;EEzFA;;ICAE,yEAFI;EH8FN;;EE5FA;;ICAE,sEAFI;EHiGN;;EE/FA;;ICAE,sEAFI;EHoGN;;EElGA;;ICAE,4EAFI;EHuGN;;EErGA;;ICAE,4EAFI;EH0GN;;EExGA;;ICAE,uEAFI;EH6GN;;EE3GA;;ICAE,uEAFI;EHgHN;;EE9GA;;ICAE,wEAFI;EHmHN;;EEjHA;;ICAE,wEAFI;EHsHN;;EEpHA;;ICAE,wEAFI;EHyHN;;EEvHA;;ICAE,wEAFI;EH4HN;;EE1HA;;ICAE,8EAFI;EH+HN;;EE7HA;;ICAE,8EAFI;EHkIN;;EEhIA;;ICAE,4EAFI;EHqIN;;EEnIA;;ICAE,4EAFI;EHwIN;;EEtIA;;ICAE,oEAFI;EH2IN;;EEzIA;;ICAE,oEAFI;EH8IN;;EE5IA;;ICAE,yEAFI;EHiJN;;EE/IA;;ICAE,yEAFI;EHoJN;;EElJA;ICAE,yEAFI;EHyJN;;EEvJA;ICAE,yEAFI;EH4JN;AAPF","file":"icons-communication.legacy.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 'src/module/media-query/variable/breakpoints';\n@use 'src/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 screen and (min-width: 0\\0 ) and (min-resolution: 72dpi) {\n  .fr-icon-chat-2-fill::before, .fr-icon-chat-2-fill::after {\n    background-image: url(\"../../../icons/communication/chat-2-fill.svg\");\n  }\n  .fr-icon-chat-2-line::before, .fr-icon-chat-2-line::after {\n    background-image: url(\"../../../icons/communication/chat-2-line.svg\");\n  }\n  .fr-icon-chat-3-fill::before, .fr-icon-chat-3-fill::after {\n    background-image: url(\"../../../icons/communication/chat-3-fill.svg\");\n  }\n  .fr-icon-chat-3-line::before, .fr-icon-chat-3-line::after {\n    background-image: url(\"../../../icons/communication/chat-3-line.svg\");\n  }\n  .fr-icon-chat-check-fill::before, .fr-icon-chat-check-fill::after {\n    background-image: url(\"../../../icons/communication/chat-check-fill.svg\");\n  }\n  .fr-icon-chat-check-line::before, .fr-icon-chat-check-line::after {\n    background-image: url(\"../../../icons/communication/chat-check-line.svg\");\n  }\n  .fr-icon-chat-delete-fill::before, .fr-icon-chat-delete-fill::after {\n    background-image: url(\"../../../icons/communication/chat-delete-fill.svg\");\n  }\n  .fr-icon-chat-delete-line::before, .fr-icon-chat-delete-line::after {\n    background-image: url(\"../../../icons/communication/chat-delete-line.svg\");\n  }\n  .fr-icon-chat-download-fill::before, .fr-icon-chat-download-fill::after {\n    background-image: url(\"../../../icons/communication/chat-download-fill.svg\");\n  }\n  .fr-icon-chat-download-line::before, .fr-icon-chat-download-line::after {\n    background-image: url(\"../../../icons/communication/chat-download-line.svg\");\n  }\n  .fr-icon-chat-follow-up-fill::before, .fr-icon-chat-follow-up-fill::after {\n    background-image: url(\"../../../icons/communication/chat-follow-up-fill.svg\");\n  }\n  .fr-icon-chat-follow-up-line::before, .fr-icon-chat-follow-up-line::after {\n    background-image: url(\"../../../icons/communication/chat-follow-up-line.svg\");\n  }\n  .fr-icon-chat-forward-fill::before, .fr-icon-chat-forward-fill::after {\n    background-image: url(\"../../../icons/communication/chat-forward-fill.svg\");\n  }\n  .fr-icon-chat-forward-line::before, .fr-icon-chat-forward-line::after {\n    background-image: url(\"../../../icons/communication/chat-forward-line.svg\");\n  }\n  .fr-icon-chat-history-fill::before, .fr-icon-chat-history-fill::after {\n    background-image: url(\"../../../icons/communication/chat-history-fill.svg\");\n  }\n  .fr-icon-chat-history-line::before, .fr-icon-chat-history-line::after {\n    background-image: url(\"../../../icons/communication/chat-history-line.svg\");\n  }\n  .fr-icon-chat-new-fill::before, .fr-icon-chat-new-fill::after {\n    background-image: url(\"../../../icons/communication/chat-new-fill.svg\");\n  }\n  .fr-icon-chat-new-line::before, .fr-icon-chat-new-line::after {\n    background-image: url(\"../../../icons/communication/chat-new-line.svg\");\n  }\n  .fr-icon-chat-off-fill::before, .fr-icon-chat-off-fill::after {\n    background-image: url(\"../../../icons/communication/chat-off-fill.svg\");\n  }\n  .fr-icon-chat-off-line::before, .fr-icon-chat-off-line::after {\n    background-image: url(\"../../../icons/communication/chat-off-line.svg\");\n  }\n  .fr-icon-chat-poll-fill::before, .fr-icon-chat-poll-fill::after {\n    background-image: url(\"../../../icons/communication/chat-poll-fill.svg\");\n  }\n  .fr-icon-chat-poll-line::before, .fr-icon-chat-poll-line::after {\n    background-image: url(\"../../../icons/communication/chat-poll-line.svg\");\n  }\n  .fr-icon-chat-private-fill::before, .fr-icon-chat-private-fill::after {\n    background-image: url(\"../../../icons/communication/chat-private-fill.svg\");\n  }\n  .fr-icon-chat-private-line::before, .fr-icon-chat-private-line::after {\n    background-image: url(\"../../../icons/communication/chat-private-line.svg\");\n  }\n  .fr-icon-chat-quote-fill::before, .fr-icon-chat-quote-fill::after {\n    background-image: url(\"../../../icons/communication/chat-quote-fill.svg\");\n  }\n  .fr-icon-chat-quote-line::before, .fr-icon-chat-quote-line::after {\n    background-image: url(\"../../../icons/communication/chat-quote-line.svg\");\n  }\n  .fr-icon-chat-settings-fill::before, .fr-icon-chat-settings-fill::after {\n    background-image: url(\"../../../icons/communication/chat-settings-fill.svg\");\n  }\n  .fr-icon-chat-settings-line::before, .fr-icon-chat-settings-line::after {\n    background-image: url(\"../../../icons/communication/chat-settings-line.svg\");\n  }\n  .fr-icon-chat-upload-fill::before, .fr-icon-chat-upload-fill::after {\n    background-image: url(\"../../../icons/communication/chat-upload-fill.svg\");\n  }\n  .fr-icon-chat-upload-line::before, .fr-icon-chat-upload-line::after {\n    background-image: url(\"../../../icons/communication/chat-upload-line.svg\");\n  }\n  .fr-icon-chat-voice-fill::before, .fr-icon-chat-voice-fill::after {\n    background-image: url(\"../../../icons/communication/chat-voice-fill.svg\");\n  }\n  .fr-icon-chat-voice-line::before, .fr-icon-chat-voice-line::after {\n    background-image: url(\"../../../icons/communication/chat-voice-line.svg\");\n  }\n  .fr-icon-discuss-fill::before, .fr-icon-discuss-fill::after {\n    background-image: url(\"../../../icons/communication/discuss-fill.svg\");\n  }\n  .fr-icon-discuss-line::before, .fr-icon-discuss-line::after {\n    background-image: url(\"../../../icons/communication/discuss-line.svg\");\n  }\n  .fr-icon-emoji-sticker-fill::before, .fr-icon-emoji-sticker-fill::after {\n    background-image: url(\"../../../icons/communication/emoji-sticker-fill.svg\");\n  }\n  .fr-icon-emoji-sticker-line::before, .fr-icon-emoji-sticker-line::after {\n    background-image: url(\"../../../icons/communication/emoji-sticker-line.svg\");\n  }\n  .fr-icon-feedback-fill::before, .fr-icon-feedback-fill::after {\n    background-image: url(\"../../../icons/communication/feedback-fill.svg\");\n  }\n  .fr-icon-feedback-line::before, .fr-icon-feedback-line::after {\n    background-image: url(\"../../../icons/communication/feedback-line.svg\");\n  }\n  .fr-icon-message-2-fill::before, .fr-icon-message-2-fill::after {\n    background-image: url(\"../../../icons/communication/message-2-fill.svg\");\n  }\n  .fr-icon-message-2-line::before, .fr-icon-message-2-line::after {\n    background-image: url(\"../../../icons/communication/message-2-line.svg\");\n  }\n  .fr-icon-message-3-fill::before, .fr-icon-message-3-fill::after {\n    background-image: url(\"../../../icons/communication/message-3-fill.svg\");\n  }\n  .fr-icon-message-3-line::before, .fr-icon-message-3-line::after {\n    background-image: url(\"../../../icons/communication/message-3-line.svg\");\n  }\n  .fr-icon-question-answer-fill::before, .fr-icon-question-answer-fill::after {\n    background-image: url(\"../../../icons/communication/question-answer-fill.svg\");\n  }\n  .fr-icon-question-answer-line::before, .fr-icon-question-answer-line::after {\n    background-image: url(\"../../../icons/communication/question-answer-line.svg\");\n  }\n  .fr-icon-questionnaire-fill::before, .fr-icon-questionnaire-fill::after {\n    background-image: url(\"../../../icons/communication/questionnaire-fill.svg\");\n  }\n  .fr-icon-questionnaire-line::before, .fr-icon-questionnaire-line::after {\n    background-image: url(\"../../../icons/communication/questionnaire-line.svg\");\n  }\n  .fr-icon-speak-fill::before, .fr-icon-speak-fill::after {\n    background-image: url(\"../../../icons/communication/speak-fill.svg\");\n  }\n  .fr-icon-speak-line::before, .fr-icon-speak-line::after {\n    background-image: url(\"../../../icons/communication/speak-line.svg\");\n  }\n  .fr-icon-video-chat-fill::before, .fr-icon-video-chat-fill::after {\n    background-image: url(\"../../../icons/communication/video-chat-fill.svg\");\n  }\n  .fr-icon-video-chat-line::before, .fr-icon-video-chat-line::after {\n    background-image: url(\"../../../icons/communication/video-chat-line.svg\");\n  }\n}\n@media screen and (min-width: 0\\0 ) and (min-resolution: 72dpi) {\n  .fr-fi-chat-quote-fill::before {\n    background-image: url(\"../../../icons/communication/chat-quote-fill.svg\");\n  }\n  .fr-fi-chat-quote-line::before {\n    background-image: url(\"../../../icons/communication/chat-quote-line.svg\");\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 screen and (min-width: 0\\0) and (min-resolution: +72dpi) {\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/// Core Tool : Selector pseudo\n/// @group core\n////\n\n@mixin _pseudo($type:before, $content:null, $display:null) {\n  @if $type != after and $type != before and $type != marker and $type != (before after) {\n    @error '$type must be before or after element';\n  }\n\n  $selector: ();\n\n  @each $pseudo in $type {\n    $selector: append($selector, '&::#{$pseudo}', 'comma');\n  }\n\n  #{$selector} {\n\n    @if $content != null {\n      content: $content;\n    }\n\n    @if $display != null {\n      display: #{$display};\n    }\n\n    @content;\n  }\n}\n\n@mixin before($content: null, $display: null) {\n  @include _pseudo(before, $content, $display) {\n    @content;\n  }\n}\n\n@mixin after($content: null, $display: null) {\n  @include _pseudo(after, $content, $display) {\n    @content;\n  }\n}\n\n@mixin marker($content: null, $display: null) {\n  @include _pseudo(marker, $content, $display) {\n    @content;\n  }\n}\n","////\n/// Core Tool : Icon legacy\n/// @group core\n////\n\n@mixin icon-size-legacy($size:md, $restrain: null) {\n  @include _icon-pseudo($restrain) {\n    $size: icon-size($size);\n    @include size($size, $size);\n    @content;\n  }\n}\n\n@mixin icon-image-legacy($icon, $restrain: null, $important: false) {\n  $url: get-icon-url($icon, $important);\n  @include _icon-pseudo($restrain) {\n    background-image: $url;\n  }\n}\n\n@mixin icon-style-legacy($restrain: null) {\n  @include _icon-pseudo($restrain) {\n    background-color: transparent;\n    background-size: 100%;\n    background-repeat: no-repeat;\n    @content;\n  }\n}\n\n@mixin icon-legacy($icon: null, $size: md, $restrain: null, $styling: true) {\n  @if $styling {\n    @include icon-style-legacy($restrain);\n  }\n\n  @if $icon != null {\n    @include icon-image-legacy($icon, $restrain);\n  }\n\n  @if $size != null {\n    @include icon-size-legacy($size, $restrain);\n  }\n\n  @include _icon-pseudo($restrain) {\n    @content;\n  }\n}\n\n@mixin generate-icons-legacy($config: $icons-config) {\n  @each $icon, $setting in $config {\n    #{ns(icon-#{$icon})} {\n      @include icon-image-legacy($icon);\n    }\n  }\n}\n"]}