/* BMC-Inspired Medical Journal Theme – Texte renforcé */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

/* Global settings – passage à un texte plus foncé et plus lourd */
html, body, * {
  font-family: 'Open Sans', Helvetica, Calibri, sans-serif;
  color: #000;  /* Texte en noir pour plus de densité */
  font-weight: 600;  /* Poids par défaut plus important */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;  /* Fond blanc pour une lecture optimale */
  font-size: 16px;
  line-height: 1.6;
}

/* Titres pour une meilleure visibilité – encore plus marqués */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;  /* Titres en gras renforcé */
  color: #000;
  margin-bottom: 0.5em;
}

/* Liens dans la description */
.journals ul .body .description a {
  display: inline;
  color: #0073C8;  /* Accent BMC pour les liens */
  text-decoration: underline;
}

/* Styles du nom du site */
.pkp_site_name {
  margin: 0;
}
.pkp_site_name > a {
  padding: 0;
  color: #0073C8;
  font-size: 20px;
  font-weight: 700;  /* Nom de site en gras */
}
.pkp_site_name_wrapper {
  padding: 0;
  margin: 0;
}
.pkp_site_name .is_img img {
  max-height: 100%;
  max-width: 100%;
}

/* Navigation utilisateur */
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding: 0;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
  font-weight: 600;
}
.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile {
  background: #0073C8;
  color: #fff;
}
.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > a {
  font-weight: 600 !important;
  padding-right: 10px;
  color: #fff;
}
.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > ul.dropdown-menu {
  border-radius: 0;
}
.pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > ul.dropdown-menu > li > a {
  font-weight: 600 !important;
}
.pkp_navigation_user {
  background: #0073C8;
  border-bottom: 2px solid #fff;
}
.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
  color: #fff;
}

/* Navigation principale */
.pkp_navigation_primary_row {
  background: #0073C8 !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
  padding: 0 !important;
  margin: 0 !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  margin: 0 !important;
  padding: 0 10px !important;
  line-height: 40px !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
  background: #0073C8 !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
  border-bottom: none !important;
}
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search .search_controls a.headerSearchPrompt.search_prompt {
  color: #fff !important;
}

/* Structure de la page */
.pkp_structure_page {
  margin: auto;
  width: 1162px;
  padding-bottom: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
}
.pkp_structure_content {
  padding-top: 20px;
}
.pkp_structure_sidebar .pkp_block .title {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 1000px) {
  .pkp_structure_page {
    width: 100%;
  }
}

/* Blocs de contenu */
.pkp_block {
  margin: 0;
  padding: 20px 15px;
  background: #f9f9f9;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
#customblock-Sidebar_menu.pkp_block {
  margin: 0;
  padding: 0;
}
#customblock-Sidebar_menu.pkp_block ul,
#customblock-Sidebar_menu.pkp_block ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#customblock-Sidebar_menu.pkp_block ul li {
  background: #0073C8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#customblock-Sidebar_menu.pkp_block ul li:last-child {
  border-bottom: none;
}
#customblock-Sidebar_menu.pkp_block ul li a {
  display: block;
  line-height: 40px;
  padding: 0 10px 0 20px;
  color: #fff;
  font-weight: 600;
}
.pkp_block.block_make_submission .content {
  text-align: center;
}
.pkp_block.block_make_submission .content a {
  background: #0073C8;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
}
.pkp_block.block_make_submission .content a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
}

/* Résumé des articles */
.obj_article_summary .item.doi .label {
  background: url(/public/journals/8/images/icon-doi.png) left center no-repeat;
  width: 25px;
  height: 24px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.obj_article_summary .item.stats .abstract,
.obj_article_summary .item.stats .galley {
  position: relative;
}
.obj_article_summary .item.stats .abstract {
  margin-left: 20px;
  margin-right: 10px;
}
.obj_article_summary .item.stats .galley {
  margin-left: 25px;
}
.obj_article_summary .item.stats .abstract:before {
  content: "\f080";
  font-family: FontAwesome;
  left: -15px;
  position: absolute;
  top: 0;
}
.obj_article_summary .item.stats .galley:before {
  content: "\f1c1";
  font-family: FontAwesome;
  left: -15px;
  position: absolute;
  top: 0;
}

/* Badge pour les articles récents */
.obj_article_summary.recent::before {
  content: "NOUVEAU";
  background-color: #d9534f;  /* Rouge vif pour attirer l'attention */
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
}

/* Pied de page */
.pkp_structure_footer_wrapper {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  background: #f0f0f0;
}
#customblock-Tools .content > .content div {
  width: 80%;
  margin: auto;
}
#customblock-Tools .content > .content div a img {
  width: 100%;
}
#customblock-Visitor_statistics .content > .content .supercounter,
#customblock-Visitor_statistics .content > .content .statcounter {
  text-align: center;
}
.sidebar-block {
  background: #0073C8;
  padding: 10px;
  color: #fff;
  margin: 10px -10px;
}
.cmp_announcements .obj_announcement_summary.full_width {
  width: 100%;
}
.cmp_announcements .obj_announcement_summary .summary p {
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}
.pkp_structure_footer .pkp_footer_content {
  background: #f0f0f0;
  padding: 20px;
}
.pkp_structure_footer .pkp_footer_content p {
  margin: 0;
  color: #666;
}
.pkp_structure_footer .pkp_brand_footer {
  background: #0073C8;
  height: auto;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}
.pkp_structure_footer .pkp_brand_footer img {
  display: none;
}
