.offres-emploi{
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
}

.offres-emploi .vc_col-md-6{
    align-items: stretch;
}

.offre-proximethic {
    background-color: #FDFDFD;
    border-radius: 30px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offre-header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.offre-titre {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #287EC0;
    margin: 0;    
    letter-spacing: normal;
}

.offre-departement{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
    margin-block-start: 0!important;
}

.offre-description {
    margin: 24px 0 32px 0;
}

.offre-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.offre-infos .offre-infos-ville, .offre-infos .offre-infos-salaire, .offre-infos .offre-infos-contrat{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.offre-infos .offre-infos-ville{
    color: #F4972F;
}
.offre-infos .offre-infos-salaire{
    color: #287EC0;
}
.offre-infos .offre-infos-contrat{
    color: #72C7D8;
}

.offre-button{
    margin-top: 32px;
}
.offre-button a.button{
    color: #287EC0!important;
}