.footer {
    background-color: #000839;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 50px;
}

.footer .footerIn p {
    color: #ffffff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0;
}

.footerTexte {
    width: 60%;
    display: block;
    line-height: 25px;
}

.footerLiens {
    display: grid;
    width: auto;
    top: 0;
    margin-right: auto;
    margin-left: auto;
}

.footerIn {
    display: flex;
}

.footerLiens a {
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
}

.link1 {
    padding-top: 20px;
}

.commentFin {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
}

.footer .footerDroit {
    display: grid;
    line-height: 20px;
}

.footer .footerDroit a {
    width: 25px;
    height: 30px;
    font-size: 25px;
    color: #ffffff;
    line-height: 35px;
    transition: all .25s;
}