[acc_lvl]:not([acc_lvl="0"]) {
    padding-left: 1rem;
}

.acc_closed .acc_content {
    display: none;
}

.acc_header {
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 2px;
}

.acc .acc_content .acc_leaf {
    padding-top: 8px;
    padding-bottom: 8px;
    /*!!IMPORTANT!! ne pas mettre de margin permet d'améliorer l'animation d'ouverture et fermeture de
      l'accordeon. L'effet utilisé pour l'animation joue sur la taille ce qui provoque une effet
      de sautillement désagréable si l'element définit un margin.
    */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.acc .acc-nav-button-bar {
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
}

.acc .acc-nav-button-bar button {
    margin-right: 8px;
}

.acc_header .acc-index-circle {
    border-color: #00adb3 !important;
}


.acc_root.acc_root--index .acc {
    margin-bottom: 8px;
}

.acc_root.acc_root--index .acc_node_lvl_0 {
    border-bottom-width: 0;
    border-bottom-style: none;
}


.acc_root.acc_root--index .acc_header {
    padding-left: 0rem !important;
}

.acc_root.acc_root--index .acc_closed .acc_title {
    color: rgba(85, 85, 85, 0.87);
}

.acc_root.acc_root--index .acc_header.acc_closed:not(.acc_previous_indexes) .acc-index-circle {
    border-color: rgba(85, 85, 85, 0.87) !important;
    border-width: 1px !important;
    color: rgba(85, 85, 85, 0.87);
}

.acc_root.acc_root--index :not(.acc_closed) .acc_title,
.acc_root.acc_root--index :not(.acc_closed) .acc-index-circle {
    font-family: Roboto-Medium;
}

.acc_root.acc_root--index .acc_header .acc_header_line {
    background-color: rgba(85, 85, 85, 0.87) !important;
}

/*.acc_root.acc_root--index .acc_header:not(.acc_closed) .acc_header_line,*/
.acc_root.acc_root--index .acc_header.acc_previous_indexes .acc_header_line {
    background-color: #00adb3 !important;
    height: 2px !important;
}

.acc_root.acc_root--index .acc_previous_indexes .acc-index-circle {
    background-color: #00adb3 !important;
    color: #ffffff !important;
}

.acc_root.acc_root--index .acc_previous_indexes .acc-index-circle:before{
    color: #ffffff !important;
    font-size: 24px;
}

.acc_root.acc_root--index .acc_h_header .acc_title {
    padding-right: 4px;
}

.acc_root.acc_root--index .acc_header:not(.acc_hheader_item) {
    display: none !important;
}

.acc_root.acc_root--index .acc_hheader_item {
    width: 280px;
}


@media screen and (max-width: 699px) {
    .acc_root.acc_root--index .acc_content {
        margin-left: 16px;
    }

    .acc_root.acc_root--index .acc_header:not(.acc_hheader_item) {
        display: flex !important;
    }

    .acc_h_header {
        display: none !important;
    }
}
