/* font size */
h3 {
    font-size: 120%;
}

.wy-side-nav-search img {
    width: 70% !important;
}
.wy-side-nav-search{
    background-color: #181c1f;
}
.wy-nav-content-wrap{
    background-color: #181c1f;
}
.wy-side-scroll{
    background-color: #181c1f;
}
.wy-nav-content-wrap .wy-nav-content {
    color: rgb(204, 207, 212);
    background:  #181c1fe3  !important;
}
.wy-menu-vertical li.current {
    background: #181c1f;
}
.wy-menu-vertical li.toctree-l2 a {
    color: rgb(204, 207, 212);
}
.wy-breadcrumbs a {
    color: #29cdff;
}

/* sidebar */
.wy-menu-vertical li.toctree-l2.current > a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
    background: #181c1f;
    color: white;
  }
.wy-menu-vertical li.current a:hover {
background: #fcfcfc;
color: #000;
}

/* icone  */
.fa-plus-square-o::before, .wy-menu-vertical li button.toctree-expand::before {
    content: url("/assets/imgs/chevron_right_white.svg");
    color: #b0bac7 !important;
}
.fa-minus-square-o::before, .wy-menu-vertical li.current > a button.toctree-expand::before, .wy-menu-vertical li.on a button.toctree-expand::before {
content: url("/assets/imgs/expand_more_black.svg");
}
/* bouton */
.btn-neutral, .btn-neutral:visited {
    background-color: #181c1f !important;
    color: white !important;
    border: 2px white solid;
}
.btn-neutral:hover {
    background-color: #e5ebeb !important;
    color: black !important;
}

.wy-nav-content-wrap::after {
    content:'';
    width:100%;
    background: #fff;
    opacity: 0.8;
}
.wy-nav-content-wrap {
    background-image: url('/assets/imgs/building2.png') !important; 
    background-size: 60%;
    background-repeat: no-repeat;
    background-size: cover;
}