body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

::selection {
    background-color: rgba(0,0,0,0);
}

@font-face {
    font-family: "Bebas Neue";
    src: url(BebasNeue.otf);
}

ul {
    margin: 0;
    padding: 0;
}



#titre { 
    background-size: cover;
    background-image: url(resrc/img/blurDesk.jpg);
}
#titre li {
    position: relative; 
    margin: 0;
    font-size: 20vw; 
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    /*line-height: 1.9;*/
    color: #000;
    background-color: white;
    font-size: 600px;
    mix-blend-mode: lighten;
    height: 150px;
}
#titre li span {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 0;
}

#titre li:nth-child(2){
    position: fixed;
    top: 150px;
    height: 150px;
    right: 0;
    width: 100vw;
}
#titre li:nth-child(2) span {
    position: relative;
    top: -150px;
    text-align: left;
    margin-left: 50px;
}

#titre li:nth-child(3){
    position: fixed;
    top: 300px;
    height: 150px;
    left: 0;
    width: 100vw;
}
#titre li:nth-child(3) span {
    position: relative;
    top: -300px;
    text-align: right;
    margin-left: -50px;
}

#titre li:nth-child(4){
    margin-top: 300px;
}
#titre li:nth-child(4) span {
    top:  -450px;
}




#footer {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 15px;
    padding: 25px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    color: black;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
}

#footer h1,#footer p {
    margin: 0;
}
#footer h1 em {
    font-style: normal;
    color: #0070c0;
}

#footer a {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #0070c0;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
#footer a:hover{
    opacity: 0.8;
}



@media screen and (width: 1207px) {
    #titre li {
        mix-blend-mode: darken;
        background-color: black;
        color:  white;
    }
    body {
        background-color: black;
    }
    #footer  {
        background-color: white;
        color: black;
    }
    #footer div {
        color: black;
    }
}