@import "../fonts/orchid-font.css";
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * Theme color palette
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * Base colors
 */
/*
 * Home page
 */
/*
 * Page title
 */
/*
 * Top bar colors
 */
/*
 * Back to top
 */
/*
 * Search
 */
/*
 * Post
 */
/*
 * Footer
 */
/*
 * Archives
 */
/*
 * Theme download page
 */
/*
  * Tags page
  */
/*
 * Miniplayer
 */
/*
 * Exercice
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/* Chinese font. By default, try to use the local KaiTi to spare bandwidth */
@font-face {
  font-family: 'KaiTi';
  src: local('KaiTi'), local('楷体'), local('STKaiti'), local('华文楷体'), url('../fonts/KaiTi.ttf') format('truetype');
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
body {
  font-family: "Lato", "Arial", "KaiTi", sans-serif;
  text-align: left;
  font-size: 1.5em;
  background-color: #ffffff;
  color: #373737;
  line-height: 1.45;
}
#page {
  background-color: #ffffff;
  padding: 0;
  padding-top: 50px;
}
p {
  margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4 {
  font-weight: inherit;
  line-height: 1.2;
}
h1 {
  margin-top: 0;
  font-size: 2.441em;
}
h2 {
  font-size: 1.953em;
}
h3 {
  font-size: 1.563em;
}
h4 {
  font-size: 1.25em;
}
/* Chinese text */
.zh {
  font-size: 140%;
  line-height: 70%;
  /* This is to avoid bigger Chinese text having an impact on line spacing */
}
a:link,
a:visited,
a:active {
  color: #228b22;
}
a:hover {
  color: #1d771d;
}
py,
pyb {
  font-family: "Ubuntu", "arial unicode ms", sans-serif !important;
  font-size: 95%;
  color: #808080;
}
/* Text fields */
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #8b8b8b;
}
input.form-control:focus,
input:focus,
textarea:focus {
  border-color: #228b22;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #228b22;
}
input,
textarea {
  color: #333333;
  border: 1px solid #bebebe;
  border-radius: 3px 3px 3px 3px;
}
char {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../images/char-matrix/char-matrix.png") no-repeat;
  background-size: 64px 64px;
  line-height: 64px;
  font-size: 64px;
  text-align: center;
  margin: 3px;
}
.table-centered {
  margin: 0 auto !important;
  float: none !important;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #1d771d;
  border-color: #1d771d;
}
.btn-primary {
  background-color: #228b22;
  border-color: #1d771d;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #1d771d;
  border-color: #1d771d;
  color: #ffffff;
}
.pagination > li > a,
.pagination > li > span {
  color: #228b22;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #1d771d;
}
.close {
  margin-left: 10px;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
#top .navbar-brand {
  display: inline-block;
  height: 50px;
  padding: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 140%;
  background: #373737 url("../images/logo/orchid-64.png") no-repeat 10px 50%;
  background-size: 32px 32px;
  padding-left: 46px;
  color: #cccccc;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#top .topbar-container {
  width: 100%;
}
#top .navbar-brand:hover {
  background: #272727 url("../images/logo/orchid-64.png") no-repeat 10px 50%;
  background-size: 32px 32px;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#top .navbar-brand .blogTitle {
  vertical-align: middle;
  line-height: 50px;
  font-size: 130%;
  padding-right: 5px;
}
#top .navbar-brand .blogTagLine {
  padding-right: 10px;
  vertical-align: middle;
  line-height: 50px;
  font-family: "Damion", cursive;
}
@media (max-width: 767px) {
  #top .small-screen-menu {
    margin-top: 50px;
  }
  #top .small-screen-menu > nav {
    padding-top: 15px;
  }
}
#top #searchField {
  margin-right: -6px;
}
#top .container {
  padding: 0;
  background-color: #373737;
}
#top .navbar-toggle {
  color: #cccccc;
  font-size: 32px;
  height: 50px;
  width: 50px;
  border-radius: 0;
  margin: 0;
  padding: 2px 5px;
  line-height: 32px;
  background-color: transparent;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#top .navbar-toggle:hover {
  background-color: #272727;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#top .navbar-nav {
  margin: 0;
}
#top .navbar-nav li a {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  color: #cccccc;
  font-family: 'Lato', sans-serif;
  background-color: transparent;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#top .navbar-nav li a span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
#top .navbar-form {
  box-shadow: none;
}
#top .navbar-nav li a:hover {
  background-color: #272727;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#top .navbar-collapse {
  border-top: 0;
}
@media print {
  #top {
    display: none;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
@media (min-width: 768px) {
  .middle {
    min-height: 800px;
  }
}
.middle > .container {
  padding: 0;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
#footer {
  padding: 0;
  border-top: 2px solid #228b22;
}
#footer .container {
  background-color: #373737;
  padding-bottom: 10px;
}
#footer .footer-menu.container {
  padding-left: 0;
  padding-right: 0;
}
#footer #poweredBy {
  text-align: center;
  padding: 10px;
  background-color: #272727;
  color: #CCC;
}
#footer .container h3 {
  color: #999;
}
#footer .container .footer-sub-h3 {
  color: #dedede;
  font-size: 0.66em;
}
#footer .content-license {
  display: inline-block;
  font-style: italic;
}
#footer .content-license a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#footer .content-license a:hover {
  text-decoration: none;
}
#footer .license-cc {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/license/cc-32.png") no-repeat;
  background-size: 16px 16px;
}
#footer .license-cc-by {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/license/by-32.png") no-repeat;
  background-size: 16px 16px;
}
#footer .license-cc-nc {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/license/nc-32.png") no-repeat;
  background-size: 16px 16px;
}
#footer .license-cc-sa {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/license/sa-32.png") no-repeat;
  background-size: 16px 16px;
}
#footer-about .media {
  border-bottom: 1px solid #505050;
}
#footer-about-profile {
  margin-top: 24px;
  margin-right: 5px;
  filter: drop-shadow(1px 1px 5px #272727);
}
#footer-about-description p {
  color: #dedede;
}
#footer-about-description a.twitter-link {
  color: #dedede;
}
#footer .container .footer-sub-h3 a.twitter-link:hover {
  color: #b8b8b8;
}
#footer-about-links {
  color: #dedede;
  margin-top: 10px;
  font-size: 125%;
}
#footer-about-links a {
  color: #dedede;
}
#footer-about-links a:hover {
  color: #b8b8b8;
  text-decoration: none;
}
@media print {
  #footer {
    display: none;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
#home-content {
  padding: 0;
}
.home.middle {
  background-color: #dedede;
}
#home-content .posts-list .title-row {
  font-size: 0;
}
#home-content .posts-list .category-title {
  float: none;
  display: inline-block;
  font-size: 14px;
}
#home-content .posts-list .all-articles {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
  font-size: 14px;
  padding-bottom: 12px;
}
#home-content .posts-list .all-articles a:hover {
  text-decoration: none;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.post-title .post-metadata {
  text-align: center;
  margin-bottom: 12px;
}
.post-title a.comment-count {
  display: inline-block;
  position: absolute;
  padding: 5px 8px;
  bottom: 0;
  right: 0;
  outline: none;
  background-color: #373737;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.post-title a.comment-count:hover {
  text-decoration: none;
  background-color: #272727;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.post-title a.comment-count .glyphicon {
  font-size: 12px;
}
.post-title .post-category {
  position: absolute;
  padding: 5px 8px;
  top: 0;
  left: 0;
}
.post-title .post-navigation {
  position: absolute;
  padding: 5px 8px;
  top: 0;
  right: 0;
}
#post-excerpt.container {
  background-color: #cccccc;
  font-size: 17px;
  padding: 15px;
}
#post-excerpt.container p:last-child {
  margin: 0;
}
.post-content > p:first-child,
.post-content > img:first-child,
.post-content > ul:first-child,
.post-content > ol:first-child,
.post-content > figure:first-child {
  margin-top: 15px;
}
#post-footer {
  padding-bottom: 15px;
}
#post-footer h3,
#comments h3 {
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
#post-footer .post-attachments ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#post-footer .post-share a:hover > img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#post-footer .post-share a:after {
  background-size: 0 0;
  width: 0;
  height: 0;
  content: "";
}
#post-footer .post-share a > img {
  width: 32px;
  height: 32px;
  filter: brightness(1);
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  transition: all 250ms linear;
}
#pagination-posts {
  background-color: #ffffff;
}
#comments-sidebar {
  padding-top: 20px;
}
#comments-sidebar .comments-feed {
  margin-bottom: 10px;
}
#comments-sidebar .comments-feed a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#comments-sidebar .comments-feed a:hover {
  text-decoration: none;
}
@media print {
  .post-title .post-category {
    display: none;
  }
  .post-title .post-navigation {
    display: none;
  }
  .post-title a.comment-count {
    display: none;
  }
  .previous-next-posts {
    display: none;
  }
  #post-footer {
    display: none;
  }
  #comments {
    display: none;
  }
  #comments-sidebar {
    display: none;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.archives .date-range-picker {
  background-color: #cccccc;
  padding: 20px 0;
}
.archives .period-picker.container {
  padding-left: 0;
  padding-right: 0;
}
.archives .previous-period {
  text-align: left;
}
.archives .choice-period {
  text-align: center;
}
.archives .next-period {
  text-align: right;
}
.archives .posts-list {
  padding-left: 15px;
  padding-right: 15px;
}
.archives .all-posts-list {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.archives .all-posts-list .month-posts {
  padding-bottom: 15px;
  overflow: hidden;
  /* fix for Firefox */
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
@media (min-width: 992px) {
  .archives .all-posts-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media print {
  .archives .date-range-picker {
    display: none;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.categories #category-summary .subcategories {
  margin-left: 100px;
}
.categories #category-summary {
  background-color: #ffffff;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.category #category-summary .subcategories {
  margin-left: 100px;
}
.category #category-summary {
  padding: 15px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.tags #tag-info {
  background-color: #cccccc;
  padding: 15px;
}
.tags .tag-cloud-container {
  margin-top: 15px;
  margin-bottom: 15px;
}
.tags .tag-cloud-frame {
  border: 1px solid #cccccc;
  background-color: #dedede;
  padding: 10px;
  border-radius: 2px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.download #download-pitch.container {
  background-color: #cccccc;
  font-size: 17px;
  padding: 15px;
}
.download .footnote {
  padding-top: 15px;
  color: #808080;
}
@media (min-width: 768px) {
  .download .file-list {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .download .file-list {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.search .search-info {
  background-color: #cccccc;
  font-size: 17px;
  padding: 15px;
}
.search .search-sidebar {
  padding-top: 15px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.p404 .warning {
  margin: 15px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.page-title {
  background: #228b22 url("../images/title/Title-background.png") no-repeat left bottom;
  background-size: cover;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  display: table;
  width: 100%;
  height: 150px;
}
.page-title a {
  color: #ffffff;
}
.page-title h1 {
  text-align: center;
  margin-top: 10px;
}
.page-title h1:only-child {
  display: table-cell;
  vertical-align: middle;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.widget.links ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.widget.links ul li {
  background-image: url("../images/links/link-bullet.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 20px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.widget.lastcomments ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.widget.lastcomments ul li {
  background-image: url("../images/comments/comment-sign.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 20px;
  text-align: left;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.banner a:link,
.banner a:visited,
.banner a:hover,
.banner a:active {
  color: #ffffff;
}
.banner .modal a:link,
.banner .modal a:visited,
.banner .modal a:hover,
.banner .modal a:active {
  color: #228b22;
}
.banner .modal {
  text-align: left;
}
.banner a.carousel-credit {
  text-decoration: none;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  text-align: center;
  outline: none;
}
.banner a.carousel-credit:hover {
  opacity: 1;
}
.banner .carousel-caption h3 {
  text-align: center;
  font-size: 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
}
.banner .carousel-caption h3 .caption-container {
  display: inline-block;
  text-align: left;
}
@media print {
  .banner {
    display: none;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
#category-summary {
  background-color: #cccccc;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
}
#category-summary .media-object {
  border-radius: 10px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/* Styling of the button that allows the user to go back to the top of the page */
#back-to-top {
  position: fixed;
  left: 50%;
  margin-left: 595px;
  /* Half of the page (585px) + a 10px margin */
  bottom: 10px;
  display: none;
  /*hide the button first*/
  padding: 0;
}
#back-to-top a {
  text-decoration: none;
  outline: none;
  padding: 0;
  display: block;
  width: 64px;
  height: 64px;
  color: white;
  background-color: #373737;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
  border-radius: 10px;
}
#back-to-top a:hover {
  background-color: #272727;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
#back-to-top span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 64px;
  height: 64px;
  font-size: 30px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/* External links (i.e. default) */
.middle a[href^="http"]:after {
  display: inline-block;
  background-image: url("../images/links/external-link.png");
  background-size: 13px 10px;
  width: 13px;
  height: 10px;
  content: "";
}
/* Internal links */
.middle a[href^="http://voyage-est.com"]:after,
.middle a[href^="https://www.voyage-est.com"]:after,
.middle a[href^="http://localhost"]:after {
  background-size: 0 0;
  width: 0;
  height: 0;
  content: "";
}
@media print {
  .middle a[href^="http"]:after,
  a[href^="http"]:after {
    background-size: 0 0;
    width: 0;
    height: 0;
    content: "";
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.posts-list .posts-list-item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #cccccc;
}
.posts-list .posts-list-item .media-object {
  border-radius: 10px;
}
.posts-list .posts-list-item .media-body h3 {
  margin-top: 0;
}
.posts-list .posts-list-item-footer {
  color: #808080;
}
.posts-list .thumbnail-row {
  padding-left: 7px;
  padding-right: 8px;
}
.posts-list .posts-thumbnail-item {
  padding-left: 8px;
  padding-right: 7px;
}
.posts-list .posts-thumbnail-item .thumbnail {
  border-radius: 3px;
  padding: 0;
  border: none;
  box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.posts-list .posts-thumbnail-item img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.posts-list .posts-thumbnail-item .caption h3 {
  margin: 0;
  font-size: 130%;
}
.posts-list .posts-thumbnail-item .caption a {
  color: #373737;
}
.posts-list .posts-thumbnail-item .caption a:hover {
  color: #373737;
  text-decoration: none;
}
.posts-list .posts-thumbnail-item .category {
  border-top-left-radius: 3px;
  position: absolute;
  top: 0;
  left: 8px;
  background-color: rgba(39, 39, 39, 0.85);
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
  font-size: 80%;
}
.posts-list .posts-thumbnail-item .category:hover {
  background-color: #272727;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.posts-list .posts-thumbnail-item .category a {
  display: inline-block;
  padding: 5px 9px;
  color: #ffffff;
}
.posts-list .posts-thumbnail-item .category a:hover {
  text-decoration: none;
  color: #ffffff;
}
.posts-list .posts-thumbnail-item .link:hover {
  cursor: pointer;
}
.posts-list .posts-thumbnail-item .thumbnail:hover {
  box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.posts-list .posts-thumbnail-item h3 {
  font-size: 18px;
  margin-top: 0;
}
.posts-list .posts-thumbnail-item-footer {
  color: #808080;
  padding: 9px 0;
  border-top: 1px solid #cccccc;
  font-size: 80%;
  margin: 0;
}
.posts-list .posts-thumbnail-item-footer div[class*='col-'] {
  padding-left: 9px;
  padding-right: 9px;
}
.posts-list .post-metadata-left {
  text-align: left;
}
.posts-list .post-metadata-right {
  text-align: right;
}
.posts-list .post-metadata-right a {
  color: #808080;
}
.posts-list .post-metadata-right a:after {
  background-size: 0 0;
  width: 0;
  height: 0;
  content: "";
}
.posts-list .post-metadata-right a:hover {
  color: #272727;
  text-decoration: none;
}
.posts-list .post-metadata-right a .icon-bold {
  font-size: 100%;
  margin-left: 0.8ex;
}
.posts-list .post-metadata {
  text-align: right;
  font-size: 80%;
}
.posts-list .post-metadata .glyphicon,
.posts-list .posts-thumbnail-item-footer .glyphicon {
  margin-right: 0.1ex;
}
.posts-list .post-metadata .glyphicon-comment,
.posts-list .post-metadata .glyphicon-time,
.posts-list .posts-thumbnail-item-footer .glyphicon-comment {
  margin-left: 0.8ex;
}
.posts-list > nav {
  text-align: center;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.fixed {
  position: fixed;
}
.bs-docs-sidebar.affix {
  position: fixed;
  /* to stop the div from scrolling */
  top: 50px;
}
.bs-docs-sidebar.affix-bottom {
  position: relative;
  /* to stop the div from scrolling */
  bottom: 0;
  /* to fix the div at the top its containing element */
}
/* sidebar */
.bs-docs-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* all links */
.bs-docs-sidebar .nav > li > a {
  color: #999;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 400;
}
/* nested links */
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
}
/* active & hover links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  color: #228b22;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #228b22;
}
/* all active links */
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
}
/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
  display: none;
}
/* show active nested list */
.bs-docs-sidebar .nav > .active > ul.nav {
  display: block;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
#tagline {
  background-color: #cccccc;
  padding-bottom: 0;
}
#tagline h2 {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.comments #new-comment-expansion {
  display: none;
  /* Hidden by default, will be expanded with javascript */
  padding-bottom: 10px;
}
.comments .media-list {
  padding-top: 5px;
}
.comments textarea {
  height: 66px;
  resize: vertical;
}
.comments input,
.comments textarea {
  padding: 0.3em 0.6em;
  width: 100%;
}
.comments input#c_remember {
  width: 18px;
}
.comments .new-comment-buttons {
  text-align: right;
}
.comments #cancelButton {
  margin-right: 5px;
}
.comments label {
  font-weight: 400;
}
.comments .media-top span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url("../images/comments/comments-placeholder-64.png") no-repeat;
  background-size: 32px 32px;
}
.comments .media-top span.me {
  background: transparent url("../images/comments/comments-me-64.png") no-repeat;
  background-size: 32px 32px;
}
.comments .comment-metadata {
  color: #808080;
  text-align: right;
  font-size: 80%;
}
.comments .comment-metadata .glyphicon {
  margin-right: 0.1ex;
}
.comments .comment-author a:after {
  background-size: 0 0;
  width: 0;
  height: 0;
  content: "";
}
.comments .comment-author h4 {
  margin-top: 5px;
}
.comments .comment-list-header {
  margin-bottom: 10px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.tag0 {
  font-size: 0.7em;
}
.tag10 {
  font-size: 0.8em;
}
.tag20 {
  font-size: 0.9em;
}
.tag30 {
  font-size: 1em;
}
.tag40 {
  font-size: 1.1em;
}
.tag50 {
  font-size: 1.2em;
}
.tag60 {
  font-size: 1.3em;
}
.tag70 {
  font-size: 1.4em;
}
.tag80 {
  font-size: 1.5em;
}
.tag90 {
  font-size: 1.6em;
}
.tag100 {
  font-size: 1.7em;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.miniplayer .playButton {
  cursor: pointer;
}
.miniplayer .playButton:hover {
  color: #228b22;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
/* Error and information messages */
.error,
.information,
.hint,
.warning,
.vocabulary {
  margin: 12px auto 5px;
  padding: 8px;
  padding-left: 32px;
  border-radius: 4px;
}
.vocabulary {
  padding-right: 32px;
}
.error {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  position: relative;
  font-weight: bold;
  color: #a94442;
}
.information:before {
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  font-style: normal;
  color: #a94442;
  position: absolute;
  left: 8px;
  top: 8px;
  text-decoration: inherit;
  content: "\e083";
}
.information {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  position: relative;
}
.information:before {
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  font-style: normal;
  color: #31708f;
  position: absolute;
  left: 8px;
  top: 8px;
  text-decoration: inherit;
  content: "\e086";
}
.hint {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  position: relative;
}
.hint:before {
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  font-style: normal;
  color: #3c763d;
  position: absolute;
  left: 8px;
  top: 8px;
  text-decoration: inherit;
  content: "\e084";
}
.warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  position: relative;
}
.warning:before {
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  font-style: normal;
  color: #8a6d3b;
  position: absolute;
  left: 8px;
  top: 8px;
  text-decoration: inherit;
  content: "\e209";
}
.vocabulary {
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .vocabulary {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .vocabulary {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
}
.vocabulary > p {
  overflow: hidden;
  /* fix for Firefox */
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}
/* The first p/ul/ol child of a message has no top margin */
.error p:first-child,
.information p:first-child,
.hint p:first-child,
.warning p:first-child,
.vocabulary p:first-child,
.error ul:first-child,
.information ul:first-child,
.hint ul:first-child,
.warning ul:first-child,
.vocabulary ul:first-child,
.error ol:first-child,
.information ol:first-child,
.hint ol:first-child,
.warning ol:first-child,
.vocabulary ol:first-child {
  margin-top: 0;
}
/* The last p/ul/ol child of a message has no bottom margin */
.error p:last-child,
.information p:last-child,
.hint p:last-child,
.warning p:last-child,
.vocabulary p:last-child,
.error ul:last-child,
.information ul:last-child,
.hint ul:last-child,
.warning ul:last-child,
.vocabulary ul:last-child,
.error ol:last-child,
.information ol:last-child,
.hint ol:last-child,
.warning ol:last-child,
.vocabulary ol:last-child {
  margin-bottom: 0;
}
ul.error,
ul.information,
ul.hint,
ul.warning,
ul.vocabulary,
ol.error,
ol.information,
ol.hint,
ol.warning,
ol.vocabulary {
  padding-left: 48px;
}
div.error ul:first-child,
div.information ul:first-child,
div.hint ul:first-child,
div.warning ul:first-child,
div.vocabulary ul:first-child,
div.error ol:first-child,
div.information ol:first-child,
div.hint ol:first-child,
div.warning ol:first-child,
div.vocabulary ol:first-child {
  padding-left: 16px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
ol.exercices {
  counter-reset: my-counter;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
ol.exercices > li.exercice {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 10px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 3px;
  /* Add some spacing around the content */
  padding-left: 8px;
  list-style: none;
  /* Disable the normal item numbering */
}
ol.exercices > li.exercice:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 0;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  padding: 4px;
  border-radius: 3px;
  color: #fff;
  background: #228b22;
  font-weight: bold;
  text-align: center;
}
.exercices .answer {
  margin-top: 5px;
  border-radius: 5px;
  color: #228b22;
}
.exercices .answer .expandable {
  background: #c4f9c4;
  border-radius: 3px;
  box-shadow: 0 4px 4px -4px #555555 inset;
  padding: 5px;
}
.exercices .answer ul,
.exercices .answer ol {
  padding-left: 20px;
}
.exercices .question ul,
.exercices .question ol {
  padding-left: 25px;
  margin-top: 3px;
}
.exercices .arrow {
  display: inline-block;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.exercices .visibilityToggle {
  position: absolute;
  background: #c4f9c4;
  padding: 3px 5px;
  bottom: 0;
  right: 0;
  margin-right: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
}
.exercices .visibilityToggle {
  color: #228b22;
}
.exercices .visibilityToggle:hover {
  color: #1d771d;
  cursor: pointer;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
figure,
figure > div {
  display: table;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
figure img {
  display: block;
  max-width: 100%;
  height: auto;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
figure > *:only-child img {
  border-radius: 4px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4px;
}
figcaption {
  text-align: center;
  font-size: 80%;
  color: #505050;
  display: table-caption;
  caption-side: bottom;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 4px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: https://www.voyage-est.com
 * License: GNU/GPL
 */
.no-js .defer-image {
  display: none;
}
.defer-image > img {
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.defer-image.is-loading {
  position: relative;
  background: #EEE;
}
/* Image aspect ratios - % is relative to width. */
.image-ratio\:1x2 > div {
  padding-top: 200%;
}
.image-ratio\:9x16 > div {
  padding-top: 177.777%;
}
.image-ratio\:2x3 > div {
  padding-top: 150%;
}
.image-ratio\:3x4 > div {
  padding-top: 133.333%;
}
.image-ratio\:1x1 > div {
  padding-top: 100%;
}
.image-ratio\:4x3 > div {
  padding-top: 75%;
}
.image-ratio\:3x2 > div {
  padding-top: 66.66%;
}
.image-ratio\:16x9 > div {
  padding-top: 56.25%;
}
.image-ratio\:2x1 > div {
  padding-top: 50%;
}
@keyframes bobble {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.defer-image.is-loading::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  background: rgba(125, 125, 125, 0.5);
  border-radius: 100%;
  animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.defer-image.is-loaded > img {
  animation: fadeIn 1s both;
}
