h1.page-title {
  margin-bottom: 30px;
}

.blog-wrapper {
  display: flex;
  padding: 0px 40px;
}

.blog-wrapper .entry-header, .blog-related .entry-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.blog-category {
  font-size: 14px;
  margin-top: 5px;
  color: #757575;
}

.content {
  flex: 1;
}

.blog-wrapper article, .blog-related article {
  padding: 30px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 21px;
  color: #424242;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}

.blog-wrapper article p, .blog-related article p, .dossier-wrapper p {
  margin-bottom: 15px;
  word-break: break-word;
}

.blog-wrapper article p:last-child, .blog-related article p:last-child {
  margin-bottom: 0px;
}

.blog-wrapper article .featured, .blog-related article .featured {
  float: left;
  margin: 0px 20px 10px 0px;
  max-width: 40%;
  height: auto;
}

/* Content */
.wp-block-image img {
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}

/* Related news */
article.related .entry-title {
  font-size: 20px;
}

article.related .blog-category {
  font-size: 12px;
  margin-top: 1px;
}

article.related .entry-content {
  font-size: 14px;
}

.hiddennews {
  display: none;
}

.morenews {
  text-align: center;
  display: block;
}

/* News page bottom navigation */
nav .pagination {
  width: 100%;
  /* background: linear-gradient(#DFDFDF, #F1F1F1); */
  padding: 15px;
  justify-content: center;
}

nav .nav-links {
    display: inline;
}

nav .nav-links a {
  margin: 0px 5px;
}

nav .current {
    line-height: 32px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}

.widgets {
  margin-left: 50px;
}

.widget {
  width: 350px;
  margin-bottom: 40px;
}

.widget h3 {
  margin-bottom: 15px;
  text-align: center;
}

.forumpost {
  display: block;
  margin-bottom: 15px;
  padding: 10px;
  background: white;
  font-size: 12px;
  border-radius: 5px;
}

a.forumpost, a.forumpost:visited, a.forumpost:hover {
  color: #42424282;
  transition: background .15s ease-out;
}

a.forumpost:hover {
  color: #42424282;
  background: #ffede6;
}

.forumpost h3 {
  text-align: left;
  margin: 7px 0px;
  font-size: 15px;
  /* font-weight: 600; */
  color: #424242;
}

.foruminfos {
  display: block;
  text-align: right;
}

.taglist {
  float: left;
  margin-top: 28px;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 20px 0 10px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: color 0.2s;
}

.tag, .tag:active, .tag:visited {
  color: #999;
}

.tag::after {
  background: #ffffff;
  border-bottom: 11px solid transparent;
  border-left: 10px solid #eee;
  border-top: 11px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  color: white;
}