<a href="https://wa.me/212650958102" target="_blank" style="

position:fixed;

bottom:20px;

right:20px;

z-index:999999;

">


  <img src="https://cdn-icons-png.flaticon.com/512/220/220236.png"

  style="

  width:60px;

  height:60px;

  border-radius:50%;

  box-shadow:0 4px 10px rgba(0,0,0,0.3);

  animation: bounce 1.5s infinite;

  ">


</a>


<style>

@keyframes bounce {

  0% { transform: translateY(0); }

  50% { transform: translateY(-10px); }

  100% { transform: translateY(0); }

}

</style>