html {
    background-image: url(/scene.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

header {
    display: block;
     width:70vw;
    height: 10vw;
    color: rgba(204, 209, 49, 1);
    font-size: 6vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 10vw;
    background-color: rgba();
    font-family: pixel;
    background-image: url(http://1.bp.blogspot.com/-DaN-lK_HRv4/UyK7BC6o_YI/AAAAAAAACXw/zWK1Wz9ImxI/s1600/theatr.gif);
    background-size: 10vw;
    background-repeat: no-repeat;
    text-shadow: 8px 8px 8px rgba(255, 255, 255, 0.8);
}

@font-face {
    font-family: 'pixel';
    src: url(../fonts/dark.otf);
}

ul > li {
    display: inline-block;
    border-style: ridge;
    width: 20vw;
    height: 4vw;
    margin-bottom: 1vw;
    font-size: 2.7vw;
    text-align: center;
    line-height: 4vw;
    font-family: pixel;
    border-bottom-right-radius: 3vw;
    border-bottom-left-radius: 2vw;
    border-top-left-radius: 2vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 8px 8px 8px gray;
}

.menu {
    color: white;
    border-color: white;
    background-image: url();
    background-size: cover;
    background-size: 4vw;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: url() 2 2, pointer;
}

nav {
    display: block;
    margin-top: 3vw;
    width: 100%;
    border: solid;
    padding: 0;
}

ul {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.5vw;
    border: solid;
}

section {
    display: block;
    width: 70vw;
    height: 40vw;
    color: white;
    font-size: 2.5vw;
    font-family:sans-serif;
    background-color: rgba(10, 160, 50, 0);
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
  box-shadow: 8px 8px 8px rgba(255, 255, 255, 0.3);
}

#section2,
#section3,
#section4,
#section5,
#section6 {
    display: none;
}

@media only screen and (max-width: 700px) {
    ul > li {
        display: block;
        width: 40vw;
        float: none;
        height:5vw;
        line-height: 5vw;
        font-size:4vw;
    }

    nav,
    ul {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    section {
        float: none;
        width:100%;
        height:80vw;
        margin-top: 5vw;
    }

    nav {
        width: 45vw;
    }

    ul {
        width: 42vw;
    }
}
@media all and (max-width: 1024px)
{
    nav
    {
        width: auto;
        text-align: left;
    }
    
    nav ul
    {
        flex-direction: column;
    }

    nav li
    {
        padding-left: 4px;
    }
    
    nav a
    {
        font-size: 1.1em;
    }
    
    nav a:hover
    {
        border-bottom: 0;
    }
    
    

/* Footer */

footer
{
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 25px;
}

footer p, footer ul
{
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.8);
}

footer h1
{
    font-size: 1.1em;
}


#Nos résaux
{
    width: 35%;
    background-color: rgba(0, 0, 0, 0.8);
}


#Nos résaux img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

