.elementor-136 .elementor-element.elementor-element-4ef698f{--display:flex;}.elementor-136 .elementor-element.elementor-element-e7b0073{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-4ef698f */.elementor-136 .elementor-element.elementor-element-4ef698f {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}/* End custom CSS */
/* Start custom CSS *//* --- FOOTER AUTOFACTORIA FULL WIDTH AVEC HOVERS --- */

.af-footer-wrapper {
    background-color: #000000;
    color: #ffffff;
    border-top: 3px solid #e74c3c;
    font-family: Arial, sans-serif;
    padding: 40px 0 20px 0;
}

.af-footer-container {
    max-width: 100% !important;
    padding: 0 5%; /* Marge de sécurité sur les côtés */
    margin: 0;
}

.af-footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Aligne les textes à GAUCHE */
    gap: 60px;
}

/* --- COLONNES ET LIENS --- */
.af-footer-col {
    flex: 0 1 auto;
}

.af-footer-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.af-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.af-footer-list li {
    margin-bottom: 12px;
}

/* Style des liens par défaut */
.af-footer-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease; /* Transition fluide pour le hover */
}

/* État au survol (HOVER) */
.af-footer-list a:hover {
    color: #e74c3c !important; /* Change en rouge au survol */
    text-decoration: underline; /* Optionnel : ajoute un soulignement */
}

/* --- LOGO (Tout à DROITE) --- */
.af-footer-logo-col {
    flex: 1 1 100% !important;
    display: flex !important;
    justify-content: flex-end !important; /* Aligne impérativement à DROITE */
    margin-top: 20px;
}

.af-footer-logo-col img {
    width: 170px !important; /* Taille du logo Honda */
    max-width: 170px !important;
    height: auto !important;
}

/* --- BAS DE PAGE / COPYRIGHT --- */
.af-footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    width: 100%;
    font-size: 0.8rem;
    color: #888888;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .af-footer-top {
        flex-direction: column;
        gap: 30px;
    }
    .af-footer-logo-col {
        justify-content: center !important; /* Centré sur téléphone */
    }
}/* End custom CSS */