/* 07 - Resum événement */
.headerPage p.categ {
    /* color: var(--color02); */
    color: var(--black);
}
.event-list-item .image {
    height: 100%;
}
.event-list-item.inside .image {
    height: 250px;
    margin: 0 0 25px 0;
}
.event-list-item .desc h2 {
    text-align: left;
    /* font-family: "rr"; */
    font-size: 2.6rem;
    line-height: 125%;
    color: var(--black);
    margin: 0 0px 20px 0;
}
.event-picto-text .desc p.date, .event-list-item .desc p.city {
    color: var(--color04);
    font-size: 1.2rem;
    font-family: "rm", sans-serif;
    margin: 0;
    color: var(--black);
    font-family: 'neutrif_studio';
}
.event-picto-text {
    margin-top: 5px;
}
.event-text p.date {
    color: var(--black);
    font-size: 1.6rem;
    margin-bottom: 0;
}
.event-text {
    color: var(--black);
    font-size: 1.6rem;
    font-family: 'neutrif_studio';
}
.event-list-item .desc p.resum {
    margin: 10px 0 0 0;
}
.inside .desc span {
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    gap: 10px;
    margin-top: 2px;
}
.inside .desc span::before {
    color: orange; 
}

.templateEvents > .container .tool-pagination {
    margin: 30px 0 0 0;
}
.event-picto {
    margin-right: 10px;
}
.templateEvents .filtre {
    margin-bottom: 3rem;
}
/* 14 - Page Agenda */
.headerPage__decoration .title .categ {
    color: var(--white);
}
.templateEvents .event-list-item {
    margin: 0 0 30px 0;
    background: #FFF7D5;
}
.templateEvents .event-list-item:nth-child(3n+2) {
    margin: 0 20px 30px 20px;
}

.templateEvents .filtre ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
}
.templateEvents .filtre ul li::before {
    display: none;
}
    .templateEvents .filtre ul li input {
        margin: 0;
        width: 15px;
        height: 15px;
    }
    .templateEvents .filtre ul li label {
        line-height: 1;
        width: 25%;
    }
.event-liste {
    gap: 20px;
}

.event-liste .event-list-item {
    flex: 1;
}
@media screen and (max-width: 1400px), (max-device-width: 1400px){
    .templateEvents .event-list-item:nth-child(3n+2) {
        margin: 0 0 30px 0;
    }
    .templateEvents .container .w70 {
        -webkit-box-pack: justify;
                -ms-flex-pack: justify;
            justify-content: space-between;
    }
}

@media screen and (max-width:650px) {
    .event-liste {
        flex-direction: column;
    }
}