1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- h2 {
- font-family: 'Ortica';
- font-weight: lighter;
- padding: 0 8%;
- font-size: 24pt;
- color: white;
- margin: 0;
- line-height: 1.2 !important;
- text-align: center;
- break-before: left;
- }
- .partie_cover_page:first-child {
- background-color: #4a90b2;
- }
- .partie_cover_page_right {
- background-color: #4a90b2;
- }
- .partie_cover_page .pagedjs_page_content > div {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .partie_count {
- font-size: 55pt;
- color: white;
- font-family: 'Ortica';
- font-weight: bold;
- width: 100%;
- text-align: center;
- line-height: 1;
- margin-bottom: 33pt;
- }
- h3 {
- break-before: left;
- font-family: 'Ortica';
- font-weight: lighter;
- font-size: 28pt;
- line-height: 1.3;
- margin: 0;
- width: 60%;
- }
- h3 .gros-chiffre {
- font-size: 54pt;
- font-family: 'Ortica';
- font-weight: bold;
- margin-bottom: -5mm;
- }
- h4 {
- break-before: left;
- margin-top: 0;
- font-size: 16pt;
- line-height: 1.1;
- color: black;
- font-family: 'Ortica';
- font-weight: bold;
- }
-
|