.row_selection .item {
    background: #FFFFFF;
    padding: 30px;
    text-align: center;
    height: 100%!important;
}
.row_selection .item .img_selection {
    text-align: center;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row_selection .item .img_selection img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
}
.row_selection .item .cat_selection {
    color: #D8005B;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    margin: 5px 0 15px 0;
}
.row_selection .item h3 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    line-height: 1;
    margin: 5px 0;
    min-height: 18px;
}
.row_selection .item .marque {
    color: #000000;
    font-size: 18px;
    line-height: 1;
    height: 18px;
}
.row_selection .item .on_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(240 240 240 / 80%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.row_selection .item .on_top a {
    background: #D8005B;
    border-radius: 20px;
    display: inline-block;
    color: white;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: none;
}
.row_selection .item:hover .on_top {
    opacity: 1;
    visibility: visible;
}
.row_selection .item:hover > .cat_selection, .row_selection .item:hover > h3, .row_selection .item:hover > .marque {
    opacity: 0;
}
.row_selection .item .cat_selection .unecat {
    line-height: 1;
}
.row_social_wall h2 {
    font-size: 40px;
    border-bottom: 2px solid #FFFFFF;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.35);
    font-weight: 400;
}
.row_social_wall h2:after {content: "";width: 0;height: 0;border-style: solid;border-width: 20px 17.5px 0 17.5px;border-color: #ffffff transparent transparent transparent;position: absolute;top: 100%;left: 50%;transform: translate(-50%, 0);}
