.entry-header .motif-01 {
    width: 90px;
    margin-bottom: 5px;
}
.entry-header h1 {
    font-family: 'Roboto';
    font-size: 14px;
    color: #2a2b2d;
    font-weight: bold;
    margin-bottom: 0;
}
.entry-header h2 {
    text-transform: uppercase;
    font-size: 46px;
    border-bottom: none;
    margin-bottom: 0;
}

.entry-content{
    
}
.entry-content .bloc{
    margin-bottom: 80px;
}
.entry-content .bloc .bloc-title{
    font-family: 'Roboto';
    font-size: 19px;
    color: #2a2b2d;
    font-weight: bold;
    margin-bottom: 10px;
}
.entry-content .bloc .bloc-text{
    font-family: 'Roboto';
    font-size: 18px;
    color: #2a2b2d;
}
.entry-content .bloc .je-postule-link, .entry-content .candidature-form input[type="submit"]{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    color: #001939;
    background-color: #99a2af;
    text-decoration: none;
    padding: 4px 16px;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
}
.entry-content .bloc .je-postule-link:hover{
    color: #5fc5fc;
    background-color: #005ca5;
}


.entry-content .poste-content{
    margin-bottom: 80px;
}
.entry-content .candidature-form input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.entry-content .candidature-form input[type="submit"]{
    border-radius: 0;
    max-width: 200px;
}
.entry-content .candidature-form .acf-fields>.acf-field{
    padding: 15px 0;
    border-top: none;
}
.entry-content .candidature-form div.acf-field-612cebfc86721{
    display: none;
}
.entry-content .candidature-form #message .message-header{
    font-family: 'Roboto';
    color: #155724;
    font-size: 19px;
    font-weight: 700;
}
.entry-content .candidature-form #message .message-content{
    font-family: 'Roboto';
    color: #155724;
    font-size: 19px;
}