.elementor-1137 .elementor-element.elementor-element-76677ba{--display:flex;}.elementor-1137 .elementor-element.elementor-element-9f4a2e9{--display:flex;}.elementor-1137 .elementor-element.elementor-element-2e548455{--display:flex;}/* Start custom CSS for button, class: .elementor-element-24b5d0d0 */#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 */