.lo_calculette a {
	position: relative;
}
.lo_calculette a::before {
      content: '.';
  position: absolute;
  top: 3px;
  right: 10px;
  background-image: url(https://allencarr.fr/wp-content/uploads/2026/04/calculatrice.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  border-radius: 15px;
}

.lo_calculette .elementor-button-content-wrapper
{
	width: 100%;
  /* padding-right: 126px; */
  padding-top: 57px;
  top: 100px;
  max-width: 201px;
  display: block;
  margin: 0 309px 0 0;
  line-height: 1.5;
  /* width: 600px; */
  height: 288px;
}


@media (max-width: 767px) {
	
	.lo_calculette a {
  position: relative;
  height: 436px;
}
	
	.lo_calculette a::before {
   content: '.';
  position: absolute;
  top: 116px;
  left: 8%;
  background-image: url(https://allencarr.fr/wp-content/uploads/2026/04/calculatrice.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 83%;
  height: 300px;
  border-radius: 15px;
}
	
	.lo_calculette .elementor-button-content-wrapper {
  width: 100%;
  padding-right:  inherit;
  padding-top:  inherit;
  top: 100px;
  max-width:  inherit;
  display: block;
  margin: inherit;
  line-height: 1.5;
  width:  inherit;
  height: inherit;
}
}

