/*! * DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions) */ @charset "UTF-8"; @media print { /** * Mixin d'ajout des icones des réseaux sociaux **/ /** * Mixin d'ajout des icones des réseaux sociaux **/ .fr-follow { background-color: #f5f5fe; } .fr-follow .fr-input { background-color: #fff; } .fr-follow__title { color: #161616; } .fr-follow__newsletter-legal { color: #666; } .fr-follow__social .fr-btn { color: #000091; } .fr-follow__social .fr-btn:disabled, .fr-follow__social a.fr-btn:not([href]) { color: #929292; } .fr-follow .fr-grid-row > *:not(:first-child) { box-shadow: 0 -1px 0 0 #6a6af4; } } @media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active) { .fr-follow__social .fr-btn { background-color: transparent; } .fr-follow__social .fr-btn:hover { background-color: rgba(0, 0, 0, 0.05); } .fr-follow__social .fr-btn:active { background-color: rgba(0, 0, 0, 0.1); } .fr-follow__social .fr-btn:disabled, .fr-follow__social a.fr-btn:not([href]) { background-color: transparent; } .fr-follow__social .fr-btn:disabled:hover, .fr-follow__social a.fr-btn:not([href]):hover { background-color: rgba(0, 0, 0, 0.05); } .fr-follow__social .fr-btn:disabled:active, .fr-follow__social a.fr-btn:not([href]):active { background-color: rgba(0, 0, 0, 0.1); } } @media print and (min-width: 48em) { .fr-follow .fr-grid-row > *:not(:first-child) { box-shadow: -1px 0 0 0 #6a6af4; } }