
.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
    align-items: stretch;
}

.flex-item {
    flex: 1 220px;
    max-width: 220px;
    margin: 0 10px 20px;
    /*
    border: 1px solid white;
    border-radius: 12px;
    margin: auto;*/
}

.vignette {
    /*
    width: 215px;
    height: 303px;
     */
    height: 326px;
}

#oli_vod .card-body {
    background: black;
}

#oli_vod .btn-outline-secondary {
    color: #C8D2DA;
    font-family: inherit;
    text-decoration: none;

}

#oli_vod .btn-outline-secondary:hover {
    color: white;
}

#oli_vod .card-text {
    font-weight: bold;
    height: 40px;
    margin-bottom: 0.2rem;
}

#oli_vod .card-body {
    padding: 1rem;
}
