.whatsapp-button {
    position: fixed;
    bottom: 80px; /* Adjust the value to place it above the top button */
    right: 30px; /* Adjust the horizontal distance */
    z-index: 1000; /* To ensure it stays on top */
}
@media (max-width: 768px) {
    .whatsapp-button {
        right: 17px; /* Apply this for mobile devices (width <= 768px) */
    }
}

.whatsapp-button img {
    width: 50px; /* Adjust the size as needed */
    height: 50px;
    border-radius: 50%;
}


/* lang style */
.lang_icon {
    width: 30px; 
    height: 25px;
}


@media (max-width: 768px) {
    .nav-lang
    {
        top: -17px;
    }
   
    .lang-fr #contact {
        width: 100px;
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .lang-en #contact {
        width: 70px;
        padding: 0 !important;
        margin-bottom: 15px;
    }
}


#contact
{
    background-color: #ffb600;
   padding: 5px !important;
    border-radius: 50px;
    position: relative;
    top: 5px;

}


#contact:hover
{
    background-color:white;
}


#contact-footer a i 
{
    color: #ffb600;
    background-color: white;
    border-radius: 50px;
    padding: 9px 9px;
    margin-bottom: 10px;
    margin-right: 5px;
}
#contact-footer a strong
{
    color: #ffb600;
   
}

.footer-widget ul.list-arrow-ql li {
 
    padding: 8px 0;
    font-weight: 600;
  }
  
  
  .footer-widget ul.list-arrow-ql li:last-child {
    border-bottom: 0;
  }
  
  .footer-widget ul.list-arrow-ql li a,
  .footer-widget ul.list-arrow-ql li:before {
    color: #ffffff;
  }
  
  .footer-widget ul.list-arrow-ql li:hover a,
  .footer-widget ul.list-arrow-ql li:hover {
    color: #ffb600;
  }
  ul.list-arrow-ql li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    margin-right: 10px;
    color: #ffb600;
    font-size: 16px;
    font-weight: bold;
  }