/* Core Stuff */

@font-face {
    font-family: "stdText";
    src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face {
    font-family: "titleText";
    src: url("../fonts/Oswald-Regular.ttf");
}

 html, button, input, select, textarea, body, .tooltip:after {
    font-family: "stdText";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    margin-top:0;
    background-color: #181216;
    background-image: url('../images/background.png');
    /*background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    font-size: 16px;
    text-shadow: 0px 0px 4px rgba(0,0,0,.8);
    color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "titleText";
    font-weight: normal;
    color: #ffffff;
    letter-spacing: initial;
}

h1 {
    font-size: 2.4em;
    text-shadow: 2px 2px 0px rgb(0,0,0);
    margin-bottom: 1em;
}

h2 {
    font-size: 1.4em;
    text-shadow: 0px 2px 0px rgb(0,0,0);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    padding-left: 8px;
}

h3 {
    font-size: 1.2em;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(0,0,0);
}

a,
a:focus,
a:hover,
a:active,
a.active,
a:visited {
    color: #FFA500;
    text-decoration: none;
}

.pagination .page-item a:hover,
.pagination .page-item a:focus,
a:focus,
a:hover {
    color: white;
}

.pagination .page-item.active a {
    background-color: #FFA500;
    color: #333;
}

.tooltip:after {
    font-weight: normal;
}

/* Utility Classes */

@media (min-width: 480px) {
    .container {
        width: 420px;
    }
}

@media (min-width: 600px) {
    .container {
        width: 540px;
    }
}

@media (min-width: 840px) {
    .container {
        width: 780px;
    }
}

@media (min-width: 960px) {
    .container{
        width: 900px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1170px;
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

img.left {
    margin-right: 8px;
}

.right {
    float: right
}

img.right {
    margin-left: 8px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-discreet {
    font-size: 0.8em;
    color: #c0c0c0;
}

.hidden {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-image: url('../images/modal.png');
    display: none;
}

/* Content Styling */

.header-side {
    background-image: url('../images/divider.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-top: 40px;
}

.header .logo {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 20px;
}

.slogan {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    padding-right: 8px;
    text-align: right;
    color: #c0c0c0;
}

.content-box {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    box-shadow: 0 0 12px rgba(0,0,0,.4), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    background-color: rgb(4,4,4);
    text-align: left;
    padding: 20px;
    padding-top: 80px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.content-box .divider, .content-box hr {
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.content-box h1 {
    text-align: center;
}

.text-box h1, .home-box h1, .reviews-box h1 {
    margin-bottom: 2em;
}

.content-box strong {
    font-weight: normal;
    color: #999;
}

.modal-content {
    margin: 15% auto;
}

button {
    padding: 8px;
    border-radius: 4px;
    border: 0;
    background-image: linear-gradient(rgb(255, 165, 0), rgb(255, 106, 0));
    box-shadow: 0 0 12px rgba(0,0,0,.4), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    color: #333;
    font-weight: bold;
}

button:hover {
    filter: brightness(120%);
}

.content table img {
    max-width: none;
}

.content table tr td, .content table tr th {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer {
    text-shadow: 2px 2px 2px #000;
    font-size: 0.8em;
}

.alert {
    text-align: center;
}

.pagination {
    justify-content: center;
}

/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 4px;
    text-shadow: 2px 2px 2px #000;
}

.breadcrumbs i {
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumbs span, .breadcrumbs i {
    font-size: 0.9em;
}

/* pics */

strong img {
    /*box-shadow: 1px 2px 5px 1px #000;*/
    border-radius: 4px;
}

.gallery-pix {
    padding-left: 2px;
    padding-right: 2px;
}

.gallery-pix img, .gallery-link, .gallery-album-link {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    /*box-shadow:0 0 8px rgba(0,0,0,.4);*/
    transition: all .2s;
}

.gallery-pix img:hover {
    filter: brightness(120%);
}

.gallery-album {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 10px;
}

.gallery-link, .gallery-album-link {
    display: table;
    text-align: center;
    width: 100%;
    height: 120px;
    font-family: "titleText";
    margin: 0 auto;
}

.gallery-link {
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: "titleText";
    font-size: 1.2em;
    overflow: hidden;
}

.gallery-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.gallery-link-text, .gallery-album-text {
    display: table-cell;
    vertical-align: middle;
}

.gallery-album-link, .gallery-album-link:visited {
    color: #f0f0f0;
}

.gallery-album-link:hover {
    filter: brightness(120%);
}

.gallery-album-ribbon {
    display: block;
    font-family: "stdText";
    font-size: 0.8em;
    background-color: rgba(255, 255, 255, 0.1);
    color: #c0c0c0;
}

.featherlight .featherlight-content {
    border-radius: 4px;
    background-color: #222222;
    color: #f0f0f0;
    box-shadow:0 0 8px rgba(0,0,0,.4);
}

.featherlight .featherlight-close-icon {
    background: none;
    color: #f0f0f0;
}

.featherlight-next span, .featherlight-previous span {
    color: white;
    text-shadow: none;
}

.featherlight-next:hover, .featherlight-previous:hover {
    background-color: rgba(0,0,0,.2);
}

/* cross section */

.rubrique-info {
    color: #999;
    text-align: center;
    font-size: 0.9em;
}

/* about */

.about-preview {
    margin: 8px 16px auto;
}

.about-article-summary {
    font-size: 0.9em;
    color: #c0c0c0;
}

/* review */

.review-thumbnail-link, .review-thumbnail-link:visited {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: all .2s;
    color: #f0f0f0;
    position: relative;
    background-position: center;
    background-size: cover;
    margin-bottom: 16px;
}

.review-all-link {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: block;
    width: 100%;
    transition: all .2s;
    padding: 8px;
}

.review-thumbnail-link:hover {
    filter: brightness(110%);
}

.review-thumbnail-title-box, .review-thumbnail-note-box {
    position: absolute;
    width: 100%;
    padding: 8px;
}

.review-thumbnail-title-box {
    top: 0;
    font-size: 1.4em;
}

.review-thumbnail-title {
    display: inline-block;
    text-shadow: 2px 2px 2px rgb(0,0,0);
    font-family: "titleText";
}

.review-thumbnail-note-box {
    bottom: 0;
    font-size: 1.6em;
    text-align: right;
}

.review-thumbnail-note {
    display: inline-block;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    font-family: "titleText";
}

.review-thumbnail-fav {
    display: inline-block;
    margin-right: 4px;
}

.review-thumbnail-note-total {
    color: #454545;
}

.genre {
    text-transform: capitalize;
}

.note-finale {
    font-size: 3.0em;
    font-family: "titleText";
    text-shadow: 2px 2px 0px rgb(0,0,0);
}

.note-finale-text {
    color: #c0c0c0;
    font-size: 0.9em;
}

.note-total {
    color: #999;
    font-size: 0.5em;
}

.game-info {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #c0c0c0;
    font-size: 0.9em;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px;
}

.game-info p {
    margin: 0;
    padding: 0;
}

.game-review-date {
    text-align: right;
    color: #999;
    font-size: 0.9em;
    margin-bottom: 8px;
}

/* review player */

.review-player-title {
    border: 1px solid #333;
    border-radius: 4px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-position: right center;
    background-repeat: no-repeat;
}

.review-player-heart {
    float: right;
    font-size: 2.4em;
    margin-top: -0.3em;
    margin-right: 8px;
}

.review-player-note-icon {
    margin-top: -32px;
    float: right;
}

.review-player-note {
    font-family: "titleText";
    font-size: 3.0em;
    display: inline-block;
}

.review-player-note-total {
    color: #999;
    font-size: 0.5em;
}

.review-player-note-bar {
    background: #454545;
}

.review-player-content {
    border-left: 1px solid #000;
    padding-left: 8px;
}

/* reviews */

.reviews-game {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 8px;
    padding: 4px;
    border-radius: 4px;
}

.reviews-title {
    margin-left: 88px;
}

.reviews-logo {
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    float: left;
    margin-left: -88px;
    display: block;
}

.reviews-link {
    font-size: 1.4em;
    font-family: 'titleText';
}

.reviews-game-info {
    color: #c0c0c0;
    font-size: 0.9em;
}

.reviews-game-date {
    color: #999;
    font-size: 0.9em;
}

.reviews-eval > * {
    vertical-align: middle;
}

.reviews-note-finale, .reviews-fav {
    display: inline-block;
}

.reviews-note-finale, .reviews-fav .fa-heart {
    font-size: 2.4em;
}

.reviews-note-finale {
    font-family: "titleText";
}

.reviews-fav {
    margin-right: 16px;
    text-align: center;
}

.reviews-fav .fa-heart {
    line-height: 1.5;
}

.reviews-fav-name {
    font-size: 0.9em;
    color: #c0c0c0;
}

.reviews-note-total {
    color: #454545;
}

.reviews-note-finale-bar {
    background: #454545;
}

.filters {
    border: 1px solid rgba(192, 192, 192, 0.2);
    border-radius: 4px;
    background-color: rgba(192, 192, 192, 0.1);
    margin-bottom: 8px;
    padding: 16px;
    font-size: 0.9em;
}

.filter {
    padding: 8px;
}

.filter-title {
    color: #c0c0c0;
    display: block;
}

.filter select {
    width: 100%;
    border: 0;
    background-color: rgba(255, 255, 255, 0.2);
    color: #c0c0c0;
    padding: 4px;
}

.filter option {
    background-color: #212121;
    color: #c0c0c0;
}

/* lpdm */

.lpdm-avis {
    font-size: 0.6em;
    color: rgba(255, 255, 255, 0.8);
}

.lpdm-thumbnail-avis {
    display: inline-block;
    padding: 4px;
    font-family: "titleText";
    font-size: 2em;
}

/* comments */

.comments-box {
    padding: 20px;
}

.comment {
    margin-bottom: 20px;
}

.comment-author {
    color: #c0c0c0;
}

.comment-text {
    padding-left: 16px;
    padding-right: 16px;
}

.comments-form {
    display: none;
}

.comments-form .form-data {
    margin-bottom: 16px;
}

.comments-form .form-data input, .comments-form .form-data textarea {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.comments-form .form-data textarea {
    height: 120px;
}

.comments .button {
    padding-left: 24px;
    padding-right: 24px;
}

/* char specific stuff */

.fa-thumbs-up {
    color: #f0f0f0;
}

.fa-thumbs-down {
    color: #666;
}

.review-player_fenx {
    background-image: linear-gradient(to right, rgb(51, 19, 0), rgb(25, 9, 0));
}

.review-player_harley-kim {
    background-image: linear-gradient(to right, rgb(51, 16, 51), rgb(25, 8, 25));
}

.border_fenx, .review-player_fenx {
    border-color: #7F3300;
}

.border_harley-kim, .review-player_harley-kim {
    border-color: #7F2B7F;
}

.color_fenx, .review-player_fenx .fa-heart, .fav_fenx .fa-heart {
    color: #FF6600;
}

.color_harley-kim, .review-player_harley-kim .fa-heart, .fav_harley-kim .fa-heart {
    color: #993399;
}

.bar-item._fenx {
    background-color:#FF6600;
}

.bar-item._harley-kim {
    background-color: #993399;
}