h1, h2 {
    color: #AB429D;
    font-weight: normal;
    background: url(../../acaa-theme/images/acore/h2_puce.gif) no-repeat left;
    border-bottom: dotted 1px #1F368B;
}

/*
====================================
    Contenu des pages
====================================
*/
hr {
    border-top: solid 1px #1f368b;
}

.breadcrumb {
    color: #ab429d;
}

.breadcrumb a {
    color: #ab429d;
}

.content li {
    text-align: left;
    list-style: none;
    padding: 3px 0 10px 36px;
    background: url(../../acaa-theme/images/acore/puce.jpg) no-repeat left 0;
    margin: 15px 0;
}

/*
====================================
    Menu
====================================
*/

.main_menu {
    background: linear-gradient(to right, #2f145e, #352c84 40%, #352c84 60%, #2f145e);
    border-radius: 0 0 20px 20px;
}

.main_menu #menu-sidebar li {
    border-bottom: 1px solid #262a84;
    border-left: 1px solid #262a84;
    border-right: 1px solid #262a84;
    background: url(../../acaa-theme/images/acore/btn_menu.gif) no-repeat #262a84;
}

.main_menu #menu-sidebar li.show > a,
.main_menu #menu-sidebar a:hover {
    color: #a4dde3;
}

.menuAdresse {
    color: #AB429D;
}

.menuAdresse p {
    margin-top: 75px;
    margin-bottom: 75px;
}

.menuAdresse a {
    margin-top: 2rem;
}

/*
====================================
    Footer
====================================
*/
footer {
    background-color: #1d2161;
    margin: .3em .3em .2em .3em;
    border-radius: 0.8em;
}

footer .nav-link {
    padding: 0 1em;
}

@media (min-width: 768px) {
    .main_menu {
        background: url(../../acaa-theme/images/acore/menu_bottom_bg.jpg) no-repeat bottom;
        background-size: cover;
    }
}