@charset "utf-8";
/* CSS Document */
@import "style_oriolis.css";


/*////////////////////////////
SKINS COMPOSANTS
////////////////////////////*/
@import "main-header.css";
@import "main-footer.css";
@import "main-buttons.css";
@import "main-slider.css";
@import "main-mentions.css"; /* SKIN MENTIONS-LEGALES */
@import "main-tabs.css"; /* SKIN DU PLUGIN JQUERY-UI TABS et ACCORDION */
@import "main-free-zone.css"; /* SKIN PARTIE INSEREE VIA BACK-OFFICE */
@import "main-form.css";


@font-face {
    font-family: 'robotocondensed';
    src: url('../fonts/roboto-condensed-webfont.eot');
    src: url('../fonts/roboto-condensed-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-webfont.woff') format('woff'),
        url('../fonts/roboto-condensed-webfont.ttf') format('truetype'),
        url('../fonts/roboto-condensed-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.eot');
    src: url('../fonts/robotocondensed-light-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-light-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('../fonts/robotocondensed-lightitalic-webfont.eot');
    src: url('../fonts/robotocondensed-lightitalic-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-lightitalic-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-lightitalic-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-lightitalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('../fonts/robotocondensed-bolditalic-webfont.eot');
    src: url('../fonts/robotocondensed-bolditalic-webfont.eot#iefix') format('embedded-opentype'),
        url('../fonts/robotocondensed-bolditalic-webfont.woff') format('woff'),
        url('../fonts/robotocondensed-bolditalic-webfont.ttf') format('truetype'),
        url('../fonts/robotocondensed-bolditalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}

html {
    margin: 0;
    padding: 0;
}

h1 , h2 , h3 , h4 , h5 , h6 {
    font-family: 'roboto_condensedbold';
    font-weight: normal !important;
}

p {
    font-family: 'roboto_condensedlight';
}

.reset {
    /* ADD */
    width: 100%!important;
    height: 1px!important;
    display: block!important;
    float: none!important;
    clear: both!important;
}

li {
    list-style:none;
}

.hidden {
    display: none;
}

.add-right {
    float: right;
}

.add-left {
    float: left;
}

.no-margin {
    margin: 0 !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* HTML .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.break {
    width: 100%;
    clear: both;
    height: 1px;
    display: block;
}

.h1 {
    color: #792475;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}

.h3, h1.h3, h2.h3, h3.h3, h4.h3 {
    font-size: 18px;
}

.text-indent {text-indent:-9999px;}


.line_shadow {
    background: url("../skins/generic/img/line_shadow.png") no-repeat 50% 0;
    display: block;
    height: 12px;
    width: 100%;
    margin: 10px auto 0 auto;
}

#main {
    min-width: 1280px;
    overflow: hidden;
}

.hide {
    display:none;
}
.show {
    display:block;
}

/*//////////////////////////////////////////
CORRECTION LAYOUT NON RESPOSIVE
//////////////////////////////////////////*/
.nonRESPONSIVE .menuMain {display:none!important;}

/*//////////////////////////////////////////
CLASSES POUR LIMITATION AFFICHAGE TACTILE
//////////////////////////////////////////*/
.touch .displayTOUCH {
    display:block!important;
}
.mouse .displayTOUCH {
    display:none!important;
}
.touch .noTOUCH {
    display:none!important;
}
.mouse .noTOUCH {
    display:block!important;
}
/*//////////////////////////////////////////
FIN CLASSES POUR LIMITATION AFFICHAGE TACTILE
//////////////////////////////////////////*/


/*//////////////////////////////////////////
BOUTONS CLASSES STYLES
//////////////////////////////////////////*/
a.button {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -44px;
    color: #FFF;
    display: block;
    float: left;
    font-family: roboto_condensedlight;
    font-size: 15px;
    height: 38px;
    margin-right: 6px;
    padding-right: 16px;
    text-decoration: none;
    position: relative;
    min-width: 128px;
    text-shadow: 1px 1px 1px #4C174a;
    text-align: left;
}
a.button span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 11px 30px 14px 18px;
}
a.button i {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -43px;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 4px;
}

a.button:hover {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -130px;
}

a:hover.button span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -88px;
}

a:hover.button i {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -130px;
}
/* Big Button end here */

/* Big Button Gray starts here  */
a.button.gray {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -214px;
    color: #792475;
    display: block;
    float: left;
    font-family: roboto_condensedlight;
    font-size: 15px;
    height: 38px;
    margin-right: 6px;
    padding-right: 16px;
    text-decoration: none;
    position: relative;
    /*min-width: 178px;*/
    text-shadow: none;
    text-align: left;
}

a.button.gray span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -171px;
    display: block;
    line-height: 14px;
    padding: 11px 30px 14px 18px;
}

a.button.gray i {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -213px;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 4px;
}

a.button.gray:hover {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -298px;
}

a:hover.button.gray span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -257px;
}

a:hover.button.gray i {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -298px;
}
/* Big Button Gray ends here  */

/* Small Button starts here*/
a.button.small {
    height: 30px;
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -407px;
    min-width: 153px;
}

a.button.small span {
    height: 22px;
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -371px;
    padding: 7px 30px 0px 18px;
}

a.button.small I {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -407px;
    width: 20px;
    height: 20px;
}

a.button.small:hover {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -478px;
}

a:hover.button.small span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -443px;
}

a:hover.button.small I {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -478px;
}
/* Small Button end here */

/* Slider Purple Button starts here  */

/* Slider Purple Button end here  */

/* Slider Gray Button starts here  */


/* Slider Gray Button ends here  */

/* Download Button starts here */
a.down-btn {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -44px;
    color: #FFF;
    display: block;
    float: left;
    font-family: roboto_condensedlight;
    font-size: 15px;
    height: 38px;
    margin-right: 6px;
    padding-right: 16px;
    text-decoration: none;
    position: relative;
    min-width: 178px;
    text-shadow: 1px 1px 1px #4C174a;
    text-align: left;
}

a.down-btn span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 11px 30px 14px 18px;
}

a.down-btn i {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -338px;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 4px;
}

a.down-btn:hover {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat right -130px;
}

a:hover.down-btn span {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat 0 -88px;
}

a:hover.down-btn i {
    background: transparent url('../skins/generic/img/btn-sprite.png') no-repeat -32px -338px;
}
/*//////////////////////////////////////////
FIN BOUTONS CLASSES STYLES
//////////////////////////////////////////*/



img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#main.home #middle {
    padding: 0px 0px 72px 0px;
}



/*///////////////////////////////////
CLASSES LAYOUT
///////////////////////////////////*/



h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
p {margin:0;padding:0;}



.hidden-desktop {
    display:none;
}
.visible-smarphone {
    display:none;
}

.hidden-less1180 {
    display:none;
}
.visible-less1180 {
    display: block;
}


/* STLYES FLOATING */
.pull-left {float:left;}
.pull-right{float:right;}
/* STYLES ALIGNEMENTS */
.txt-center {text-align:center;}
.txt-left {text-align:left;}
.txt-right {text-align:right;}
/* STYLES TEXTES */
.txt-maj {text-transform: uppercase;}
.no-underline {text-decoration:none!important;}
/* STYLES COULEUR TEXTE */
.txt-black {color:#000000;}
.txt-blackmedium {color:#b0b0b0;}
.txt-blacklight {}
.txt-grey-light {color:#9f9e9e;}
.txt-white {color:#ffffff;}
.txt-purple {color:#792475;}
/* STYLES BORDS */
.border-grey {
    border:#cccccc 2px solid;
}
.border-spacer {
    width:90%;
    height: 1px;
    margin: 5px auto;
    background:#cccccc;
    clear:both;
}

/* STYLES COULEURS DE FOND */
.bg-blue-light {background-color:#afc1d5;}
.bloc-white {background:#ffffff;}
.bloc-grey-light {background:#e0e0e0;}  

span.line {display:block;}

sup.renvoi {
    font-size:10px;
}    

/*//////////////////////
CLASSE : BRAND ORANGE */
.colorORANGE {color:#ff6600;}
.logo-open {
    font-family: "roboto_condensedlight";
    color:#ff6600;
}

/*////////////////////////////////
CLASSE : LIEN DE RENVOI FACE H1 */    
.btnRENVOISGLOBAL {
    position:absolute;
    top:-48px;
    right:10px;
    font-family: "roboto_condensedbold";
    font-size:15px;
    line-height:18px;
}

/*//////////////////////////////////
CLASSE : STRUCTURE PAGES INTERNES */      
.page-level-2 #middle {
    padding:55px 0px 25px 0px;
}
.page-level-2 .h1 {
    margin:20px 0 0 0;
    color: #792475;
    font-size: 22px;
    text-transform: uppercase;
}
.page-level-2 .mention-usages {
    position:relative;
    top:0;
    left:0;
    font-size:11px;
    color:#6e6e6e;
}    
.mainSECTION {
    width:100%;
    margin:30px auto 20px auto;
}
.mainSECTION .mid {
    position:relative;
    top:0;
    left:0;
    width:100%;
}
.mainSECTION .mid .content, .secondarySECTION .mid .content {
    width:1180px;
    margin:0 auto;
}    




/*///////////////////////////////////
FIN CLASSES LAYOUT
///////////////////////////////////*/





/*Top Carousel ends here*/


/* main content styles starts here */
#sectionTITRE {}
#sectionTITRE .mid {}
.icheckbox_flat-purple, .iradio_flat-purple {
    background: url("../skins/generic/img/purple.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 20px;
}
.icheckbox_flat-purple {
    background-position: 0 0;
}
.icheckbox_flat-purple.checked {
    background-position: -22px 0;
}
.icheckbox_flat-purple.disabled {
    background-position: -44px 0;
    cursor: default;
}
.icheckbox_flat-purple.checked.disabled {
    background-position: -66px 0;
}
.iradio_flat-purple {
    background-position: -88px 0;
}
.iradio_flat-purple.checked {
    background-position: -110px 0;
}
.iradio_flat-purple.disabled {
    background-position: -132px 0;
    cursor: default;
}
.iradio_flat-purple.checked.disabled {
    background-position: -154px 0;
}
@media not all, not all, not all, not all {
.icheckbox_flat-purple, .iradio_flat-purple {
    background-image: url("../skins/generic/img/purple-2x.jpg");
    background-size: 176px 22px;
}
}
#sectionTITRE {
}
#sectionTITRE .mid {
}

#sectionTITRE .mid .wrapp-content {
    display: block;
    margin: 0 auto;
    width: 1160px;
    padding: 10px 0px 0 0px;
}


#middle {
    display: block;
    margin: 0 auto;
    width: 1160px;
    padding: 10px 0px 25px 0px;
    min-height: 500px;
}

#middle #ariane, .mainSECTION #ariane {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 22px;
    display: inline-block;
    clear: both;
    font-family: 'roboto_condensedlight';
    margin-left: 5px;
}

#middle #ariane a, .mainSECTION #ariane a {
    color: #000000;
    text-decoration: none;
    margin: 0px 0px 0px 5px;
    display: inline;
}

#middle #ariane a:hover, .mainSECTION #ariane a:hover {
    color: #000;
    text-decoration: none;
}

#middle #ariane a.hp, .mainSECTION #ariane a.hp {
    margin: 0px 0px 0px 0px;
}

#middle #ariane strong, .mainSECTION #ariane strong {
    font-weight: normal;
    text-decoration: underline;
    margin: 0px 0px 0px 5px;
}

/* main content styles ends here */



.plans {
    margin-top: 14px;
    width: 100%;
}

.plans h1 {
    width: 765px;
    float: left;
}

.plans p {
    margin: 0;
    color: #9F9E9E;
    font-size: 14px;
    width: 765px;
    float: left;
}

.filter-plans {
    list-style: none;
    padding: 0;
    float: left;
    max-width: 800px;
}

.filter-plans li {
    float: left;
    margin-right: 4px;
    height: 90px;
}

.filter-plans li.tous {
    margin-right: 34px;
}

.filter-plans li a {
    width: 58px;
    display: block;
    font-family: roboto_condensedbold;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.filter-plans li a:hover {
    color: #792475;
    font-weight: normal;
}

.filter-plans li a span {
    display: block;
    width: 48px;
    height: 47px;
    text-align: center;
    background: url("../skins/generic/img/filter-plans-sprite.png") no-repeat;
    margin: 0 auto 0px;
}

.filter-plans li a:hover span {
    background: url("../skins/generic/img/filter-plans-sprite.png") no-repeat;
}

.filter-plans li a.reglar span {
    background-position: -10px -47px;
}

.filter-plans li a.reglar:hover span, .filter-plans li a.reglar.current span {
    background-position: -10px 0;
}
.filter-plans li a.tous span {
    background-position: -510px -47px;
}

.filter-plans li a.tous:hover span, .filter-plans li a.tous.current span {
    background-position: -510px 0;
}



.filter-plans li a.evader span {
    background-position: -81px -47px;
}

.filter-plans li a.evader:hover span, .filter-plans li a.evader.current span {
    background-position: -81px 0;
}

.filter-plans li a.relooker span {
    background-position: -151px -47px;
}

.filter-plans li a.relooker:hover span, .filter-plans li a.relooker.current span {
    background-position: -151px 0;
}

.filter-plans li a.sentir span {
    background-position: -222px -47px;
}

.filter-plans li a.sentir:hover span, .filter-plans li a.sentir.current span {
    background-position: -222px 0;
}

.filter-plans li a.divertir span {
    background-position: -294px -47px;
}

.filter-plans li a.divertir:hover span, .filter-plans li a.divertir.current span {
    background-position: -294px 0;
}

.filter-plans li a.equiper span {
    background-position: -365px -47px;
}

.filter-plans li a.equiper:hover span, .filter-plans li a.equiper.current span {
    background-position: -365px 0;
}

.filter-plans li a.etre-top-chef span {
    background-position: -437px -47px;
}

.filter-plans li a.etre-top-chef:hover span, .filter-plans li a.etre-top-chef.current span {
    background-position: -437px 0;
}

.filter-plans li a.bp-flash span {
    background-position: -581px -47px;
}

.filter-plans li a.bp-flash:hover span, .filter-plans li a.bp-flash.current span {
    background-position: -581px 0;
}

.filter-plans li a.bp-norm span {
    background-position: -652px -47px;
}

.filter-plans li a.bp-norm:hover span, .filter-plans li a.bp-norm.current span {
    background-position: -652px 0;
}

.filter-plans li a.jeux-concours span {
    background-position: -724px -47px;
}

.filter-plans li a.jeux-concours:hover span, .filter-plans li a.jeux-concours.current span {
    background-position: -724px 0;
}

#boxACCES {
    float:right;
}
#boxACCES li {
    float:left;
    list-style: none;
}

/*End Plans style here
Start Connection Box*/
.connectionBox {
    float: right;
    display: block;
    margin: 0;
    padding: 16px 6px;
    width:368px;
    position: relative;
    top:10px;
    background:#F2F2F2;
    border-radius:3px;
    box-shadow:0 1px 2px rgba(0,0,0,0.4);

}

.connectionBox span.text {
    display: block;
    color: #5E5E5E;
    font-family: roboto_condensedlight;
    font-size: 15px;
    line-height: 32px;
    font-weight: normal;
    float:left;
}

.connectionBox .button {
    width:140px !important;
    margin:0 0 0 6px;
    float:right;
}
.connectionBox .button.gray {
    width:140px !important;
    min-width:auto;
    float:left;
}

/*End Connection Box
Start Category header*/
.category-box.bons-plans-flash {
    margin: 14px auto 50px auto;
}

.category-box.bons-plans {
    margin: 14px auto 50px auto;
}

.category-box.jeux-concours {
    margin: 14px auto 20px auto;
}

.category-box .h1 {
    padding:0 6px;
    margin:0 auto;
    background: -moz-linear-gradient(left,  rgba(237,237,237,1) 75%, rgba(248,248,248,1) 90%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(75%,rgba(237,237,237,1)), color-stop(90%,rgba(248,248,248,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 75%,rgba(248,248,248,1) 90%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,  rgba(237,237,237,1) 75%,rgba(248,248,248,1) 90%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,  rgba(237,237,237,1) 75%,rgba(248,248,248,1) 90%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(237,237,237,1) 75%,rgba(248,248,248,1) 90%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ffffff',GradientType=1 );
    height:34px;
    line-height:34px;
}
.category-box .h1 a.category-more {
    padding: 0 0;
}

.category-box a.category-more {
    text-transform: none;
    font-size: 15px;
    display: inline-block;
    float: right;
    padding-top: 13px;
    text-decoration: none;
    color: #792475;
    outline: none;
    cursor: pointer;
}

.category-box a.category-more i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../skins/generic/img/btn-sprite.png") no-repeat;
    background-position: -63px -358px;
    vertical-align: middle;
    margin-left: 10px;
}

.category-box a.category-more.current i {
    background-position: -93px -358px;
}

.category-box a:hover.category-more {
    color: #000;
}

.category-box a:hover.category-more i {
    background-position: -63px -348px;
}

.category-box a.category-more.current:hover i {
    background-position: -93px -348px;
}
/*End Category header
Start Category list*/
.category-list {
    width: 100%;
    padding: 0;
    list-style: none;
    float: left;
    margin: 0;
}

.category-list li {
    float: left;
}

.category-list .item {
    width: 22%;
    margin-right: 4%;
    position: relative;
    margin-top: 20px;
}

.category-list .item.hidden {
    display: none;
}

.category-list .item.last {
    margin: 0;
    margin-top: 20px;
}

.concours-list .item.last {
    margin: 0;
    margin-top: 20px;
}

.category-list .item .ico {
    float: left;
}

.category-list .item .subcategory-title {
    float: left;
    margin: 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #792475;
    line-height:48px;
    width: 186px;
}

.category-list .item h3.category-title {
    float: left;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.category-list .item .star-rating {
    /* NEW */
    float: left;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.touch .category-list .item .star-rating {
    display:none;
}

.category-list .item .category-img {
    float: left;
    margin: 8px 0 10px;
    max-width: 180px;
    border:#000000 1px solid;
    /* MODIFIED */
    width: 100%;
}

.category-list .item .promo {
    min-width:40px;
    height:40px;
    background: #3C7aB7;
    border-radius: 5px;
    font-family: roboto_condensedbold;
    font-size: 21px;line-height:40px;
    color: #FFF;
    padding: 0 3px;
    position: absolute;
    top:36px;
    left:154px;
    text-shadow: -1px -1px 0 #0958a4, 1px -1px 0 #0958a4, -1px 1px 0 #0958a4, 1px 1px 0 #0958a4;
}
/*styles for the star rater*/
.star-rating {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 125px;
    height: 16px;
    position: relative;
    overflow: hidden;
    background: url("../skins/generic/img/rating-sprite.png") repeat-x top left;
    float: left;
}

.star-rating li {
    padding: 0px;
    margin: 0px;
    width: 25px;
    height: 20px;
    float: left;
}

.star-rating li a {
    display: block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    overflow: hidden;
}

.star-rating li a:hover {
    background: url("../skins/generic/img/rating-sprite.png") 0 -40px;
    z-index: 2;
    left: 0px;
    border: none;
}

.star-rating a.one-star {
    left: 0px;
}

.star-rating a.one-star:hover {
    width: 25px;
}

.star-rating a.two-stars {
    left: 25px;
}

.star-rating a.two-stars:hover {
    width: 50px;
}

.star-rating a.three-stars {
    left: 50px;
}

.star-rating a.three-stars:hover {
    width: 75px;
}

.star-rating a.four-stars {
    left: 75px;
}

.star-rating a.four-stars:hover {
    width: 100px;
}

.star-rating a.five-stars {
    left: 100px;
}

.star-rating a.five-stars:hover {
    width: 125px;
}

.star-rating li.current-rating {
    background: url("../skins/generic/img/rating-sprite.png") 0 -20px;
    position: absolute;
    height: 15px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

a:active {
    outline: none;
}

/* End Category list */

/* Start Jeux Concours Category list */
ul.concours-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.concours-list .item {
    width: 22%;
    /* MODIFIED */
    text-align: left;
    margin: 20px 4% 20px 0px;
    /* MODIFIED */
    float: left;
}

ul.concours-list .item:last-child {
    margin-right: 0;
}

ul.concours-list .item .category-title {
    text-transform: uppercase;
    font-size:18px;
    margin:0;
    padding:0;
}

ul.concours-list .item .category-img {
    margin: 10px 0;
    max-width: 211px;
    width: 100%;
    border:#000000 1px solid;
}

ul.concours-list .item .ico {
    float: left;
}

ul.concours-list .item .subcategory-title {
    float: left;
    margin: 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #792475;
    line-height: 15px;
    width: 186px;
}

ul.concours-list .item h2.category-title {
    float: left;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 16px;
}




/* End Jeux Concours Category list */

/* Selection starts here*/
.selection {
    margin: 30px auto 0 auto;
}

.inner-selection {
    position: relative;
}
/*Selection Side-push starts here*/

.selection .side-push {
    list-style: none;
    margin: 29px 0 0 0;
    padding: 0;
    width: 270px;
}

.selection .side-push .item {
    border-top: 1px solid #E5E5E5;
    display: inline-block;
    width: 270px;
    padding-bottom: 6px;
}

.selection .side-push .item:last-child {
    padding-bottom: 10px;
}

.selection .side-push .item h3 {
    margin: 10px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}



.selection .side-push .item .readMore {
    display: block;
    color: #792475;
    text-decoration: none;
}

.selection .side-push .item a:hover.readMore {
    color: #000;
}

.selection .side-push .item .readMore i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../skins/generic/img/btn-sprite.png") no-repeat;
    background-position: -63px -358px;
    vertical-align: middle;
    margin-left: 4px;
}

.selection .side-push .item a:hover.readMore i {
    background-position: -63px -348px;
}

.selection .side-push .item.odd p {
    float: left;
    width: 122px;
    margin: 4px 0;
    padding: 0;
    color: #9F9E9E;
    font-size: 14px;
}

.selection .side-push .item.odd .ico {
    float: right;
    margin: 18px 0 10px 14px;
    padding: 0;
}

.selection .side-push .item.even p {
    float: right;
    width: 129px;
    margin: 4px 0;
    padding: 0;
    color: #9F9E9E;
    font-size: 14px;
}

.selection .side-push .item.even .ico {
    float: left;
    margin: 24px 23px 0 0;
    padding: 0;
}
/*Selection Side-push ends here */



/* Selection Facebook box starts here*/
.selection .facebook-box {
    float: right;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    display: inline-block;
    width: 270px;
    margin: 29px 0 0 0;
    overflow: hidden;
}
.facebook-box h3  {
    font-size: 18px;
    margin: 10px 0 8px 0;
}

/*Selection Facebook box end here */

/* Video Box starts here  */

.video-box {
    width: 270px;
    border-top: 1px solid #dedede;
    margin: 29px 0 0 0;
}

.video-box h3.h3 {
    font-size: 18px;
    margin: 10px 0 8px 0;
}

.video-box .readMore {
    float: left;
    font-family: roboto_condensedbold;
    text-decoration: none;
    font-size: 15px;
    color: #792475;
    margin-top: 12px;
}

.video-box .readMore i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../skins/generic/img/btn-sprite.png") no-repeat;
    background-position: -63px -358px;
    vertical-align: middle;
    margin-left: 4px;
}

.video-box a:hover.readMore {
    color: #000;
}

.video-box a:hover.readMore i {
    background-position: -63px -348px;
}

.overlay-video {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../skins/generic/img/video/overlay.png);
    top: 0px;
    left: 0px;
    display: none;
    z-index: 100000;
}

.player-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
}

.player {
    position: absolute;
    width: 960px;
    height: 570px;
    top: -260px;
    left: -480px;
}

a.stop-player {
    position: absolute;
    width: 23px;
    height: 25px;
    top: 20px;
    right: -12px;
    z-index: 1001;
    text-decoration: none;
    color: #fff;
    font-family: 'roboto_condensedbold';
    line-height: 29px;
    text-align: center;
    background-image: url(../skins/generic/img/close-btn-sprite.png);
    background-position: top;
}

a:hover.stop-player {
    background-position: 0px -25px;
}

.player-head {
    position: absolute;
    width: 960px;
    height: 0px;
    top: -290px;
    left: -480px;
    z-index: 1000;
}

.carousel-video {
    width: 270px;
    height: 233px;
    position: relative;
}

.carousel-video h1 {
    margin: 10px 0;
    line-height: 36px;
}

.video-bottom {
    position: absolute;
    display: block;
    text-decoration: none;
    top: 300px;
    left: 0px;
}

.big-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 178px;
}

.big-video .big-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 178px;
}

.big-video .big-img-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
}

.thumb-video-wrapper {
    position: absolute;
    top: 182px;
    left: 0;
    width: 270px;
    height: 55px;
}

.video-left-arrow {
    background-image: url(../skins/generic/img/video/arrow-left.png);
    position: absolute;
    top: 23px;
    left: 0px;
    width: 10px;
    height: 14px;
    cursor: pointer;
}

.video-right-arrow {
    background-image: url(../skins/generic/img/video/arrow-right.png);
    position: absolute;
    top: 23px;
    right: 0px;
    width: 10px;
    height: 14px;
}

.video-list-wrapper {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 230px;
    height: 46px;
    overflow: hidden;
}

.thumb-video {
    position: absolute;
    top: 0px;
    width: 70px;
    height: 46px;
    display: block;
    text-decoration: none;
}

.thumb-video .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.thumb-video .thumb-img-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 53px;
}

.play-button-video {
    position: absolute;
    width: 55px;
    height: 55px;
    background: url("../skins/generic/img/video/play-btn.png") no-repeat;
    background-position: top;
    top: 70px;
    left: 115px;
}

a:hover.play-button-video {
    background-position: bottom;
}

.media-query-detect-video {
    display: none;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
}

.mejs-container .mejs-controls {
    visibility: visible!important;
    background: black!important;
    opacity: 1!important;
    display: block!important;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    cursor: default!important;
}

.mejs-overlay-button {
    background: none!important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: url(../skins/generic/img/video/time-current.png) repeat-x 0 0!important;
}

.mejs-time-total, .mejs-time-current {
    height: 8px!important;
}

/* Concours Push starts here */
.concours-push {
    float: left;
    text-align: left;
    width: 100%;
    max-width: 270px;
    border-top: 1px solid #dedede;
    margin: 29px 0 0 0;
}

.concours-push .zone-title {
    margin: 10px 0 4px 0;
}

.concours-push .ico {
    float: left;
}

.concours-push h6.subcategory-title {
    color: #792475;
    float: left;
    font-size: 14px;
    line-height: 15px;
    margin: 0 10px;
    padding: 0;
    text-transform: uppercase;
    width: 186px;
}

.concours-push h3, .concours-push .h3 {
    font-size: 18px;
    text-transform: uppercase;
    width: 186px;
    line-height: 18px;
    margin: 0 10px;
    padding: 0;
    float: left;
}

.concours-push .img {
    max-width: 255px;
    width: 100%;
}

.concours-push .text {
    font-family: roboto_condensedbold;
    font-size: 17px;
    text-transform: uppercase;
    margin: 28px 0 16px;
    display: block;
    line-height: 22px;
}

.concours-push .readMore {
    float: left;
    font-family: roboto_condensedbold;
    text-decoration: none;
    font-size: 15px;
    color: #792475;
}

.concours-push .readMore i {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../skins/generic/img/btn-sprite.png") no-repeat;
    background-position: -63px -358px;
    vertical-align: middle;
    margin-left: 4px;
}

.concours-push a:hover.readMore {
    color: #000;
}

.concours-push a:hover.readMore i {
    background-position: -63px -348px;
}

/* Concours Push ends here */

/* Selection ends here */


/* Fixed Social Media starts here  */
.fixed_social_media {
    display: block;
    position: fixed;
    right: -5px;
    bottom: 10%;
    z-index: 999;
}

.fixed_social_media ul {
    background: #f1f1f1;
    display: inline-block;
    margin: 0;
    padding: 12px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
}

.fixed_social_media ul > li {
    list-style: none;
}

.fixed_social_media ul > li > a {
    background: url("../skins/generic/img/social-sprite.png") no-repeat;
    width: 37px;
    height: 37px;
    border-radius: 3px;
    display: block;
    text-indent: -99999px;
    margin-bottom: 10px;
    background-size: cover;
    overflow: hidden;
}

.fixed_social_media ul > li:last-child > a {
    margin: 0;
}

.fixed_social_media ul > li .facebook {
    background-position: 0 0;
}

.fixed_social_media ul > li .twitter {
    background-position: 0 -42px;
}

.fixed_social_media ul > li .googleplus {
    background-position: 0 -84px;
}
/* Fixed Social Media ends here  */






/*//////////////////////////////////////////
FLAP STYLES
//////////////////////////////////////////*/

/* Flaps starts here  */

.flaps {
    float: left;
    width: 100%;
    max-width: 570px;
    text-align: center;
    position: absolute;
    left: 295px;
    top: 0;
}

.flaps > h3 {
    font-size: 18px;
    margin: 0px  auto 4px auto;
}

.flaps .readMore {
    float: left;
    font-family: roboto_condensedbold;
    text-decoration: none;
    font-size: 15px;
    color: #792475;
}

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

.flaps a:hover.readMore {
    color: #000;
}

.flaps a:hover.readMore i {
    background-position: -63px -348px;
}

.flapsCarousel {
    width: 570px;
    height: 302px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.flapsCarousel .bottomShadow {
    background-image: url(../skins/generic/img/flasp_shadow.png);
    width: 541px;
    height: 15px;
    background-position: center bottom;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 14px;
}
.flapsCarousel .flapContentElement {
    width: 207px;
    height: 287px;
    display: block;
    background-image: url(../skins/generic/img/flaps_bg_large.png);
    background-repeat: repeat;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    float: left;
    position: relative;
    background-position: right 0;
    margin-right: -22px;
    overflow: hidden;
}
.flapsCarousel .flapContentElement.second-flap, .flapsCarousel .flapContentElement.third-flap {
    border-radius: 0;
}
.flapsCarousel .flapContentElement.third-flap {
    position: absolute;
    top: 0;
    right: 15px;
}
.headerSubtitle span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../skins/generic/img/flaps_icons.png);
    vertical-align: -5px;
    margin-left: 5px;
}

.contentSubtitle span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../skins/generic/img/flaps_icons.png);
    vertical-align: -5px;
    margin-left: 5px;
}

.flapsCarousel.colorPurple .flapContentElement {
    background-image: url(../skins/generic/img/flaps_bg_purple_large.png);
}

.flapsCarousel .flapContentElement .triggerBtn {
    background-image: url(../skins/generic/img/flasp_trigger_btn.png);
    /* change background position to right on the element to have the minus sign on the btn */
    background-position: 0px 0px;
    width: 38px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0px;
    top: 126px;
    outline: none;
}

.flapsCarousel .flapContentElement a:hover.triggerBtn {
    background-position: 0px 40px;
}

.flapsCarousel .flapContentElement.opened .triggerBtn {
    background-position: -38px 0px;
}

.flapsCarousel .flapContentElement.opened a:hover.triggerBtn {
    background-position: -38px -40px;
}

/**************************************************************/

.flapsCarousel .headerTitle {
    font-family: 'roboto_condensedbold';
    color: #792475;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    min-width: 145px;
    margin: 10px 20px 5px 20px;
}

.flapsCarousel .headerSubtitle {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    min-width: 185px;
    text-align: center;
    margin: 5px 0px 10px 0px;
}

.flapsCarousel .contentSubtitle {
    position: absolute;
    left: -182px;
    top: 26px;
    margin: 0;
    text-align: left;
}

.flapsCarousel .flapRightContentWrapper {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}

.purpleLine {
    border-bottom: 2px solid #792475;
    margin: 0 20px 0 20px;
}

.flapsCarousel img.flapsMainImg {
    width: 140px;
    height: auto;
    display: block;
    position: absolute;
    top: 30px;
    left: 24px;
}

.flapsCarousel .flapHeaderWrapper {
    overflow: hidden;
    margin-top: 5px;
    margin-right: -10px;
}

.flapsCarousel .flapContentWrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 175px;
    height: 287px;
    overflow: hidden;
    cursor: pointer;
}

.flapsCarousel.colorPurple .flapContentWrapper {
    background: url("../skins/generic/img/flaps_dark_bg_1280.png") no-repeat;
}

.flapsCarousel .flapLeftContentWrapper {
    text-align: center;
    position: absolute;
    left: 0px;
    top: 65px;
    width: 185px;
    height: 190px;
    z-index: 900;
}

.flapsCarousel .flapRightContentWrapper {
    position: absolute;
    top: 20px;
    left: 195px;
    width: 275px;
    height: 265px;
    z-index: 899;
}

.flapsCarousel .contentText {
    font-family: 'roboto_condensedlight';
    width: 270px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    height: 165px;
    position: absolute;
    left: 0;
    top: 55px;
    margin: 0;
    color: gray;
    opacity: 0;
    text-align: left;
}

.flapsCarousel a.moreDetails {
    font-family: 'roboto_condensedbold_italic';
    color: #792475;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 160px;
    text-align: right;
}

.flapsCarousel a:hover.moreDetails {
    color: #000;
}

.flapsCarousel span.promo {
    background-color: #3c7ab7;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'roboto_condensedbold';
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.flapsCarousel .flapRightContentWrapper .button {
    position: absolute;
    left: 50px;
    bottom: 10px;
}

/**************************************************************/

.flapsCarousel .flapHeaderWrapperPurple {
    overflow: hidden;
    margin-top: 0px;
    margin-right: -10px;
}

.flapsCarousel .headerTitlePurple {
    font-family: 'roboto_condensedbold';
    color: #792475;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    margin: 10px 0px 0px 0px;
    display: block;
    text-transform: uppercase;
    min-width: 185px;
}

.flapsCarousel .headerSubtitlePurple {
    font-family: 'roboto_condensedbold';
    color: #792475;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    margin: 0px 0px 5px 0px;
    display: block;
    min-width: 185px;
}

.flapsCarousel img.flapsMainImgPurple {
    width: 80px;
    height: auto;
    display: block;
    position: absolute;
    top: 10px;
    left: 18px;
}

.flapsCarousel a.moreDetailsPurple {
    font-family: 'roboto_condensedbold_italic';
    color: white;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 160px;
    text-align: right;
}

.flapsCarousel a:hover.moreDetailsPurple {
    color: #792475;
}

.flapsCarousel .price {
    position: absolute;
    top: 20px;
    left: 100px;
    color: #792475;
    font-family: 'roboto_condensedbold';
    width: 80px;
    line-height: 30px;
    text-shadow: 2px 0px #fff;
    text-align: left;
}

.flapsCarousel .price span.text {
    font-size: 15px;
    line-height: 16px;
    text-shadow: 2px 0px #fff;
    margin-left: 3px;
}

.flapsCarousel .price span.nr {
    float: left;
    font-size: 31px;
}

.flapsCarousel .price sup {
    font-size: 17px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 2px;
    float: left;
}

.flapsCarousel .listContent {
    font-family: 'roboto_condensedlight';
    padding: 0px 0px 0px 0px;
    width: 235px;
    height: 150px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
    list-style: none;
    color: #625e62;
    position: absolute;
    top: 70px;
    left: 45px;
    margin: 0;
    opacity: 0;
    text-align: left;
}

.media-query-detect {
    display: none;
    padding: 0;
    margin: 0;
    width: 0px;
    height: 0px;
}


/*////////////////////////
SectionMEA
////////////////////////*/
.sectionMEA .mid .content {
    background:#ededed;
    width:100%;
    max-width:1160px;
    padding:20px 10px;    
}
.sectionMEA .zone-mea .bottomBlock{
    position:relative;
    float:left;
    width: 24%;
    max-width:280px;
    height:220px;
    margin:0px 1% 0px 0px;
    overflow:hidden;
}
.sectionMEA .zone-mea .bottomBlock .over-button {
    position:absolute;
    top:0;
    left:0;
    z-index:20;
    width:100%;
    max-width:260px;
    height:100%;
    cursor:pointer;
}
.sectionMEA .zone-mea .bottomBlock .btn-know-more {
    position:absolute;
    bottom:-60px;
    left:48px;
    z-index:22;
    cursor:pointer;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.sectionMEA .zone-mea .bottomBlock:hover .btn-know-more {
    bottom:6px;
}
.sectionMEA .zone-mea .bottomBlock .wrapp-block-mea {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    max-width:260px;
    height:100%;
}
.sectionMEA .zone-mea .bottomBlock .wrapp-block-mea-hover {
    position:absolute;
    top:100%;
    left:0;
    z-index:15;
    width:100%;
    max-width:260px;
    height:100%;
    opacity:0;
    background-color: #912b8b;
    background-color: rgba(145,40,143,0.8);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}
.sectionMEA .zone-mea .bottomBlock:hover .wrapp-block-mea-hover {
    top:0;
    opacity:1;  
}
.sectionMEA .zone-mea .bottomBlock .wrapp-block-mea-hover p {
    padding:6px;
    color:#ffffff;
    max-height:120px;
    overflow:hidden;
}

.sectionMEA .zone-mea .bottomBlock h3 , .sectionMEA .zone-mea .bottomBlock img, .sectionMEA .zone-mea .bottomBlock a.readMore{
    max-width:260px;
    width:100%;
}

.sectionMEA .zone-mea .bottomBlock h3 {
    color:#ffffff;
    padding:0 6px;
}

.sectionMEA .zone-mea .bottomBlock a.readMore{
    color:#792475;
    font-size:12px;
    font-family: 'roboto_condensedbold';
    text-align:right;
    height:20px;
    line-height:20px;
    margin:15px 0px 0px 0px;
    display:block;
}
.sectionMEA .zone-mea .bottomBlock a:hover.readMore{
    color:#000;
}
.sectionMEA .facebook-box {
    width:20%;
    float: left;
    margin-top:-22px;
}
.sectionMEA .facebook-box h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
/*////////////////////////
FIN SectionMEA
////////////////////////*/


/*///////////////////////
PAGE CONNEXION //////
///////////////////////*/
.registration_box { margin-top: 35px; }
.registration_box h3 {
    font-size:16px;
    font-family: 'roboto_condensedbold';
    color:#782674;
    padding-left:15px;
}
.register { border-bottom: 0 !important;}
.registration_form {
    overflow: hidden;
    margin: 0 auto;
    padding: 15px;
    min-width: 200px;
    max-width: 600px;
}

.registration_form input[type="text"], .registration_form input[type="password"] {
    float: left;
    border: solid 1px #ebebeb;
    border-radius: 8px;
    background-color: #ebebeb;
    color: #333;
    margin: 0 0 10px 0;
    width: 100%;
    height: 45px;
    text-align: center;
}

.registration_form input[type="submit"] {
    float: left;
    border: solid 1px #782674;
    border-radius: 8px;
    padding: 15px 0;
    background-color: #782674;
    color: #fff;
    width: 100%;
    font-family: 'roboto_condensedlight', Arial;
    font-size: 15px;
}

.registration_breadcrumbs {
    height:30px;
    width:100%;
    display:inline-block;
    padding:0px 0px 13px 0px;
    background-image:url(../skins/generic/img/header_shadow.png);
    background-position:bottom center;
    background-repeat:no-repeat;
    position:relative;
    background-color:#fff;
}
.registration_breadcrumbs span {
    margin: 0 auto;
    display: block;
    width: 220px;
}
.registration_breadcrumbs span i {
    background: url(../skins/generic/img/btn-sprite.png) no-repeat -74px -357px;
    display: block;
    width: 10px;
    height:10px;
    margin: 6px 5px 0 0;
    float: left;
}

.registration_breadcrumbs a { font-family: 'roboto_condensedlight', Arial; font-size: 15px; color: #782874; text-decoration: none; }
.registration_breadcrumbs a:hover { text-decoration: underline; }

.registration_links {
    margin: 0 auto;
    min-width: 200px;
    max-width: 600px;
}
.registration_links a {
    font-family: 'roboto_condensedlight', Arial;
    font-size: 15px;
    text-decoration: underline;
    color: #782874;
    line-height: 25px;
}
.registration_links a:hover {
    text-decoration: none;
}

/*///////////////////////
FIN PAGE CONNEXION //////
///////////////////////*/


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

    #main {
        min-width: 960px;
    }

    .mainSECTION .mid .content, .secondarySECTION .mid .content, #sectionTITRE .mid .wrapp-content {
        width:960px;
        margin:0 auto;
    }  



    /* structure : < 1280 px */

    .mainSECTION {}
    .mainSECTION .mid {}
    .mainSECTION .mid .wrapp-content {}



    #middle {
        width: 920px;
    }

    .line_shadow {
        background: url("../skins/generic/img/line_shadow_960.png") no-repeat;
    }  

    /* Fin structure : < 1280 px */



    .hidden-less1180 {
        display:block;
    }
    .visible-less1180 {
        display: none;
    }




    /* PAGE : HOME BONS PLANS */



    .category-box.jeux-concours {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    ul.concours-list .item .subcategory-title {
        width: 140px;
        margin:0 0 0 6px;
    }

    ul.concours-list .item h2.category-title {
        width: 140px;
        font-size:13px;
        margin:0 0 0 6px;
    }  

    .category-list .item .subcategory-title {
        width: 126px;
    }

    .category-list .item h3.category-title {
        width: 126px;
        font-size:13px;
    }  
    /* FIN PAGE : HOME BONS PLANS */






    /* BOX : VIDEOS < 1280 px */
    .video-box {
        width: 445px;
    }
    .video-box h3 {
        margin: 16px 0 15px 0;
    }
    .video-box .readMore {
        margin-top: -18px;
    }
    .media-query-detect-video {
        height: 1px;
    }
    .carousel-video {
        width: 455px;
        height: 240px;
    }
    .big-video {
        width: 335px;
        height: 220px;
    }
    .big-video .big-img {
        width: 335px;
        height: 220px;
    }
    .big-video .big-img-over {
        width: 335px;
    }
    .video-left-arrow {
        left: 30px;
        top: -10px;
        background-image: url(../skins/generic/img/video/arrow-up.png);
        width: 14px;
        height: 10px;
    }
    .video-right-arrow {
        left: 30px;
        top: 235px;
        background-image: url(../skins/generic/img/video/arrow-bottom.png);
        width: 14px;
        height: 10px;
    }
    .thumb-video-wrapper {
        top: -5px;
        left: 362px;
        width: 80px;
        height: 230px;
    }
    .video-list-wrapper {
        position: absolute;
        top: 5px;
        left: 0px;
        width: 80px;
        height: 221px;
    }
    .thumb-video .thumb-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 53px;
    }
    .thumb-video .thumb-img-over {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
    }
    .thumb-video {
        width: 80px;
        height: 53px;
    }
    .video-bottom {
        top: 280px;
    }
    .play-button-video {
        width: 55px;
        height: 55px;
        top: 85px;
        left: 145px;
    }
    /* FIN Box : vidéos  < 1280 px */


    /* Box : Flaps < 1280 px */
    .selection {
        margin: 10px auto 0 auto;
    }

    .selection .flaps {
        float: right;
        max-width: 100%;
        position: inherit;
        left: 0;
        top: 0;
    }

    .selection .flaps  > h3 {
        margin: 22px 0 16px;
    }

    .selection .side-push {
        width: 445px;
        float: left;
    }

    .selection .side-push .item {
        width: 445px;
        padding-bottom: 7px;
    }

    .selection .side-push .item.even .ico {
        margin: 24px 47px 0 0;
    }

    .selection .side-push .item h3 {
        margin: 10px 0 0;
    }

    .selection .side-push .item.even p, .selection .side-push .item.odd p {
        width: 280px;
    }

    .selection .facebook-box {
        width: 446px;
    }

    .selection .flaps {
        margin-top: 0px;
    }

    .flapsCarousel {
        width: 915px;
    }

    .flapsCarousel .flapContentElement {
        width: 322px;
    }

    .flapsCarousel .bottomShadow {
        width: 887px;
        background-position: center top;
        left: 9px;
    }

    .flapsCarousel .flapLeftContentWrapper {
        left: 60px;
    }

    .flapsCarousel .contentText {
        width: 620px;
    }

    .flapsCarousel .flapRightContentWrapper .button {
        left: 240px;
    }

    .flapsCarousel .flapContentWrapper {
        width: 290px;
    }

    .flapsCarousel.colorPurple .flapContentWrapper {
        background: url("../skins/generic/img/flaps_dark_bg_960.png") no-repeat;
    }

    .flapsCarousel .flapRightContentWrapper {
        width: 620px;
    }

    .flapsCarousel .listContent {
        width: 580px;
        margin-left: 50px;
    }  

    /* Fin Box : Flaps < 1280 px */



    /* Box : Push Jeux-concours < 1280 px */
    .concours-push {
        margin: 29px 20% 0 0;
    }

    .concours-push .text {
        float: left;
        margin: 4px 0 0;
    }
    /* Fin Box : Push Jeux-concours < 1280 px */

    .media-query-detect {
        height: 1px;
    }
}


/*///////////////////////////////////
SKIN PLUGINS : CUSTOM INPUT 
///////////////////////////////////*/
.boxPARENT {}
.boxPARENT .contentBOX {
    display:none;
}
.boxPARENT .btnOPEN {
    cursor:pointer;
}



/*///////////////////////////////////
SKIN PLUGINS : CUSTOM INPUT 
///////////////////////////////////*/
.secondarySECTION.sectionMEA {
    margin-top: 30px;
}



/*///////////////////////////////////
SKIN PLUGINS : CUSTOM INPUT 
///////////////////////////////////*/
.custom-checkbox {
    margin: 10px 0;
    position: relative;
}
.custom-checkbox input {
    left: 2px;
    margin: 0;
    position: absolute;
    top: 3px;
    z-index: 0;
    width:6px;
}
.custom-checkbox label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 6px 0 10px 30px;
    position: relative;
    z-index: 1;
}
.custom-checkbox label {
    background: url("../skins/generic/img/filter_checkbox.png") no-repeat scroll 0 0 transparent;
    font-family: roboto_condensedbold;
    font-size: 14px;
}
.custom-checkbox label {
    background-position: -15px -15px;
}
.custom-checkbox label.checked {
    background-position: -15px -116px;
    color: #792475;
}
.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
    background-position: -15px -116px;
}
.custom-checkbox label.focus {
    outline: 1px dotted #CCCCCC;
}
/*///////////////////////////////////
FIN SKIN PLUGINS : CUSTOM INPUT 
///////////////////////////////////*/




/*///////////////////////////////////
SKIN PLUGINS : TOOLTIP FROM BOOTSTRAP 
///////////////////////////////////*/
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}


/*///////////////////////////////////
CORRECTION FONT-AWESOME
///////////////////////////////////*/


/*///////////////////////////////////
CORRECTION SI IE < 9
///////////////////////////////////*/
.lt-ie9 .ico img {
    max-width: none;
}


.lt-ie9 .less1280 #main {
    min-width: 960px;
}

.lt-ie9 .less1280 .mainSECTION .mid .content, .lt-ie9 .less1280 .secondarySECTION .mid .content, .lt-ie9 .less1280 #sectionTITRE .mid .wrapp-content {
    width:960px;
    margin:0 auto;
}  


.lt-ie9 .less1280 #middle {
    width: 920px;
}




.lt-ie9 .less1280 .selection .flaps {
    float: right;
    position: inherit;
    left: 0;
    top: 0;
    max-width: none;
}

.lt-ie9 .less1280 .selection .flaps  > h3 {
    margin: 22px 0 16px;
}

.lt-ie9 .less1280 .selection .side-push {
    width: 445px;
    float: left;
}

.lt-ie9 .less1280 .selection .side-push .item {
    width: 445px;
    padding-bottom: 7px;
}

.lt-ie9 .less1280 .selection .side-push .item.even .ico {
    margin: 24px 47px 0 0;
}

.lt-ie9 .less1280 .selection .side-push .item h3 {
    margin: 10px 0 0;
}

.lt-ie9 .less1280 .selection .side-push .item.even p, .lt-ie9 .less1280 .selection .side-push .item.odd p {
    width: 280px;
}

.lt-ie9 .less1280 .selection .facebook-box {
    width: 446px;
}

.lt-ie9 .less1280 .selection .flaps {
    margin-top: 0px;
}

.lt-ie9 .less1280 .flapsCarousel {
    width: 915px;
}

.lt-ie9 .less1280 .flapsCarousel .wrapp-elastic-slider {
    width: 322px;
}
.lt-ie9 .more1280 .flapsCarousel .wrapp-elastic-slider {
    width:207px;
}
.lt-ie9 .more1280 .flapsCarousel .flapContentWrapper {
    width: 175px;
}

.lt-ie9 .less1280 .flapsCarousel .bottomShadow {
    width: 887px;
    background-position: center top;
    left: 9px;
}

.lt-ie9 .less1280 .flapsCarousel .flapLeftContentWrapper {
    left: 60px;
}

.lt-ie9 .less1280 .flapsCarousel .contentText {
    width: 620px;
}

.lt-ie9 .less1280 .flapsCarousel .flapRightContentWrapper .button {
    left: 240px;
}

.lt-ie9 .more1280 .flapsCarousel .flapRightContentWrapper {

    width: 175px;

}

.lt-ie9 .less1280 .flapsCarousel .flapContentWrapper {
    width: 290px;
}

.lt-ie9 .less1280 .flapsCarousel.colorPurple .flapContentWrapper {
    background: url("../skins/generic/img/flaps_dark_bg_960.png") no-repeat;
}

.lt-ie9 .less1280 .flapsCarousel .flapRightContentWrapper {
    width: 620px;
}

.lt-ie9 .less1280 .flapsCarousel .listContent {
    width: 580px;
    margin-left: 50px;
}  


.lt-ie9 .less1280 .concours-push {
    margin: 29px 20% 0 0;
}

.lt-ie9 .less1280 .concours-push .text {
    float: left;
    margin: 4px 0 0;
}

.lt-ie9 .less1280 .media-query-detect {
    height: 1px;
}

.lt-ie9 .sectionMEA .zone-mea .bottomBlock img, .ie8 .sectionMEA .zone-mea .bottomBlock img {
    width:185px!important;
    height:185px!important;
}

/*///////////////////////////////////
FIN CORRECTION SI IE < 9
///////////////////////////////////*/


/*///////////////////////////////////
CORRECTION SI IE < 8
///////////////////////////////////*/
.lt-ie8 .gradient {filter: none;}
/*///////////////////////////////////
FIN CORRECTION SI IE < 8
///////////////////////////////////*/

/*///////////////////////////////////
CORRECTION SI IE < 7
///////////////////////////////////*/
.lt-ie7 {}
/*///////////////////////////////////
FIN CORRECTION SI IE < 7
///////////////////////////////////*/

/***********************************
DEBUT BANDEAU CNIL
***********************************/
#messageCnil {
    background-color: #792475;
    color: #FFFFFF;
    font-family: 'roboto_condensedlight';
    font-size: 12px;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    width: 100%;
}

#messageCnil .wrapp-cnil {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 96%;
}

#messageCnil .wrapp-cnil a {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: solid;
    color: #FFFFFF;
    cursor: pointer;
}

#messageCnil .wrapp-cnil a.btn {
    background-color:#aa32a3;
    padding:0 8px;
    text-decoration:none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-bottom:#912b8b 1px solid;
    display:inline-block;
}