div.calendar {
    border: var(--calendar-js-spacing-border-size) solid var( --color-secondary-darkest );
    margin-top: 24px;
}

@media (max-width: 1024px) {
    div.calendar {
        margin-top: 16px;
    }
}

div.calendar div.row-cells.header-days div.cell{
    color: var( --color-secondary-darkest );
}

.calendar .title-bar{
    display: none;
}

div.event[event-id^="collected_"] {
    padding: 0 !important;
    border-left-width: 0 !important;
}

div.event[event-id^="collected_"]::after {
    content: ''; /* Nécessaire pour afficher l'élément */
    display: inline-block; /* Affiche l'icône en ligne */
    width: 12px; /* Largeur souhaitée pour l'icône */
    height: 12px; /* Hauteur souhaitée pour l'icône */
    margin-left: 0;
    background-size: contain; /* Assurez-vous que le SVG s'adapte */
    background-repeat: no-repeat; /* Empêche la répétition */
    vertical-align: middle; /* Aligne correctement avec le texte */
}

div.event[event-id^="collected_omr-cs_"]::before {
    content: ''; /* Nécessaire pour afficher l'élément */
    display: inline-block; /* Affiche l'icône en ligne */
    width: 12px; /* Largeur souhaitée pour l'icône */
    height: 12px; /* Hauteur souhaitée pour l'icône */
    margin-left: 0;
    background-size: contain; /* Assurez-vous que le SVG s'adapte */
    background-repeat: no-repeat; /* Empêche la répétition */
    vertical-align: middle; /* Aligne correctement avec le texte */
    background-image: url("../img/picto-sac-poubelle-821cfef0c0220f0dd5efd3ac918b706d.svg");
}

div.event[event-id^="collected_omr-cs_"]::after {
    background-image: url("../img/picto-tri-4d14f38089f59d1f41ee47121c0362f0.svg");
}

div.event[event-id^="collected_omr_"]::after {
    background-image: url("../img/picto-sac-poubelle-821cfef0c0220f0dd5efd3ac918b706d.svg");
}

div.event[event-id^="collected_cs_"]::after {
    background-image: url("../img/picto-tri-4d14f38089f59d1f41ee47121c0362f0.svg");
}

@media (min-width: 361px) {
    div.event[event-id^="collected_"] {
        padding: 3px !important;
        /*border-left-width: 7px !important;*/
    }
    div.event[event-id^="collected_"]::before {
        width: 16px;
        height: 16px;
        /*margin-left: -8px;*/ /* Espacement entre le texte et l'icône */
    }
    div.event[event-id^="collected_"]::after {
        width: 16px;
        height: 16px;
       /*margin-left: 8px;*/ /* Espacement entre le texte et l'icône */
    }
}

div.event > .ib-refresh-small{
    display: none;
}

.calendar-tooltip-event .title > .ib-no-active,
.calendar-tooltip-event .date,
.calendar-tooltip-event .repeats{
    display: none;
}
