

/* Personnalisation  */

.cd-schedule__event.small a::before {
    content: none;
}

.cd-schedule__name.small,
.cd-schedule-modal__name {
    font-size: 1.44em;
    font-size: calc(var(--text-xs));
}

.imageG {
    float: left;
    padding: 1em;
    width: 25% content-box;
}
.imageD {
    float: right;
    padding: 1em;
    width: 25% content-box;
}

p {padding-bottom: 1em;}


.complet
{
	color: red;
	font-size: 125% ;
}
