.elementor-52 .elementor-element.elementor-element-495a503{--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-52 .elementor-element.elementor-element-af5971d{width:100%;max-width:100%;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-af5971d */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');
/* ─── FOOTER WRAPPER ─── */
.footer {
    background: transparent;
   
    padding: 80px max(5%, calc((100% - 1200px) / 2)) 30px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Inter', sans-serif;
    color: #3A2518; 
    border-top: 1px solid #CEB29A ;
}

/* ─── TOP GRID ─── */
.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}

/* ─── BRAND ─── */
.footer-logo-img {
    height: 70px !important;
    width: auto;
    display: block;
    margin-bottom: 15px;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #825F49;
    max-width: 320px;
    margin: 0;
}

/* ─── COLUMN TITLES ─── */
.footer-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 15px 0;
    color: #825F49;
}
/* ─── LINKS ─── */
.footer-col a {
    display: block;
    text-decoration: none;
    color: #825F49;
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-col a:hover {
    color: #825F49;
    text-decoration: underline;
    transform: translateX(4px);
}

/* ─── DIVIDER ─── */
.footer-divider {
    margin: 40px 0 20px;
    border: none;
    height: 1px;
    background: rgba(58, 37, 24, 0.15);
}

/* ─── BOTTOM BAR ─── */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #825F49;
}

.footer-bottom p {
    margin: 0;
}

.footer-links a {
    margin-left: 15px;
    text-decoration: none;
    color: #825F49;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #825F49;
}

/* ─── RESPONSIVE 900px ─── */
@media (max-width: 900px) {
    .footer {
        padding: 60px max(5%, 20px) 30px;
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .footer-links a:first-child {
        margin-left: 0;
    }
}

/* ─── RESPONSIVE 600px ─── */
@media (max-width: 600px) {

    .footer {
        padding: 50px 20px 25px;
    }

    .footer-top {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px 15px;
        text-align: left;
    }

    /* Colonne 1 */
    .footer-brand {
        grid-column: 1 / -1;
        text-align: left;
        margin-bottom: 10px;
    }

    .footer-logo-img {
        margin: 0 0 15px 0;
    }

    .footer-desc {
        margin: 0;
        max-width: 100%;
        text-align: left;
    }

    /* Colonnes 2,3,4 */
    .footer-col {
        text-align: left;
    }

    .footer-title {
        text-align: left;
    }

    .footer-col a {
        text-align: left;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-col a:hover {
        transform: none;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
    }

    .footer-links a:first-child {
        margin-left: 0;
    }
}



/* ─── COFFEE SHOP VARIANT ─── */
.footer--coffee {
    background: #0f0703;
    border-top-color: rgba(206, 178, 154, 0.2);
    color: #CEB29A;
}
.footer--coffee .footer-desc,
.footer--coffee .footer-title,
.footer--coffee .footer-col a,
.footer--coffee .footer-bottom,
.footer--coffee .footer-bottom p,
.footer--coffee .footer-links a {
    color: #CEB29A;
}
.footer--coffee .footer-divider {
    background: rgba(206, 178, 154, 0.15);
}
.footer--coffee .footer-col a:hover,
.footer--coffee .footer-links a:hover {
    color: #fff;
}



.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.social-icon {
  width: 22px;
  height: 22px;
  fill: #111;
  transition: all 0.3s ease;
  cursor: pointer;
}

.footer-social a:hover .social-icon {
  fill: #e86a92; /* couleur hover (rose élégant) */
  transform: translateY(-2px);
}/* End custom CSS */