/*---------------------------------------------------------------------------------------------------------------------
                                                    HEADER
---------------------------------------------------------------------------------------------------------------------*/
#header{
    height: auto;
    background-color: #212121;
}

#header .header__text,
#header .header__label{
    display: block;
    float: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #303030;
}

/******************** LABEL ********************/
#header .header__label.invalid,
#header .header__label.validated,
#header .header__label{
    position: relative;
    padding:    8% 0;
    font-size: 1em;
    font-size: 3vw;
    background-color: #000;
    background-image: url(../images/mobile-label-background.svg);
    background-position: center;
    background-size: auto 250%;
}

#header .header__label:after{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-top: 6%;
    width: 100%;
    color: #000;
    content: 'SUICIDE RUN';
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#header .header__label.invalid{
    background-color: #c70038;
}
    #header .header__label.invalid:after{
        padding-top: 1.6em;
        color:#c70038;
        content:'NO VALIDATE';
        font-size: 1em;
    }

#header .header__label.validated{
    background-color: #7eb61c;
}
    #header .header__label.validated:after{
        color:#7eb61c;
        content:'VALIDATED';
    }

/******************** TEXT ********************/
#header .content-text{
    margin: 0 auto;
    width: 70%;
    font-size: 1em;
    font-size: 3.2vw;
}

#header .header__text .valid-title{
    font-size: 1.6em;
}
#header .header__text .valid-informations{
    font-size: 1em;
}

#header .header__text .date{
    display: block;
    margin-top: .3em;
}

/******************** TROPHY ********************/
#header .header__text .content-text:after,
#header .header__text .content-text:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -21.43%;
    width: 21.43%; /* cross product (30 * 100 / 70) / 2 */
    height: 100%;
    background: url(../images/icon-trophy-gray.svg);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
    content: '';
}

#header .header__text .content-text:after{
    right: 0;
    left: auto;
    margin-right: -21.43%;
}



/*---------------------------------------------------------------------------------------------------------------------
                                                SCREENSHOT
---------------------------------------------------------------------------------------------------------------------*/
#screenshot {
    padding-bottom: 2em;
}
#screenshot a.image {
    position:       relative;
    display:        inline-block;
    padding-top:    100%;
    width:          98%;
}
#screenshot a.image img {
    position:       absolute;
    top:            0;
    left:           0;
    width:          100%;
}
#screenshot a.button {
    width:          70%;
    margin-top:     1em;
    margin-left:    15%;
}

/*---------------------------------------------------------------------------------------------------------------------
                                                    TABLE
---------------------------------------------------------------------------------------------------------------------*/
#sys-spec .cell,
#bench-mark .cell{
    width: 40%;
}

#bench-mark .cell{
    padding: .5em;
}
#bench-mark .row.final-row .cell{
    padding: 1em;
}

#sys-spec .cell + .cell,
#bench-mark .cell + .cell{
    width: 60%;
}
