.elementor-36747 .elementor-element.elementor-element-469b61fa{--display:flex;}.elementor-36747 .elementor-element.elementor-element-6cf03e30 .e-contact-buttons__chat-button{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;}.elementor-36747 .elementor-element.elementor-element-6cf03e30 .e-contact-buttons{--e-contact-buttons-transition-duration:0.6s;--e-contact-buttons-horizontal-offset:29px;--e-contact-buttons-vertical-offset:7.7em;}/* Start custom CSS for contact-buttons-var-9, class: .elementor-element-6cf03e30 */.e-contact-buttons__chat-button-container {
    opacity: 0;                /* invisible au début */
    transform: translateX(40px); /* positionné à droite */
    animation: enterRight 0.4s ease-out 1.7s forwards; /* délai 0.5s */
}

@keyframes enterRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}/* End custom CSS */