/* VARIABLES */ /* FONTS */ @font-face { font-family: PropCourierSans; src: url("/document/fonts/persistent_typeface_PropCourierSans.ttf"); } @font-face { font-family: herschey; src: url("/document/fonts/hersheytimes.otf"); } /* REDEFINE TAGS */ body { font-family: PropCourierSans; font-size: 12pt; line-height: 14pt; -webkit-transform-origin: top center; } body.export { -webkit-transform-origin: top left; } h1 { font-family: herschey; font-size: 36pt; line-height: 42pt; } p + p { margin-top: 14pt; } /* SPECIFIC STYLES */ .h #trame { position: absolute; top: 0; left: 0; height: 618mm; width: 444mm; z-index: -500; } #texteNicolas { max-width: 70em; -webkit-column-count: 2; }