@font-face {
    font-family: Suisse;
    src: url('./src/fonts/SuisseIntl-Regular-WebXL.woff2');
}

@font-face {
    font-family: Suisse;
    src: url('./src/fonts/SuisseNeue-LightItalic-WebXL.woff2');
    font-style: italic;
}

body, html {
    height : 100vh;
    font-family : Suisse;
    display: flex;
    margin: 0;
    overflow: hidden;
    font-size: 1.5vh;
}

a:hover {
    font-style : italic;
}

p {
    margin: 0;
}

#Body {
    width: calc(100vw - 6vh);
    height: calc(100vh - 30vh);
    padding: 3vh;
    overflow: auto;
    font-size: 2vh;
}

footer, .footerLink {
    color: black;

}

footer {
    display: flex;
    justify-content: space-between;

    position: fixed;
    bottom: 0;
    padding: 3vh;
    flex-direction: row;
    align-items: stretch;
    z-index: 100;
    width: calc(100vw - 6vh);
    height : auto;
}

#Contact, #ML {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#Contact {
    flex-basis: 50%;
}

#ML {
    flex-basis: 50%;
}

.titreML {
    font-style: italic;
}
