.entry-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.entry-header.test {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.entry-header.test .clonelist {
  margin-top: 5px;
}

.entry-header h1 {
  margin: 0px;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.entry-header h1.gametitle {
  font-size: 50px;
  font-weight: bold;
}

.entry-header img {
  margin-right: 10px;
}

.entry-header span {
  display: inline-flex;
  align-content: center;
}

.testinfos {
  flex: 1;
}

.test-hardware {
  display: flex;
  align-items: center;
}

.test-hardware img {
  margin-right: 5px;
}

.section-title {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    height: 50px;
    background: #ffffff;
    border-radius: 5px;
}

.section-title.margin-bottom {
  margin-bottom: 20px;
}

.section-title span.title {
  flex: 1;
}

.section-title span.dynamicRadar {
  flex-basis: 250px;
  text-align: center;
}

.section-title span.tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  flex-shrink: 0;
}

section {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.content-area {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0px;
}

.hs_title {
  float: left;
  max-width: 230px;
  width: 40%;
  margin: 0px 20px 15px 0px;
}

.infoblock, .categoryblock {
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  color: #424242;
  border-top: 1px solid #dddddd63;
}

.infoblock p, .categoryblock p {
  margin-bottom: 15px;
}


.categoryblock {
  padding: 20px;
  background: linear-gradient(to bottom, rgba(234,234,234,0.65) 0%,rgb(247, 247, 247) 100%);
  border-radius: 5px;
}

.infoblock div {
  flex: 1;
}

.infoblock div.hardwarecolumn {
  flex-basis: 25%;
  flex-grow: 0;
}

.infoblock .featured, .categoryblock .featured {
  margin-left: 20px;
}

.emptytest {
  padding: 30px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  color: white;
  background: #ededed;
}

.emptytest i {
  font-size: 80px;
  margin-bottom: 10px;
  display:block;
}

.related_title {
  margin: 40px 0px 30px 0px;
  border-top: 1px solid #dddddd63;
  padding-top: 30px;
  text-align: center;
}

.related_title i {
  margin-right: 5px;
  font-size: 120%;
}

img.alignright {
  margin: 0px 0px 15px 15px;
}

img.alignleft {
  margin: 0px 15px 15px 0px;
}

.infoblock p:last-child {
  margin-bottom: 0px;
}

.explain-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.explain-title i {
  font-size: 30px;
  margin-right: 10px;
}
.explain-title span {
  display: block;
  color: #929292;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
} 

article {

}

article .entry-content {

}

/* Game versions */
.game-versions-wrapper {
  margin-top: 30px;
  text-align: center;
}

.game-versions-wrapper h3 {
  margin-bottom: 10px;
}

.game-versions {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.game-versions div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #f88858;
  margin: 5px;
  opacity: .3;
  transition: all .2s ease-out;
}

.game-versions div.untested {
  background: #010f0f;
}

.game-versions div:hover {
  opacity: 1;
  transition: all .2s ease-out;
}

.game-versions div.current {
  opacity: 1;
}

/* Test page */

.break {
  flex-basis: 100%;
  height: 0;
}

.test-wrapper, .dossier-wrapper, .page-wrapper {
  padding: 0px 40px;
  flex-wrap: wrap;
  overflow: hidden;
}

.test-content, .blog-related {
  width: calc(100% - 460px);
}

.test-body {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}

.test-body p {
  margin-bottom: 20px;
}

.test-body em {
  font-style: italic;
}

.test-body ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 40px;
}
.test-body ol li {
  counter-increment: my-awesome-counter;
  margin: 0 0 15px 0;
  position: relative;
}
.test-body ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-weight: bold;
  position: absolute;
  left: -37px;
  width: 30px;
  text-align: right;
}

.test-sidebar {
  width: 420px;
  display: flex;
  flex-direction: column;
  float: right;
}

.test-sidebar .back {
  display: flex;
  text-align: right;
  align-items: center;
  flex-wrap: wrap;
  line-height: 12px;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.test-sidebar .back a:after {
  display: inline-block;
  content: "/";
  color: #424242;
  padding: 5px;
}

.test-sidebar .back a:last-child:after {
  display: none;
  content: "";
  padding: 0px;
}

.test-sidebar .screenshots {
  width: 420px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.test-sidebar .screenshots img {
  width: 200px;
  margin-bottom: 20px;
}

.auteur {
  color: #929292;
  font-size: 14px;
  margin-bottom: 5px;
}

.auteur_date {
  color: #929292;
  font-size: 11px;
}

.auteur em {
  font-weight: bold;
}

.youtube_video {
  margin-bottom: 20px;
  text-align: center;
}

.game-hiscore {
  margin-top: 40px;
}

.game-hiscore h3 {
  text-align: center;
  margin-bottom: 5px;
}

.game-verdict {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  border-radius: 30px;
  background: linear-gradient(to bottom, rgba(234,234,234,0.65) 0%,rgba(0, 0, 0, 0.02) 100%);
}

.game-verdict h1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}


.game-verdict h1.untested {
  margin-bottom: 0px;
}

.game-verdict h1 span {
  font-weight: bold;
}

.game-verdict h1.untested span {
  margin-right: 10px;
}

.rank {
  margin: 0px 5px;
  display: inline-block;
  height: 27px;
  width: 34px;
  background-image: url(images/rank/ranks.png);
}

.rank_small {
  margin: 0px 3px;
  display: inline-block;
  height: 14px;
  width: 17px;
  background-image: url(images/rank/ranks_small.png);
}

.rank.rank_10 { background-position: 0px 0px; }
.rank.rank_9 { background-position: -34px 0px; }
.rank.rank_8 { background-position: -68px 0px; }
.rank.rank_7 { background-position: -102px 0px; }
.rank.rank_6 { background-position: -136px 0px; }
.rank.rank_5 { background-position: -170px 0px; }
.rank.rank_4 { background-position: -204px 0px; }
.rank.rank_3 { background-position: -238px 0px; }
.rank.rank_2 { background-position: -272px 0px; }
.rank.rank_1 { background-position: -306px 0px; }
.rank.rank_0 { background-position: -340px 0px; }

.rank_small.rank_10 { background-position: 0px 0px; }
.rank_small.rank_9 { background-position: -17px 0px; }
.rank_small.rank_8 { background-position: -34px 0px; }
.rank_small.rank_7 { background-position: -51px 0px; }
.rank_small.rank_6 { background-position: -68px 0px; }
.rank_small.rank_5 { background-position: -85px 0px; }
.rank_small.rank_4 { background-position: -102px 0px; }
.rank_small.rank_3 { background-position: -119px 0px; }
.rank_small.rank_2 { background-position: -136px 0px; }
.rank_small.rank_1 { background-position: -153px 0px; }
.rank_small.rank_0 { background-position: -170px 0px; }

.game-verdict .comments {
  display: flex;
}

.game-verdict .comments div {
  font-family: "Raleway", sans;
  flex-basis: 50%;
}

.game-verdict .comments .comment div {
  margin-bottom: 8px;
}

.game-verdict .comments div:first-child {
  margin-right: 8px;
}

.game-verdict .comments div:last-child {
  margin-left: 7px;
}

.game-verdict .comments span {
  font-size: .8em;    
  line-height: 1.1em;
}

.infos-libres {
  margin-top: 40px;
  font-size: 14px;
  line-height: 19px;
  color: #424242;
}

.infos-libres h2 {
  margin-bottom: 15px;
}