.elementor-10253 .elementor-element.elementor-element-be4862a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bd764fa *//* Titres h3 - Section Identification */
.id-card-title,
.id-card h3,
h3.id-card-title {
    font-size: 25px !important;
    line-height: 1.3;
}

/* Titres h3 - Section Services */
.service-title,
.service-card h3,
h3.service-title {
    font-size: 25px !important;
    line-height: 1.3;
}

/* Carte zones - Supprimer overlay */
.zones-map {
    padding: 0 !important;
}

.zones-map-iframe {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.zones-map-content,
.map-title,
.map-subtitle {
    display: none !important;
}

.map-badge {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 3;
}

.hero-pattern {
    display: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2311F5AA' fill-opacity='0.05' d='M0,160L48,176C96,192,192,224,288,213.3C384,203,480,149,576,133.3C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom,
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2309D793' fill-opacity='0.03' d='M0,64L48,80C96,96,192,128,288,128C384,128,480,96,576,90.7C672,85,768,107,864,128C960,149,1056,171,1152,165.3C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
    background-size: 100% auto;
    animation: waveMove 10s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes waveMove {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-2%); }
}/* End custom CSS */