.footer {
    background-color: #003088;
    color: white;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.liens {
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

.groupe-liens {
    text-align: center;
    padding: 20px 0;
}

.logoFooter {
    text-align: right;
    margin-top: 5px;
    margin-bottom: auto;
    padding: 0;
}

.IN {
    opacity: 0.5;
    text-align: left;
    padding: 20px 0;
}

.mailto {
    text-decoration: none;
    color: white;
}
