/**
 * Hide <select> and submit-button
 */
#views-exposed-form-annuaire-page-annuaire .form-item-field-categorie-annuaire-ars-target-id{
    display: none;
}
#views-exposed-form-annuaire-page-annuaire .form-submit {
    display: none;
}
#views-exposed-form-annuaire-page-annuaire .page-liste--select-box{
    display: none;
}

/**
 * Pure styling, should probably be put in your theme stylesheet
 * instead of in this module
 */
.pop-list {
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.pop-list li {
    margin: 25px 5px 25px 0;
    float: none;
    display: inline-block;
    margin: 25px 5px 25px 0;
    font-size: 16px;
    text-transform: uppercase;
}
.pop-list li a {
    background-color: #CCC;
    height: 40px;
    border-radius: 40px;
    padding: 10px 16px 9px;
    color: #FFF;
    line-height: 23px;
    text-decoration: none;
    border-bottom: none;
}
.pop-list li a.active {
    background-color: #0071b3;
}
