.offre-top .headTop {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.offre-top .headTop__title {
    color: #2FAB53;
    font-weight: 600;
}

.offre-top  .offre-top__title {
    color: #0D2147;
    font-size: 39px;
    font-weight: 600;
    margin-bottom: 16px;
}

.offre-top  .offre-top__ref {
    font-size: 16px;
    color: #0D2147;
}

.offre-top .tag-urgent {
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    background-color: rgb(206, 34, 49);
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 20px;
}

.offre-top .detailInfos {
    margin-top: 48px;
    margin-bottom: 16px;
    color: #595959;
}

.offre-top .detailInfos .d-infos {
    color: #0D2147;
    font-weight: 600;
}

.offre-top .detailInfos ul {
    margin-bottom: 0;
}

.offre-top .detailInfos ul li::marker {
    color: #595959;
    font-size: 12px;
}

@media (max-width: 1440px){
    .offre-top  .offre-top__title {
        font-size: 32px;
    }
    .offre-top .detailInfos {
        margin-top: 25px;
    }
}

@media (max-width: 992px){
    .offre-top  .offre-top__title {
        font-size: 28px;
    }
}

/* Modal Candidature */
.modalCandidature .headModal .poste__ref {
    font-size: 12.8px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.modalCandidature .form-candidature {
    margin-top: 24px;
}

.modalCandidature .headModal .poste__title {
    font-size: 25px;
    margin-bottom: 6px;
    color: #0D2147;
}

.modalCandidature .head__title {
    color: #2FAB53;
    font-weight: 600;
    margin-bottom: 6px;
}

/* END Modal Candidature */

/* Modal Candidature */
.modalCandidature .headModal .poste__ref {
    font-size: 12.8px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.modalCandidature .form-candidature {
    margin-top: 24px;
}

.modalCandidature .headModal .poste__title {
    font-size: 25px;
    margin-bottom: 6px;
    color: #0D2147;
}

.modalCandidature .head__title {
    color: #2FAB53;
    font-weight: 600;
    margin-bottom: 6px;
}

/* .modalCandidature .cntForms .itemField {
    margin-bottom: 15px;
} */

@media (min-width: 993px) {
    .modalCandidature .cntModal {
        max-width: 810px;
        width: 100%;
    }
}

/* END Modal Candidature */
