/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 10:05:24 */
.elementor-button-text {
  position: relative;
	border-bottom: 0px!important solid #04421f00 !important;
    padding-bottom: 0px!important;
}

.elementor-button-text:hover {
  position: relative;
	border-bottom: 0px!important solid #04421f00 !important;
    padding-bottom: 0px!important;
}

.elementor-widget-button{
	margin-bottom: -7px!important;
}


.elementor-button-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;                /* épaisseur du trait */
  background: transparent;     /* invisible hors hover */
  transition: background .25s ease;
}

.elementor-button:hover .elementor-button-text::after {
  background: currentColor;    /* prend la couleur du texte */
}
