.copyright{
    background-color: #dbdbdb;
    line-height: 66px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    transition: 0.2s;
}

.copyright:hover {
    transition: 0.2s;
    background-color: #cecece;
}

footer  {
    background-color: #dbdbdb;
    padding: 20px;
    line-height: 66px;
    font-weight: 700;
}

.lien_externe {
    text-align: right;
}

.rejoint-mon-discord {
    font-size: 35px;
}

.merci {
    font-size: 40px;
    text-align: right;
}

.colone-logos-reseaux {
    margin-left: 20px;
    padding: 1px 0px;
    display: block;
    width: 50%;
    min-height: 300px;
    font-size: 25px;
}

.remerciments {
    font-size: 5px;
    transition: 0.5s;
}

.remerciments:hover {
    transition: 0.5s;
    color: #000000;
    font-size: 10px;
}