.elementor-13142 .elementor-element.elementor-element-c714b4c{--display:flex;--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;}/* Start custom CSS for html, class: .elementor-element-5ee2e4d6 *//* --- 1. VARIABLES (Couleurs Sable et Vert Profond) --- */
:root {
    --esquisse-fond-sable: #1F2A5F;   /* Couleur Sable très claire et lumineuse */
    --esquisse-vert-texte: #ffffff;   /* Vert profond du logo pour l'écriture */
    --esquisse-dore-accent: #D6B47A;  /* Doré pour les titres et survols */
    --esquisse-trait: rgba(12, 38, 33, 0.1); /* Séparateur discret */
}

/* --- 2. STRUCTURE GLOBALE --- */
.esquisse-footer-global {
    background-color: var(--esquisse-fond-sable) !important;
    color: var(--esquisse-vert-texte) !important;
    padding: 70px 30px 30px 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

.esquisse-footer-container {
    max-width: 1290px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.esquisse-footer-col {
    flex: 1;
    min-width: 220px;
}

/* --- 3. LOGO ET TAGLINE --- */
.esquisse-col-intro {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;  
}

.esquisse-footer-logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.esquisse-tagline {
    font-size: 0.95em;
    color: var(--esquisse-vert-texte);
    opacity: 0.9;
}

/* --- 4. TITRES (Navigation, Informations, Contact) --- */
.esquisse-footer-title {
    color: var(--esquisse-dore-accent) !important; /* Titres en Doré */
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

/* --- 5. LIENS ET NAVIGATION --- */
.esquisse-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.esquisse-footer-links li {
    margin-bottom: 12px;
}

.esquisse-footer-links a {
    color: var(--esquisse-vert-texte) !important;
    text-decoration: none;
    font-size: 0.95em;
    opacity: 0.85;
    transition: 0.3s ease;
}

.esquisse-footer-links a:hover {
    color: var(--esquisse-dore-accent) !important; /* Devient doré au survol */
    padding-left: 5px;
}

/* --- 6. INFOS CONTACT --- */
.esquisse-contact-info p {
    font-size: 0.95em;
    margin-bottom: 12px;
    color: var(--esquisse-vert-texte);
}

/* --- 7. COPYRIGHT (BAS DE PAGE) --- */
.esquisse-footer-bottom {
    margin-top: 60px;
    padding-top: 25px;
    border-top: 1px solid var(--esquisse-trait);
    text-align: center;
    font-size: 0.85em;
    color: var(--esquisse-vert-texte);
    opacity: 0.7;
}

/* --- 8. RESPONSIVE --- */
@media (max-width: 768px) {
    .esquisse-footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
}/* End custom CSS */