.tendance-nav {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 30px !important;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 0;
    background: transparent;
    font-family: "Karla", Helvetica, Arial, sans-serif;
    ;
}

.active {
    color: rgb(172, 92, 0);
}

.tendance-card {
    transition: transform 1s;
    border-radius: 15px;
    cursor: pointer;
}

.tendance-card:hover {
    transform: scale(1.08);
    z-index: 999;
}

.tendance-btn {
    background-color: #fab001;
    border-color: #fab001;
    transition: transform 1s;
}

.tendance-btn:hover {
    transform: scale(1.1);
    z-index: 999;
}

.tendance-center-img {
    border-radius: 15px;
    transition: transform 1s;
}

.tendance-center-img:hover {
    transform: scale(1.05);
    z-index: 999;
}

.tendance-ligne {
    border-bottom: 1px solid rgba(139, 139, 139, 0.507);
}

.tendance-img {
    transition: all .2s ease-in-out;
    border: none;
    border-radius: 20px;
    
}

.tendance-img:hover {
    transform: scale(1.05);
}

.tendance-space-50 {
    height: 50px;
}

.tendance-space-100 {
    height: 100px;
}