.elementor-659 .elementor-element.elementor-element-3a5b8a9{--display:flex;}.elementor-659 .elementor-element.elementor-element-aa67e1c{--display:flex;}/* Start custom CSS for button, class: .elementor-element-ce73aca */#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 */