/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.item-title > a{
    text-transform: uppercase !important;
    color: white !important;
}
.containerCard {
    transition: 1s ease;
}

.containerCard:hover {
    transform: scale(1.05) !important;
}

.card {
    background: #00b58a !important;
    border-radius: 6px !important;
    color: white !important;
    border-bottom: 10px solid #009c77 !important;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
}

.card .item-meta a{
    color: white !important;
}

 .action .viewProfil{
    background: white !important;
    color: #00b58a !important;
}