@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400i,700,700i|Merriweather:400,400i,700,700i|Source+Code+Pro:400,400i,600,600i|Noto+Sans+JP:900');


.book.font-family-0 {
  font-family: 'Merriweather', serif !important;
}

.book.font-family-1 {
  font-family: 'Merriweather Sans', sans-serif !important;
}

.book .book-body .page-wrapper .page-inner section.normal {
  font-size: 1.4em;
  line-height: 2em;
}

.book .book-body .page-wrapper .page-inner {
   margin-right: auto;
   margin-left:  auto;
   max-width: 78% !important;
/* padding-right: 5px; 
   padding-left:  5px; */
}

h1, h2, h3, h4, h5, h6, .book-summary {
  font-family: 'Merriweather Sans', sans-serif;
/*  letter-spacing: -0.02em !important; */
}

.book .book-body .page-wrapper .page-inner h4 {
  border-left: 5px double gray;
  padding: 0.1em 0em 0.1em 0.25em !important;
  margin-top: 1.25em !important;
  margin-bottom: 0.8em;
  /* font-variant: small-caps;*/
}


h1.title {
  font-size: 2.5em !important;
}

#header .title {
  margin-bottom: 2em;
}

#header h4.author {
  margin: 0;
  font-size: 1.7em;
}

#header h4.date {
  margin: 0;
  color: #666;
}

#header h4.author em, #header h4.date em {
  font-style: normal;
}


/*--------*/

dt {
  font-style: normal !important;
  font-weight: normal !important;
}

p.caption {
  color: #777;
  margin-top: 10px;
}

/*--------*/

pre, code {
  font-family: 'Source Code Pro', monospace !important;
  line-height: 1.3;
  font-size: 0.94em;
}

p code {
  white-space: inherit;
}

pre {
  word-break: normal;
  word-wrap: normal;
}

pre code {
  white-space: inherit;
}

.sourceCode pre {
  margin: 0 !important; /* makes space above and below symmetrical*/
}

.sourceCode {
  margin-bottom: 0.85em; /* adds same amount of margin as a <p> would */
}

.book .book-body .page-wrapper .page-inner section.normal pre.sourceCode {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  padding: .5em .85em;
  margin-top: 10px;
  border-radius: 0px !important;
}

.book .book-body .page-wrapper .page-inner section.normal pre {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 12px !important;
}



/*--------*/

blockquote {
  width: 90%;
  margin: 2em auto !important;
}

blockquote p {
  color: #ce253e;
  text-align: right;
}

blockquote > p:last-child {
  font-size: 14px !important;
  margin-top: -1em !important;
}

blockquote > p:first-child {
  text-align: inherit;
  font-style: italic;
}



/*--- LOGO ---*/

.toc-logo {
  width: 200px !important;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.toc-logo img {
  max-width: 100%;
  margin-bottom: 10px;
}

/*--------*/

.book .book-summary ul.summary li.divider {
    display:table;
    margin:0px auto 0px auto;
    height: 1.5px;
    width: 75%;
}

li {
  font-family: 'Merriweather Sans', sans-serif !important;
  font-weight: normal;
}

.summary > li:first-child {
  height: auto !important; 
}

.book .book-summary ul.summary li a {
  padding: 5px 5px 5px 5px;
}

/*--- Anouar ---*/

.columns {display: flex; }

.center {text-align: center;}

/*

.note {
  margin-bottom: 10px;
  padding-left: 20px;
  /* background: #c9fcfc; */ /*
  border-color: #d4d6e5;
  border-style: hidden hidden hidden solid;
  border-width: 1px 1px 1px 3px;
}

*/


.note {
  /* margin: 2em 0; */
  margin-bottom: 10px;
  /* padding: 12px 24px 12px 30px; */
  padding-left: 20px;
  position: relative;
  border-bottom: hidden;
  border-top: hidden;
  border-right: hidden;
  border-left: 3px solid #d4d6e5;
}
.note::before{
  background-color: #d4d6e5;
  border-radius: 100%;
  color: #fff;
  content: "\01F5D2";
  /*  content: "\01F4A1"; */  /* warning*/ 
  /*  content: "\0026A0"; */  /* danger*/ 
  font-size: 14px;
  font-weight: 700;
  left: -12px;
  line-height: 20px;
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  top: 14px;
}
