.groupe-whatsapp{
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10000;

    background: transparent;
    color: #009eeb;

    text-decoration: none;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;

    padding: 0;
    margin: 0;

    box-shadow: none;
    border: none;
    border-radius: 0;

    transition: color .3s;
}

.groupe-whatsapp:hover{
    color: #128C7E;
    text-decoration: underline;
}

@media(max-width:600px){

    .groupe-whatsapp{
        top: 0;
        right: 10px;
        font-size: 12px;
    }

}