+
+/* 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;
+}
+