body {
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0
}

#center {
    width: 100%
}

#center_part_2_full {
    width: 100%
}

header {
    background: url(/content/static/bcom/desktop/evenements/2017/02_pc-gaming/images2/hub.jpg) no-repeat top center;
    padding: 0 20px;
    width: 100%;
    height: 220px
}

header .hub__txt1 {
    color: #fff;
    left: 380px;
    top: 0;
    font-size: 16px;
    position: absolute
}

header .hub__txt2 {
    color: #fff;
    left: 380px;
    top: 20px;
    font-size: 40px;
    position: absolute
}

header .hub p a {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 85px;
    right: 48px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3px
}

header .hub p a:hover {
    background: #fff;
    color: #333
}

header .hub__share {
    position: absolute;
    top: -30px;
    right: 45px;
    text-align: right
}

header .hub__share p {
    line-height: 35px;
    padding-right: 15px;
    height: 35px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle
}

header .hub__share__fb {
    margin-right: 7px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: middle
}

header .hub__share__tw {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: middle
}

section.ctn {
    background: #333;
    width: 100%
}

.hub {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    clear: both
}

.hub * {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333
}

.hub svg {
    fill: #fff
}

.hub a:hover svg {
    fill: #00b0f0
}

.clear {
    width: 100%;
    overflow: hidden;
    clear: both
}

@media only screen and (min-width: 768px) {
    .section-title {
        font-size: 22px;
        line-height: 25px;
        margin: 0 0 25px;
    }
}

.section-title {
    color: #3e3e3e;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

/* BUTTONS */

.btn, .btn:focus, .btn:hover {
    border: 1px solid;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: 38px;
    padding: 2px 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

/* PRODUCTS */

.section-products {
    background-color: #fff;
}

.section-products .owl-nav div {
    background-image: url('images2/sprite-arrow.png');
    font-size: 0;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 13px;
}

.section-products .owl-nav .owl-prev {
    background-position: 100% 50%;
    left: -23px;
}

.section-products .owl-nav .owl-next {
    background-position: 0 50%;
    right: -23px;
}

.section-products .owl-nav .disabled {
    display: none;
}

.section-products .product {
    background-color: #fff;
}

.section-products .product a, .section-products .product a:focus, .section-products .product a:hover {
    color: #3b3b3b;
    display: block;
    text-decoration: none;
}

.section-products .product .visuel {
    display: block;
    position: relative;
}

.section-products .product img {
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-products .product .odr {
    display: block;
    min-height: 28px;
}

.section-products .product .odr span {
    background-color: #f2f2f2;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 28px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 188px;
}

.section-products .product .infos {
    display: table;
    height: 52px;
    width: 100%;
}

.section-products .product .bloc-left {
    display: table-cell;
    min-height: 52px;
    padding: 0 13px 9px 0;
    vertical-align: top;
}

.section-products .product .bloc-right {
    text-align: right;
    display: table-cell;
    padding-left: 13px;
    vertical-align: top;
}

.section-products .product .bloc-right * {
    float: right
}

.section-products .product .desc {
    display: block;
    line-height: 17px;
    text-align: left;
    min-height: 52px
}

.section-products .product .desc strong {
    font-weight: 600
}

.rating {
    margin-top: 3px;
    margin-bottom: 10px
}

.section-products .product .rating.r10, .section-products .product .rating.r15, .section-products .product .rating.r20, .section-products .product .rating.r25, .section-products .product .rating.r30, .section-products .product .rating.r35, .section-products .product .rating.r40, .section-products .product .rating.r45, .section-products .product .rating.r50 {
    background-image: url('images2/rating.png');
    display: block;
    height: 11px;
    width: 72px;
}

.container {
    max-width: 1000px;
    width: 100%
}

.bestpoints {
    height: 50px;
    display: table-cell;
    vertical-align: bottom;
}

.section-products .product .rating.r10 {
    background-position: 0 -11px;
}

.section-products .product .rating.r15 {
    background-position: 0 -22px;
}

.section-products .product .rating.r20 {
    background-position: 0 -33px;
}

.section-products .product .rating.r25 {
    background-position: 0 -44px;
}

.section-products .product .rating.r30 {
    background-position: 0 -55px;
}

.section-products .product .rating.r35 {
    background-position: 0 -66px;
}

.section-products .product .rating.r40 {
    background-position: 0 -77px;
}

.section-products .product .rating.r45 {
    background-position: 0 -88px;
}

.section-products .product .rating.r50 {
    background-position: 0 -99px;
}

.section-products .product .oldprice {
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
    white-space: nowrap;
}

.section-products .product .oldprice sup {
    font-size: 10px;
    vertical-align: top;
}

.section-products .product .price {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.section-products .product .price sup {
    font-size: 14px;
    vertical-align: top;
}

.section-products .btn-selection, .section-products .btn-selection:focus, .section-products .btn-selection:hover {
    background-color: #333333;
    border-color: #333333;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 210px;
}

.section-products .btn-selection:hover {
    background-color: #fff;
    color: #333333;
}

@media only screen and (max-width: 767px) {
    .section-products {
        margin-bottom: 30px;
    }
    .section-products {
        padding: 30px;
    }
    .section-products .owl-carousel {
        margin-bottom: 65px;
    }
    .section-products .owl-dots {
        bottom: -46px;
        font-size: 0;
        left: 0;
        right: 0;
        text-align: center;
    }
    .owl-carousel .owl-dots{
            position: absolute;
    }
    .section-products .owl-dots .owl-dot {
        background-color: #cdcdcd;
        display: inline-block;
        height: 10px;
        margin: 6px;
        width: 10px;
        border-radius: 50%;
    }
    .section-products .owl-dots .owl-dot.active {
        background-color: #333333;
    }
    .section-products .product a, .section-products .product a:focus, .section-products .product a:hover {
        padding: 20px 5px;
    }
    .section-products .product .visuel {
        height: 140px;
        margin: 0 auto;
    }
    .section-products .product .odr {
        margin-bottom: 5px;
    }
    .section-products .product .btn-container {
        display: none;
    }
    .section-products .product .bloc-left {
        padding-right: 10px;
        width: 60%;
    }
    .section-products .product .bloc-right {
        padding-left: 10px;
        width: 40%;
    }
    .section-products .product .desc {
        font-size: 15px;
    }
    .section-products .btn-selection, .section-products .btn-selection:focus, .section-products .btn-selection:hover {
        font-size: 13px;
        height: 31px;
        line-height: 25px;
        width: 246px;
    }
}

@media only screen and (min-width: 768px) {
    .section-products {
        margin-bottom: 40px;
    }
    .section-products {
        padding: 40px 0 35px;
    }
    .section-products .product {
        margin-bottom: 40px;
    }
    .section-products .product a, .section-products .product a:focus, .section-products .product a:hover {
        padding: 30px 15px 0;
    }
    .section-products .product .visuel {
        height: 150px;
        margin: 0 auto 13px;
    }
    .section-products .product .odr {
        margin-bottom: 20px;
    }
    .section-products .product .infos {
        position: relative;
    }
    .section-products .product .btn-container {
        background-color: #fff;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .section-products .product a:hover .btn-container {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .section-products .product .btn, .section-products .product .btn:focus, .section-products .product .btn:hover {
        background-color: #fff;
        border: 1px solid #97a4af;
        color: #97a4af;
        left: 50%;
        margin-left: -64px;
        position: absolute;
        top: 0;
        width: 128px;
    }
    .section-products .product .bloc-left {
        width: 63%;
    }
    .section-products .product .bloc-right {
        width: 37%;
    }
    .section-products .product .desc {
        font-size: 15px;
    }
    .section-products .btn-selection, .section-products .btn-selection:focus, .section-products .btn-selection:hover {
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        width: 216px;
    }
}

#contenuhome {
    margin: 0 !important;
    padding: 0 !important
}

.offers {
    padding: 20px 57px;
    width: 886px !important;
    overflow: hidden
}

.offers a {
    transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s
}

.offers a:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.offers a:first-child {
    float: left;
    display: block
}

.offers a:last-child {
    float: right;
    display: block
}

.ll {
    float: left
}

.rr {
    float: right
}

.slice div.links * {
    color: #fff
}

.slice {
    margin-top: 100px;
    text-align: center
}

.slice .left {
    margin-right: 35px;
}
.slice a.btnn{
    width:228px !important
}
.slice a,
.slice .left {
    display: inline-block;
    width:435px;
    vertical-align: top;
}

.links h2 {
    font-weight: 400;
    margin-top: 40px;
    text-align: center;
    font-size: 38px;
    margin-bottom: 45px
}

.links p {
    text-align: center;
    font-size: 28px;
    margin-bottom: 80px
}

.links a {
    margin-top: 20px;
    font-size: 14px;
    width: 150px;
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 20px auto 0 auto;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3px
}

.links a:hover {
    background: #fff;
    color: #333
}

.RE .ctn {
    padding: 30px 0
}

.sfd25 {
    font-size: 13px;
    padding: 20px 10px;
    text-align: center
}

#gke5 {
    overflow: hidden
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots, .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #0096b1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(0, 150, 177, 0.4);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.slice a{
    transition:.2s all;
}
.slice a, .slice a span {
    border: 0;
    text-decoration: none
}
.slice a:hover{
    opacity:.7;
    filter:alpha(opacity=70)
}
.btnn {
    height: 40px;
    line-height: 40px;
    width: 225px;
    color: #fff;
    font-size:14px;
    margin:0 auto;
    display: block;
    border-radius: 3px;
}
.ctn + h2{margin-top:40px;}
.owl-item{float:left}
.color1 {background:#ed452e}
.color2 {background:#0096b1}
.owl-carousel{position:relative;}
.owl-carousel2{position: relative;max-width:1000px;width:100%;margin:0 auto;overflow:hidden}
.owl-carousel2 .owl-dots{padding-top:10px}
.owl-carousel2 .owl-nav{display:none}
section.ctn .left img
