footer {
    padding-top: 65px;
    padding-bottom: 65px;
    bottom: 0px;
    width: 100%;
}
footer p, footer a {
    color: #686868;
}
footer p {
    font-weight: bold;
}

section.link div.sub-links1 {
    display: flex;
    justify-content: space-around;
}

section.link div.sub-links2 {
    display: flex;
    margin-top: 20px;
}
div.sub-links2 div#donate-button-container {
    width: 23%;
    text-align: center;
    left: 0;
}
div.lien {
    width: 77%;
    margin-left: 23%;
    margin-top: -25px;
    display: flex;
    justify-content: space-around;
}

footer div.text_footer {
    text-align: center;
    margin-top: 60px;
}
div.text_footer p.text_footer1 {
    margin-bottom: 15px;
    margin-top: 0;
}
p.text_footer1 img.img_coeur {
    width: 15px;
    height: 15px;
}
p.text_footer1 img.img_popcorn {
    width: 16px;
    height: 15px;
}
div.text_footer p.text_footer2 {
    font-size: 11px;
    margin-bottom: 10px;
}


footer section.link a:hover {
    text-decoration: underline;
}