html {
}
body {
    font-size: 1.2rem;
}
h1,h2 {
    color: var(--mycolor);
}

aside {
    background-color: #0c4950 !important;
}
aside a {
    font-size:1.5rem;
    color: white;
}

:root {
    --mycolor: #157984;
}
.agenda {
    .date {
    color: var(--mycolor);
        font-weight:bold;
    }
    .lieu {
    color: var(--mycolor);
        font-weight:bold;
    }
    .genre {
        font-style:italic;
    }
    .programme {
        font-style:italic;
    }
    .avec {
        font-style:italic;
    }
}
.agenda {
    margin-bottom:20px;
}

[data-theme="light"] {
    --aside-color: white;
}
[data-theme="dark"] {
    --aside-color: white;
}
