@media (max-width: 767px) {      
    .fixed-buttons {
        display: block;
        position: fixed;
        bottom: 5px;
        right: 0px;
        z-index: 9999;
        width: 38%;
        font-size: 2rem;
    }
    .fixed-buttons a {
        color: #fff;
        text-align: center;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    .fixed-buttons a.whatsapp {
        background-color: #25d366; /* Instagram red color */
    }
    .fixed-buttons a.tel {
        background-color: #36abb1; /* Instagram red color */
    }
    .fixed-buttons a.localisation {
        background-color: #36abb1; /* Instagram red color */
    }
    .telw{
    }
}
@media (min-width: 768px) {
  .fixed-buttons {
    display: none;
  }
}
.icon-service{
  font-size: 4em;
  margin-bottom: 0.5em;
}