/* Style du plugin */
.hub-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.hub-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333%;
    max-width: 100%;
    margin: 0 0 15px 0;

    
}
@media screen and (max-width: 991px) {
    .hub-col {
        flex: 0 0 100%;
    }    
}

.hub-col .card {
    box-shadow: 0 0 16px rgba(0, 0, 0 ,0.16);
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    height: 100%;
}

.hub-col .card .card-body {
    padding: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.hub-col .card .card-footer {
    padding: 0 20px 20px 20px;
}

.hub-col .card .card-footer .btn {
    position: inherit;
}

.hub-col .card .card-body .card-subtitle {
    text-color: #262626;
    font-weight: 300;
    font-size: 14px;
    margin: 0;

}

.hub-col .card .card-body .card-title {
    text-color: #262626;
    font-weight: 700;
    margin: 0;

}

.hub-col .card-header img {
    max-width: 100%;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}