+
+/* Index */
+section.form,
+#content {
+ /*margin: .5rem 0;
+ border-radius: .5rem;
+ overflow: hidden;
+ border: .1rem solid #00c3f9;
+ padding: .5rem;*/
+
+ /*margin: .75rem .5rem 0 .5rem;
+ padding: 0;*/
+ /*background-color: #cff;*/
+ border-radius: .5rem;
+ border: .1rem solid #cff;
+ border-top: .5rem solid #09c;
+ margin: 0 .5rem;
+ color: #0063c9;
+ display: flex;
+ flex-direction: column;
+ gap: 0.5rem;
+}
+
+article header,
+section header {
+ background-color: #cff;
+ padding: 0 .5rem .5rem .5rem;
+ display: flex;
+ flex-direction: column;
+ row-gap: .5rem;
+}
+
+article header p,
+section header p {
+ text-align: justify;
+}
+
+article section,
+section section {
+ padding: 0 .5rem;
+ display: flex;
+ flex-direction: column;
+ row-gap: .5rem;
+}
+
+article section:last-child,
+section section:last-child {
+ margin-bottom: .5rem;
+}
+
+article footer,
+section footer {
+ padding: .5rem;
+ text-align: right;
+}
+
+section article {
+ border-radius: .5rem;
+ border: .1rem solid #cff;
+ border-top: .5rem solid #09c;
+ color: #0063c9;
+ /*margin: 0 .5rem;*/
+ display: flex;
+ flex-direction: column;
+ gap: .5rem;
+}
+
+/*section article:last-child {
+ margin-bottom: .5rem;
+}*/
+form {
+ display: flex;
+ flex-direction: column;
+ gap: .5rem;
+}
+
+form div {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ gap: .5rem;
+}
+
+form div div {
+ flex-direction: column;
+}
+
+form div ul {
+ display: flex;
+ flex-direction: column;
+ gap: .2rem;
+}
+
+form div li {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ border-radius: .2rem;
+ border: .05rem solid transparent;
+ border-color: #c33333;
+ background-color: #f9c3c3;
+ color: #c33333;
+ padding: .1rem .2rem;
+}
+
+form div li::before,
+form div li::after {
+ /*XXX: display /!\ symbol */
+ content: "⚠";
+}
+form label {
+ width: 12rem;
+ text-align: right;
+ line-height: 1.3rem;
+}
+
+form label.captcha {
+ line-height: 2.5rem;
+ height: 2.5rem;
+}
+
+form label.captcha img {
+ width: 9.2rem;
+ height: 2.5rem;
+}
+
+form input,
+form textarea {
+ width: 24rem;
+}
+
+form select {
+ width: 24.2rem;
+ padding: 2px;
+ padding-block: 1px;
+ box-sizing: content-box;
+}
+
+header h1 a,
+header h2 a,
+header h3 a {
+ color: #09c;
+}
+
+footer nav.pager {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+}
+
+footer nav.pager a {
+ flex-basis: 100%;
+}
+
+footer nav.pager a[rel=prev] {
+ text-align: left;
+}
+
+footer nav.pager a[rel=next] {
+ text-align: right;
+}
+
+/*#content h2 {
+ *background-color: #cff;
+ margin: 0;
+ padding: .5rem;