body {
    /*Auteur : Lucas Boon Description : feuille de style de toute les pages Date : 09.01.2026*/

    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    text-align: center;
}

.lienFooter {
    display: flex;
    justify-content: flex-end;
    align-content: flex-end;
    text-align: end;

    margin-right: 30px;
    color: white !important;
}

.pFooter {
    color: white;
    margin-left: 30px;
}

.wrapper {
    display: flex;
    flex-direction: row-reverse;
}

aside {
    display: flex;
    flex-wrap: wrap;
    align-content: end;
    flex-direction: column;
}

.navigation{
    height: 4cm;
    width: 4cm;
    background-color: white;
    display: inline-block;
    border: 2px;
    text-align: center;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation:link{
    color: black;
    text-decoration: none;
}
.navigation:visited{
    color: black;
    text-decoration: none;
}
.navigation:active{
    color:black;
    text-decoration: none;
}
h3{
    color: white;
    display: flex;
    justify-content: center;
    padding-right: 10vw;
}