html, body { margin: 0; padding: 0; }

.gp-game-module {
    font-family: 'Open Sans',sans-serif;
    width: 100%;

    height: 259px;
    background: #f7f7f7;
    float: left;
}

.gp-game {
    display: block;
    float: left;
    width: 205px;
    height: 259px;
}

.gp-game-title {
    width: 185px;
    height: 55px;
    display: block;
    float: left;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    background: #ffa903;
    color: #000;
    position: relative;
}
.gp-game-title:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-box-shadow:inset 0 3px 2px 0 rgba(0,0,0,0.5);
    box-shadow:inset 0 3px 2px 0 rgba(0,0,0,0.5);
}

.gp-game-cover {
    position: relative;
    display: block;
    float: left;
    width: 205px;
    height: 184px;

    background: #fff;
    text-align: center;
}

.gp-game-cover:before {
    content: "";







    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.gp-game-cover img {
    display: inline-block;
    max-height: 184px;
    max-width: 100%;
    vertical-align: middle;
}

.gp-comparateur {
    display: block;
    height: 259px;
    overflow-y: auto;
    background: #fff;
}
  
.price-box-games {
    width: 100%;

    height: 259px;
    display: block;
    float: left;
    overflow-y: auto;
    list-style: none;

    background: #f6f6f6;
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

    .price-box-games li {
        width: 100%;
        height: 50px;
        float: left;
        display: block;

    }

    .price-box-games li+li {
        border-top: 1px solid #e8e8e8;
    }

    .price-box-games li a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 0 0 5px;
        background: #f6f6f6;
    }

        .price-box-games li a:hover {
            background: #fff;
        }

        .price-box-games li a .price-box-logo {
            display: block;
            float: left;
            max-width: 100px;
            font-size: 9px;
            margin-left: 15px;
        }

            .price-box-games li a .price-box-logo img {
                max-width: 100px;
                max-height: 35px;
                vertical-align: middle;
            }

        .price-box-games li a .game-price {
            display: block;
            height: 50px;
            float: right;
            font-family: 'Open sans', sans-serif;
            font-size: 20px;
            font-weight: 400;
            color: #000;
        }

        .price-box-games li a .game-price .price {
            display: inline-block;
            /*width: 62px;*/
            text-align: right;
            font-weight: 700;
        }

        .price-box-games li a .game-price .cta-go {
            display: inline-block;
            color: #fff;
            text-transform: uppercase;
            background: #ffa903;
            height: 27px;
            vertical-align: middle;
            line-height: 27px;
            font-size: 12px;
            padding: 0 18px 0 7px;
            margin-left: 25px;
        }

        .price-box-games li a .game-price .cta-go img {
            margin-left: 5px;
        }

        .price-box-games li a .game-price .cta-go:before {
            display: inline-block;
            content: "voir l'offre";
        }

    .icon-box, .icon-download {
        display: inline-block;
        width: 22px;
        margin-right: 0;
        vertical-align: sub;
    }

    .icon-go {
        margin-left: 5px;
        vertical-align: sub;
    }










@media screen and (max-width: 640px) {


    .price-box-games li a {
        padding: 0 0 0 2px;
    }

    .price-box-games li a .price-box-logo {
            max-width: 80px;
            margin-left: 5px;
        }

            .price-box-games li a .price-box-logo img {
                max-width: 80px;
                max-height: 30px;
            }

    .price-box-games li a .game-price .cta-go {
        height: 27px;
        vertical-align: middle;
        line-height: 27px;
        font-size: 12px;
        padding: 0 12px 0 5px;
        margin-left: 7px;
    }

    .price-box-games li a .game-price .cta-go img {
        margin-left: 7px;
    }

    .price-box-games li a .game-price .cta-go:before {
        display: none;
    } 
}

@media screen and (max-width: 459px) {
    .gp-comparateur {
        width: 100%;
    }

    .gp-game-module {
        max-width: 480px;
        height: 340px;
    }

    .gp-game {
        display: block;
        float: left;
        width: 100%;
        height: 100px;
    }

    .gp-game-title {

        width: 70%;
        height: 70px;
        display: block;

        float: right;
        padding: 15px 0;
        text-align: center;
        font-size: 12px;
        background: #ffa903;
        color: #000;
    }
	
	.gp-game-title:after {
	    display: none;
	}

    .gp-game-cover {
        position: relative;
        display: block;
        float: left;
        width: 30%;
        height: 100px;
        background: #fff;
        text-align: center;
    }

    .gp-game-cover img {
        height: 100px;
    }

    .price-box-games {
        width: 100%;
        max-width: 480px;
    }

    .price-box-games li a {
        padding: 0 0 0 2px;
    }

    .price-box-games li a .price-box-logo {
            max-width: 80px;
            margin-left: 5px;
        }

            .price-box-games li a .price-box-logo img {
                max-width: 80px;
                max-height: 30px;
            }

    .price-box-games li a .game-price .cta-go {
        height: 27px;
        vertical-align: middle;
        line-height: 27px;
        font-size: 12px;
        padding: 0 12px 0 5px;
        margin-left: 7px;
    }

    .price-box-games li a .game-price .cta-go img {
        margin-left: 7px;
    }

    .price-box-games li a .game-price .cta-go:before {
        display: none;
    } 
}

