.elementor-1257 .elementor-element.elementor-element-9d20932{--display:flex;}/* Start custom CSS for html, class: .elementor-element-166fda6 */.carte-prestataire {
background: #fff;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
position: relative;
width: 280px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: inline-block;
margin: 15px;
}

.carte-prestataire:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.badge-fiable {
background: linear-gradient(45deg, #2196F3, #64B5F6);
color: white;
font-weight: bold;
padding: 5px 12px;
border-radius: 20px;
position: absolute;
top: 15px;
right: 15px;
font-size: 12px;
}

.badge-certifie {
background: linear-gradient(45deg, #4CAF50, #81C784);
color: white;
font-weight: bold;
padding: 5px 12px;
border-radius: 20px;
position: absolute;
top: 15px;
right: 15px;
font-size: 12px;
}

.icone-prestataire {
font-size: 50px;
color: #3E2723;
margin-bottom: 15px;
}

.carte-prestataire h3 {
color: #333;
font-size: 20px;
margin-bottom: 10px;
}

.carte-prestataire .description {
font-size: 14px;
color: #555;
margin-bottom: 20px;
line-height: 1.4;
}

.btn-contact {
display: inline-block;
background: #3E2723;
color: white;
padding: 10px 20px;
border-radius: 25px;
text-decoration: none;
font-size: 14px;
transition: background 0.3s ease;
}

.btn-contact:hover {
background: #5D4037;
}/* End custom CSS */