{
  margin: 0;
  padding: 0;
  border: 0;
}
.btn-wsp {
  position:fixed;
  width:60px;
  height:60px;
  bottom: 100px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.btn-wsp:hover {
  text-decoration: none;
  color: #0df053;
  background: #fff;
}
