body{
    background-image: url(https://test.titanstudios.fr/Degrade.jpg) ;
    background-size: cover;
    background-position: right bottom;
        
        background-repeat: no-repeat;

        min-height: 100vh;

        text-align: center;
}


@font-face {
    font-family: 'relateregular';
    src: url('relate-webfont.woff2') format('woff2'),
         url('relate-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'gothammedium';
    src: url('gothammedium-webfont.woff2') format('woff2'),
         url('gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



.SimpleText{
    font-family: 'gothammedium', sans-serif;
    font-size: 1vw;
    line-height: 2vw;
}

.SousTitre{
    font-size: 2vw;
    font-family: 'relateregular', sans-serif;
}



.Link{
    text-decoration: none;
    color: black;
   
}

.Link:visited{
    text-decoration: none;
    color: black;
   
}

@media (max-width: 1000px) {

.SimpleText{
    font-family: 'gothammedium', sans-serif;
    font-size: 3vw;
    line-height: 3vw;
}

.SousTitre{
    font-size: 6vw;
    font-family: 'relateregular', sans-serif;
    line-height: 6vw;
}

}

