#btnTranslateWebsite {
    position: fixed;
    bottom: 64px;
    right: 16px;
    background: #52565e;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#btnTranslateWebsite i {
    color: #fff;
    font-size: 24px;
}



.un-lien {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 40px;
    background: #feb900;
    outline: none;
    border: unset;
    padding: 5px 0 6px;
    border-radius: 25px;
    color: #fff;
    padding: .5rem 1.5rem;
    transition: all .3s ease-in-out;
}

.un-lien:hover {
    color: #fff;
    box-shadow: 4px 5px 0px -1px #feba008f;
    background: #4a5a92;
    transform: translateY(-3px);
}



/* Notre equipe : */
@media screen {

    #listeMembresEquipe .member,
    #listeMembresEquipe2 .member {
        border-bottom: 3px solid #feb900;
        cursor:pointer;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

    #voirTousLesMembres {
        background: #4a5a92;
        color: #fff;
        width: fit-content;
        padding: .6rem 1.5rem;
        margin: 1.5rem auto;
        transition: background .3s ease-in-out;
    }

    #voirTousLesMembres:hover {
        background: #feb900;
    }

}