.elementor-515 .elementor-element.elementor-element-92b86f1{--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;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ca55857 *//* Style général du footer */
.site-footer {
    background-color: #222; /* Fond sombre professionnel */
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-column h3 {
    color: #f39c12; /* Couleur d'accent (orange/jaune chantier) */
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-column p {
    font-size: 0.95rem;
    color: #ccc;
}

/* Listes de liens */
.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.footer-column ul li a:hover {
    color: #f39c12; /* Changement de couleur au survol */
    text-decoration: underline;
}

/* Bas de footer */
.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    margin-top: 40px;
    padding-top: 20px;
    font-size: 0.85rem;
    color: #888;
}

/* Responsive : passage en une seule colonne sur mobile */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-column {
        margin-bottom: 40px;
    }
}/* End custom CSS */