a {
    color: #2e717f;
}

a:hover {
    color: rgb(6, 73, 87);
    text-decoration: underline;
}

.toctree-l1 a:hover {
    color: #d8d8d8;
}

.wy-menu-vertical a:active {
    background-color: rgb(6, 73, 87);
}

kbd {
    background-color: #f8f8f8;
    border: 1px solid #e1e4e5;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 5px 3px 5px;
    border-radius: 5px;
    font-size: 75%;
}

.toctree-l3 {
    margin-left: 1rem;
}

.wy-nav-content-wrap {
    background-color: #d8d8d8;
}

.wy-side-nav-search::after {
    position: absolute;
    top: 0.809em;
    left: 0.809em;
    height: 30px;
    width: 32px;
    background-image: url('http://datailor.fr/images/logo.png');
    background-size: cover;
    content: "";
    z-index: 1000;
}

.wy-side-nav-search {
    background-color: rgb(6, 73, 87);
}