/*
 * Collectivité — override sur /css/entreprise.css
 * Hérite du layout entreprise, ne redéfinit que la palette couleur (rose/magenta doux)
 * pour différencier visuellement une fiche collectivité d'une fiche entreprise.
 */

body {
    background-color: #fff4f9;
}

section#assoce.collectivite {
    background-color: #fff4f9;
}

#assoce.collectivite section.content .block {
    border-color: #e9bfd4;
}

#assoce.collectivite h1,
#assoce.collectivite h3 {
    color: #8b2e5c;
}

#assoce.collectivite a {
    color: #a8327a;
}

#assoce.collectivite a:hover,
#assoce.collectivite a:focus {
    color: #6d1f4f;
}

#assoce.collectivite .button {
    background-color: #a8327a;
    color: #fff5fa;
    border-color: #8b2e5c;
}

#assoce.collectivite .button:hover,
#assoce.collectivite .button:focus {
    background-color: #8b2e5c;
}

#assoce.collectivite .placeholder {
    font-style: italic;
    color: #8b2e5c;
    opacity: 0.8;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #4a2538;
    }

    section#assoce.collectivite {
        background-color: #4a2538;
    }

    section#assoce.collectivite .block {
        background-color: #5c2e45;
    }

    #assoce.collectivite section.content .block {
        border-color: #8b4a6a;
    }

    #assoce.collectivite h1,
    #assoce.collectivite h3 {
        color: #f5c6dd;
    }

    #assoce.collectivite a {
        color: #f0a8c8;
    }
}
