@charset "utf-8";

#middle {
    margin-top : 30px !important ;
}


.wrapp-btn-more {
    font-family: roboto_condensedbold;
    text-align: right;
    margin-right: 0;
}

.details-bons-plans h1 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 11px;
}

.details-bons-plans a.category-more {
    font-family: roboto_condensedbold;
    text-transform: none;
    font-size: 15px;
    display: inline-block;
    float: right;
    padding: 13px 20px 0 0;
    text-decoration: none;
    color: #792475;
}

.details-bons-plans a.category-more i {
    display: inline-block;
    width:7px;
    height:7px;
    background:url("../../generic/img/btn-sprite.png") no-repeat;
    background-position: -76px -358px;
    vertical-align:middle;
    margin-right:6px;
}

.details-bons-plans a:hover.category-more {
    color: #000;
}

.details-bons-plans a:hover.category-more i {
    background-position: -76px -348px;
}

.details-bons-plans .inner-details {
    padding: 0 20px 10px 20px;
}

.details-bons-plans .item {
    width: 320px;
    margin-right: 25px;
    position: relative;
    float: left;
}

.details-bons-plans .item .ico {
    float: left;
}

.details-bons-plans .item .subcategory-title {
    float: left;
    margin: 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #792475;
    line-height: 15px;
}

.details-bons-plans .item .category-title {
    float: left;
    margin: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    width: 68%;
}

.details-bons-plans .item .promo {
    background: #3C7aB7;
    border-radius: 5px;
    font-family: roboto_condensedbold;
    font-size: 21px;
    color: #FFF;
    padding: 11px 7px;
    position: absolute;
    top: 65px;
    right: 0;
    text-shadow: -1px -1px 0 #0958a4, 1px -1px 0 #0958a4, -1px 1px 0 #0958a4, 1px 1px 0 #0958a4;
}

.details-bons-plans .item .category-img {
    float: left;
    margin: 18px 0 10px;
    max-width: 250px;
    width: 100%;
}


.details-bons-plans .description {
    float: left;
    width: 100%;
    max-width: 720px;
    padding-top: 10px;
    padding-left: 20px;
}

.category-img {
    float: left;
    width: 100%;
    max-width: 200px;
    padding-top: 10px;
}
@media screen and (min-width: 1281px) {
    .details-bons-plans .description {
        max-width: 800px;
    }
}
@media screen and (max-width: 960px) {
    .details-bons-plans .description {
        max-width: 60%;
        float: none;
        margin-left: 220px;
    }
}
@media screen and (max-width: 640px) {
    .details-bons-plans .description {
        max-width: 40%;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .details-bons-plans .description {
        max-width: 100%;
        float: none;
        margin-left:0;
        padding-left: 0;
    }
    .category-img {
        float: none;
        margin-bottom: 10px;
    }
}
.details-bons-plans .description p {
    color: #222222; 
    font-size: 14px; 
    text-align:justify;
    padding: 0; 
}

.details-bons-plans .description p.tooshort {
    min-width:960px;
}

.details-bons-plans .description  p.big {
    font-family: roboto_condensedbold;
}

.details-bons-plans a.button {
    font-size: 15px;
}

.details-bons-plans .coupon {
    float: left;
    /*margin-right: 160px;*/
}

.details-bons-plans .coupon p {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    color: #727272;
    font-size: 14px;
    text-align:center;
}

.details-bons-plans .jeux.buttons {
    width: 144px;
    text-align: center;
    margin: 30px auto 8px auto;
    display: block;
    float: none;
}

.details-bons-plans .jeux.buttons .btn-reglement {
    font-family: roboto_condensedlight;
    text-decoration: none;
    font-size: 15px;
    color: #792475;
}

.details-bons-plans .jeux.buttons .btn-reglement i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../../generic/img/btn-sprite.png") no-repeat;
    background-position: -63px -358px;
    vertical-align: middle;
    margin-left: 4px;
}

.details-bons-plans .jeux.buttons a:hover.btn-reglement {
    color: #000;
}

.details-bons-plans .jeux.buttons a:hover.btn-reglement i {
    background-position: -63px -348px;
}

.details-bons-plans .grand-concours {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.details-bons-plans .jeux.buttons {
}

.details-bons-plans .grand-concours img {
    width: 100%;
}

.details-bons-plans .buttons {
    text-align: center;
    margin: 20px auto;
    width:100%;
}
.details-bons-plans .buttonLEFT {
    width:200px;
    min-height:50px;
    margin-right:5px;
    float:right;
}
.details-bons-plans .buttonRIGHT {
    width:230px;
    min-height:50px;
    margin-left:5px;
    float:right;
}
.buttonCENTER {
    width:auto;
    min-height:50px;
    margin-left:auto;
    margin-right: auto;
    float:none;
    clear:both;
}



#boxVIDEO .wrappVIDEO ,#boxVIDEO .wrappVIDEO #player {
    width:100%;
    float:none;
    clear:both;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; 
}
#boxVIDEO {
    width:100%;
    float:none;
    clear:both;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; 
    margin:40px auto 0 auto;
}


/*//////////////////////////////////////////
RESPONSIVE STYLES : LESS THAN 1280PX
//////////////////////////////////////////*/
@media screen and (max-width: 1279px) {


    .details-bons-plans .inner-details {
        padding: 0 0 30px 0;
    }
    .details-bons-plans a.category-more {
        padding: 13px 0 0 0;
    }

    .details-bons-plans .item {
        width: 290px;
        text-align: left;
    }
    .details-bons-plans .item .category-img {
        max-width: 220px;
        width: 100%;
    }

    .details-bons-plans .coupon {
        /*margin-right: 72px;*/
        text-align: center;
    }
    .details-bons-plans .coupon .down-btn, .details-bons-plans .coupon .button {
        margin: 0;
    }

}