html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:visited {
  color: black;
}

@font-face {
  font-family: "Arial";
  src: url("/assets/webfont_arial_bold_italic.woff") format("woff"), url("/assets/webfont_arial_bold_italic.woff2") format("woff2"), url("/assets/webfont_arial_bold_italic.ttf") format("truetype"), url("/assets/webfont_arial_bold_italic.svg#Arial") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Arial";
  src: url("/assets/webfont_arial.woff") format("woff"), url("/assets/webfont_arial.woff2") format("woff2"), url("/assets/webfont_arial.ttf") format("truetype"), url("/assets/webfont_arial.svg#Arial") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ArialNarrow";
  src: url("/assets/webfont_arial_narrow.woff") format("woff"), url("/assets/webfont_arial_narrow.woff2") format("woff2"), url("/assets/webfont_arial_narrow.ttf") format("truetype"), url("/assets/webfont_arial_narrow.svg#ArialNarrow") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Arial", courier;
}

section.etiquettes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border: 1px solid #ccc;
  box-sizing: border-box;
}

article {
  position: relative;
  padding-top: 32px;
  padding-left: 32px;
}
article .title {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 0;
  height: auto;
  font-size: 54.4px;
  font-family: "Arial", courier;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
  margin-right: 32px;
  padding-bottom: 5px;
}
article .title span.type {
  font-style: italic;
  font-weight: bold;
}
article .nomenclature {
  position: absolute;
  padding-top: 5px;
  font-size: 12.56px;
  text-transform: uppercase;
  font-family: "ArialNarrow", courier;
  bottom: 112px;
  height: auto;
  left: 32px;
  right: 32px;
}
article .logos {
  font-family: "ArialNarrow", courier;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  height: 72px;
  border-top: 1.2px solid black;
  background-image: url("./logos.svg");
  background-position: left 7px;
  background-size: auto 64px;
  background-repeat: no-repeat;
  padding: 0;
}
article .logos p {
  font-family: "ArialNarrow", courier;
  font-size: 8.44px;
  line-height: 9.44px;
  margin: 0;
  padding-left: 172px;
}
article .logos p:first-child {
  padding-top: 6.8px;
}
article .logos .quantite {
  position: absolute;
  right: 0;
  bottom: -2px;
  font-size: 24px;
  text-transform: uppercase;
}

section.upload {
  position: fixed;
  font-family: "Arial", courier;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
}
section.upload form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
section.upload form input[type=submit] {
  display: block;
  background-color: black;
  color: white;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: none;
  font-size: 28px;
  margin-top: 20px;
}

/*# sourceMappingURL=screen.css.map */
