
.oneBlockTagParent {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.oneBlockTagParent .blockContent ul {
    display: table;
    border-collapse: collapse;
    width: 100%;

}

.oneBlockTagParent .blockContent li {
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    padding:5px;
}

.oneBlockTagParent .blockContent li:last-child {
    border-bottom: none; /* Remove bottom border for the last row */
}


.blockTitle {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    height: 40px;
    line-height: 30px;
    padding: 0 5px 0 5px;
}

.blockTitle a {
    width: 100%;
    text-decoration: none;
}

.blockTitle .fa{
    float: right;
    padding: 7px;
}
#filtre #block-clear-filters {

    display: none;
}


#filtre input[type="checkbox"] {
    display: none;
}

#filtre ul {
    padding-left: 0;
    margin-bottom:0;
}

#filtre li {
    position: relative;
    cursor: pointer;
    list-style: none;
}

#filtre i.fas.fa-check {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    color: green;
}

#filtre input[type="checkbox"]:checked + label i.fas.fa-check {
    visibility: visible;
}


#filtre label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#filtre .itemNbArticles {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 20px;
    border-radius: 10px;
    background-color: #82ae4c69;
    color: white;
    margin-right: 20px; /* Adjust margin as needed */
    font-size: 12px;
}

.categ{font-size: 12px;}
.dateCreated{font-size: 12px; overflow: hidden}

 .articlesBlock {
    border: 1px solid #ccc;
 }

/* Header styles */
.articleHead {
    background-color: rgba(144, 238, 144, 0.32);
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

/* Alternating row colors */
.article:nth-child(even) {
    background-color: rgba(211, 211, 211, 0.37);
}

.article:nth-child(odd) {
    background-color: white;
}

/* Row styles */
.article {
    padding: 10px 0; /* Add padding for spacing */
}

/* Add bottom border to all rows except the last one */
.article:not(:last-child) {
    border-bottom: 1px solid #ccc;
}


/* Styles for the ascending arrow */
.sortable[data-order^="asc"]::after {
    content: "\25b2"; /* Upwards triangle icon */
    margin-left: 5px;
}

/* Styles for the descending arrow */
.sortable[data-order^="desc"]::after {
    content: "\25bc"; /* Downwards triangle icon */
    margin-left: 5px;
}
