@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * "Huayuan" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
/* Chinese red */
/* Salmon */
/* Light gray */
/* White */
/* Dark gray */
/* Dark gray */
/* Dark gray */
/* White */
/* Dark gray */
/* Dark gray */
/* Light gray */
/* White */
/* White */
/* Light gray */
/* White */
/* Light gray */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
/* Generic font */
/* 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: http://www.voyage-est.com
 * License: GNU/GPL
 */
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
body {
  font-family: "Lato", "Arial", "Kaiti", sans-serif;
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
  background-color: #dddddd;
}
h1,
h2,
h3,
h4 {
  font-family: "Lato", "Arial", "Kaiti", sans-serif;
  font-weight: 400;
  text-align: left;
}
/* Chinese text */
.zh {
  font-size: 1.3em;
  line-height: 0.7em;
  /* This is to avoid bigger Chinese text having an impact on line spacing */
}
/* Smaller Chinese with big fonts */
h1 .zh {
  font-size: 1.1em;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #bc001d;
}
py,
pyb {
  font-family: "Ubuntu", "arial unicode ms", sans-serif !important;
  font-size: 95%;
  color: #777777;
  /*font-weight: 700;*/
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://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: #a30019;
  border-color: #a30019;
}
.btn-primary {
  background-color: #bc001d;
  border-color: #a30019;
}
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 7.5px 0 0 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    margin: 0 -15px;
    padding: 10px 15px;
  }
  .navbar-form {
    margin-top: 7.5px;
    margin-bottom: 0;
    border-bottom: none;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block!important;
  }
  .collapsing {
    overflow: hidden!important;
  }
}
#top {
  background-color: #ffffff;
  color: #373737;
  box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#top a {
  color: #373737;
}
#top-menu {
  padding: 15px;
}
#top-menu .menu-logo {
  text-align: center;
}
#top-menu .menu-logo a {
  display: inline-block;
  padding: 15px;
  margin: -15px 0;
}
#top-menu .menu-logo a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#top-menu .menu-item {
  text-align: center;
  font-size: 150%;
  padding: 0 15px;
}
#top-menu .menu-item a {
  display: inline-block;
  padding: 15px 10px 10px 10px;
}
#top-menu .menu-item a:active,
#top-menu .menu-item a:visited,
#top-menu .menu-item a:link,
#top-menu .menu-item a:hover {
  text-decoration: none;
}
#top-menu .menu-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
#top-menu .menu-layout {
  padding: 0;
}
#top-menu #searchField,
#top-menu #searchField2 {
  width: 50%;
}
#top-menu .search-item > form {
  margin-left: auto;
  margin-right: 0;
}
#top-menu .contact-item,
#top-menu .search-item {
  padding-bottom: 10px;
}
#top .navbar {
  margin-bottom: 0;
}
#top .navbar-brand {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  font-size: 140%;
  background: transparent url("../images/logo/logo-square-64.png") no-repeat 10px 50%;
  background-size: 32px 32px;
  padding-left: 46px;
}
#top .navbar-brand:hover {
  background: #dddddd url("../images/logo/logo-square-64.png") no-repeat 10px 50%;
  background-size: 32px 32px;
}
#top .navbar-collapse li a:hover {
  background-color: #dddddd;
}
#top .row.left {
  margin-top: 44px;
}
#library-body #library-menu-item a,
#association-body #association-menu-item a,
#news-body #news-menu-item a,
#activities-body #activities-menu-item a {
  color: #a30019;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
#middle {
  color: #373737;
}
#middle #page {
  padding: 15px;
}
#middle #page .banner {
  width: 100%;
  height: auto;
}
#middle h1#page-title {
  text-align: center;
  color: #bc001d;
  font-size: 50px;
  margin-bottom: 30px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#middle [class*="card-md-"] div.more {
  text-align: right;
}
#middle [class*="card-md-"] .activity-content img {
  border-radius: 8px;
}
#middle .section-title {
  color: #373737;
  font-size: 30px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#middle [class*="card-md-"] .section-title {
  margin-top: 0;
  margin-bottom: 12px;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #middle .card-container {
    display: table;
    width: 100%;
    height: 100%;
  }
  #middle [class*="card-md-"] {
    display: table-cell;
    border: 10px solid transparent;
    vertical-align: top;
    height: 100%;
  }
  #middle [class*="card-md-"]:first-child {
    border-left: 0;
  }
  #middle [class*="card-md-"]:last-child {
    border-right: 0;
  }
  #middle .card-content {
    height: 100%;
    background-color: #ffffff;
    box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 3px;
  }
  #middle .card-md-1 {
    width: 8%;
  }
  #middle .card-md-2 {
    width: 16%;
  }
  #middle .card-md-3 {
    width: 25%;
  }
  #middle .card-md-4 {
    width: 33%;
  }
  #middle .card-md-6 {
    width: 50%;
  }
  #middle .card-md-8 {
    width: 66%;
  }
  #middle .card-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #middle [class*="card-md-"] {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  #middle .card-content {
    width: 100%;
    background-color: #ffffff;
    box-shadow: -1px 2px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 3px;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
#footer {
  background-color: #373737;
  color: #ffffff;
  box-shadow: -1px -1px 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 85%;
  padding-top: 10px;
  border-top: 3px solid #da4953;
}
#footer .menu-link {
  text-transform: uppercase;
  text-align: center;
}
#footer a {
  color: #da4953;
}
#footer .footer-legal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footer-legal {
    margin-top: 15px;
  }
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
#homeCarousel a:link,
#homeCarousel a:visited,
#homeCarousel a:hover,
#homeCarousel a:active {
  color: #ffffff;
}
#homeCarousel .modal a:link,
#homeCarousel .modal a:visited,
#homeCarousel .modal a:hover,
#homeCarousel .modal a:active {
  color: #da4953;
}
#homeCarousel .modal {
  text-align: left;
}
#homeCarousel 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;
}
#homeCarousel a.carousel-credit:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #about {
    margin-top: 15px;
    display: table;
  }
  #about .about-text {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    width: 68%;
  }
  #about .facebook {
    display: table-cell;
    vertical-align: middle;
    width: 32%;
  }
}
#about .facebook {
  background-color: #3B5998;
  text-align: center;
  font-size: 20px;
}
#about .facebook a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 10px;
}
#about .facebook-thumb {
  line-height: 200%;
}
#about .facebook a:hover {
  text-decoration: none;
}
#news .media,
#activities .media {
  display: table;
  width: 100%;
}
#news .media-body,
#activities .media-body {
  display: table-cell;
  vertical-align: middle;
}
#library img {
  width: 100%;
  height: auto;
}
#library a.btn {
  color: white;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
#post-header {
  background-color: #474747;
}
#post-header .container {
  background-color: #bc001d;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding-top: 30px;
  padding-bottom: 30px;
}
#post-header .post-excerpt {
  font-size: 18px;
}
#post-header .post-metadata {
  font-size: 13px;
}
.share-buttons {
  margin-top: 10px;
  margin-bottom: 30px;
}
#search-info {
  border-left: 2px solid #bc001d;
}
.list .list-item:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.list-title {
  margin-top: 0;
  font-size: 20px;
}
.list-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.activity-icon {
  height: 64px;
  width: 64px;
  background: transparent url("../images/activities.png") no-repeat;
  background-size: 64px 64px;
}
.entry-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.boxed-date {
  display: inline-block;
  border: 2px solid #bc001d;
  color: black;
  border-radius: 8px;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 80%;
  width: 64px;
  height: 64px;
}
.boxed-date .year {
  font-size: 120%;
}
a.media:link,
a.media:visited,
a.media:hover,
a.media:active {
  color: #373737;
  text-decoration: none;
}
.card-footer {
  margin-top: 8px;
  text-align: right;
}
.rss-link {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../images/social/rss-32.png") no-repeat;
  background-size: 16px 16px;
}
.more {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
#category-summary {
  background-color: #C0C0C0;
}
#category-summary .media-object {
  border-radius: 10px;
}
#category-summary .content {
  padding: 15px;
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://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: #ffffff;
  border: solid 1px #dddddd;
  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: http://www.voyage-est.com
 * License: GNU/GPL
 */
/* External links (i.e. default) */
.middle a[href^="http"]:after {
  display: inline-block;
  background-image: url("../images/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^="http://www.voyage-est.com"]:after,
.middle a[href^="http://localhost"]:after {
  background-size: 0 0;
  width: 0;
  height: 0;
  content: "";
}
/*
 * "China" theme for Dotclear
 * --------------------------
 * Author: Thomas PENIN
 * Website: http://www.voyage-est.com
 * License: GNU/GPL
 */
.post-list .post-list-item {
  border-bottom: 1px solid #C0C0C0;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
}
.post-list div.comment-count {
  position: absolute;
  margin-bottom: 0;
  right: 0;
  bottom: 0;
  width: 26px;
  height: 23px;
  text-align: center;
  font-weight: bold;
  background: url("../images/comments/comments-sign.png") no-repeat bottom right;
  background-size: 26px 23px;
}
.post-list .comment-count:hover {
  background: url("../images/comments/comments-sign-hover.png") no-repeat bottom right;
  background-size: 26px 23px;
}
.post-list .comment-count a {
  display: inline-block;
  width: 26px;
  height: 23px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 13px;
}
.post-list .comment-count a:hover {
  color: white;
}
.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: #563d7c;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #563d7c;
}
/* 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: http://www.voyage-est.com
 * License: GNU/GPL
 */
.comments #new-comment-expansion {
  display: none;
  /* Hidden by default, will be expanded with javascript */
}
.comments .comments-feed {
  margin-top: 15px;
}
.comments .media-list li {
  padding: 10px;
}
.comments .media-list li:nth-child(even) {
  background-color: #eeeeee;
}
.comments textarea {
  height: 66px;
  resize: vertical;
}
.comments input:hover,
.comments textarea:hover,
.comments input:focus,
.comments textarea:focus {
  border-color: #969696;
}
.comments input,
.comments textarea {
  padding: 0.3em 0.6em;
  color: #333333;
  border: 1px solid #bebebe;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 5px;
  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;
}
