/* ============================================================
   WOY — FOOTER GLOBAL
   ============================================================ */

.yoz-main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.yoz-footer {
    margin-top: auto;
    flex-shrink: 0;
}

.yoz-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    width: 100%;
    min-height: 68px;
    padding: 0 38px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 18, 34, 0.92);

    color: rgba(231, 234, 241, 0.72);

    font-size: 13px;
}


/* ------------------------------------------------------------
   GAUCHE
   ------------------------------------------------------------ */

.yoz-footer-left {
    display: flex;
    align-items: center;
    gap: 16px;

    color: #d9a64e;

    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.yoz-footer-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #d9a64e;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
}


/* ------------------------------------------------------------
   DROITE
   ------------------------------------------------------------ */

.yoz-footer-right {
    display: flex;
    align-items: center;
    gap: 16px;

    color: #d9a64e;
    white-space: nowrap;
}

.yoz-footer-sync {
    color: rgba(231, 234, 241, 0.6);
    font-size: 11px;
}

.yoz-footer-separator {
    color: #d9a64e;
    font-size: 20px;
    line-height: 1;
}

.yoz-footer {
    margin-top: auto;
    flex-shrink: 0;
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 768px) {

    .yoz-footer {
        flex-direction: column;
        justify-content: center;
        gap: 10px;

        padding: 18px 20px;
        text-align: center;
    }

    .yoz-footer-left {
        justify-content: center;
        font-size: 13px;
    }

    .yoz-footer-right {
        justify-content: center;
        font-size: 11px;
    }

}
