@font-face {
    font-family: robotoLight;
    src: url("/fonts/roboto/Roboto-Light.ttf");
}
@font-face {
    font-family: robotoBold;
    src: url("/fonts/roboto/Roboto-Bold.ttf");
}
@font-face {
    font-family: robotMedium;
    src: url("/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: robotRegular;
    src: url("/fonts/roboto/Roboto-Regular.ttf");
}

* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    font-family: robotoLight;
    font-weight: 600;
}
footer {
    background-color: var(--bleu-fonce);
    color: #fff;
}
footer img {
    width: 15vw;
}
footer i {
    color: #fff;
}

#navfooter a {
    color: #c0c4c7;
}
#nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.1em;
    margin-right: 5rem;
    padding: 0.5rem 0 0.5rem 0;
}
#nav a {
    text-align: center;
    padding: 1rem;
}
#nav a:hover {
    background-color: #4d4a4a;
}
.a {
    margin-left: 2rem;
}
#others {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 40vw;
    position: relative;
    left: 30vw;
}
#reseaux {
    width: 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
#contact p {
    width: fit-content;
}
#contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-size: 1.2em;
    font-family: robotoLight;
    font-weight: 600;
    padding-bottom: 1rem;
}
#contact a {
    color: #81c2bb;
}
#contact a:hover {
    color: #6ec1e4;
    text-decoration: underline;
}