/* icônes whastap*/
.fl-flwha {
position: fixed;
bottom: 150px; /* Ajustez la distance par rapport au bas */
right: 35px; /* Ajustez la distance par rapport à la droite */
background-color: rgb(23, 214, 93); /* Couleur de fond WhatsApp */
border-radius: 50px; /* Bords arrondis */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Ombre légère */
z-index: 1000; /* Pour s'assurer que l'élément est au-dessus des autres */
display: flex;
width: auto; /* Largeur automatique pour s'adapter au contenu */
min-width: 50px; /* Largeur minimale */
height: 50px; /* Hauteur fixe */
transition: background-color 0.3s, transform 0.3s; /* Transition pour les effets */
font-size: 35px; /* Taille de l'icône plus grande */

}

.fl-flwha:hover {
background-color: rgb(15, 184, 70); /* Couleur de fond au survol */
transform: scale(1.1); /* Agrandir légèrement le bouton */
}

.fl-flwha a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
text-decoration: none;
}

.fa-whatsapp {
font-size: 50px; /* Taille de l'icône plus grande */
color: white; /* Couleur de l'icône */
}
/*  */

/* icônes whastap*/
.fl-android {
position: fixed;
bottom: 200px; /* Ajustez la distance par rapport au bas */
right: 20px; /* Ajustez la distance par rapport à la droite */
background-color: rgb(23, 214, 93); /* Couleur de fond WhatsApp */
border-radius: 50px; /* Bords arrondis */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Ombre légère */
z-index: 1000; /* Pour s'assurer que l'élément est au-dessus des autres */
display: flex;
width: auto; /* Largeur automatique pour s'adapter au contenu */
min-width: 65px; /* Largeur minimale */
height: 65px; /* Hauteur fixe */
transition: background-color 0.3s, transform 0.3s; /* Transition pour les effets */
font-size: 50px; /* Taille de l'icône plus grande */

}

.fl-android:hover {
background-color: rgb(15, 184, 70); /* Couleur de fond au survol */
transform: scale(1.1); /* Agrandir légèrement le bouton */
}

.fl-android a {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
text-decoration: none;
}

.fa-android {
font-size: 50px; /* Taille de l'icône plus grande */
color: white; /* Couleur de l'icône */
}
/*  */

