/* Filtre home */
.jsv-filters {display: flex; flex-wrap: wrap; gap: 30px; align-items: center; margin-top:10px;}

.jsv-filters select {font-family: "BN Meero", Sans-serif; color:#E7660B; font-weight:100; font-size:20px; padding:10px 15px; border-radius: 30px; background: #FFF; border: 2px solid #184287; appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-right: 2rem; background-image: url("data:image/svg+xml;charset=US-ASCII,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='%23184287' d='M0 0l5 6 5-6z'/></svg>"); background-repeat: no-repeat; background-position: right 12px center; background-size: 10px 6px;}

#jsv-reset {font-family: "BN Meero", Sans-serif; color:#FFF; font-weight:100; font-size:20px; padding:15px; border-radius: 30px; background: #E7660B; border: 2px solid #184287; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; transition: all .6s ease-in-out;}

#jsv-reset:hover {color:#E7660B; background: #FFF; border: 2px solid #184287; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer;}

.e-loop-item {opacity: 1; transition: opacity .6s ease;}
.acf-date {display: none;}

/* Mobile */
@media (max-width: 767px) {
    .jsv-filters {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-top: 10px;
    }
}