.carte-service {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 22px;
    border-color: rgba(51, 51, 51, 0.24);
    border-style: solid;
    transition: all 0.4s ease;
    transform: translateY(0) scale(1);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 22px 0px;
}

.carte-service:hover {
  transform: translateY(-8px) scale(1.05); 
  border-style: solid;
  border-width: 1px;
  border-color: #D35327;
  border-radius: 22px 22px 22px 22px;
  border-radius: 22px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.carte-service .elementor-background-overlay {
    transition: all 0.3s ease;
}

.carte-service:hover .elementor-background-overlay {
    transform: scale(1.05);    
}

