article {
    border-radius: 20px !important;
    --text-main: var(--item-color-fg);
    background-color: transparent !important;
}
.item-media {
    border-right: none !important;
    /*background-size: contain !important;*/
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px 0px 0px 20px;
}
.item-content {
	font-size: 1.1rem;
    background-color: var(--item-color-bg);
    border-radius: 0px 0px 0px 20px;
}
.item-title, .item-datetime, .item-lieu { text-align: center; margin: 5px 0px; }
.item-title {
	font-size: 1.4rem !important;
	line-height: 1em !important;
}
.item-datetime {
    color: inherit !important;
    font-size: 1.2rem !important;
}
.item-lieu:before {
    content: "Lieu: "
}
.item-desc p {
    font-size: 1.1rem;
    margin: 4px 0px !important;
}
