.elementor-2541 .elementor-element.elementor-element-177b8c4{--display:flex;--min-height:198px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2541 .elementor-element.elementor-element-35d1c15{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;}@media(min-width:768px){.elementor-2541 .elementor-element.elementor-element-177b8c4{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-177b8c4 *//* ======================
   FOOTER — MINIMAL PREMIUM
====================== */

.z2h-footer {
    padding: 55px 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255,255,255,0.18); /* ligne élégante */
    color: #fff;
}

/* Left section */
.z2h-footer-left {
    max-width: 260px;
}

.z2h-footer-logo {
    width: 160px;
    margin-bottom: -30px;
}

.z2h-tagline {
    margin: 0;
    font-size: 14px;
    opacity: 0.85;
}

/* Right section (menu) */
.z2h-footer-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.z2h-footer-right a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
    transition: 0.25s ease;
}

/* Hover minimal : underline + légère montée */
.z2h-footer-right a:hover {
    opacity: 1;
    transform: translateX(4px);
    text-decoration: underline;
}

/* Bottom line */
.z2h-footer-bottom {
    text-align: center;
    color: #fff;
    opacity: 0.6;
    font-size: 13px;
    padding: 18px 0 28px 0;
}

/* ======================
   MOBILE
====================== */
@media (max-width: 768px) {

    .z2h-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
        padding: 45px 8%;
    }

    .z2h-footer-right {
        align-items: center;
        gap: 12px;
    }

    .z2h-footer-right a {
        font-size: 16px;
    }
}/* End custom CSS */