body{
    margin: 0;
    background-color: #0F1922;
    color: whitesmoke;
    font: 1em "Rubik", sans-serif;
}
p {
    color: #D9D9D9;
    font-size: 1.5rem;
}
h3{
    font-size: 1.9rem;
}
h1{
    font-size: 2.2rem;
}
#intro p{
    font-size: 1.9rem;
}
#reasons {
    width: 100%;
    min-height: 350px;
    display: block;
}
svg{
    width: 100%;
}
article{
    background-color: #2A3A4A;
    padding: 0;
    margin: 0 1rem 3rem 1rem;
    border-radius: 3px;
    border: solid;
    border-width: 2px;
    border-color: #3A4A5A;
}
#scene{
    display: flex;
    align-items: center;
    margin-left: 1rem;
    font-size: 1rem;
}

.odd{
    background-color: #041A2F;
}
.even{
    background-color: #07283C;
}

section{
    padding: 2.5rem;
}

#section4{
    background-color: #1E2A35;
    padding: 3rem;
}

#scale{
    background-color: #2A3A4A;
    color: #99A1AF;
    padding: 0.5rem;
}

.flex-box {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

#main-menu{
    display: none;
}
#mini-menu{
    display: none;
}

#mascotte{
    align-items: center;
    justify-content: center;
}

/*----- Burger Header -----*/
#hamburger {
    z-index: 2222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    right: 0;

    width: 4rem;
    height: 3rem;
    background: #3A4A5A;
    border-radius: 3px;
    cursor: pointer;
}

#mobile {
    display: none;
    position: fixed;
    background-color: #3A4A5A;
    top: 0;
    right: 0;
    z-index: 1111;
    height: 100%;
}
#mobile ul{
    margin-top: 8rem;
}
#mobile a{
    display: block;
    margin: 1em 3em 1.5em 3em ;
    font-size: 2rem;
    text-decoration: none;
    color: #D9D9D9;
}

#mobile li{
    list-style: none;
    color: whitesmoke;
}

#mobile.is-open {
    display: block;
}

#play{
    display: block;
}
#play.is-open {
    display: none;
}

#stop{
    display: none;
}
#stop.is-open {
    display: block;
}

/*----- Burger Header -----*/

@media screen and (min-width: 992px){
    #hamburger{
        display: none;
    }
    #mobile ul{
        display: none;
    }

    p {
        font-size: 1.1rem;
        font-family: Rubik, sans-serif;
    }
    h3{
        font-size: 1.8rem;
        font-family: "Red Hat Display", sans-serif;
    }
    h1{
        font-size: 2rem;
        font-family: "Red Hat Display", sans-serif;
    }
    #scene{
        font-size: 1.2rem;
    }
    #intro p{
        font-size: 1.5rem;
    }
    #introduction{
        padding: 0 3rem 0 0;
    }
    #introduction .flex-box{
        column-gap: 0;
    }

    article{
        padding: 0;
        margin: 1rem 10% 3rem 10%;
        border-radius: 3px;
        border: solid;
        border-width: 2px;
        border-color: #3A4A5A;
    }
    .flex-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2rem;
    }
    .flex-box p{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flex-box div{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #about-text{
        margin-left: 10rem;
    }

    /*----- Barre de Navigation -----*/
    header{
        display: block;
        position: sticky;
        top: 0;
        z-index: 100;
    }
    a{
        color: #99A1AF;
        text-decoration: none;
    }
    ul{
        display: flex;
        margin: 0;
        padding: 0;
    }
    ul li{
        list-style: none;
        width: 22.2vh;
        border-radius: 0.3vh;
    }

    #mini-menu{
        padding-left: 1.75rem;
        display: flex;
        height: 1.8rem;
        align-items: center;
        background-color: #21252B;
        font-size: 0.8rem;
    }
    #mini-menu li{
        display: flex;
        width: 4rem;
        justify-content: center;
    }
    #mini-menu a{
        color: #E6E6E6;
    }

    #main-menu{
        padding: 0 12px 0 12px;
        display: flex;
        height: 4rem;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        align-self: stretch;
        background-color: #2A2E36;
    }
    #main-menu li{
        display: flex;
        font-size: 1.1rem;
        justify-content: center;
        align-items: center;
    }

    #main-menu ul{
        gap: 0.5rem;
    }

    nav li.active {
        background-color: #3A4048;
        height: 2rem;
        border-radius: 0.25rem;
    }

    nav li.active a {
        color: white;
    }

    #play-boutons{
        display: grid;
        grid-template-columns: 2fr 1fr;
        background-color: #21252B;
        width: 15rem;
        height: 2.5rem;
        border-radius: 0.25rem;
    }
    .play{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #playb{
        margin: 0.3rem 0 0.3rem 0;
        gap: 1rem;
        border-radius: 3px;
        border-style: solid;
        border-color: transparent #3A4048 transparent transparent;
    }
    #search-bar{
        display: flex;
        gap: 0.5rem;
        align-items: center;
        padding-left: 12px;
        background: #21252B;
        border-radius: 0.25rem;
        height: 2rem;
        width: 14rem;
    }
    #site-search{
        background: transparent;
        color: white;
        height: 1.8rem;
        width: 13rem;
        outline: none;
        border: none;
    }

    /*----- Barre de Navigation -----*/
}