Aucun donnée trouvée
Aucun donnée trouvée
Pas d'items trouvés correspondants à votre critère de recherche
$ – $
Pas d'items trouvés correspondants à votre critère de recherche
Pas d'items trouvés correspondants à votre critère de recherche
<!-- Inclusion de Font Awesome pour l'icône WhatsApp -->
<style>
/* Style pour positionner l'icône en bas à droite */
.whatsapp {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
}
.whatsapp a {
display: block;
background-color: #25D366;
color: #fff;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
line-height: 60px;
font-size: 30px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
transition: background-color 0.3s ease;
}
.whatsapp a:hover {
background-color: #128C7E;
}
</style>
<div class="whatsapp">
<i class="fab fa-whatsapp"></i>
</a>
</div>