.text-center {
    text-align: center;
}


.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);
}



a.fr-share__link {
    border-radius: 1.5rem;
}

