body, html {
    height: 100%;    
}

* {
    margin: 0;
    padding: 0;
}
    
#mentions-legales {
    background-image: url('/ressources/mentions-legales.png');
    display: flex;
    justify-content: center;
    align-items: center;

/* Full height */
height: 100%;

  /* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 200px;
    display: block;
    

}