/* ============================================
   FOOTER - Matches original zenathomedeco.com
   ============================================ */

.site-footer {
    margin-top: auto;
}

/* Diagonal SVG divider */
.footer-divider {
    width: 100%;
    overflow: hidden;
}

.footer-divider-red {
    background-color: #C02727;
    height: 120px;
    width: 100%;
}

.footer-divider-biais {
    background-color: #212121;
    height: 150px;
    width: 100%;
    line-height: 0;
}

.footer-divider-biais svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Main footer area */
.footer-main {
    background-color: #EEEEEE;
    padding: 50px 0 40px;
    color: var(--color-text);
}

.footer-logo {
    display: none;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 40px;
    align-items: start;
}

/* Section headings */
.footer-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: 24px;
    color: #333A44;
    text-transform: uppercase;
}

/* Contact info list */
.footer-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info li {
    margin-bottom: 16px;
}

.footer-info a {
    color: #463939;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: color var(--transition);
    text-decoration: none;
}

.footer-info a:hover {
    color: var(--color-accent);
}

/* Footer icons */
.footer-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #463939;
}

.footer-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Useful links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links a {
    color: #626262;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    transition: color var(--transition);
}

.footer-links a:hover {
    color: var(--color-accent);
}

.footer-links span {
    color: #626262;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/* NOS HORAIRES button */
/* Même style que les boutons "Contactez-nous" (style de marque) */
.footer-horaires-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 28px;
    background-color: var(--color-accent);
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: normal;
    border-radius: 6px;
    transition: background-color var(--transition);
    text-decoration: none;
}

.footer-horaires-link:hover {
    background-color: var(--color-accent-hover);
    color: #FFFFFF;
}

.footer-horaires-link .footer-icon {
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}

.footer-horaires-link .footer-icon svg {
    width: 1.05em;
    height: 1.05em;
}

/* RGPD disclaimer */
.footer-rgpd {
    background-color: #EEEEEE;
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
}

.rgpd-text {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
}

/* Copyright bar */
.footer-bottom {
    background-color: #EEEEEE;
    padding: 20px 0;
    border-top: 1px solid #DDDDDD;
    text-align: center;
}

.footer-brand {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #333A44;
    letter-spacing: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footer-legal {
    color: #333A44;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
}

.footer-legal a {
    color: #333A44;
    text-decoration: underline;
    transition: color var(--transition);
}

.footer-legal a:hover {
    color: var(--color-accent);
}
