body {
    background-color: #0a0a0a;
    color: #d1d1d1;
    font-family: "Tahoma", "Verdana", "DejaVu Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 20px;
    width: 720px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    font-size: 18px;
    border-bottom: 3px double #f2f2f2;
    margin-top: 48px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

img {
    display: block;
    border: none;
    margin: 0;
}

a {
    color: #00c5f2;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #00f0ff;
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr {
    vertical-align: top;
}

td {
    word-wrap: break-word;
    white-space: normal;
    vertical-align: top;
}

ul {
    padding: 0;
    margin: 0;
    border: none;
}

li {
    list-style: none;
}

.active {
    color: #00cfff;
}

/* navigation */
.navbar {
    margin:auto;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 600px;
}
.navbar ul {
    text-align: center;
}
.navbar li {
    display: inline;
}
.navbar li a {
    text-decoration: none;
    padding: 0 2px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline;
    
   
   
}

.navbar li a:hover {
    color: #00f0ff;
}

/* table grid */
.table-grid {
    table-layout: fixed;
}

.table-grid td {
    padding: 0 15px;
    vertical-align: top;
}

.table-grid td:first-child {
    padding-left: 0;
}

.table-grid td:last-child {
    padding-right: 0;
}

.table-grid.grid-3 td {
    width: 33.33%;
}

.table-grid.grid-4 td {
    width: 25%;
}

td.post-content {
    padding-top: 0;
}

td.post-date {
    font-size: 14px;
    width: 14%;
}

h1 {
    font-size: 24;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 48px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.table-bordered {
    border: 1px solid #f2f2f2;
}

.thematics-grid {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0;
}

.thematics-grid td {
    height: auto;
}

.thematics-grid .thematic-description {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 37px;
    opacity: 0.7;
}

.post-metas,
.page-metas {
    color: #e1e1e1;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.section-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-description,
.page-description {
    margin-top: 0;
    font-size: 14px;
    color: #e1e1e1;
}

.section-stats {
    font-size: 14px;
}

/* site footer */
.site-footer {
    margin-top: 56px;
    margin-bottom: 32px;
    font-size: 12px;
    color: #f2f2f2;
    line-height: 1.4em;
    text-align: left;
    border-top: 1px solid #fff;
}
.site-footer .footer-copy {
    margin-bottom: 6px;
}

.site-footer .footer-metas {
    margin-bottom: 8px;
    color: #e1e1e1;
}

.site-footer .framework-version {
    font-size: 11px;
    color: #999;
}

/* Pagination */
.pagination-wrapper {
    text-align: center;
}

pre {
    font-family: "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
    line-height: 1.4;
    background-color: #111;
    color: #f2f2f2;
    padding: 15px;
    border: 1px solid #666;
    white-space: pre-wrap; /* les sauts de ligne sont conservés */
    word-wrap: break-word; /* les mots trop longs se cassent */
    overflow-x: hidden; /* plus de scroll horizontal */
    margin: 16px 0;
}

/* pellicule */
.pellicule .pellicule-title {
    font-size: 16px;
    font-weight: bold;
}

.pellicule .pellicule-description {
    font-size: 14px;
    color: #e1e1e1;
}

.photo .caption-title {
    font-size: 16px;
    margin-top: 10px;
}

.photo .caption-meta {
    font-size: 12px;
    color: #e1e1e1;
}

.photo .caption-text {
    font-size: 14px;
    white-space: nowrap;
}

/* page */
.page-title {
    text-transform: uppercase;
    font-size: 24px;
}

/* archive */
.last-posts .post-metas {
    margin-top: 0;
    margin-bottom: 25px;
}

/* site header */
.site-header {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 56px;
}
.site-header .site-title {
    font-size: 36px;
    text-transform: uppercase;
}
.site-header .site-title:hover {
    text-decoration: none;
}
.site-header .site-description {
    font-size: 14px;
}

/* game info */
.game-info {
    table-layout: fixed;
    width: 100%;
    background-color: #121212;
    margin-top: 16px;
}
.game-info .game-cover {
    width: 20%;
    vertical-align: middle;
    padding: 15px;
}
.game-info .game-data {
    width: 100%;
    padding: 15px;
}
.game-info .game-data table td:first-child {
    font-weight: bold;
    padding-right: 15px;
}
.game-data .game-data table td:last-child {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.game-info td {
    font-size: 14px;
}
.game-info .game-item-label {
    font-family: "Courier New", Courier, monospace;
    text-transform: uppercase;
    color: #999;
}

/* post view */
.post .post-header {
    margin-bottom: 15px;
}
.post .post-header .post-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.post .post-header .post-cover img {
    width: 100%;
}
.post .post-header .post-metas {
    font-size: 14px;
    color: #e1e1e1;
    margin-top: 15px;
    margin-bottom: 0;
    border-top: 1px solid white;
    padding-top: 15px;
}
.post .post-content .post-body {
    font-family: "Verdana";
    line-height: 1.7;
    font-size: 16px;
}
.post .post-content .post-body p {
    margin-bottom: 24px;
}
.post .post-content .post-body .post-lead {

    font-style: normal;
    color: #01ffff;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 1.1em;  
    line-height: 1.6; 
    border-left: 1px solid #01ffff;
    padding-left: 20px;
}

.post .post-content .post-body .media-container {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.post .post-content .post-body .media-container .media-caption {
    margin: auto;
    margin-top: 15px;
    font-size: 14px;
    color: #e1e1e1;
    width: 540px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    word-break: keep-all;
    overflow-wrap: break-word;

}
.post .post-content .post-body img {
    margin: auto;
}

/* game review evaluation */
.review-evaluation {
    background-color: #121212;
    padding: 16px;
    border: 1px solid #f2f2f2;
}
.review-evaluation h2 {
    margin-top: 0;
    border: none;
}
.review-evaluation .evaluation-resume {
    margin: 15px 0px;
    padding: 15px 0px;
    border-top: 1px dashed #444;
    border-bottom: 1px dashed #444;
}

.clearfix {
    float: none;
    clear: both;
}

.featured-content .featured-item {
    float: left;
    width: 100px;
    margin: 15px;
}

.featured-content .featured-item + .featured-item {
    margin-left: 15px;
}

.last-posts .post-cover {
    padding-bottom: 15px;
}


.post-header td {
    vertical-align: middle;
}



.post-header .post-title {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.post-header .post-metas {
    margin-top: 2px;
}



td.post-date {
    width: 100px;
}

.first-featured {
    float: left;
    width: 340px;
    margin-right: 15px;
}


.first-featured .featured-content {
    margin: 0;
    padding: 15px;
    background-color: #111;
}

.first-featured .featured-content .featured-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.featured-posts .post-metas {
    margin-top: 5px;
    margin-bottom: 0;
}

.last-featured {
    
}

.last-featured {
    width: 325px;
    float: left;
}

.last-featured .featured {
    border: 1px solid  #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.featured-title {
    border: none;
    margin-top: 15px;
    padding: 0;
    margin-bottom: 0;

}



.post-header {
    border: 1px solid #fff;
    margin-bottom: 15px;
}

.post-header .post-cover {
    border-bottom: 1px solid  #fff;
}

.post-header-content  {
    padding: 15px;
}

.post-header .post-title {
    margin-top: 0;
}

.post-platforms .platform {
    float: left;
    display: block;
    text-transform: uppercase;
    background-color: #3e0071;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    margin-right: 10px;

}

.post-author {
    font-style: italic;
    text-align: right;
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 14px;
    font-family: "Verdana";
}

hr {
    border-top: 1px solid #fff;
    margin-top: 32px;
    margin-bottom: 32px;
}

.badge {
    display: inline;
    padding: 2px 6px;
    background-color: #222;
    font-size: 11px;
    color: #ccc;
    text-transform: uppercase;
    white-space: nowrap;
}

.badge-platform {
    background-color: #3e0071;
}

.post-summary {
    color: #e1e1e1;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
  opacity: 0.7;
}

.game-link {
    margin-top: 10px;
    padding: 8px 0;
}

.button {
    border: 1px solid  #fff;
    color: #fff;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;

}

.button:hover {
    color: #00f0ff;
    border-color:  #00f0ff;
    text-decoration: none;
}

.post-metas-extra {
    color: #e1e1e1;
}

blockquote {
    color: #8a81f7;;
    border: 1px solid #8a81f7;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.post .post-content .post-body blockquote p {
    margin: 0;
    font-style: italic;
    font-size: 18px;
}