.admin-nav {
    background-color: #8b0000 !important;
}

.admin-nav ul {
    text-align: left !important;
}

.admin-nav a {
    color: #a79d9d !important;
}

.stack__retour__lien {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.stack__retour__lien img {
    margin-right: 10px;
}

.stack__single-actvities-en-reseau__titre h1 {
    margin-bottom: 20px;
}

.stack__contenu__date {
    margin-bottom: 15px;
}

.stack__contenu__date .separation {
    margin: 0 5px;
}

.share-section {
    margin-top: 20px;
}

.share-facebook {
    text-decoration: none;
}

.stack__nouvelles__article {
    margin-bottom: 30px;
}

.stack__nouvelles__article a {
    text-decoration: none;
    color: inherit;
}

.stack__nouvelles__article .btn {
    display: inline-block;
    margin-top: 10px;
}

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

.color--white {
    color: white;
}

.color--primary {
    color: #D6E200;
}

.bg--secondary {
    background-color: #0A3C74;
}