.mod-c3rbaccessibility {
    font-size: 15px !important;
    line-height: 15px !important;
    letter-spacing: initial !important;
    word-spacing: initial !important;
}

.c3rbaccessibility-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    box-shadow: 2px 0 5px rgba(0,0,0,0.5);
    transition: width 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
    color: #000;
    padding: 15px;
}

.c3rbaccessibility-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.c3rbaccessibility-sidebar.open {
    width: 300px;
    opacity: 1;
}

.c3rbaccessibility-sidebar.close {
    width: 0px;
    opacity: 0;
}

@font-face {
    font-family: OpenDyslexic;
    src: url("../font/OpenDyslexic3-Regular.ttf");
    font-weight: normal;
}

body.opendyslexic {
    font-family: 'OpenDyslexic', sans-serif !important;
}

@font-face {
    font-family: Luciole;
    src: url("../font/Luciole-Regular.ttf");
    font-weight: normal;
}

body.luciole {
    font-family: 'Luciole', sans-serif !important;
}