.barCounterResult{
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-bottom: solid 1px #CCC;
    box-shadow: 0px 5px 5px #efefef;
    background-color:#FFF;
}
.sidebarRefine{
    position: initial;
    float:left;
    margin:0;
    overflow-y: scroll;
    left:0;
    width:200px;
    height:100%;
    border-right: solid 1px #CCC;
}
.bigCatRefine{
    font-size:18px;
    padding: 5px 15px;
    color: #092549;
    font-size: 18px;
    background-color: #ccc;
}
.catRefine{
    border-bottom:solid 1px #CCC;
}
.containActifFilter{
}
.catTypeRefine{
    float:left;
    width:100%;
    padding:8px 15px;
    color:#092549;
    font-size:16px;
    font-weight: 600;
    cursor:pointer;
}
.containerRefine{
    float:left;
    width:100%;
    padding:5px 15px;
}
.filterOn{
    cursor:pointer;
    border-radius: 4px;
    padding: 8px 15px;
    margin-top:5px;
    background: #2c7bc0;
    display: block;
    font-size: 0.85em;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.iconOpCl{
    font-size:12px;
    margin-top:3px;
}
#searchContainerResult{
    float:left;
    width:calc(100% - 200px);
    margin:0px;
    position: relative;
}
.inputSearchRefine{
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 15px;
    margin-top: 5px;
    background: #2c7bc0;
    display: block;
    font-size: 0.85em;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline:none;
    border:none;
}
.mobFilterOn{
    float:left;
    max-width:60px;
    padding:5px 6px;
    border:solid 1px #CCC;
    border-radius:4px;
    margin: 6px 10px 0px 0px;
}
.mobFilter{
    float:left;
    width:100%;
}
.bottomApplyRefine{
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    color: #FFF;
    z-index: 900;
    text-align: center;
    box-shadow: 0px -3px 7px #665;
    padding: 15px;
    cursor:pointer;
    font-size: 18px;
    background-color: #092549;
}
.bottomApplyRefine:hover{
    background-color: #14427d;
}