#agendaList {
    list-style: none !important;
    margin: 0 !important;
    text-align: center !important;
}

#agendaList.space-content{
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-evenly !important;;
}

#agendaList .date {
    margin-bottom: 1% !important;
    color : var(--accent) !important;
 }

 @media (min-width : 768px) {
    #agendaList.margin-element li {
        margin: 12% 0 ;
     }
 }

 @media (max-width : 768px) {
    #agendaList li {
        margin: 4% 0 ;
     }
 }

/* couleur de fond de la page liste des agendas */
.post-type-archive-agenda #page{
	background-color: var(--base-3) !important;
	max-width:100% !important;
}

/* couleur de fond de la page liste des agendas */
.post-type-archive-agenda #content{
	max-width:1600px;
	margin: 0 auto;
}