.titres-garage {
    font-size: 50px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px 0px 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: #5a6771;
}

.p-intro-recrutement{
    font-size: 15px !important;
    color: #5a6771;
    padding: 10px;
    text-align: center;
}

.decoration-titres-garage {
    width: 100px;
    height: 4px;
    background-color: #c1d72e;
}

.recrutement-offre-bloc-complet{
    padding: 5px;
}

.recrutement-offre-bloc-interne{
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #6e6e6e;
    height: 100%;
}

.recrutement-offre-bloc-interne h3{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.recrutement-offre-bloc-interne p{
    font-weight: 200;
    text-align: justify;
}

