ul.filtrecat{position:relative}ul.filtrecat>li{background:#f0f0f7;padding:10px 15px;font-weight:bold;border-radius:22px;height:calc(2.5rem - 2px);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;color:#253858}ul.filtrecat>li::after{content:" ";display:inline-block;clear:left;width:20px;height:10px;position:absolute;top:13px;right:15px;pointer-events:none;background:url(/themes/nicovip/assets/img/fleche_bas_menu.png) no-repeat center center rgba(0,0,0,0)}ul.filtrecat ul{list-style:none;padding:0;margin:0;position:absolute;width:100%;background:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 4px 6px rgba(0,0,0,.1);display:none;z-index:10}ul.filtrecat ul li{padding:5px 15px;cursor:pointer;transition:background .2s}ul.filtrecat ul li:hover{background:#1967d2;color:#fff}ul.filtrecat ul li:hover a{color:#fff}ul.filtrecat.active>ul{display:block}
