﻿/*Index-v2 dans Evenement et Vetail-v2 dans EvenementCategorie*/
/*css pour le bouton recherche en mode mobile*/
.btnSearch {
    margin: 10px;
}
/*css pour les categories en mode mobile*/
.contentCategories {
    position: relative;
    text-align: left;
}

.imgCategories {
    object-fit: cover;
    width: auto;
    height: 280px;
    border-radius: 20px;
}

.backgroundGradient {
    background-image: linear-gradient(transparent, black);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.textBlockMobile {
    background-color: transparent !important;
    position: absolute;
    bottom: 0px;
    color: white;
    padding: 15px;
    font-weight: 500;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .titleCategorie {
        font-size: 20px;
        margin-top: 5px;
        font-weight: bold;
        margin-bottom: 5px;
        color: white;
    }
    .catgorieName {
        font-size: 16px;
    }
    .dateCategorie {
        font-size: 16px;
        color: white;
    }
    .categorieColor {
        margin-right: 3px;
        border: solid 5px;
    }
}

@media only screen and (max-width: 767px) {
    .hideEventList {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .hideEventListMobile {
        display: none;
        visibility: hidden;
    }
}