:root {
    font-size: 80px;
}

* {
    font-size: 0.76rem;
    line-height: 0.72rem;
    color: #000000;
    font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-spacing: -1px;
    letter-spacing: -1.2px;
}

body{
    margin: 20px 50px;
}

::-moz-selection {
    color: #FFFFFF;
    background: #000000;
}

::selection {
    color: #FFF;
    background: #000000;
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0;
}

a {
    text-decoration: none;
    color: black;
    transition:color 0.1s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #9F9F9F;
}

em {
    font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-style: oblique;
    font-weight: bold;
}
        
/* Frame */

#text {
width: 250rem;
padding-top: 0px;
margin-top: 0px;
}

#adresse{
margin-top: 0px;
}

@media (max-width: 840px) {
    
body{
    margin: 20px 30px;
}

#text {
width: 100%;
}
    

    * {
    }
}