
/* SKIP LINK **************************************************************** */

/*body.plop {*/
/*    position: relative;*/
/*}*/


body {
    zoom: 1;
}

.skip-link {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -200%);
    transition: all 0.1s;
    z-index: 1;

    &:focus {
        transform: translate(-50%, 0%);
    }
}

/* ************************************************************************** */

body > .navbar  > div > .navbar-brand .ph {
    padding: 6px 6px 8px 10px;
    border-radius: 6px;
    background-color: #000000;
    font-weight: bold;
}

body > .navbar  > div > .navbar-brand .ph span {
    padding: 0 6px 2px 6px;
    background-color: #0D6EFD;
    color: #000000;
    border-radius: 4px;
    font-weight: bold;
}

.breadcrumb {
    position: relative;
    z-index: 2;
}

.breadcrumb-item+.breadcrumb-item::before {
    opacity: .65;
}
