/*
Page d'accueil des catÃ©gories
*/


.top{
    display:block;
    width:654px;
    position:relative;
    height:120px;
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
}
.top p{
    position:absolute;
    top:65px;
    width:500px;
    padding:0 1em;
    color:#FFFFFF;
    font-family:'Handlee', Helvetica, Sans-serif;
    font-size:125%;
}
.transition{
    transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
}
.link-categorie{
    display:block;
    width:654px;
    height:80px;
    border-radius:2px;
    -o-border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    margin-top: 15px;
    position: relative;
    background-size:100% 100%;
    background-position: center right;
    background-repeat:no-repeat;
    background-size:761px 80px;
    background-color:rgba(238, 93, 31, 0.75);
}
.link-categorie a{
    color: #FFFFFF;
    display: block;
    position:relative;
    font-size: 11px;
    font-weight: normal;
    padding:0;
}

.link-categorie .descriptif{
    text-align:left;
    width:575px;
    min-height:80px;
    max-height:80px;
    line-height:80px;
    padding-left:5px;
}
.link-categorie .descriptif h2{
    height: 100% !important;
    vertical-align:middle !important;
    text-align:left !important;
    display:inline-block !important;
    font-size:200% !important;
    background:none 100% !important;
    margin:0 !important;
    color:#FFFFFF !important;
    font-weight:normal !important;
    line-height:normal !important;
    clear:none !important;
}
.link-categorie:hover{
    background-color:#EF5D1F;
}
.link-categorie:hover .descriptif, .link-categorie:hover .descriptif h2{
    color:#FFFFFF !important;
}
.other{
    white-space:nowrap;
    margin-top:15px;
}
.other > div{
    width:380px;
    height:120px;
    max-width:380px !important;
    max-height:120px !important;
    white-space:normal;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
}
.other a{
    display:block;
    min-width:380px !important;
    min-height:120px !important;
    max-width:380px !important;
    max-height:120px !important;
    position:relative;
}
.other a img{
    width:100%;
    height:100%;
}
.other a, .other img{
    width:380px !important;
    height:120px !important;
}
.other1{
    margin-right:5px;
}

/*
Page listing des produits
*/
.pagination-top{
display:inline-block;
width:580px !important;
margin-right: 10px !important;
}
.triPan{
    display:inline-block;
    float:none !important;
}

#descSCat{
    width:654px;
    height:120px;
    min-height:120px;
    background-repeat:no-repeat;
    -moz-background-repeat:no-repeat;
    -o-background-repeat:no-repeat;
    -webkit-background-repeat:no-repeat;
}


#descSCat h1{
    margin:78px 0px 0px 16px !important;
    color:#666 !important;
    position:relative;
    height:42px;
    width:400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#descSCat h1 a{
    text-decoration: none !important;
    position:absolute;
    top:0;
    left:0;
    height:40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#descSCat h1 a i{
    color:#000000 !important;
    font-size:2em;
    display:inline-block;
    vertical-align:middle;
}

#descSCat h1 a i:hover{
    color:#EF5D1F !important;
}

#descSCat h1 .echo-titre{
margin-left:2em;
}

.filtr_menu_titre {
    background-color: #9cf;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding-left: 2px;
}

.filt_label_cat {
    margin: 2px 0;
    padding: 0 4px;
    display: inline-block;
    font-size: 12px;
    width: auto;
    text-align: left;
    background-color: #09f;
    color: #FFF;
}
