.elementor-1041 .elementor-element.elementor-element-9bb7ab0.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1041 .elementor-element.elementor-element-2fee39f{--spacer-size:50px;}.elementor-1041 .elementor-element.elementor-element-2fee39f.xpro-widget-bg-overlay:before{transition:background 0.3s;}.elementor-1041 .elementor-element.elementor-element-d547530.xpro-widget-bg-overlay:before{transition:background 0.3s;}@media(min-width:768px){.elementor-1041 .elementor-element.elementor-element-f7c43cf{width:38.034%;}.elementor-1041 .elementor-element.elementor-element-dec0a8b{width:61.966%;}}/* Start custom CSS for html, class: .elementor-element-9bb7ab0 *//* --- Widgets de la carte et du contact --- */
.widget {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .widget {
        padding: 3rem;
    }
}

/* --- En-tête --- */
.header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.header h2 {
    font-size: 1.875rem;
    font-weight: 800;
    color: #1f2937;
    letter-spacing: -0.025em;
    margin-bottom: 0.5rem;
}

.header p {
    font-size: 1.25rem;
    font-weight: 300;
    color: #6b7280;
}

/* --- Conteneur des informations de contact --- */
.contact-info-container {
    width: 100%;
}

.contact-info-container > div + div {
    margin-top: 2rem;
}

/* --- Lignes d'informations individuelles --- */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.info-item h3 {
    font-weight: 700;
    font-size: 1.125rem;
    color: #374151;
    margin-bottom: 0px;
}

.info-item p {
    color: #4b5563;
}

/* --- Icônes et leurs conteneurs --- */
.icon-container {
    flex-shrink: 0;
    background-color: #dbeafe;
    color: #2563eb;
    border-radius: 9999px;
    padding: 0.75rem;
}

.icon {
    height: 1.5rem;
    width: 1.5rem;
}

/* --- Liens --- */
.info-link {
    color: #4b5563;
    transition: color 0.3s ease-in-out;
}

.info-link:hover {
    color: #2563eb;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d547530 *//* ---------------------------------- */
/* Styles pour le conteneur principal */
/* ---------------------------------- */
.widget-maps-container {
    background-color: white;
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 48rem;
}

/* Styles pour les écrans plus grands que 768px */
@media (min-width: 768px) {
    .widget-maps-container {
        padding: 3rem;
    }
}

/* -------------------------- */
/* Styles pour les titres */
/* -------------------------- */
.widget-maps-title {
    font-size: 2rem;
    font-weight: 800; 
    color: #1f2937; 
    letter-spacing: -0.05em;
    margin-bottom: 0.5rem;
}

/* Styles pour les écrans plus grands que 768px */
@media (min-width: 768px) {
    .widget-maps-title {
        font-size: 3rem;
    }
}

.widget-maps-subtitle {
    color: #6b7280;
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
}

/* -------------------------- */
/* Styles pour l'iframe de la carte */
/* -------------------------- */
.widget-maps-iframe-container {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.widget-maps-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ----------------------------- */
/* Styles pour le bouton */
/* ----------------------------- */
.widget-maps-button {
    background-color: #2563eb;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

.widget-maps-button:hover {
    background-color: #1d4ed8;
    transform: scale(1.05);
}/* End custom CSS */