/* public/app/css/site-credit.css
 * Synopsis: Pied crédit éditeur et offre.
 * Objectif: Discret, home et plein écran dictée.
 */

.site-credit {
    align-items: baseline;
    color: inherit;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: .72rem;
    gap: .2rem .35rem;
    letter-spacing: .01em;
    line-height: 1.35;
    opacity: .72;
}

.site-credit a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.site-credit a:hover {
    opacity: 1;
}

.site-credit__access {
    font-weight: 600;
    opacity: .95;
}

.dash .dash-credit {
    border-top: 1px solid color-mix(in srgb, var(--dash-line) 70%, transparent);
    display: none;
    grid-column: 1 / -1;
    justify-content: center;
    margin: 0;
    min-width: 0;
    padding-top: .45rem;
    text-align: center;
}

.dash .dash-credit .site-credit {
    color: var(--dash-muted);
    font-size: .64rem;
    justify-content: center;
    opacity: .78;
}

.dash.dash--fs .dash-credit {
    display: flex;
    margin-top: .15rem;
}

@media (min-width: 1101px) {
    .dash.dash--fs {
        grid-template-rows: auto minmax(0, 1fr) auto;
    }
}

footer .site-credit {
    max-width: min(100%, 36rem);
}
