#filtre_realisations .val-realisation {
    height: 60px;
    font-size: 18px;
}
#filtre_realisations .select-css {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #0072c6 !important;
    padding: 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 22px;
    font-family: 'Avenir LT Std';
    font-weight: 900;
}
#filtre_realisations .select-css option{
      color: #000 !important;
      font-family: 'Avenir LT Std';
      font-size: 18px;
      font-weight: 900;
}
@media screen and (max-width: 991px){
#filtre_realisations .select-css {
    padding: 10px !important;
    font-size: 14px;
}
 #filtre_realisations .val-realisation {
    height: auto;
}
}


