.section-actu-recru {
    padding-top: 22vh !important;
    margin-top: -100px !important;
}

#candidature{
    margin-bottom: -150px;
    padding-bottom: 10vh;
}

#candidature2{
    margin-top: 5vh;
}

.erreur{
    padding-bottom: 5vh;
    color: #50526d;
    font-size: 20px;
}


.section-delimiter-bloc-recrutement {
    padding-bottom: 7vh;
}

.bloc-recrutement {
    width: 100%;
    display: flex;
    flex-direction: row;
        height: 50vh;
    margin-bottom: 0px;
    background-color: white;
    transform: skewY(-4deg);
}

.box-bloc-recrutement {
    border: 0px solid red;
    flex: 50%;
    width: 530px!important;
    transform: skewY(4deg);
}

.title-recrutement{
    font-size: 36px!important;
    font-family: Gotham-Bold;
}

.desc-bloc-recrutement {
    font-family: Gotham-Book;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.2px;
    color: #333;
    padding-bottom: 10px !important;
    width: 80vw;
}