/** Colors
  * Federation : #79bb58
  * Dotation : #0379bf
**/

.federation footer {
    background-color: #2a5d2d;
}

.dotation footer {
    background-color: #21356a;
}

footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: white;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

footer p span {
    font-size: 0.81rem;
    font-weight: 300;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

footer .fa-facebook-square,
footer .fa-instagram,
footer .fa-linkedin {
    font-size: 2rem;
    margin: 0 5px;
}

.federation footer .fa-facebook-square:hover,
.federation footer .fa-instagram:hover,
.federation footer .fa-linkedin:hover {
    color: #bedd98;
}

.dotation footer .fa-facebook:hover,
.dotation footer .fa-instagram:hover,
.dotation footer .fa-linkedin:hover {
    color: #8ad4e6;
}