﻿.breadcrumb a {
    color: blue;
    padding:1px;
    /*margin-top:5px;
    text-decoration: none;
    padding: 5px 30px 5px 0;
    background: #1ec8a5;*/ /* fallback color */    
    /*position: relative;
    display: block;
    float: right;*/
}

    /*.breadcrumb a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;*/ /* Go big on the size, and let overflow hide */
        /*border-bottom: 25px solid transparent;
        border-right: 30px solid #1ec8a5;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        right: 100%;
        z-index: 2;
    }

    .breadcrumb a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;*/ /* Go big on the size, and let overflow hide */
        /*border-bottom: 25px solid transparent;
        border-right: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        margin-right: 1px;
        right: 100%;
        z-index: 1;
    }*/
a.dossier {
    background-color: #1ec8a5;
    border-radius:15px;
}
a.active {
    background-color: #ff6a00;
    border-radius: 0px;
}
/*.breadcrumb a.active::after, a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;*/ /* Go big on the size, and let overflow hide */
    /*border-bottom: 25px solid transparent;
    border-right: 30px solid #ff6a00;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 100%;
    z-index: 2;
}*/
