+/* Session */
+#session {
+}
+
+#session h2 a::after {
+ content: " >";
+}
+
+#session h2 a:last-child::after {
+ content: none;
+}
+
+#location .panel,
+#session .panel {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ place-content: space-between;
+ border: 0;
+ margin: 0;
+ padding: 0;
+}
+
+#location .grid,
+#session .grid {
+ display: table;
+ line-height: normal;
+ padding: 0;
+ flex-grow: 1;
+ table-layout: fixed;
+ border: 0 none;
+ /*width: calc(100% - 12rem);
+ border-collapse: collapse;*/
+}
+
+#location .grid {
+ width: calc(100% - 12rem);
+ border-collapse: collapse;
+}
+
+#session .row {
+ display: flex;
+ flex-wrap: wrap;
+ margin-bottom: .5rem;
+ border: .1rem solid #00c3f9;
+ border-radius: .2rem;
+}
+
+#location .cell,
+#session .cell {
+ display: table-cell;
+ text-align: left;
+ padding: .5rem;
+ flex-grow: 1;
+ border: 0;
+}
+
+#location .cell {
+ border: .05rem solid #00c3f9;
+ Height: 6rem;
+}
+
+#session .sub {
+ display: flex;
+ flex-direction: column;
+ line-height: normal;
+ margin-bottom: .5rem;
+ margin-top: .5rem;
+ padding: .5rem;
+ border: .1rem solid #00c3f9;
+ border-radius: .2rem;
+}
+
+#session .grid dd dd {
+ text-indent: .5rem;
+}
+
+#location .form,
+#session .form {
+ border: .1rem solid #00c3f9;
+ border-radius: .2rem;
+ padding: .5rem;
+ margin-left: .5rem;
+ width: 10rem;
+}
+
+#location .form label,
+#location .form input,
+#location .form button,
+#session .form label,
+#session .form input,
+#session .form button {
+ text-align: center;
+ min-width: 6rem;
+}
+
+/* Regulation */
+#regulation {
+}
+
+
+/*#regulation div {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-around;
+ margin-bottom: .5rem;
+}
+
+#regulation div:only-child,
+#regulation div:last-child,
+#regulation div:last-of-type {
+ margin-bottom: 0;
+}*/
+/*
+ * XXX: TODO:
+ * see https://developer.mozilla.org/fr/docs/Web/HTML/Element/dl
+ * see https://www.w3.org/Style/Examples/007/fonts.fr.html
+ * see https://fonts.googleapis.com/css?family=Droid+Sans:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i|Droid+Sans+Mono:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i|Droid+Serif:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i
+ * see https://fonts.google.com/?query=droi
+ * see https://fonts.google.com/specimen/Inconsolata
+ * see https://fonts.google.com/specimen/Tangerine%20light,light+italic+regular+semi-bold+bold+extra-bold
+ * see https://fonts.google.com/?selection.family=Roboto:100i
+ * see https://developers.google.com/fonts/docs/getting_started
+ */
+
+#regulation dl {
+ /*display: flex;
+ flex-direction: row;
+ justify-content: space-around;
+ padding-bottom: .5rem;*/
+ padding: .25rem;
+ margin-bottom: .5rem;
+}
+
+#regulation dt {
+ font-size: .9rem;
+ font-weight: bold;
+ padding-bottom: .2rem;
+}
+
+#regulation dd {
+ font-size: .9rem;
+ margin-left: 1.5rem;
+}
+
+#regulation dd:before {
+}
+
+#regulation dl:only-child,
+#regulation dl:last-child,
+#regulation dl:last-of-type,
+#regulation dt:only-child,
+#regulation dt:last-child,
+#regulation dt:last-of-type,
+#regulation dd:only-child,
+#regulation dd:last-child,
+#regulation dd:last-of-type {
+ margin-bottom: 0;
+}
+