h1, h2 { 
    background: url(../../acaa-theme/images/arvige/h2_puce.gif) no-repeat left;
}

/*
====================================
    Contenu des pages
====================================
*/
hr {
    border-top: 1px solid #00b1ef;
}

.breadcrumb {
    color: #00b1ef;
}

.breadcrumb a {
    color: #00b1ef;
}

/*
====================================
    Menu
====================================
*/
.main_menu {
    background-color: #3E8695;
    border-radius: 0 0 20px 20px;
}

.main_menu .navbar {
    padding-left: 0;
    padding-right: 0;
}

.main_menu #menu-sidebar li {
    padding: 0;
    margin-bottom: 2px;
}

.main_menu #menu-sidebar li > a {
    color: #a9babe;
    font-weight: 100;
    margin-right: 1em;
    width: 100%;
}

/* Chevron pour le menu */
.main_menu #menu-sidebar a:before {
    content: '>';
    padding-left: .5em;
    padding-right: .5em;
    color: #00b1ef;
    font-weight: bold;
}

/* Elements du menu */
.main_menu #menu-sidebar a {
    font-size: 1.2em;
}

/* Item sélectionné */
.main_menu #menu-sidebar .nav-item.show .nav-link,
.main_menu #menu-sidebar .dropdown.show .nav-link,
.main_menu #menu-sidebar .nav-item :hover {
    border: .2em transparent;
    background: url(../../acaa-theme/images/arvige/item_bg.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
}

.main_menu #menu-sidebar .dropdown.active .dropdown-toggle {
    color: #fff;
    font-weight: bold;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    background: none;
    background-color: #35727f;
    position: initial;
    font-size: 1em;
}

.dropdown-menu .dropdown-item {
    padding-left: 0.5em !important;
    margin-right: 10px !important;
}

.dropdown-menu .show .dropdown-item,
.dropdown-menu li > :hover {
    background: none;
    background-color: #35727f;
    color: #fff !important;
    font-weight: 300 !important;
}

.menuAdresse p {
    margin-top: 59px;
    margin-bottom: 59px;
}

/*
====================================
    Footer
====================================
*/
footer {
    background: #00b1ef;
}

@media (min-width: 768px) {
    .main_menu {
        background: url(../../acaa-theme/images/arvige/menu_bottom_bg.jpg) no-repeat left bottom;
        background-color: #3E8695;
        background-size: contain;
    }
}