body {
    color: black;
    margin-left: auto;
    margin-right: auto;
    background-color: aliceblue;
}

a {
    color: black;
}

footer {
    color: white;
    background-color: black;
    bottom: 0px;
    text-align: center;
    position: fixed;
    width: 100%;

}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: none;
    color: red;
}

nav {
    position: fixed;
}

button {
    background-color: #a6acaf;
    color: black;
}

h1 {
    color: black
}

span,
li a {
    color: red !important;
}

img {
    width: 170px;
}

nav {
    position: fixed;
}

footer {
    color: white;
    background-color: black;
    bottom: 0px;
    text-align: center;
    position: fixed;
    width: 100%;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red !important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: green !important;
}

.piechart1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: conic-gradient(orange 0 252deg,
            aliceblue 0);
}

.piechart2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: conic-gradient(red 0 288deg,
            aliceblue 0);
}

.piechart3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: conic-gradient(green 0 288deg,
            aliceblue 0);
}

.piechart4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: conic-gradient(blue 0 252deg,
            aliceblue 0);
}

.piechart5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: conic-gradient(yellow 0 288deg,
            aliceblue 0);
}

.haut-droite{
    z-index: 10000;       /* pour mettre au dessus des autres */
    position: absolute;      /* la fameuse position fixed */ 
    top: 1px;            /* décalage des bords */
    right: 1em;
    padding: .5em;        /* donne de l'air au texte */
}
.dropdown button{
    color: red !important;
    border: none;
}
