

body {
  padding-top: 0px;

}

.container-fluid{
  padding-left: 0rem;
  padding-right: 0rem;
  overflow: hidden;
}

.btn-fixbottom {
  color: #fff;
  background-color: #84ba3f;
  border-color: #84ba3f;
}

.btn-fixbottom:hover {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}



@keyframes appel{
    0% {
        padding: 0px;
        width: 100px;
        height: 100px;
        bottom: 150px;
        right: 100px;
    }
    10% {
        padding: 0px;
        width: 100px;
        height: 100px;
        bottom: 150px;
        right: 100px;
    }
    30% {
    padding: 10px;
    width: 100px;
    height: 100px;
    bottom: 150px;
    right: 100px;
    }
    60% {
        padding: 10px;
        width: 120px;
        height: 120px;
        bottom: 140px;
        right: 90px;
    }
    90% {
        padding: 20px;
        width: 140px;
        height: 140px;
        bottom: 130px;
        right: 80px;
    }
    100% {
        padding: 0px;
        width: 100px;
        height: 100px;
        bottom: 150px;
        right: 100px;
    }
}

@keyframes appellink{

    0% {
    padding: 10px;
    width: 100px;
    height: 100px;
    }
    10% {
        padding: 10px;
        width: 100px;
        height: 100px;
    }
    30% {
        padding: 0px;
        width: 80px;
        height: 80px;
    }
    60% {
        padding: 10px;
        width: 100px;
        height: 100px;
    }
    90% {
        padding: 10px;
        width: 100px;
        height: 100px;
    }
    100% {
        padding: 10px;
        width: 100px;
        height: 100px;
    }
}

@keyframes phone{
    0% {
        transform: rotate(0);
    }
    
    20% {
        transform: rotate(0);
    }
   
    30% {
        transform: rotate(50deg);
    }
    
    50% {
        transform: rotate(0deg);
    }
    
    70% {
        transform: rotate(30deg);
    }
    
    80% {
        transform: rotate(0);
    }
    
    100% {
        transform: rotate(0);
    }
}

.menu-btn-anim{
    
    display: block;
    position: fixed !important;
    width: 80px;
    height: 80px;
    border-radius: 50% !important;
    z-index: 5000;
    
    right: 80px;
    text-align: center;
    padding: 5px;
    box-shadow: 0 0 0 1px #00a8c1;
    animation: appel 2.1s infinite;
}
.appeler-moi
{
    background-color: inherit !important;
    border-color: inherit !important;
    border: inherit !important;
    color: transparent !important;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    box-shadow: 0 0 0 1px #00a8c1;
    padding: 10px;
    animation: appellink 2.1s infinite;
    cursor: pointer;
}
.appeler-moi .fa-phone{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00a8c1;
    color: #fff;
    font-size: 30px !important;
    padding-top: 25px;
    animation: phone 0.7s infinite;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
