/* ===================================
   EMPLOI SUISSE - GLOBAL STYLES
=================================== */

/* ===== FOOTER ===== */

.site-info {
    background: #f8fafc;
    border-top: 1px solid #e6edf3;
    padding: 24px 0;
}

.footer-custom {
    text-align: center;
}

.footer-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #5f6b76;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.footer-text a {
    color: #2f88c5;
    text-decoration: none !important;
    font-weight: 500;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-text a:hover,
.footer-text a:focus {
    color: #1f6ea5;
    text-decoration: none !important;
    opacity: 0.9;
}

.footer-separator {
    display: inline-block;
    margin: 0 10px;
    color: #b3bcc5;
}



/* ===================================
   PAGE MENTIONS LEGALES - EMPLOI SUISSE
=================================== */

.emploi-legal-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 20px 80px;
}

.emploi-legal-header {
    text-align: center;
    margin-bottom: 38px;
}

.emploi-legal-header h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    color: #2176c7;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.emploi-legal-divider {
    width: 100%;
    max-width: 960px;
    height: 1px;
    background: #dfe5ea;
    margin: 24px auto 0;
}

.emploi-legal-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.emploi-legal-card {
    background: #ffffff;
    border: 1px solid #e5ebf0;
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: 0 6px 18px rgba(20, 50, 80, 0.04);
}

.emploi-legal-card h3 {
    position: relative;
    margin: 0 0 14px;
    padding-left: 14px;
    font-size: 20px;
    line-height: 1.4;
    color: #2f3f52;
    font-weight: 700;
}

.emploi-legal-card h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: calc(100% - 6px);
    background: #2176c7;
    border-radius: 4px;
}

.emploi-legal-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #4d5966;
}

.emploi-legal-card a {
    color: #2176c7;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.emploi-legal-card a:hover,
.emploi-legal-card a:focus {
    color: #1b5fa0;
    text-decoration: none !important;
}

.emploi-legal-subsection {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #edf1f5;
}

.emploi-legal-subsection h4 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #2f3f52;
    font-weight: 700;
}

.emploi-legal-subsection p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.8;
    color: #4d5966;
}

.emploi-legal-subsection p:last-child {
    margin-bottom: 0;
}

.emploi-legal-update {
    margin-top: 6px;
    text-align: left;
}

.emploi-legal-update span {
    display: inline-block;
    background: #f5f8fb;
    border: 1px solid #e1e8ef;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    color: #657383;
}

@media (max-width: 767px) {
    .emploi-legal-page {
        padding: 12px 14px 45px;
    }

    .emploi-legal-header {
        margin-bottom: 28px;
    }

    .emploi-legal-header h1 {
        font-size: 28px;
    }

    .emploi-legal-divider {
        margin-top: 18px;
    }

    .emploi-legal-list {
        gap: 16px;
    }

    .emploi-legal-card {
        padding: 20px 16px;
        border-radius: 10px;
    }

    .emploi-legal-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .emploi-legal-card p,
    .emploi-legal-subsection p {
        font-size: 15px;
        line-height: 1.75;
    }

    .emploi-legal-subsection {
        margin-top: 18px;
        padding-top: 18px;
    }

    .emploi-legal-subsection h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .emploi-legal-update span {
        font-size: 13px;
        padding: 8px 14px;
    }
}

.emploi-legal-header h1 {
    word-break: break-word;
}