.elementor-960 .elementor-element.elementor-element-c5361ab{--display:flex;}.elementor-960 .elementor-element.elementor-element-743eb692{--display:flex;}.elementor-960 .elementor-element.elementor-element-69e18e54{--display:flex;}/* Start custom CSS for button, class: .elementor-element-5418a087 */#boutonladigitelle {
    position: relative;
    display: inline-block;
}

#boutonladigitelle::after {
    content: "";
    position: absolute;
    bottom: -1px;   /* Moins éloigné vers le bas */
    right: -1px;    /* Moins éloigné vers la droite */
    width: 100%;
    height: 100%;
    background: #00c2a8; /* couleur turquoise */
    z-index: -1;
    transform: translate(0, 0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

#boutonladigitelle:hover::after {
    transform: translate(4px, 4px); /* translation réduite */
    opacity: 1;
}/* End custom CSS */