tr.symexo-bg-lundi {
	background-color: #FFD6A5AA !important;
}

tr.symexo-bg-mardi {
	background-color: #FDFFB6AA !important;
}

tr.symexo-bg-mercredi {
	background-color: #CAFFBFAA !important;
}

tr.symexo-bg-jeudi {
	background-color: #9BF6FFAA !important;
}

tr.symexo-bg-vendredi {
	background-color: #A0C4FFAA !important;
}

.action-buttonDelete {
	margin-left: 8px !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px !important;
    height: 40px !important;
    width: 40px !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
    transition: all linear .1s !important;
    box-shadow: none !important;
}

.action-buttonDelete:before {
	font-family: 'Material Icons Outlined' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    -webkit-font-smoothing: antialiased !important;
    content: "" !important;
}