    @font-face {
        font-family: 'AZOsans';
        font-weight: normal;
        font-style: normal;
    }
    
    body {
        background-color: red;
    }
    
    html,
    body,
    #map {
        /*RESET*/
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        /*FONT*/
        font-family: azo-sans-web, sans-serif;
        font-style: normal;
        text-align: justify;
        color: black;
        left: 0;
    }
    
    .controlllzz>div:hover,
    a:hover,
    .selector-display>div:hover,
    .close:hover {
        cursor: pointer !important;
    }
    
    a {
        color: red;
        text-decoration: none;
    }
    
    a:hover {
        color: #790000;
        text-decoration: none;
    }
    
    #map {
        transition: left .3s;
        /*    background: radial-gradient(circle closest-side, rgb(255, 255, 255, 0.6) 15%, rgb(153, 201, 239, 0.3) 60%) calc(100% - 105%) calc(100% + 20%)/200% 200% transparent;
    animation: change3 10s linear infinite alternate*/
    }
    
    lives,
    ecole,
    forum,
    cycle1-art,
    cycle1-design,
    cycle2-art,
    cycle2-design {
        display: none;
        min-height: 100vh;
        /*    background: radial-gradient(circle closest-side, yellow 10%, white 20%, #99c9ef) calc(100% - 110%) calc(100% - 5%)/200% 200%;
    animation: change2 15s linear infinite alternate*/
    }
    
    .container>h1 {
        margin-left: 48px;
    }
    
    #videoBG {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    
    @media (min-aspect-ratio: 4/5) {
        #videoBG {
            height: auto;
        }
    }
    
    @media (min-aspect-ratio: 4/3) {
        #videoBG {
            height: auto;
        }
    }
    
    @media (max-aspect-ratio: 4/3) {
        #videoBG {
            width: auto;
        }
    }
    
    @media (max-aspect-ratio: 4/5) {
        #videoBG {
            width: auto;
        }
    }
    
    @media (min-aspect-ratio: 16/19) {
        #videoBG {
            width: 100%;
        }
    }
    
    @media (max-aspect-ratio: 16/9) {
        #videoBG {
            width: auto;
        }
    }
    
    accueil {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    
    accueil>img {
        width: 40vw;
    }
    
    ul {
        padding: 0;
        list-style-type: none;
    }
    
    ul>li {
        margin-bottom: 20px;
    }
    
    li>ul {
        padding-left: 20px;
        list-style-type: '. ';
    }
    
    li>ul>li {
        margin-bottom: 5px;
    }
    
    li>ul>li:first-child {
        margin-top: 5px;
    }
    
    .menu-animated {
        left: 0;
        border-right: 2px solid black;
    }
    
    .menu-animated-map {
        left: 250px !important;
        width: calc(100% - 250px) !important;
    }
    
    .close,
    .info {
        position: absolute;
        font-size: 20px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .close {
        top: 0px;
        right: 5px;
    }
    
    .info {
        left: 5px;
        top: 5px;
    }
    
    .controlllzz {
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 99999;
        box-sizing: border-box;
    }
    
    .content {
        margin-top: 20px;
    }
    
    .controlllzz img,
    .controlllzz a,
    .info img {
        width: auto;
        height: 100%;
    }
    
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }
    
    .accordion-button:focus {
        border-color: red;
        box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
    }
    
    .accordion-button:not(.collapsed) {
        color: white;
        background-color: red;
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    }
    
    .burger,
    .plus,
    .minus,
    .info,
    .ebabx,
    .cloud,
    .forum,
    .mentions-icon {
        margin-bottom: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px;
        background: white;
        box-sizing: border-box;
        border: 1px solid red;
    }
    
    .ebabx-ul {
        list-style-image: url(https://www.ebabx.fr/themes/ebabx/dist/images/x-puce.svg);
        padding-left: 20px;
        color: red;
    }
    
    .ebabx-ul-black {
        list-style-image: url(https://www.ebabx.fr/themes/ebabx/dist/images/x-puce.svg);
        padding-left: 20px;
    }
    
    .site-logo {
        display: block;
    }
    
    .credits,
    .mentions,
    .menu,
    .fiche-media {
        width: 80vw;
        max-height: 80vh;
        background: RGB(255, 255, 255, 0.95);
        border: 2px solid black;
        position: fixed;
        top: 10vh;
        z-index: 10000;
        overflow-y: scroll;
        padding: 26px 30px;
        box-sizing: border-box;
        letter-spacing: 0.02em;
        display: none;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .tippy-box[data-theme~='ebabx'] {
        background-color: black;
        color: white;
    }
    
    .tippy-box[data-theme~='ebabx'][data-placement^='right']>.tippy-arrow::before {
        border-right-color: black;
    }
    
    .fiche-media-doc {
        position: relative;
        padding-bottom: 100%;
        /*overflow: hidden;*/
        /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    }
    
    .fiche-media-doc>object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .fluidMedia {
        position: relative;
        padding-bottom: 56.25%;
        /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
        height: 0;
        overflow: hidden;
    }
    
    .fluidMedia iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .pst {
        font-size: 14px;
    }
    
    .cls {
        display: flex;
        flex-wrap: nowrap;
        font-size: 14px;
    }
    
    .cls div {
        width: 50%;
    }
    
    .cls div:first-child {
        padding-right: 10px;
    }
    
    .selector-display {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .active {
        /*background: #99C9EF;
    ;*/
        color: white;
        border: 2px solid black;
    }
    
    .inactive {
        background: white;
        color: #99C9EF;
        ;
        border: 2px solid black;
    }
    
    .selector-display div {
        padding: 10px;
        width: 50%;
        text-align: center;
    }
    
    .selector-display div:hover {
        background: rgba(255, 0, 0, 0.5);
        color: white;
    }
    
    .selector-display div:first-child {
        margin-right: 5px;
    }
    
    .selector-display div:last-child {
        margin-left: 5px;
    }
    
    .selector-medium {
        display: none;
    }
    
    .video-js {
        position: relative !important;
        width: 80% !important;
        height: auto !important;
    }
    
    .blockquote-footer {
        color: black;
    }
    
    forum .row {
        background: RGB(255, 255, 255, 0.9);
        margin-bottom: 1rem;
    }
    
    forum .accordion {
        margin-bottom: 1rem;
    }
    
    forum .pannel {
        margin-bottom: 1rem;
    }
    
    .plein-ecran {
        display: none;
        position: fixed;
        background: black;
        text-align: center;
        width: 100vw;
        height: 100vh;
        z-index: 100000;
    }
    
    #photofond {
        z-index: -1;
        position: fixed;
        animation: blur 5s infinite alternate;
        width: 100vmax;
        height: 100vmax;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #photofond div {
        height: 100%;
        position: absolute;
        width: 100%;
    }
    
    #invert {
        animation: mask 8s steps(69) infinite alternate;
        background-color: red;
        background-size: cover;
        -webkit-mask: url('../sheet.png');
        -webkit-mask-size: 7000% 100%;
        mask: url('../sheet.png');
        mask-size: : 7000% 100%;
    }
    
    #normal {
        background-color: white;
        background-size: 60vw;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../ebabx-red.svg);
    }
    
    @keyframes mask {
        0% {
            -webkit-mask-position: left center;
            mask-position: left center;
        }
        80%,
        90%,
        100% {
            -webkit-mask-position: right center;
            mask-position: right center;
        }
    }
    
     :root {
        --bs-accordion-color: red;
    }