@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;
}

@font-face {
    font-family: 'Sugo';
    src: url('../fonts/Sugo.eot');
    src: url('../fonts/Sugo.eot#iefix') format('embedded-opentype'),
    url('../fonts/Sugo.woff') format('woff'),
    url('../fonts/Sugo.ttf')  format('truetype'),
    url('../fonts/Sugo.svg') format('svg');

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'Sugo-light';
    src: url('../fonts/Sugo-UltraLight.eot');
    src: url('../fonts/Sugo-UltraLight.eot#iefix') format('embedded-opentype'),
    url('../fonts/Sugo-UltraLight.woff') format('woff'),
    url('../fonts/Sugo-UltraLight.ttf')  format('truetype'),
    url('../fonts/Sugo-UltraLight.svg') format('svg');

    font-style:   normal;
    font-weight:  200;
}




/*///////////////////////////////////////////////
modal M6
///////////////////////////////////////////////*/

#wrapppopModal {
    position: fixed;
    left: 0;
    z-index: 9900;
    width: 100%;
    height: 100%;
    /*max-height:610px;*/
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);

}

#wrapppopModal.no-display {
    visibility: hidden;
}
.ie9 #wrapppopModal,
.ie10 #wrapppopModal {
    display: block;
}
.ie9 #wrapppopModal.no-display,
.ie10 #wrapppopModal.no-display {
    display: none;
}


#wrappModalUnder {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9900;
    width: 100%;
    height: 100%;
}

#wrappModalUnder {
    opacity: 0.2;
    background-image: linear-gradient(103deg, #701864 0%, #8b2a7e 76%, #a64d95 100%);
}

#wrapppopModal .header-modal {
    height: 100px;
}
#wrapppopModal .header-modal .svg-logo-m6mobile {
    position: absolute;
    top:8px;
    left: 8px;
    height: 84px;
    width: auto;
    display: block;
}


#popModal {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 9901;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

#popModal.demo-avantages {
    top: 50%;
    left: 50%;
    max-width: 960px;
    max-height: 565px;
    margin-left: -480px;
    margin-top: -282.5px;
}

@media screen and (max-width: 959px) {
    #popModal.demo-avantages {
        top: 0%;
        left: 0%;
        max-width: none;
        max-height: none;
        margin-left: 0px;
        margin-top: 0px;
    }
}

#popModal .wrapp-pop-in {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1020px) {
    .demo-avantages .title-popin-big {
        font-size: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 32px;
        line-height: 32px;
    }
}
@media screen and (max-width: 480px) {
    .demo-avantages .title-popin-big {
        font-size: 14px;
    }
}
#popModal .wrapp-pop-in .zone-edito {
    position: relative;
    width: 100%;
    height: 100%;
}
#wrapppopModal .btn-close {
    position: absolute;
    top: 20px;
    right: 8px;
    z-index: 10000;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
}
@media screen and (max-width: 1020px) {
    #wrapppopModal .btn-close {
        top:0;
        right:0;
        padding: 8px;
        background-color: #8b2a7e;
        width: 30px;
        height: 30px;
    }
}
#wrapppopModal .btn-close:after {
    position: absolute;
    top:44px;
    right: 0px;
    content: "Fermer";
    display: block;
    width: 60px;
    font-family: "roboto_condensedlight";
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
@media screen and (max-width: 1020px) {
    #wrapppopModal .btn-close:after {
        display: none;
    }
}

#wrapppopModal .btn-close img,
#wrapppopModal .btn-close svg {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
@media screen and (max-width: 1020px) {
    #wrapppopModal .btn-close img,
    #wrapppopModal .btn-close svg {
        margin-top: -12px;
    }
}
#wrapppopModal .btn-close:hover img,
#wrapppopModal .btn-close:hover svg {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.iframeFS {
    width: 100%;
    height: 100%;
    height: calc( 100% - 100px );
    overflow: scroll;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}
.demo-avantages .iframeFS {
    height: calc( 100% - 25px );
}
/*///////////////////////////////////////////////
FIN modal M6
///////////////////////////////////////////////*/


#bodySITE.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.touch #bodySITE {
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}





.bandeau-charlie {
    width: 100%;
    text-align: center;
    background: #000000 url('../skins/generic/img/bandeau-charlie.jpg') no-repeat 50% 0;
    height: 150px;
}




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
//////////////////////////////////////////*/





/*//////////////////////////////////////////
CALL TO ACTION
//////////////////////////////////////////*/
.wrapp-call-to-action {
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'roboto_condensedlight';
    line-height:32px;
    margin:0 auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapp-call-to-action .btn {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}
.wrapp-call-to-action .btn:after {
    display: block;
    content: "";
    clear:both;
    float:none;
}
.wrapp-call-to-action .btn .fa {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width:24px;
    height:24px;
    line-height:24px;
    display: inline-block;
    margin:4px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wrapp-call-to-action .btn .fa.fa-sign-out {
    padding-left: 3px;
}
.wrapp-call-to-action .btn .intitule  {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wrapp-call-to-action.wrapp-call-to-action-bleu {
    border: 1px solid #5b7b9f;
    background-color: #5b7b9f;
}
.wrapp-call-to-action.wrapp-call-to-action-bleu:hover {
    border: 1px solid #5b7b9f;
    background-color: #6f8fb4;
}
.wrapp-call-to-action.wrapp-call-to-action-bleu .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-bleu:hover .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-bleu .btn .fa {
    border:#5b7b9f 1px solid;
    background-color: #ffffff;
    color:#5b7b9f;
}
.wrapp-call-to-action.wrapp-call-to-action-bleu:hover .btn .fa {
    border:#6f8fb4 1px solid;
    background-color: #5b7b9f;
    color:#ffffff;
}

.wrapp-call-to-action.wrapp-call-to-action-violet {
    border: 1px solid #a16ea2;
    background-color: #a16ea2;
}
.wrapp-call-to-action.wrapp-call-to-action-violet:hover {
    border: 1px solid #a16ea2;
    background-color: #792475;
}
.wrapp-call-to-action.wrapp-call-to-action-violet .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet:hover .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet .btn .fa {
    border:#792475 1px solid;
    background-color: #ffffff;
    color:#a16ea2;
}
.wrapp-call-to-action.wrapp-call-to-action-violet:hover .btn .fa {
    border:#a16ea2 1px solid;
    background-color: #a16ea2;
    color:#ffffff;
}


.wrapp-call-to-action.wrapp-call-to-action-violet-medium {
    border: 1px solid #8f2e81;
    background-color: #8f2e81;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-medium:hover {
    border: 1px solid #5d185a;
    background-color: #5d185a;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-medium .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-medium:hover .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-medium .btn .fa {
    border:#5d185a 1px solid;
    background-color: #5d185a;
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-medium:hover .btn .fa {
    border:#82337e 1px solid;
    background-color: #82337e;
    color:#ffffff;
}



.wrapp-call-to-action.wrapp-call-to-action-violet-fonce {
    border: 1px solid #82337e;
    background-color: #82337e;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-fonce:hover {
    border: 1px solid #5d185a;
    background-color: #5d185a;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-fonce .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-fonce:hover .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-fonce .btn .fa {
    border:#5d185a 1px solid;
    background-color: #5d185a;
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-violet-fonce:hover .btn .fa {
    border:#82337e 1px solid;
    background-color: #82337e;
    color:#ffffff;
}


.wrapp-call-to-action.wrapp-call-to-action-blanc {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-blanc:hover {
    border: 1px solid #5d185a;
    background-color: #5d185a;
}
.wrapp-call-to-action.wrapp-call-to-action-blanc .btn {
    color:#5d185a;
}
.wrapp-call-to-action.wrapp-call-to-action-blanc:hover .btn {
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-blanc .btn .fa {
    border:#5d185a 1px solid;
    background-color: #5d185a;
    color:#ffffff;
}
.wrapp-call-to-action.wrapp-call-to-action-blanc:hover .btn .fa {
    border:#ffffff 1px solid;
    background-color: #ffffff;
    color:#5d185a;
}
/*//////////////////////////////////////////
FIN CALL TO ACTION
//////////////////////////////////////////*/



/*//////////////////////////////////////////
CORNER BOX
//////////////////////////////////////////*/
.corner:after {
    position: absolute;
    right:-120px;
    top:30px;
    z-index:19;
    width: 126px;
    text-align: center;
    color:#9f5ba3;
    font-size:15px;
    display: block;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    font-family: 'roboto_condensedbold';
    content: attr(data-title);
}
.corner.corner-under:after {
    top:44px;
    right:-134px;
}
.corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 18;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 0;
    border-color: transparent #d7d7d7 transparent transparent;
}
.corner.corner-under {
    border-width: 0 130px 130px 0;
    z-index: 16;
}
.corner:before {
    position: absolute;
    top:4px;
    right:-96px;
    z-index: 20;
    width: 30px;
    height:30px;
    line-height:30px;
    font-family: "FontAwesome";
    background-color:#ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color:#9f5ba3;
}
.corner.corner-under:before {
    top:34px;
    right:-126px;
}
/* CORNER NOUVEAUTE */
.corner.corner-nouveaute {
    border-color: transparent #c2d0e5 transparent transparent;
}
.corner.corner-nouveaute:before {
    content: "\f006";
    font-size:20px;
}
/* FIN CORNER NOUVEAUTE */


/* CORNER PROMOTION */
.corner.corner-promotion {
    border-color: transparent #9f5ba3 transparent transparent;
}
.corner.corner-promotion:before {
    content: "\f153";
    font-size:20px;
}
.corner.corner-promotion:after {
    color:#ffffff;
}
/* FIN CORNER PROMOTION */

.corner.reconditionne {
    color:#8c847d;
}
.corner.corner-reconditionne {
    border-color: transparent #d6d1cd transparent transparent;
}
.corner.corner-reconditionne:before {
    content: "\f021";
    font-size:20px;
    color:#8c847d;
}
.corner.corner-reconditionne:after {
    color:#8c847d;
}
/* CORNER 4G */
.corner.corner-4G {
    border-color: transparent #f68b1f transparent transparent;
    color: #ffffff;
}
.corner.corner-4G:after {
    color: #ffffff;

}
.corner.corner-4G:before {
    content: "\f012";
    font-size: 20px;
    background-color: transparent;
    color: #ffffff;
}
/*//////////////////////////////////////////
FIN CORNER BOX
//////////////////////////////////////////*/








/*//////////////////////////////////////////
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;
}


/*////////////////////////
TITLE SECTION
////////////////////////*/
.title-section {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    text-align: center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 30px 0;

}
.page-index .title-section {
    padding: 0;

}
@media screen and (max-width: 640px) {
    .title-section {
        padding:20px 0 20px 0;
    }
}

.title-section.title-section-secondary {
    text-align: left;
}
.title-section.title-section-secondary h2 {
    font-size: 30px;
}
@media screen and (max-width: 640px) {
    .title-section.title-section-secondary h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .title-section.title-section-secondary h2 {
        font-size: 18px;
    }
}
.title-section.title-section-secondary h2:after {
    content: "";
    background-color: #82337e;
}
@media screen and (max-width: 480px) {
    #avantagesSection .title-section {
        height: auto;
    }
}

.title-section h2 {
    position: relative;
    width: auto;
    font-family: 'roboto_condensedbold';
    line-height: 32px;
    background: #ffffff;
    padding: 0 20px;
    color: #82337e;
    text-transform: uppercase;
    font-size: 40px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: inline-block;
}
@media screen and (max-width: 960px) {
    .title-section h2 {
        padding: 0;
        font-size: 30px;
    }
}
@media screen and (max-width: 640px) {
    .title-section h2 {
        padding: 0;
        font-size: 24px;
        line-height: 24px;
    }
}
.title-section.title-section-blanc h2 {
    position: relative;
    background: #82337e;
    width: auto;
    color: #ffffff;
}
.title-section.title-section-secondary {
    position: relative;
}
.title-section.title-section-secondary h2 {
    padding-right: 12px;
    z-index: 4;
}
.title-section.title-section-secondary:before {
    content: "";
    position: absolute;
    top:35px;
    left: 0;
    z-index: 2;
    content: "";
    width: 100%;
    height:1px;
    background-color: #82337e;
    display: block;
}
.title-section.title-section-secondary.title-section-blanc:before {
    background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
    .title-section h2 {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    #avantagesSection .title-section h2 {
        font-size: 20px;
        float: none;
        clear: both;
        margin-bottom: 6px;
    }
}
/*////////////////////////
FIN TITLE SECTION
////////////////////////*/



/*////////////////////////
SectionMEA
////////////////////////*/
.sectionMEA {
    background:#ededed;
}
.sectionMEA.section-mea-bottom {
    background: #82337e;
}
.sectionMEA .mid .content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width:100%;
    max-width:1260px;
    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;
}


@media screen and (max-width: 900px){
    .secondarySECTION.sectionMEA.section-mea-bottom {
        display: block;
    }
}
.sectionMEA.section-mea-bottom h3 {
    color: #ffffff;
}
.sectionMEA.section-mea-bottom {
    padding-bottom: 20px;
}
.sectionMEA.section-mea-bottom .mid .content {
    padding: 20px 0;
}
.sectionMEA.section-mea-bottom .zone-mea:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}
.sectionMEA.section-mea-bottom .zone-mea {

}
.sectionMEA.section-mea-bottom .zone-mea .bottomBlock {
    width: 25%;
    max-width: none;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 900px) {
    .sectionMEA.section-mea-bottom .zone-mea .bottomBlock {
        width: 50%;
    }
}
@media screen and (max-width: 520px) {
    .sectionMEA.section-mea-bottom .zone-mea .bottomBlock {
        width: 100%;
        float: none;
    }
}
.sectionMEA.section-mea-bottom .zone-mea .bottomBlock .inside-mea {
    position: relative;
    width: 100%;
    max-width: 260px;
}

.sectionMEA.section-mea-bottom .zone-mea .bottomBlock .inside-mea {
    margin-left: auto;
    margin-right: auto;
}
.sectionMEA.section-mea-bottom .zone-mea .bottomBlock .wrapp-block-mea-hover {
    pointer-events: none;
}
.sectionMEA.section-mea-bottom .zone-mea .bottomBlock .wrapp-block-mea-hover .wrapp-call-to-action {
    max-width: 180px;
    text-align: center;
    margin-top: 24px;
}
.sectionMEA.section-mea-bottom .zone-mea .bottomBlock .wrapp-block-mea-hover .wrapp-inside {
    position: relative;
    width: 100%;
    height: 100%;
}
.sectionMEA.section-mea-bottom .zone-mea .bottomBlock .wrapp-block-mea-hover .wrapp-inside .inner-mea {
    position: absolute;
    bottom: 16px;
}
/*////////////////////////
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;
        background-position: 50% 0;
    }

    /* 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%;
    text-align: center;
}

#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;
}









/*/////////////////////////////////////
SECTION SOCIAL
/////////////////////////////////////*/

.section-page {
    text-align: center;
    padding: 30px 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-page:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}
.section-page .wrapp-title h2.title-section {
    font-family: "robotocondensed";
    font-size: 26px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #a05ba4;
}
.section-page .wrapp-title h3.subtitle-section {
    font-family: 'roboto_condensedlight';
    font-size: 16px;
    line-height: 16px;
    color: #294f60;
}

#socialSection {
    background-color: #f4f8f9;
    background-image: url('../skins/page-home/img/background_shadow-section.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-align: center;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#socialSection .wrapp-inner {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1260px) {
    #socialSection .wrapp-inner {
        padding: 10px 0;
    }
}


#wrapp-box-social:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

#wrapp-box-social .item-social {
    width: 100%;
    max-width: 30%;
    display: inline-block;
    margin: 0 12px 12px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    #wrapp-box-social .item-social {
        max-width: 24%;
    }
}

@media screen and (max-width: 760px) {
    #wrapp-box-social .item-social {
        max-width: 24%;
    }
}

@media screen and (max-width: 640px) {
    #wrapp-box-social .item-social {
        max-width: 40%;
    }
}

@media screen and (max-width: 420px) {
    #wrapp-box-social .item-social {
        width: 100%;
        max-width: 280px;
        display: block;
        margin: 0 auto 6px auto;
    }
}

#wrapp-box-social .item-social .wrapp-counter-social {

}

#wrapp-box-social .item-social .wrapp-counter-social a {
    text-decoration: none;
    color: #ffffff;
}

#wrapp-box-social .item-social .wrapp-counter-social:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

#wrapp-box-social .item-social .wrapp-counter-social .picto-social {
    width: 54px;
    height: 54px;
    display: block;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    line-height: 54px;
    overflow: hidden;
}

@media screen and (max-width: 760px) {
    #wrapp-box-social .item-social .wrapp-counter-social .picto-social {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 30px;
    }
}

#wrapp-box-social .item-social .wrapp-counter-social .picto-social i {
    display: block;
    line-height: 54px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 760px) {
    #wrapp-box-social .item-social .wrapp-counter-social .picto-social i {
        line-height: 42px;
    }
}

#wrapp-box-social .item-social.item-social-facebook .wrapp-counter-social .picto-social {
    text-shadow: rgb(52, 84, 131) 1px 1px,
    rgb(52, 84, 131) 2px 2px,
    rgb(52, 84, 131) 3px 3px,
    rgb(52, 84, 131) 4px 4px,
    rgb(52, 85, 132) 5px 5px,
    rgb(53, 86, 134) 6px 6px,
    rgb(53, 87, 136) 7px 7px,
    rgb(54, 88, 137) 8px 8px,
    rgb(55, 89, 139) 9px 9px,
    rgb(55, 90, 141) 10px 10px,
    rgb(56, 91, 142) 11px 11px,
    rgb(57, 92, 144) 12px 12px,
    rgb(57, 93, 146) 13px 13px,
    rgb(58, 94, 147) 14px 14px,
    rgb(59, 95, 149) 15px 15px,
    rgb(59, 96, 151) 16px 16px,
    rgb(60, 98, 153) 17px 17px,
    rgb(61, 99, 154) 18px 18px,
    rgb(61, 100, 156) 19px 19px,
    rgb(62, 101, 158) 20px 20px,
    rgb(63, 102, 159) 21px 21px,
    rgb(63, 103, 161) 22px 22px,
    rgb(64, 104, 163) 23px 23px,
    rgb(65, 105, 164) 24px 24px,
    rgb(65, 106, 166) 25px 25px,
    rgb(66, 107, 168) 26px 26px,
    rgb(67, 108, 169) 27px 27px,
    rgb(67, 109, 171) 28px 28px,
    rgb(68, 110, 173) 29px 29px,
    rgb(69, 112, 175) 30px 30px;
    background-color: rgb(69, 112, 175);
}

#wrapp-box-social .item-social.item-social-twitter .wrapp-counter-social .picto-social {
    text-shadow: rgb(69, 143, 168) 1px 1px,
    rgb(69, 143, 168) 2px 2px,
    rgb(69, 143, 168) 3px 3px,
    rgb(69, 143, 168) 4px 4px,
    rgb(69, 144, 170) 5px 5px,
    rgb(70, 146, 172) 6px 6px,
    rgb(71, 148, 174) 7px 7px,
    rgb(72, 150, 176) 8px 8px,
    rgb(73, 152, 178) 9px 9px,
    rgb(74, 154, 180) 10px 10px,
    rgb(75, 155, 183) 11px 11px,
    rgb(76, 157, 185) 12px 12px,
    rgb(76, 159, 187) 13px 13px,
    rgb(77, 161, 189) 14px 14px,
    rgb(78, 163, 191) 15px 15px,
    rgb(79, 165, 193) 16px 16px,
    rgb(80, 167, 196) 17px 17px,
    rgb(81, 168, 198) 18px 18px,
    rgb(82, 170, 200) 19px 19px,
    rgb(83, 172, 202) 20px 20px,
    rgb(84, 174, 204) 21px 21px,
    rgb(84, 176, 206) 22px 22px,
    rgb(85, 178, 208) 23px 23px,
    rgb(86, 179, 211) 24px 24px,
    rgb(87, 181, 213) 25px 25px,
    rgb(88, 183, 215) 26px 26px,
    rgb(89, 185, 217) 27px 27px,
    rgb(90, 187, 219) 28px 28px,
    rgb(91, 189, 221) 29px 29px,
    rgb(92, 191, 224) 30px 30px;
    background-color: rgb(92, 191, 224);
}

#wrapp-box-social .item-social.item-social-youtube .wrapp-counter-social .picto-social {
    text-shadow: rgb(164, 64, 47) 1px 1px,
    rgb(164, 64, 47) 2px 2px,
    rgb(164, 64, 47) 3px 3px,
    rgb(164, 64, 47) 4px 4px,
    rgb(166, 64, 47) 5px 5px,
    rgb(168, 65, 48) 6px 6px,
    rgb(170, 66, 48) 7px 7px,
    rgb(172, 67, 49) 8px 8px,
    rgb(174, 68, 50) 9px 9px,
    rgb(176, 68, 50) 10px 10px,
    rgb(178, 69, 51) 11px 11px,
    rgb(180, 70, 51) 12px 12px,
    rgb(183, 71, 52) 13px 13px,
    rgb(185, 72, 53) 14px 14px,
    rgb(187, 72, 53) 15px 15px,
    rgb(189, 73, 54) 16px 16px,
    rgb(191, 74, 55) 17px 17px,
    rgb(193, 75, 55) 18px 18px,
    rgb(195, 76, 56) 19px 19px,
    rgb(197, 76, 56) 20px 20px,
    rgb(199, 77, 57) 21px 21px,
    rgb(202, 78, 58) 22px 22px,
    rgb(204, 79, 58) 23px 23px,
    rgb(206, 80, 59) 24px 24px,
    rgb(208, 80, 59) 25px 25px,
    rgb(210, 81, 60) 26px 26px,
    rgb(212, 82, 61) 27px 27px,
    rgb(214, 83, 61) 28px 28px,
    rgb(216, 84, 62) 29px 29px,
    rgb(219, 85, 63) 30px 30px;
    background-color: rgb(219, 85, 63);
}

#wrapp-box-social .item-social.item-social-dailymotion .wrapp-counter-social .picto-social {
    text-shadow: rgb(0, 62, 90) 1px 1px,
    rgb(0, 62, 90) 2px 2px,
    rgb(0, 62, 90) 3px 3px,
    rgb(0, 62, 90) 4px 4px,
    rgb(0, 62, 91) 5px 5px,
    rgb(0, 63, 92) 6px 6px,
    rgb(0, 64, 93) 7px 7px,
    rgb(0, 65, 94) 8px 8px,
    rgb(0, 65, 95) 9px 9px,
    rgb(0, 66, 96) 10px 10px,
    rgb(0, 67, 98) 11px 11px,
    rgb(0, 68, 99) 12px 12px,
    rgb(0, 68, 100) 13px 13px,
    rgb(0, 69, 101) 14px 14px,
    rgb(0, 70, 102) 15px 15px,
    rgb(0, 71, 103) 16px 16px,
    rgb(0, 72, 105) 17px 17px,
    rgb(0, 72, 106) 18px 18px,
    rgb(0, 73, 107) 19px 19px,
    rgb(0, 74, 108) 20px 20px,
    rgb(0, 75, 109) 21px 21px,
    rgb(0, 75, 110) 22px 22px,
    rgb(0, 76, 111) 23px 23px,
    rgb(0, 77, 113) 24px 24px,
    rgb(0, 78, 114) 25px 25px,
    rgb(0, 78, 115) 26px 26px,
    rgb(0, 79, 116) 27px 27px,
    rgb(0, 80, 117) 28px 28px,
    rgb(0, 81, 118) 29px 29px,
    rgb(0, 82, 120) 30px 30px;
    background-color: #0756b5;
}

#wrapp-box-social .item-social.item-social-google-plus .wrapp-counter-social .picto-social {
    text-shadow: rgb(155, 38, 30) 1px 1px,
    rgb(155, 38, 30) 2px 2px,
    rgb(155, 38, 30) 3px 3px,
    rgb(155, 38, 30) 4px 4px,
    rgb(157, 38, 30) 5px 5px,
    rgb(159, 39, 30) 6px 6px,
    rgb(161, 39, 31) 7px 7px,
    rgb(163, 40, 31) 8px 8px,
    rgb(165, 40, 31) 9px 9px,
    rgb(167, 41, 32) 10px 10px,
    rgb(169, 41, 32) 11px 11px,
    rgb(171, 42, 33) 12px 12px,
    rgb(173, 42, 33) 13px 13px,
    rgb(175, 43, 33) 14px 14px,
    rgb(177, 43, 34) 15px 15px,
    rgb(179, 44, 34) 16px 16px,
    rgb(181, 44, 35) 17px 17px,
    rgb(183, 45, 35) 18px 18px,
    rgb(185, 45, 35) 19px 19px,
    rgb(187, 46, 36) 20px 20px,
    rgb(189, 46, 36) 21px 21px,
    rgb(191, 47, 36) 22px 22px,
    rgb(193, 47, 37) 23px 23px,
    rgb(195, 48, 37) 24px 24px,
    rgb(197, 48, 38) 25px 25px,
    rgb(199, 49, 38) 26px 26px,
    rgb(201, 49, 38) 27px 27px,
    rgb(203, 50, 39) 28px 28px,
    rgb(205, 50, 39) 29px 29px,
    rgb(207, 51, 40) 30px 30px;
    background-color: rgb(207, 51, 40);
}

#wrapp-box-social .item-social.item-social-vine .wrapp-counter-social .picto-social {
    text-shadow: rgb(0, 134, 103) 1px 1px,
    rgb(0, 134, 103) 2px 2px,
    rgb(0, 134, 103) 3px 3px,
    rgb(0, 134, 103) 4px 4px,
    rgb(0, 135, 104) 5px 5px,
    rgb(0, 137, 105) 6px 6px,
    rgb(0, 139, 106) 7px 7px,
    rgb(0, 140, 108) 8px 8px,
    rgb(0, 142, 109) 9px 9px,
    rgb(0, 144, 110) 10px 10px,
    rgb(0, 146, 112) 11px 11px,
    rgb(0, 147, 113) 12px 12px,
    rgb(0, 149, 114) 13px 13px,
    rgb(0, 151, 116) 14px 14px,
    rgb(0, 153, 117) 15px 15px,
    rgb(0, 154, 118) 16px 16px,
    rgb(0, 156, 120) 17px 17px,
    rgb(0, 158, 121) 18px 18px,
    rgb(0, 159, 122) 19px 19px,
    rgb(0, 161, 123) 20px 20px,
    rgb(0, 163, 125) 21px 21px,
    rgb(0, 165, 126) 22px 22px,
    rgb(0, 166, 127) 23px 23px,
    rgb(0, 168, 129) 24px 24px,
    rgb(0, 170, 130) 25px 25px,
    rgb(0, 172, 131) 26px 26px,
    rgb(0, 173, 133) 27px 27px,
    rgb(0, 175, 134) 28px 28px,
    rgb(0, 177, 135) 29px 29px,
    rgb(0, 179, 137) 30px 30px;
    background-color: rgb(0, 179, 137);
}

#wrapp-box-social .item-social.item-social-instagram .wrapp-counter-social .picto-social {
    text-shadow: rgb(41, 65, 99) 1px 1px,
    rgb(41, 65, 99) 2px 2px,
    rgb(41, 65, 99) 3px 3px,
    rgb(41, 65, 99) 4px 4px,
    rgb(41, 65, 100) 5px 5px,
    rgb(42, 66, 101) 6px 6px,
    rgb(42, 67, 102) 7px 7px,
    rgb(43, 68, 104) 8px 8px,
    rgb(43, 69, 105) 9px 9px,
    rgb(44, 69, 106) 10px 10px,
    rgb(44, 70, 107) 11px 11px,
    rgb(45, 71, 109) 12px 12px,
    rgb(45, 72, 110) 13px 13px,
    rgb(46, 73, 111) 14px 14px,
    rgb(46, 73, 112) 15px 15px,
    rgb(47, 74, 114) 16px 16px,
    rgb(48, 75, 115) 17px 17px,
    rgb(48, 76, 116) 18px 18px,
    rgb(49, 77, 118) 19px 19px,
    rgb(49, 77, 119) 20px 20px,
    rgb(50, 78, 120) 21px 21px,
    rgb(50, 79, 121) 22px 22px,
    rgb(51, 80, 123) 23px 23px,
    rgb(51, 81, 124) 24px 24px,
    rgb(52, 81, 125) 25px 25px,
    rgb(52, 82, 126) 26px 26px,
    rgb(53, 83, 128) 27px 27px,
    rgb(53, 84, 129) 28px 28px,
    rgb(54, 85, 130) 29px 29px,
    rgb(55, 86, 132) 30px 30px;
    background-color: rgb(55, 86, 132);
}

#wrapp-box-social .item-social .wrapp-counter-social .count-social {
    font-family: 'roboto_condensedbold';
    font-size: 34px;
    text-shadow: 0 2px 3px rgba(2, 2, 2, .6);
    text-align: center;
    color: #ffffff;
    line-height: 54px;
}

@media screen and (min-width: 1040px) {
    #wrapp-box-social .item-social .wrapp-counter-social .count-social {
        font-size: 38px;
    }
}

@media screen and (min-width: 1260px) {
    #wrapp-box-social .item-social .wrapp-counter-social .count-social {
        font-size: 42px;
    }
}

@media screen and (max-width: 760px) {
    #wrapp-box-social .item-social .wrapp-counter-social .count-social {
        line-height: 42px;
        font-size: 28px;
    }
}

#wrapp-box-social .item-social.item-social-facebook {
    background-color: #527dbc;
}

#wrapp-box-social .item-social.item-social-twitter {
    background-color: #69cced;
}

#wrapp-box-social .item-social.item-social-youtube {
    background-color: #ea6c57;
}

#wrapp-box-social .item-social.item-social-dailymotion {
    background-color: #006c9f
}
#wrapp-box-social .item-social.item-social-dailymotion {
    background-color: #0064dc;
}
#wrapp-box-social .item-social.item-social-dailymotion img.svg-dm {
    max-width: 47px;
    margin: 5px 0 0 13px;
}
@media screen and (max-width: 760px) {
    #wrapp-box-social .item-social.item-social-dailymotion img.svg-dm {
        max-width: 32px;
        margin: 4px 0 0 8px;
    }
}

#wrapp-box-social .item-social.item-social-google-plus {
    background-color: #d73d32;
}

#wrapp-box-social .item-social.item-social-vine {
    background-color: #0dc197;
}

#wrapp-box-social .item-social.item-social-instagram {
    background-color: #4a6998;
}

/*/////////////////////////////////////
FIN SECTION SOCIAL
/////////////////////////////////////*/

.wrapp-social-nl {
    width: 100%;
    margin: 0 auto;
    max-width: 980px;
    padding: 30px 0;
}
@media screen and (min-width: 1280px) {
    .wrapp-social-nl {
        max-width: 1190px;
    }
}
.wrapp-social-nl:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}


#wrapp-box-social {
    width: 64%;
    max-width: 680px;
    float: left;
}
.page-index #wrapp-box-social {
    width: 100%;
    max-width: none;
    float: none;
}
.wrapp-box-newsletter {
    width: 36%;
    max-width: 520px;
    float: left;
}
@media screen and (min-width: 1280px) {
    #wrapp-box-social {
        padding-right: 20px;
    }
    .wrapp-box-newsletter {
        width: 36%;
        max-width: 520px;
        float: left;
    }
}
#wrapp-box-social {
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 980px) {
    #wrapp-box-social {
        width: 100%;
        max-width: none;
        float: none;
        margin-bottom: 12px;
    }

}



.wrapp-box-newsletter {
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background-color: #ffffff;
    min-height: 120px;
    overflow: hidden;
    float:right;
}
@media screen and (max-width:980px) {
    .wrapp-box-newsletter {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:768px) {
    .wrapp-box-newsletter {
        max-width: 480px;
    }
}
@media screen and (max-width:540px) {
    .wrapp-box-newsletter {
        max-width: 400px;
    }
}
@media screen and (max-width:480px) {
    .wrapp-box-newsletter {
        width: 100%;
        max-width: 280px;
        margin: 20px auto 0 auto;
    }
}
.wrapp-box-newsletter .bloc-newsletter {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapp-box-newsletter .bloc-newsletter .fa-envelope-o {
    position: absolute;
    top: 10px;
    left: -50px;
    z-index: 1;
    font-size: 120px;
    color: #ededed;
}

.wrapp-box-newsletter .bloc-newsletter .wrapp-inner {
    position: relative;
    z-index: 2;
}

.wrapp-box-newsletter h6 {
    font-size: 18px;
    font-family: 'roboto_condensedbold';
}
.wrapp-box-newsletter p {
    font-size: 15px;
    font-family: 'roboto_condensedlight';
}
.wrapp-box-newsletter .action-input {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin-top: 4px;
}

.wrapp-box-newsletter .action-input:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapp-box-newsletter .action-input input {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 280px;
    height: 46px;
    line-height: 46px;
    background-color: #EDEDED;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 106px 0 6px;
    border: #ededed 1px solid;
    float: right;
}
@media screen and (max-width:540px) {
    .wrapp-box-newsletter .action-input input {
        float: none;
        margin-top: 12px;
        padding: 0 6px;
    }
}
.wrapp-box-newsletter .action-input input:active,
.wrapp-box-newsletter .action-input input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.wrapp-box-newsletter .action-input button {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 100%;
    max-width: 106px;
    height: 46px;
    line-height: 46px;
    background-color: #9F5BA3;
    border: #9F5BA3 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    color: #ffffff;
    font-family: 16px;
    text-transform: uppercase;
    cursor: pointer;
}
@media screen and (max-width:540px) {
    .wrapp-box-newsletter .action-input button {
        position: relative;
        right: auto;
        max-width: 280px;
    }
}
.wrapp-box-newsletter .action-input button:active,
.wrapp-box-newsletter .action-input button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}



/* ///////////////////////////
PASTILLE BONUS DATAS
/////////////////////////// */
.wrapp-bonus {
    position: relative;
    display: inline-block;
    margin: 0px auto 20px auto;
    background-color: #792475;
    border: #792475 1px solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    font-family: "Sugo";
    transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding: 4px 32px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.wrapp-bonus.wrapp-bonus-light {
    background-color: #9f5ba3;
    border-color: #9f5ba3;
}
.wrapp-bonus.wrapp-bonus-small {
    max-width: 90px;
    padding: 4px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
}
@media screen and (min-width:1260px) {
    .wrapp-bonus.wrapp-bonus-small {
        max-width: none;
    }
}
@media screen and (max-width:960px) {
    .wrapp-bonus.wrapp-bonus-small {
        max-width: 84%;
        padding: 4px 5px;
    }
}
.wrapp-bonus .inner-box-bonus {
    position: relative;
}
.wrapp-bonus .line1 {
    font-size: 36px;
    height: 50px;
}
.onPC .wrapp-bonus .line1 {
    height: 58px;
    margin-top: -12px;
}
.onPC .box-offre .wrapp-bonus .line1 {
    height: 58px;
}
.wrapp-bonus.wrapp-bonus-small .line1 {
    font-size: 26px;
    height: auto;
}
.onPC .wrapp-bonus.wrapp-bonus-small .line1 {
    height: auto;
    margin-top: -4px;
}
.wrapp-bonus .line1 strong {
    font-size: 60px;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.wrapp-bonus.wrapp-bonus-small .line1 small {
    display: block;
}
@media screen and (min-width:1260px) {
    .wrapp-bonus.wrapp-bonus-small .line1 small {
        display: inline;
    }
}
.wrapp-bonus.wrapp-bonus-small .line1 strong {
    font-size: 30px;
}
@media screen and (max-width:960px) {
    .wrapp-bonus.wrapp-bonus-small .line1 {
        font-size: 14px;
    }
    .wrapp-bonus.wrapp-bonus-small .line1 strong {
        font-size: 20px;
        height: 15px;
    }
}
.wrapp-bonus .line2 {
    font-size: 18px;
}
.wrapp-bonus.wrapp-bonus-small .line2 {
    font-size: 13px;
}
.wrapp-bonus .line2 b {
    text-transform: uppercase;
    font-weight: normal;
}
@media screen and (max-width:960px) {
    .wrapp-bonus.wrapp-bonus-small .line2 {
        line-height: 9px;
        padding-top: 2px;
    }
}
.wrapp-bonus sup.renvoi {
    font-weight: bold;
}
/* ///////////////////////////
FIN PASTILLE BONUS DATAS
/////////////////////////// */


/* ///////////////////////////
PICTO KIT MAIN LIBRE
/////////////////////////// */
.picto-kit-main-libre {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    min-width: 20px;
}
.picto-kit-main-libre .svg-picto-kml {
    position: absolute;
    top:-12px;
    display: block;
    max-width: 16px!important;
    height: auto;
    margin-top: 0!important;
}


/* ///////////////////////////
PICTO KIT MAIN LIBRE
/////////////////////////// */







.wrapp-banner + #forfaitPersonnalises {
    padding-top: 10px;
}


.wrapp-banner {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapp-banner.forfait-50mo {
    display: none;
}
@media screen and (min-width: 380px) {
    .wrapp-banner {
        margin-top: 5px;
        padding-top: 0;
    }
}
@media screen and (min-width: 480px) {
    .page-index .wrapp-banner,
    .wrapp-banner {
        max-width: 420px;
    }
}
@media screen and (min-width: 960px) {
    .wrapp-banner {
        margin-top: -30px;
    }
    .page-index .wrapp-banner,
    .page-index-offres .wrapp-banner {
        margin-top: 0px;
    }
}
@media screen and (min-width: 960px) {
    .wrapp-banner {
        max-width: 960px;
        text-align: right;
        padding: 0 10px;
    }
}
@media screen and (min-width: 1280px) {
    .wrapp-banner {
        max-width: 1180px;
    }
}


.page-index .wrapp-banner {
    margin: 10px auto 30px auto;
}
@media screen and (min-width: 960px) {
    .page-index .wrapp-banner {
        margin: 40px auto 30px auto;
    }
}
.wrapp-banner:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.page-index .wrapp-banner .in-banner,
.wrapp-banner .in-banner {
    position: relative;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    min-height: 50px;
    background-color: black;
    background-image: linear-gradient(100deg, #74bdc6 0%, #5b7b9f 100%);
    background-image: url('../skins/all-pages/banner_option-4G.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    color:#ffffff;
    margin: 0 auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    margin-top: 10px;
    overflow: hidden;
}
.wrapp-banner .in-banner:before {
    content:"";
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;;
    background-color: rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.15);
    border-radius: 6px;

}
.page-index-offres .wrapp-banner .in-banner {
    max-width: 360px;
}

@media screen and (min-width: 960px) {
    .wrapp-banner .in-banner {
        max-width: 480px;
    }
}
.wrapp-banner .corner-banner {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 6px 0 6px;
    line-height: 18px;
    font-family: "Sugo-light";
    font-size: 16px;
}
@media screen and (min-width: 380px) {
    .wrapp-banner .corner-banner {
        line-height: 20px;
        font-size: 20px;
    }
}
.wrapp-banner .corner-banner.corner-banner-top-left {
    position: absolute;
    top:0;
    right: 0;
    border-radius: 0 0 0 6px;
    background-color: rgba(0,0,0,0.2);
}
.page-index-offres .wrapp-banner .message-banner,
.page-index .wrapp-banner .message-banner,
.wrapp-banner .message-banner {
    font-family: "Sugo";
    font-size: 28px;
    line-height: 46px;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    text-shadow: 0 2px 10px rgba(92, 125, 160, 0.85), 0 2px 1px rgba(0, 0, 0, 0.85);
    position: relative;
    z-index: 5;
}
@media screen and (min-width: 380px) {
    .wrapp-banner .message-banner {
        padding-left: 60px;
        font-size: 48px;
        line-height: 76px;
        height: 64px;
    }
}
.page-index .wrapp-banner .message-banner strong,
.page-index-offres .wrapp-banner .message-banner strong,
.wrapp-banner .message-banner strong {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 44px;
}
.wrapp-banner .message-banner small {
    font-size: 17px;
    text-transform: uppercase;
}
@media screen and (min-width: 380px) {
    .wrapp-banner .message-banner strong {
        font-size: 64px;
    }
    .wrapp-banner .message-banner small {
        font-size: 24px;
    }
}

.renvoi:after {
    content: attr(data-renvoi);
    font-family: 'roboto_condensedlight';
    font-size:8px;
}







.wrapp-banner + #forfaitPersonnalises {
    padding-top: 10px;
}


.wrapp-banner {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapp-banner.forfait-50mo {
    display: none;
}
@media screen and (min-width: 380px) {
    .wrapp-banner {
        margin-top: 5px;
        padding-top: 0;
    }
}
@media screen and (min-width: 480px) {
    .page-index .wrapp-banner,
    .wrapp-banner {
        max-width: 420px;
    }
}
@media screen and (min-width: 960px) {
    .wrapp-banner {
        margin-top: -30px;
    }
    .page-index .wrapp-banner,
    .page-index-offres .wrapp-banner {
        margin-top: 0px;
    }
}
@media screen and (min-width: 960px) {
    .wrapp-banner {
        max-width: 960px;
        text-align: right;
        padding: 0 10px;
    }
}
@media screen and (min-width: 1280px) {
    .wrapp-banner {
        max-width: 1180px;
    }
}


.page-index .wrapp-banner {
    margin: 10px auto 30px auto;
}
@media screen and (min-width: 960px) {
    .page-index .wrapp-banner {
        margin: 40px auto 30px auto;
    }
}
.wrapp-banner:after {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.page-index .wrapp-banner .in-banner,
.wrapp-banner .in-banner {
    position: relative;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    min-height: 50px;
    background-color: black;
    background-image: linear-gradient(100deg, #74bdc6 0%, #5b7b9f 100%);
    background-image: url('../skins/all-pages/banner_option-4G.jpg');
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    color:#ffffff;
    margin: 0 auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    margin-top: 10px;
    overflow: hidden;
}
.wrapp-banner .in-banner:before {
    content:"";
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;;
    background-color: rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.15);
    border-radius: 6px;

}
.page-index-offres .wrapp-banner .in-banner {
    max-width: 360px;
}

@media screen and (min-width: 960px) {
    .wrapp-banner .in-banner {
        max-width: 480px;
    }
}
.wrapp-banner .corner-banner {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 6px 0 6px;
    line-height: 18px;
    font-family: "Sugo-light";
    font-size: 16px;
}
@media screen and (min-width: 380px) {
    .wrapp-banner .corner-banner {
        line-height: 20px;
        font-size: 20px;
    }
}
.wrapp-banner .corner-banner.corner-banner-top-left {
    position: absolute;
    top:0;
    right: 0;
    border-radius: 0 0 0 6px;
    background-color: rgba(0,0,0,0.2);
}
.page-index-offres .wrapp-banner .message-banner,
.page-index .wrapp-banner .message-banner,
.wrapp-banner .message-banner {
    font-family: "Sugo";
    font-size: 28px;
    line-height: 46px;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    text-shadow: 0 2px 10px rgba(92, 125, 160, 0.85), 0 2px 1px rgba(0, 0, 0, 0.85);
  position: relative;
    z-index: 5;
}
@media screen and (min-width: 380px) {
    .wrapp-banner .message-banner {
        padding-left: 60px;
        font-size: 48px;
        line-height: 76px;
        height: 64px;
    }
}
.page-index .wrapp-banner .message-banner strong,
.page-index-offres .wrapp-banner .message-banner strong,
.wrapp-banner .message-banner strong {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 44px;
}
.wrapp-banner .message-banner small {
    font-size: 17px;
    text-transform: uppercase;
}
@media screen and (min-width: 380px) {
    .wrapp-banner .message-banner strong {
        font-size: 64px;
    }
    .wrapp-banner .message-banner small {
        font-size: 24px;
    }
}

.renvoi:after {
    content: attr(data-renvoi);
    font-family: 'roboto_condensedlight';
    font-size:8px;
}