.float {
  display: none;
}
 #whatsAppButton {
  display: block;
  width: 80px;
  height: 80px;
  background-position: center center;
  background-size: cover;
  background-image: url(https://www.lamaison718.com/wp-content/plugins/add-whatsapp-button/includes/style-templates/../../img/wa-icon-original.png);
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}


#wab_cont {
  /* bottom: -36px; */
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
