/*Bouton contacticall*/
@-webkit-keyframes contacti_pulse_animation {
    0% {
        -webkit-transform: scale(1);
    }

    1% {
        -webkit-transform: scale(1.08);
    }

    2% {
        -webkit-transform: scale(1);
    }

    3% {
        -webkit-transform: scale(1.08);
    }

    4% {
        -webkit-transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    };
}

a#contacti-btn {
    width: 104px;
    height: 104px;
    background-image: url(http://contacticall.com/app/btn/contacti-btn.png);
    background-repeat: no-repeat;
    position: fixed;
    z-index: 99;
    top: 70%;
    left: 90%;
    transition: none;
}

a#contacti-btn.pulse {
    -webkit-animation-name: 'contacti_pulse_animation';
    -webkit-animation-duration: 10000ms;
    -webkit-transform-origin: 70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

a#contacti-btn:hover {
    width: 128px;
    height: 128px;
    background-image: url(http://contacticall.com/app/btn/contacti-btnh.png);
}

.rappel_de_cat {
    text-align: center;
    margin: 1em 0;
    color: #a5a5a5;
}

.rappel_de_cat a {
    color: #a5a5a5;
    font-size: 14px;
}

.rappel_de_cat a:hover {
    color: #858585;
}
