.vert{
    color: #67af2c;
}

#divWpVue .offres-emplois .filtres{
    display: flex;
    justify-content: center;
    align-items: center;
}
#divWpVue .offres-emplois .filtres .filtre{
    display: block;
    padding: 5px 10px 10px 0;
    flex-grow: 1;
}
#divWpVue .offres-emplois .filtres label{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 25px;
}
#divWpVue .offres-emplois .filtres select,
form#formulaire-postuler .input-group select {
    /* styling */
    background-color: white;
    border: thin solid #67af2c;
    border-radius: 5px;
    display: block;
    width: 100%;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* arrow */
    background-image:
    linear-gradient(45deg, transparent 50%, #67af2c 50%),
    linear-gradient(135deg, #67af2c 50%, transparent 50%),
    linear-gradient(to right, #BFDAA5, #BFDAA5);
    background-position:
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 10px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat; 
}

  
#divWpVue .offres-emplois .offre{
    box-shadow: 0px 15px 15px -15px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
} 
#divWpVue .offres-emplois .offre h3{
    padding-bottom: 5px;
} 
#divWpVue .offres-emplois .offre .metadata{
    margin-left: -10px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0px;
}
#divWpVue .offres-emplois .offre .metadata i{
    margin-left: 10px; 
}



.btn-postuler{
    display: inline-block;
    padding: 0.5em 1em 0.4em 0.5em;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff !important;
    background-color: #67af2c;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.15), 5px 7px 15px rgba(0,0,0,0.25);
    border-radius: 100px;
    margin-top: 8px;
    margin-bottom: 12px;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    border: none;
}
.btn-postuler:hover{
    background-color: rgb(59, 115, 22);
    cursor: pointer;
}
.btn-postuler i{
    margin-right: 0.4em;
    text-shadow: none;
}
.btn-postuler-top{
    float: right;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}



form#formulaire-postuler p{
    font-size: 15px;
}

form#formulaire-postuler h1{
    font-size: 1.35em;
    font-weight: bold;
    color: #67af2c;
}

form#formulaire-postuler .input-group{
    padding-bottom: 10px;
}

form#formulaire-postuler .input-group label{
    display: block;
    font-size: 1.15em;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 5px;
}
form#formulaire-postuler .input-group label.required:after{
    content: '*';
    display: inline-block;
    padding-left: 3px;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color:red;
}

form#formulaire-postuler .input-group input{
    width: 100%;
    border-radius: 5px;
    border: thin solid #67af2c;
    padding: 8px 12px;
    background: #fff;
    box-sizing: border-box;
}

div.confirmation{
    border-radius: 5px;
    border: thin solid #67af2c;
    padding: 16px 24px;
    font-size: 24px;
    color: #3c7210;
    background-color: #d3f3b8;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 20px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.15), 5px 7px 15px rgba(0,0,0,0.25);
    font-weight: bold;
}
div.confirmation i.fad{
    margin-right: 0.35em;
}