/* Annuaire UCELP - mise en valeur UNIQUEMENT des adhérents */
tr.el-item:has(td:first-child img:not([alt="Non adhérent UCELP"])) .el-title {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Non adhérents : affichage normal */
tr.el-item:has(td:first-child img[alt="Non adhérent UCELP"]) .el-title {
    font-weight: 400 !important;
    text-transform: none !important;
}


/* =========================================================
   CARTE UCELP - FILTRE PAR ACTIVITÉ
   ========================================================= */

.js-map-activity-filter {
    display: block;
    width: 100%;
    max-width: 650px;
    height: 56px;
    margin: 10px auto 30px auto;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #1f5da8;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.js-map-activity-filter:focus {
    outline: none;
    border-color: #173b75;
    box-shadow: 0 0 0 3px rgba(31, 93, 168, 0.15);
}

/* Téléphone */
@media (max-width: 640px) {
    .js-map-activity-filter {
        max-width: calc(100% - 30px);
        height: 52px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}