body>#header>a#logo>span,.body_>#header>a#logo>span {
    background-image: url(/img/logoapocampus.svg);
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(10px 16px 5px rgba(0,0,0,0.1));
    width: 190px;
    min-width: unset;
    max-width: unset;
}
body:not(.body_)>#header>a#logo>span {
    width: 124px;
    top: 7px;
}

#page h2, .note-editor h2 {
    font-family: Arial;
    font-size: 20px;
    color: #fba612;
    text-decoration: none;
}

body:not([id="tinymce"]) {
    background: #fbfbfb;
}

body>#header {
    background: #fbfbfb;
}

#header a {
}

#header a:before {
    text-shadow: rgb(172 172 172) 1px 2px 4px;
}




.top-btn.cours span {
    color: #4aace8;
    background-color: #fff!important;
}

.top-btn.lexique span {
    color: #96d92f;
    background-color: #fff!important;
}

.top-btn.profil span {
    color: #fd385a;
    background-color: #fff!important;
}

.top-btn.resultat span {
    color: #fdd538;
    background-color: #fff!important;
}

.top-btn.statistiques span {
    color: #40e34e;
    background-color: #fff!important;
}

.top-btn.presse span {
    color: #f59225;
    background-color: #fff!important;
}

.top-btn.contact span {
    color: #7993f7;
    background-color: #fff!important;
}

div#maincontent>div#leftblock.slided
{
    opacity:0;
    pointer-events:none;
}

body.body_ div#maincontent>div#leftblock
{
    display:none;
}