.groupe, .groupe span {
    transition: color 300ms ease 0s, background-color 300ms ease 0s, opacity 300ms ease 0s;
}

.groupe_container {
    margin-left:-8px;
    margin-right:-8px;
    padding: 25px 0px;
}
.groupe {
    color: #808080;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 40px;
    margin: 0 0 16px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding:0 8px;
}

.groupe .groupea {
    margin: 5px;
    vertical-align: middle;
    background: #FFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    color: #595959;
    display: block;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.groupe .groupelibelle-wrapper {
    height: 45px;
    line-height: 1.3em;
    overflow: hidden;
    background: #E6E6E6;
    width: 100%
}

@media ( max-width: 767.98px ) {
    .groupe .groupelibelle-wrapper {
        height: 80px;
        max-height: 80px;
        min-height: 80px;
    }
}

.gr-image-wrapp {
    text-align: center;
    vertical-align: middle;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gr-image {
    display: inline-block;
    max-height:100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.groupe .groupelibelle {
    line-height: 1.2em;
    text-align: center;
    font-size: 13px;
    width: 100%;
    word-wrap: break-word;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
    padding:0 10px;
}

.groupe .groupea:hover {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #595959;
    text-decoration: none;
}

.groupe span {
    background: rgba(58, 112, 183, 0.7);
    color: #FFFFFF;
    font-size: 40px;
    left: 0;
    line-height: 44px;
    opacity: 0;
    padding: 25% 0 25%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: initial;
}

@media ( max-width: 767.98px ) {
    .groupe span {
        font-size: 24px;
    }
}

.groupe span:hover {
    opacity: 1;
}

.group-category-title
{
	clear: both;
}