

.btn-filter .btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 4px;
    position: static;
    float: left;

}

.filtrer-form-d
{
  display: block;
}
.filtrer-form-m
{
   display: none;
}


.btn-filter .dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
    padding-left: 5px;
    padding-left: 5px;
    width: 100%;

}

.btn-filter .checkbox,
.btn-filter .radio {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

}

.btn-filter .list a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;

}

.btn-filter li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn-filter ul {
    text-decoration: none;
    list-style: none;
    padding-left: 10px;
}

.btn-filter .filter-forms .form-control {
    height: 34px;
    margin: 5px auto;
}

.btn-filter .filter-forms {

    margin: 5px;
}

.bar-filtrer
{
    min-height: 58px;
    display: block;
    margin-bottom: 15px;
    border: solid 1px #aaa;
    padding: 5px;
    padding-bottom: 5px;
    padding-bottom: 15px;
    margin-right: auto;

    position: static;

}
.filtrer {
    min-height: 58px;
    display: block;
    margin-bottom: 15px;
    margin-right: auto;
    margin-top: 0px;
    position: relative;

}
.filtrer .panel-heading
{
    background-color: #f5f5f5;
    height: 45px;
}
.filtrer .panel-footer
{
    border-top: none;
    background-color: white;
    height: 50px;
}

#categorie .filter-par-m a {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding: 0 14px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: #fff;
    background: #ea3a3c;
    margin-bottom: 0px;
    margin: 0px;
    float: left;
}

#categorie .trier-par-m a {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding: 0 14px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: #fff;
    background: #ea3a3c;
    margin-bottom: 0px;
    margin: 0px;
    float: right;
}

.filter-par
{
    display: inline-block;
    font-size: 14px;
    padding: 0 18px;
    text-transform: uppercase;
    line-height: 37px;
    position: relative;
    color: black;
    margin-bottom: 0px;

}


.trierd

{

    background: #fff;
    color: #000;
    border-color: #e2e2e2;
    text-transform: capitalize;
    text-align: left;
    font-weight: 400;
    min-width: 145px;
    width: 300px;
    padding-left: 10px;
    padding-right: 30px;
    position: absolute;
     right: 0;
}
.trierd  span
{
    background-color: white;
    border: none;
}
 .trier-tt  {
    display: block;
    margin-bottom: 5px;
}


 .trier-tt a {
    text-decoration: yellow;
}

#categorie .trier-tt p {
    display: block;
    font-weight: bold;
    font-size: 12px;
    padding: 0 14px;
    text-transform: uppercase;
    line-height: 30px;
    position: relative;
    color: #fff;
    background: #ea3a3c;
    margin-bottom: 0px;
    margin: 0px;

}
@media screen and (max-width: 960px) {
    .filter-par , .btn-filter ,.trierd
    {
        display: none;
    }

    #myfiltrer .modal-header {
        background: #ed1c24;
        max-height: 50px;
        color: white;
        padding: 5px;
    }

    #myfiltrer .modal-footer {
        max-height: 50px;
        padding: 5px;
        padding-right: 15px;
    }

    #myTrier .modal-header {
        background: #ed1c24;
        max-height: 50px;
        color: white;
        padding: 5px;
    }

    #myTrier .modal-footer {
        max-height: 50px;
        padding: 5px;
        padding-right: 15px;
    }

    #myfiltrer .list a {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;

    }
    #myfiltrer .panel-heading a {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: black;
        text-decoration: none;

    }

    #myfiltrer  li {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #myfiltrer  ul {
        text-decoration: none;
        list-style: none;
        padding-left: 10px;
    }

    .filtrer-form-d
    {
        display: none;
    }
    .filtrer-form-m
    {
        display: block;
    }

    .filtrer {
        min-height: 58px;
        display: block;
        margin-bottom: 15px;
        border:none;
        padding: 5px;
        margin-right: auto;
        margin-top: 0px;


    }
    .trier select {
        height: 30px;
        border: solid 1px #ddd;
        padding-left: 5px;
        font-size: 13px;
        margin-right: 10px;
        line-height: 28px;
        margin-top: 6px;
        width: 200px;
        float: right;
    }

}







