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

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

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

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

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

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

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

.stack__contenu__content {
    margin: 30px 0;
}

.stack__accordeon {
    max-width: 1000px;
    margin-top: 50px;
}

.stack__accordeon__item__titre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.stack__accordeon__item__titre__heading {
    font-size: 23px;
    position: relative;
    top: 30px;
}

.stack__accordeon__item__contenu {
    display: none;
}

.bloc-sidebar {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

.bloc-sidebar__item {
    margin-bottom: 20px;
}

.bloc-sidebar__item img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

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

@media only screen and (max-width: 800px) {
    .stack__single-actvities-en-reseau__titre h1 {
        margin-bottom: 0;
    }

    .stack__contenu__content {
        margin: 30px 0;
    }
}