#tab-couleurs span.cat_active {
    /* background-color: #F76E00; */
    opacity: 0.7;
}
#tab-couleurs .name_categorie {
	padding: 5px 30px;
    color: #fff !important;
    /* background-color: #333333; */
    text-transform: uppercase;
    font-family: 'Oswald Bold', Helvetica, Arial, Lucida, sans-serif;
    cursor: pointer;
}
#tab-couleurs .name_categorie.all{
    background-color: #333333;
}
#posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 50px 0;
}
#posts-container .contenue_date {
    display: flex;
    align-items: center;
}
#posts-container .contenue_date img {
    top: 0 !important;
    width: 24px;
    height: 20px;
}
#posts-container p {
    text-align: center;
    color: #ffffff;
}
#posts-container .ig {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
    position: relative;
}
#posts-container .ig::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #00000040;
    transition: all .6s;
}
#posts-container .ig:hover::before{
    opacity: 1;
}
#posts-container .ig img{
    height: 100%;
}
#posts-container .item-activite {
    justify-content: start;
    min-height: 580px;
}
#posts-container h3 {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 10px !important;
}
#tab-couleurs {
    justify-content: center;
    flex-wrap: wrap;
}  
#posts-container .les_info_suppl span:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
#posts-container .les_info_suppl span:nth-child(1) img {
    width: 24px;
    height: 20px;
    margin: 0;
}
#posts-container .empty-msg p{
    color: #000000;
}
#posts-container .empty-msg{
    width: 100%;
}