.book__body {
	font-size: 14px !important;
	font-family: 'Tinos', serif;
	text-align: justify;
  line-height: 1.3;
  background-color: white;
}

.book__body h4 span {
  padding: 0px !important;
  background: transparent !important;
  /*margin-right: 0px !important;*/
  margin-bottom: 10px;
  color: black;
}

.book__body h4.primary span {
   color: rgba(16, 38, 144, 1);
  }

.book__body h4.profil {
  font-size: 29px !important;
  font-family: 'Tinos', serif;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 10px;
}

.book__body h4.profil span {
  color: red !important;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #0a0c0e;

}

.title-header{
  padding:0;
  background-color: rgb(199, 203, 230);
}

.title-header .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-family: 'Roboto', sans-serif;*/
}

.title-header .row .col-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}

.table td, .table th {
  padding: .1rem;
}

.col-12 {
  padding-left: 0;
  padding-right: 0;
}

.book__body h4 span{
    float:left;
    /*padding-bottom: 0px!important;*/
    margin-right: 16px;
   
}

.book__body .identity p {
  text-indent: 0px !important;
  margin-bottom:30px !important;
}

.book__body p {
  margin-bottom: 0rem !important;
  text-indent: 1.8rem !important;
}

.book__body p.reference {
  margin-left: 2em !important;
  margin-bottom: 1em !important;
  text-indent: -1.8em !important;
}

.book__body ol {
  margin-top: 1em;
}

table.test >thead>tr>td {
  vertical-align: middle !important;

}

.book__body h4 {
    font-size: 16px;
    margin-bottom: 10px !important;
    margin-top: 30px;
    font-weight: bold;
    text-align: justify;
}

.title-number {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size:50px;
}

.sub-header {
	font-size: 14px !important;
	font-weight: bold !important;
	/*letter-spacing: 0.7px !important;*/
	text-align: justify;
  color: black;
}

.third-header {
  font-size: 14px !important;
  font-weight: bold !important;
  /*letter-spacing: 0.7px !important;*/
  text-align: justify;
  font-weight: normal;
  color: black;
}

.primary {
 color: rgba(16, 38, 144, 1);
 /*font-size: 15px !important;*/
}

.title {
	 font-family: 'Roboto', sans-serif;
	 font-size: 16px !important;
   font-weight: bold;
}

.title-test {
   font-family: 'Roboto', sans-serif;
   font-size: 25px !important;
   font-weight: bold;
}

ol.option {
    display: flex;
    max-width: 500px;
    margin-top: 0!important;
}

ol.option li{
  width: 250px;
}

ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}

table > tbody > tr > td{
  vertical-align: top;
}

.book__body li {
  display: block;
  margin-left: 2em;
  color: black;
}

.book__body li::before {
  display: inline-block;
  content: counter(item) ")";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
  color: black;
}


ol.alpha > li::before {
  display: inline-block;
  content: counter(item, lower-alpha) ")";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
    color: black;
}


ol.alpha2 > li::before {
  display: inline-block;
  content: counter(item, lower-alpha) ".";
  counter-increment: item !important;
  width: 2em;
  margin-left: -2em;
    color: black;
}

ol.num > li::before {
  display: inline-block;
  content: "(" counter(item) ")";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
    color: black;
}

ol.num2 > li::before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  width: 2em;
  margin-left: -2em;
    color: black;
}

ul.square >li::before {
  list-style-type: disc;
  display: inline-block;
  content: "\25a0"; 
  color: #011ea9;
  width: 2em;
  margin-left: -3em;
    color: black;
}

ul.square > li {
  color: #00a8b9;
  font-weight: bold;
  margin-bottom: 10px;
}

ul.square > li > ol > li {
  color: black;
  font-weight: normal;
  padding-left: 10px;
    color: black;
}

ol.num2.custom {
    list-style-type: none;
    counter-reset: lis;
}
ol.num2.custom:not(:nth-of-type(1)) {
    counter-increment: lis ;
}
ol.num2.custom > li {
    counter-increment: lis;
}
ol.num2.custom > li:before {
    display: inline-block;
    content: counter(lis) ".";
    margin-left: -2em;
}



ol.alpha.custom {
    list-style-type: none;
    counter-reset: lis;
}
ol.alpha.custom:not(:nth-of-type(1)) {
    counter-increment: lis ;
}
ol.alpha.custom > li {
    counter-increment: lis;
}
ol.alpha.custom > li:before {
    display: inline-block;
    content: counter(lis, lower-alpha) ")";
    margin-left: -2em;
}

ol.alpha2.custom {
    list-style-type: none;
    counter-reset: lis;
}
ol.alpha2.custom:not(:nth-of-type(1)) {
    counter-increment: lis ;
}
ol.alpha2.custom > li {
    counter-increment: lis;
}
ol.alpha2.custom > li:before {
    display: inline-block;
    content: counter(lis, lower-alpha) ".";
    margin-left: -2em;
}

ol.custom {
    list-style-type: none;
    counter-reset: lis;
}
ol.custom:not(:nth-of-type(1)) {
    counter-increment: lis ;
}
ol.custom > li {
    counter-increment: lis;
}
ol.custom > li:before {
    display: inline-block;
    content: counter(lis) ")";
    margin-left: -2em;
}

ol.num.custom {
    list-style-type: none;
    counter-reset: lis;
}
ol.num.custom:not(:nth-of-type(1)) {
    counter-increment: lis ;
}
ol.num.custom > li {
    counter-increment: lis;
}
ol.num.custom > li:before {
    display: inline-block;
    content: "(" counter(lis) ")";
    margin-left: -2em;
}

.img-caption {
	text-align: center !important;
	line-height: 1 !important;
	font-size: 80%;
    font-weight: 400;
}