    /*Adrien Turberg version 1 12.01.2022 Cette page est la feuille des styles CSS*/
    
    #rick {
        position: absolute;
        bottom: 750px;
    }
    
    body {
        font-family: Helvetica;
        text-align: justify;
    }
    
    h1 {
        text-align: center;
        font-size: 3em;
    }
    
    body {
        background: url("../videos/honk.mp4");
        background-repeat: no-repeat;
        background-size: 100%;
        background-attachment: fixed;
        background-image: url("../images/Harold.png");
    }
    
    #background-video {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    
    h1,
    h2,
    #btnVideo {
        color: black;
        font-family: Trebuchet MS;
        font-weight: bold;
        text-align: center;
    }
    
    h1 {
        font-size: 6rem;
    }
    
    h2 {
        font-size: 3rem;
        color: black;
    }
    
    #btnVideo {
        font-size: 1.5rem;
        background: 0;
        border: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    
    img {
        padding-left: 50px;
        padding-right: 50px;
        vertical-align: middle;
    }
    
    body {
        font-family: Helvetica;
        text-align: justify;
    }
    
    .ArtPrinc {
        width: 50%;
        min-width: 500px;
        font-size: 1.3em;
        opacity: 0.7;
        background-color: rgb(255, 255, 255);
        padding: 1em;
        margin-bottom: 70px;
        margin-top: 70px;
    }
    
    nav>div {
        background-color: #57b8f0;
        padding-bottom: 1.5em;
        padding-top: 1.5em;
        width: 28.33%;
        color: black;
    }
    
    nav {
        display: flex;
        text-align: center;
        display: block;
        display: flex;
        position: fixed;
        width: 80%;
        top: 93%;
        left: 34%;
        transform: translate(-30%);
    }
    
    #menuActif {
        background-color: #ffffff;
        width: 10%;
    }
    
    .pageActuelle {
        color: white;
    }
    
    #AAA {
        color: white;
    }
    
    #BBB {
        color: azure;
    }
    
    nav>div:hover {
        background-color: rgb(73, 148, 233);
    }
    
    header {
        margin: 5%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #rick {
        margin-left: 16.9cm;
    }
    
    #menuActif {
        width: 100%;
    }
    
    nav>div {
        width: 100%;
    }
    
    #Among {
        max-width: 350px;
    }
    
    .logo {
        display: none;
    }
    
    h1 {
        text-align: left;
    }
    
    @media (max-width: 1550px) {
        nav {
            display: flex;
            flex-direction: column;
            position: relative;
            top: 0px;
            right: 0px;
        }
    }
    
    nav>div>a {
        width: 15%;
    }
    
    #horloge {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #SlashScreen {
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }
    
    #StartButton {
        width: 400px;
    }
    
    .Intro {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 100px;
    }
    
    #success {
        width: 20%;
    }
    
    #baby {
        width: 25%;
    }
    
    #risitas {
        width: 25%;
        height: 25%;
    }
    
    #trump {
        width: 25%;
        height: 25%;
    }
    
    @media screen and (max-width: 1400px) {
        body {
            background-size: 300%;
        }
    }
    
    .Artsec {
        max-width: 400px;
        font-size: 1.3em;
        margin-left: 375px;
        opacity: 0.7;
        background-color: rgb(255, 255, 255);
        padding: 1em;
    }
    
    #baby {
        width: 20em;
    }
    
    #Trump {
        width: 25em;
    }
    
    #risitas {
        width: 25em;
    }
    
    #signimages {
        display: flex;
        flex-direction: column;
    }
    
    #Vraikill {
        width: 25%;
    }
    
    #Haroldmeme {
        width: 15%;
        height: 15%;
    }
    
    #sources {
        font-family: cursive;
        margin: 5%;
        display: flex;
        justify-content: center;
    }
    
    #troll {
        width: 25%;
        height: 25%;
        padding-bottom: 15px;
    }
    
    #mighty {
        width: 15%;
        height: 15%;
    }
    
    #Star {
        width: 15%;
        height: 15%;
    }