*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html{
    font-size: 18px;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}
h1{
    font-size: 3rem;
    font-weight: 300;
    text-decoration: underline #fff 1px;
    padding: 2em 0 1em 0;
}
h2{
    font-size: 2rem;
    font-weight: 500;
    padding: 2em 0 1em 0;
}
h3{
    font-size: 1.75;
    padding: 2em 0 1em 0;
}
h4{
    font-size: 1.5;
    text-decoration: underline #fff 1px;
    padding: 2em 0 1em 0;
}
h5{
    font-size: 1.25;
    text-transform: uppercase;
    font-weight: 100;
    padding: 2em 0 1em 0;
}
p, td, li{
    font-size: 1rem;
}
a{
    text-decoration: none;
    font-size: 15px;
    color: #fff;
}
#ita{
    font-style: italic;
}
#bleu{
    color: rgb(0, 195, 255);
}
#bleu_fond{
    background-color: rgb(0, 195, 255);
}
#rouge{
    color: #ff0000;
}
#rouge_fond{
    background-color: #f00;
}
#vert{
    color: #9acd32;
}
#vert_fond{
    background-color: #9acd32;
}
#bold_bleu{
    font-weight: bold;
    color: rgb(0, 195, 255);
}
#bold_rouge{
    font-weight: bold;
    color: #f00;
}
#bold_vert{
    font-weight: bold;
    color: #9acd32;
}
#bold{
    font-weight: bold;
}
hr{
    width: 50%;
    color: #fff;;
}
nav{
    z-index: 15;
    top: 3%;
    left: 0%;
    position: fixed;
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
body{
    display: flex;
    justify-content: center;
}
html{
    scroll-behavior: smooth;
}
table{
    border-collapse: collapse;
}
td{
    border: 1px solid #fff;
    padding:3%;
}