  .listLinks_type2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
    position: relative;
    z-index: 0;
}

.listLinks_type2::before {
    content: '';
    position: absolute;
    background: linear-gradient(rgba(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), .5), rgba(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 1));
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.listLinks_type2 a.listLinks_wrap {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

    .listLinks_type2 a.listLinks_wrap:hover,
    .listLinks_type2 a.listLinks_wrap:focus {
        color: var(--color-secondary);
        outline: 0;
    }


.listLinks_type2 .listLinks_wrap img {
    width: 80%;
    transition: all 0.3s;
    margin: 0px;
    border-radius: 5px;
    padding: 4px;
}

.listLinks_type2 a.listLinks_wrap:hover img,
.listLinks_type2 a.listLinks_wrap:focus img {
    transform: scale(1.2);
}

.listLinks_type2 .listLinks_wrap .title {
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.3125rem;
}


.listLinks_type2 .access_footer_link:focus {
    background-color: var(--color-white);
}

/**************
RWD s.
***************/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .listLinks_type2 a.listLinks_wrap {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
}

/**************
  RWD e.
  ***************/
