/*
 * Position Zéro Emplois 0.8.1
 * Avertissements prioritaires, y compris avec un modèle d’offre fourni par le thème.
 */

.pzj-relay-notice,
.pzj-job-disclaimer {
    box-sizing: border-box;
    width: 100%;
    padding: 19px 21px;
    margin: 0 0 28px;
    color: #f4f4f4 !important;
    background: linear-gradient(90deg, rgba(255, 0, 110, .18), rgba(255, 0, 110, .06)) !important;
    border: 1px solid rgba(255, 0, 110, .55) !important;
    border-left: 5px solid #ff006e !important;
    border-radius: 4px;
}

.pzj-relay-notice strong {
    display: block;
    margin-bottom: 7px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.pzj-relay-notice p {
    max-width: 920px;
    margin: 0 !important;
    color: #e2e2e2 !important;
    font-size: .92rem;
    line-height: 1.58;
}

.pzj-relay-notice--single {
    clear: both;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Solution de repli si un cache sert encore l’ancienne phrase. */
.pzj-job-disclaimer {
    max-width: 920px !important;
    margin-top: 16px !important;
    font-size: .92rem !important;
    font-weight: 700;
    line-height: 1.55 !important;
}

/* Certains modèles du thème affichent encore le nom sans son conteneur. */
.pzj-hero--single p.pzj-single__company {
    display: block;
    width: fit-content;
    max-width: 100%;
    padding: 11px 14px;
    margin: 8px 0 0 !important;
    color: #d8dde0 !important;
    font-size: 1.08rem !important;
    font-weight: 800;
    line-height: 1.4 !important;
    overflow-wrap: anywhere;
    word-break: normal;
    background: #1c1c1c;
    border-left: 3px solid #00d8e8;
}

.pzj-hero--single p.pzj-single__company::before {
    display: block;
    margin-bottom: 4px;
    color: #00d8e8;
    content: "Employeur qui recrute";
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.pzj-source-box--application,
.pzj-single .pzj-sidebar .pzj-source-box {
    background: linear-gradient(135deg, rgba(255, 0, 110, .14), #171717) !important;
    border-color: rgba(255, 0, 110, .5) !important;
}

.pzj-source-box--application strong,
.pzj-single .pzj-sidebar .pzj-source-box strong {
    color: #ff5b9f !important;
}

.pzj-application-note {
    margin: -3px 3px 14px;
    color: #c5c5c5;
    font-size: .76rem;
    line-height: 1.45;
}

@media (max-width: 700px) {
    .pzj-hero--single p.pzj-single__company {
        width: 100%;
        font-size: 1rem !important;
    }

    .pzj-relay-notice,
    .pzj-job-disclaimer {
        padding: 16px 17px;
        margin-bottom: 22px;
    }
}
