/* Polices d'Écriture du Site */
@font-face {
    font-family: "Roboto";
    src: url('polices\Roboto\Roboto-Regular.ttf');
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #766b76;
    background-color: #e5e7e8;
    font-family: "Roboto";
    font-style: bold;
    height: auto;
    flex-shrink: 20% 20% 20%;
}



.footer1 {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    color: #2c2c2e;
    justify-content: center;
}
.footer2 {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer3 {
    min-width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navigation {
    margin: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navigation h3 {
    display: flex;
    justify-content: center;
}
.navigation nav {
    color: #2c2c2e;
    text-decoration: none;
    font-family: "Roboto";
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.reseauxFooter {
    margin: 10%;
    display: flex;
    flex-direction: column;
}
.reseauxFooter h3 {
    display: flex;
    justify-content: center;
}
.mentions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mentions h3 {
    display: flex;
    justify-content: center;
}
.mentions nav {
    color: #2c2c2e;
    text-decoration: none;
    font-family: "Roboto";
    display: flex;
    justify-content: center;
    flex-direction: column;
    word-spacing: 5px;
}
.links {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.links i {
    color: #2c2c2e;
}