#Filtre .flex-filtre {
    justify-content: space-around;
    padding: 40px;
    float: left;
    width: 100%;
}
#Filtre .titre-filter {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
#Filtre .titre-filtre.active {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
#Filtre .item-filter a{
    color: #da2f29 !important;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    transition:all .3s;
}
#Filtre .item-filter a:hover{
    color: #104e9c !important;
}
#Filtre .item-filter input:checked ~ a{
    color: #104e9c !important;
}
#Filtre .item-filter a:before{
    content:'';
    display: inline-flex;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    margin-right:5px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    top: 0;
    display: none;
}
#Filtre .item-filter input{position: absolute;opacity:0;}
#Filtre .item-filter input:checked ~ a:before{
    content: '\e90e';
    font-family: 'icomoon' !important;
    color:#ffffff;
    background:#000000;
}
#Filtre .item-filter {
    margin-bottom: 5px;
    margin-left: 5px;
}
#Filtre .select-filter {transform: translateY(500%);opacity: 0;}
#Filtre .box-filtre-x {
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;
    padding: 0 15px;
    min-height: 75px;
    transition:all .3s;
}
#Filtre .box-filtre-x:before {
    position: absolute;
    width: calc(100% - 20px);
    height: 45px;
    border: 1px solid #ccc;
    top: 25px;
    cursor: pointer;
    display:flex;
    align-items:center;
    padding-left:15px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    color:#da2f29;
    z-index: 1;
    transition:all .3s;
    background: #f4f4f4;
}
#Filtre .box-filtre-x:after {
    content:'\e90b';
    position:absolute;
    z-index:1;
    top:42px;
    right:15px;
    font-family: 'icomoon' !important;
    font-size:10px;
    transform:rotate(90deg);
}
#Filtre .box-filtre-x:hover:before {
    height:150px;
    align-items:flex-start;
    padding-top:13px;
}
#Filtre .box-filtre-x:hover{
    height:180px;
}
#Filtre .box-filtre-x:hover .select-filter {
    transform:none;
    position: relative;
    z-index: 9999;
    opacity: 1;
    margin-top: 60px;
    padding-left: 15px;
}
#Filtre .box-filtre-x:nth-child(1):before {
    content: 'Sélectionner';
}
#Filtre .box-filtre-x:nth-child(2):before {
    content: 'Sélectionner';
}
#Filtre .box-filtre-x:nth-child(3):before {
    content: 'Sélectionner';
}
#Filtre .box-filtre-x:nth-child(4):before {
    content: 'Sélectionner';
}

@media screen and (max-width: 1280px) {
#Filtre .titre-filter {
    font-size: 12px;
}
#Filtre .box-filtre-x:before {
    font-size:11px;
}
}
@media screen and (max-width: 1200px) {
#Filtre .titre-filter {
    font-size: 11px;
}
}
@media screen and (max-width: 991px) {
#Filtre .flex-filtre {display: flow-root;}
#Filtre .box-filtre-x {margin-bottom: 30px;width: 100%;}
#Filtre .titre-filter {
    font-size: 13px;
}
#Filtre .box-filtre-x:before {
    font-size:12px;
}
}

