.elementor-53 .elementor-element.elementor-element-3e32229{--display:flex;--min-height:322px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-53 .elementor-element.elementor-element-87a0084{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 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-87a0084 *//* --- CONFIGURATION GÉNÉRALE --- */
.main-footer {
    width: 100%;
    background-color: #1e3a5f;
    margin: 0;
    padding: 0;
}

.footer-trapeze {
    width: 100%;
    background-color: #e4e7ea;
    color: #4a5568;
    padding: 40px 0 20px 0;
    /* Trapèze plein écran */
    clip-path: polygon(8% 0%, 92% 0%, 100% 100%, 0% 100%);
}

.footer-container {
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 40px;
}

/* --- GRILLE --- */
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 30px;
    margin-bottom: 30px;
}

/* --- BRANDING (LOGO & PITCH) --- */
.footer-logo {
    width: 100px;
    padding-left: 40px;;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.pitch { 
    padding-left: 40px;
    font-size: 13px;
    line-height: 1.5; 
    max-width: 250px; 
    margin: 0;
}

/* --- TYPOGRAPHIE --- */
.footer-col h4 {
    color: #1e3a5f;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { text-decoration: none; color: #64748b; font-size: 13px; transition: 0.3s; }

/* HOVER LIENS NAVIGATION */
.footer-col a:hover { color: #1e3a5f; padding-left: 5px; }

/* --- STYLE DES CONTACTS (<i>) --- */
.contact-links {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #4a5568;
    font-size: 13px;
    transition: all 0.3s ease;
}

.contact-icon {
    font-size: 18px; 
    color: #1e3a5f; 
    width: 20px; 
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

a.contact-item:hover { color: #064cbc; }
a.contact-item:hover .contact-icon {
    transform: translateY(-2px) scale(1.1); 
    color: #064cbc; 
}

/* --- FOOTER BOTTOM & SOCIAUX --- */
.footer-bottom {
    border-top: 1px solid #cbd5e0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons { display: flex; gap: 12px; }

.social-btn {
    background: #1e3a5f;
    color: white;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-btn:hover {
    transform: translateY(-4px); /* Effet de levée */
    background-color: #064cbc;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(30, 58, 95, 0.3);
}

/* --- RESPONSIVE TABLETTE (991px) --- */
@media (max-width: 991px) {
    .footer-trapeze {
        clip-path: none;
        padding: 40px 0;
    }
    .footer-container { padding: 0 30px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}

/* --- RESPONSIVE MOBILE (600px) --- */
@media (max-width: 600px) {
    .footer-grid { 
        grid-template-columns: 1fr; 
        text-align: center; 
        gap: 30px;
    }
    
    .branding { 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
    }

    /* Suppression des paddings forcés pour centrer parfaitement */
    .footer-logo, .pitch { 
        padding-left: 0; 
        margin-left: auto;
        margin-right: auto;
    }

    .contact-links {
        align-items: center; 
    }

    .footer-bottom { 
        flex-direction: column-reverse; 
        gap: 20px; 
        text-align: center; 
        padding-bottom: 20px;
    }

    .copyright { font-size: 11px; }
}/* End custom CSS */