diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss
index 65ca6cb..9940483 100644
--- a/src/agenda_culturel/static/style.scss
+++ b/src/agenda_culturel/static/style.scss
@@ -24,6 +24,9 @@ $primary-700: #008080;
--typography-spacing-vertical: 0.6rem;
--font-size: 1.3rem;
}
+ p {
+ --typography-spacing-vertical: 0.6rem;
+ }
}
@@ -84,4 +87,12 @@ body>nav {
@extend .outline;
font-size: 90%;
padding: 0.15em 0.4em 0.3em 0.4em;
+}
+
+ul {
+ margin-left: 0.5em;
+}
+
+span.small-cat {
+ cursor: default;
}
\ No newline at end of file
diff --git a/src/agenda_culturel/templates/agenda_culturel/event-inc.html b/src/agenda_culturel/templates/agenda_culturel/event-inc.html
new file mode 100644
index 0000000..bb1aeaa
--- /dev/null
+++ b/src/agenda_culturel/templates/agenda_culturel/event-inc.html
@@ -0,0 +1,67 @@
+{% load cat_extra %}
+
+
+
+ {% comment %}
+ Le début contient les informations principales: titre, date
+ {% endcomment %}
+ {% if display in "in list by day" %}
+ {% if display == "in list" %}
{% else %}
{% endif %}
+ {% if not event.end_day and event.start_time %}{{ event.start_time }}{% endif %}
+ {{ event.title }}
+ {% if display == "in list" %}
{% else %}{% endif %}
+ {% if event.end_day %}
Cet événement dure du {{ event.start_day |date:"l j F" }} au {{ event.end_day |date:"l j F" }}
{% endif %}
+ {% else %}
+
+
{{ event.title }}
+
+
Début : {{ event.start_day }} {% if event.start_time %} à {{ event.start_time }}{% endif %}
+ {% if event.end_day or event.end_time %}
+
Fin :
+ {% if event.end_day %}{{ event.end_day }}{% endif %}
+ {% if event.end_time %}{{ event.end_time }}{% endif %}
+
+ {% endif %}
+
+
+ {% endif %}
+
+
+
+
+ {% comment %}
+ On affiche le corps du message avec plus ou moins de longueur
+ {% endcomment %}
+ {% if display in "in list by day" %}
+