titles.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. h2 {
  2. font-family: 'Ortica';
  3. font-weight: lighter;
  4. padding: 0 8%;
  5. font-size: 24pt;
  6. color: white;
  7. margin: 0;
  8. line-height: 1.2 !important;
  9. text-align: center;
  10. break-before: left;
  11. }
  12. .partie_cover_page:first-child {
  13. background-color: #4a90b2;
  14. }
  15. .partie_cover_page_right {
  16. background-color: #4a90b2;
  17. }
  18. .partie_cover_page .pagedjs_page_content > div {
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .partie_count {
  24. font-size: 55pt;
  25. color: white;
  26. font-family: 'Ortica';
  27. font-weight: bold;
  28. width: 100%;
  29. text-align: center;
  30. line-height: 1;
  31. margin-bottom: 33pt;
  32. }
  33. h3 {
  34. break-before: left;
  35. font-family: 'Ortica';
  36. font-weight: lighter;
  37. font-size: 28pt;
  38. line-height: 1.3;
  39. margin: 0;
  40. width: 60%;
  41. }
  42. h3 .gros-chiffre {
  43. font-size: 54pt;
  44. font-family: 'Ortica';
  45. font-weight: bold;
  46. margin-bottom: -5mm;
  47. }
  48. h4 {
  49. break-before: left;
  50. margin-top: 0;
  51. font-size: 16pt;
  52. line-height: 1.1;
  53. color: black;
  54. font-family: 'Ortica';
  55. font-weight: bold;
  56. }