1234567891011121314151617181920212223242526272829303132333435 |
- .note {
- font-family: 'Ortica';
- font-weight: bold;
- font-size: 6pt;
- color: red;
- vertical-align: top;
- }
-
- .note_texte_number {
- font-family: 'Ortica';
- font-weight: bold;
- color: red;
- }
-
- .note_text {
- line-height: 12pt;
- font-size: 9pt;
- text-align: justify;
- }
-
- .bibliographie {
- column-count: 2;
- column-gap: var(--guts);
- column-fill: auto;
- line-height: 12pt;
- font-size: 9pt;
- font-weight: bold;
- z-index: 1;
- position: relative;
- }
-
- .bibliographie a {
- word-break: break-all;
- }
-
|