.cat_subtitle{
    font-size: 22px;
    text-transform: uppercase;
    color:#afafaf;
    margin: 0;
}
.cat_info{
    font-size: 13px;
    font-weight: 400;
    color:#737373;
}

.content_annuaire{
    padding-bottom: 30px;
}

.rowItemCat{
    font-size: 0;
    border-top: dotted 2px #dddddd;
    padding: 20px 0;
}
.rowItemCat:first-of-type{
    border-top: none;
}

.rowItemCat .itemContainer{
    width: calc(100% / 5);
    padding: 10px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border-left:dotted 2px #dddddd; 
    margin-bottom: 0;
}

.catItemImageContent{
    padding-bottom: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
}

.itemContainer:first-child{
    border-left: none; 
}

.mobile_footer_widget{
    display: none;
}

@media only screen and (max-width: 1000px) {   
    .content_annuaire #content_wrap{
        flex-direction: column-reverse;
        display: flex;
    }
    .content_annuaire .content_container_right .mod_member{
        display: none;
    }
    .mobile_footer_widget{
        display: block;
    }

}


@media only screen and (max-width: 767px) {    
    .itemAnnuaireListView .rowItemCat .itemContainer{
        width: 100% !important;
    }
    div.catItemImageBlock{
        max-height: none;
    }
    .itemAnnuaireListView .rowItemCat .itemContainer {
        padding: 2vw 26vw;
    }
    .itemAnnuaireListView .rowItemCat .itemContainer{
        border-left: none;
        border-bottom: dotted 2px #dddddd;
    }
}