.srias-bg-beige {
  background-color: #F9F8F6;
}

.content-image {
    background: url(/node_modules/@gouvfr/dsfr/example/img/placeholder.16x9.png) no-repeat scroll 50% 50%/cover;
    padding: 260px 0;
    position: relative;
}

html[data-fr-scheme~="dark"] .srias-bg-beige {
  background-color: #343434;
}

[class^=fr-icon-], [class*=" fr-icon-"], [class^=fr-fi-], [class*=" fr-fi-"] {
    --icon-size: 1.5rem;
}


:root:not([data-fr-theme="dark"]) .fr-card.fr-enlarge-link {
    --color-hover: rgba(224,219,208,0.5);
    --color-active: rgba(199,189,170,0.5);
}


:root:not([data-fr-theme="dark"]) .fr-card.fr-enlarge-link {
    --color-hover: rgba(224,219,208,0.5);
    --color-active: rgba(199,189,170,0.5);
}

/* .fr-card.fr-enlarge-link { */
/*     background-color: #f9f8f6; var(--beige); */
/* } */

/* .fr-tag--icon-left[class^="fr-fi-"]::before, .fr-tag--icon-left[class*=" fr-fi-"]::before { */
/*     margin-left: -0.25rem; */
/*     margin-right: 0.25rem; */
/*     font-size: 1rem; */
/* } */

/* [class^=fr-icon-]::before, [class*=" fr-icon-"]::before, [class^=fr-fi-]::before, [class*=" fr-fi-"]::before { */
/*     flex: 0 0 auto; */
/*     display: inline-block; */
/*     vertical-align: middle; */
/*     background-color: currentColor; */
/*     width: var(--icon-size); */
/*     height: var(--icon-size); */
/*     -webkit-mask-size: 100% 100%; */
/*     mask-size: 100% 100%; */
/* } */