body{
    
    background-color: transparent;
}

p{
    font-family: montserrat, sans-serif;
}




a{
    color: black;
}

a:hover{
    color: transparent;
}

a:visited{
    color: transparent;
}


.site-title a{
    display: block;
    width: 100px;
    height: 70px;
    margin-left: 28px;
    overflow: hidden;
    background: url(images/nous.png) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;   
}

.site-title a:hover{
    display: block;
    width: 100px;
    height: 70px;
    margin-left: 45px;
    overflow: hidden;
    background: url(images/logofinal.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;   
}






.main-navigation {
    margin-top: 850px;
    text-align: center;
    font-size: 5em;
    font-weight: 600;
    margin-left: 28%;
    
}




.entry-content{
    position: absolute;
    top: -25px;
    z-index: -10;
    width: 100vw;
    height: auto;
}


.legende{
    padding-top: 90vh;
    text-align: right;
}


.bouton{
    padding-top: 40px;
}

.test{
    border: solid black 2px;
    border-radius: 50px;
    width: 25%;
    height: 40px;
    text-align: center;
    text-decoration: none;
}



.affiche{
    margin: 100px 50px;
    height: auto;
    width: 94vw;
}

.intro{
    margin-left: 50px;
}















.entry-header{
    display: none;
}

.entry-footer{
    display: none;
}

.site-description{
    display: none;
}