/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27 avr. 2020, 14 h 49 min 50 s
    Author     : Puckeye
*/
@font-face {
  font-family: "Contect_Ultra_Condensed";
  src: url("../fonts/Context_Ultra_Condensed.ttf") format("truetype");
}
@font-face {
  font-family: "Okuda";
  src: url("../fonts/Okuda-A5PL.ttf") format("truetype");
}
@font-face {
  font-family: "OkudaBold";
  src: url("../fonts/OkudaBold-qA72.ttf") format("truetype");
}
body {
  background-color: black;
  color: white;
  font-family: Verdana;
  font-size: 14pt;
}

h2 {
  color: #F99D25;
  font-family: Okuda;
}

a {
  color: #F99D25;
}

.subchapter-header-1 {
  height: 120px;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-family: Okuda;
  font-size: 23pt;
  line-height: 1em;
}

.subchapter-header-1b {
  height: 120px;
  font-family: OkudaBold;
  font-size: 40pt;
  color: #DE84B7;
  padding-top: 40px;
  padding-left: 50px;
}

.subchapter-header-2 {
  height: 100px;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-family: Okuda;
  font-size: 23pt;
  line-height: 1em;
  margin-top: 5px;
}

.subchapter-header-2b {
  height: 100px;
  font-family: Okuda;
  font-size: 60pt;
  color: #FFFFFF;
  padding-left: 50px;
  margin-top: 5px;
}

.subchapter-title-colour {
  background-color: #8970A7;
  color: #FFFFFF;
}

.chapter-header-1a {
  height: 120px;
  text-align: right;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 5px;
  font-family: Okuda;
  font-size: 23pt;
  line-height: 1em;
}

.chapter-header-1b {
  height: 115px;
  font-family: Okuda;
  font-size: 60pt;
  color: #FFFFFF;
  padding-left: 50px;
  margin-top: 5px;
}

.chapter-header-2 {
  height: 70px;
  margin-top: 0px;
  border-radius: 0px 0px 0px 75%/65px;
}

.chapter-header-2a {
  height: 50px;
  margin-top: 0px;
  border-radius: 0px 0px 0px 15px;
}

.remove-padding {
  padding-right: 0px;
}

.chapter-header-3 {
  padding-top: 10px;
  height: 35px;
  margin-top: 0px;
  border-radius: 75%/65px 0px 0px 0px;
}

.chapter-header-3a {
  padding-top: 10px;
  margin-top: 20px;
  border-radius: 15px 0px 0px 0px;
}

.chapter-row3 {
  padding-top: 5px;
}

.antirow {
  margin-left: 0px;
}

.chapter-title-black {
  background-color: #000000;
}

.chapter-title-colour {
  background-color: #8970A7;
  color: #FFFFFF;
}

.chapter-title-colour2 {
  background-color: #DE84B7;
  color: #FFFFFF;
}

.chapter-column {
  color: #000000;
  line-height: 1em;
  height: available;
  padding: 15px 5px 5px 5px;
}

.chapter-main {
  line-height: 1em;
  height: available;
  padding: 15px 5px 5px 5px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.arrondi {
  text-align: center;
  border-radius: 15px !important;
  padding: 2px;
}

.citation {
  padding-left: 50px;
  color: #F99D25;
  font-family: Okuda;
  font-size: 30pt;
  line-height: 1em;
}

.cite {
  color: #F99D25;
  font-family: Okuda;
  font-size: 25pt;
  line-height: 1em;
}

.ParagraphHeader {
  background-color: #F99D25;
  font-family: Okuda;
  font-size: 24pt;
  color: black;
  border-radius: 0 25px 25px 0;
  padding-left: 10px;
}

.emphase {
  color: #F99D25;
  font-weight: bold;
}

.example {
  color: #F99D25;
  font-style: italic;
}

.table_bg {
  background-color: #F99D25;
}

.table_bg_rev {
  background-color: #F99D25;
}

.table_bg_corner {
  background-color: black;
  border: 0px;
  padding: 0px;
}

.table_col_1 {
  background-color: #F99D25;
  width: 100px;
}

.table_right {
  text-align: right;
  color: black;
}

.table_center {
  text-align: center;
}

.table_separator {
  border-top: 1px solid;
  border-top-color: #F99D25;
}

.table_tr:nth-child(odd) {
  color: #DE84B7;
}

.table_tr:nth-child(even) {
  color: #F99D25;
}

.NW_rounded {
  border-radius: 25px 0 0 0;
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

li {
  padding-left: 1em;
  text-indent: -1em;
}

li:before {
  content: "";
  color: #F99D25;
  padding-right: 5px;
}

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