/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 40px;
    display: inline-block;
    content: '\f004';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: '\f005';
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}



#mark1,
#mark2,
#mark3,
#mark4,
#mark5,
#mark6 {
    display: inline;
}


strong, b,
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}


.background-dyn {
    background-position: 0 0;
    background-repeat: no-repeat;
}


.page-recompense-abonnes {
    font-family: 'roboto_condensedlight';
}


.page-recompense-abonnes .secondarySECTION.sectionMEA {
    margin-top: 0;
}


.page-recompense-abonnes .wrapp-col {
    position: relative;
    width: 100%;
    height: 100%;
}
.page-recompense-abonnes .wrapp-col:after {
    content:"";
    clear: both;
    float: none;
    display: block;
}
.page-recompense-abonnes .wrapp-col .col {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 960px) {
    .page-recompense-abonnes .wrapp-col .col.col-2x {
        width: 50%;
        height: 100%;
        float: left;
    }
}
@media screen and (min-width: 1280px) {
    .page-recompense-abonnes .wrapp-col .col {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.page-recompense-abonnes .wrapp-col .col .inner-col {

}


.page-recompense-abonnes .wrapp-text {
    width: 100%;
    max-width: 480px;
}
@media screen and (min-width: 960px) {
    .page-recompense-abonnes .col1 .wrapp-text {
        margin: 0 0 0 auto;
    }
    .page-recompense-abonnes .col2 .wrapp-text {
        margin: 0 auto 0 0;
    }
}

.page-recompense-abonnes .wrapp-text h1,
.page-recompense-abonnes .wrapp-text h2,
.page-recompense-abonnes .wrapp-text h3 {
    color: #792475;
    line-height: 28px;
    font-size: 30px;
    text-transform: uppercase;
}
.page-recompense-abonnes .wrapp-text h1 small,
.page-recompense-abonnes .wrapp-text h2 small,
.page-recompense-abonnes .wrapp-text h3 small {
    text-transform: none;
    font-size: 22px;
    font-family: 'roboto_condensedlight';
}

.page-recompense-abonnes .wrapp-text .mid-box {
    max-width: 320px;
    margin-top: 24px;
}
.page-recompense-abonnes .wrapp-text .foot-box {
    max-width: 300px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
.page-recompense-abonnes strong,
.page-recompense-abonnes b {
    font-family: 'roboto_condensedbold';
}


.wrapp-call-to-action {
    margin: 0 auto;
    max-width: 258px;
}
.wrapp-call-to-action .btn {
    background-color: #ffffff;
    color: #792475;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid white;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-family: 'roboto_condensedbold';
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.wrapp-call-to-action .btn .fa {
    font-size: 24px;
}
.wrapp-call-to-action .btn:hover {
    background-color: #792475;
    color: #ffffff;
}


/*/////////////////////////////////////
SCROLLDOWN
/////////////////////////////////////*/
.scrollDown {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position:absolute;
    z-index: 20;
    width:50px;
    height:50px;
    opacity:1;
    left:50%;
    margin-left: -25px;
    bottom:10px;
    cursor:pointer;
    opacity:1;
    -webkit-transition:opacity 1.3s .5s;
    text-align: center;
}
.scrollDown i {
    width:30px;
    height:30px;
    line-height:30px;
    font-size: 20px;
    display:block;
    font-family: "FontAwesome";
    border-radius:100%;
    position:absolute;
    left:10px;
    top:10px;
    z-index:100;
    color: #ffffff;
    background-color: #792475;
}
.scrollDown:before
{
    content:"";
    top:0;
    left:0;
    background-color:#792475;
    width:50px;
    height:50px;
    border-radius:100%;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute;
    opacity:0;
    animation:dilatation 1.8s 0.33333s ease-out infinite;
    -webkit-animation:dilatation 1.8s 0.33333s ease-out infinite;
}
.scrollDown:after
{
    content:"";
    background-color:#792475;
    width:50px;
    height:50px;
    border-radius:100%;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute;
    opacity:0;
    top:0;
    left: 0;
    animation:dilatation 1.8s  0.66666s ease-out infinite;
    -webkit-animation:dilatation 1.8s  0.66666s ease-out infinite;
}


@-webkit-keyframes dilatation
{
    0%
    {
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    5%
    {
        opacity:1
    }
    100%
    {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }

}
@keyframes dilatation
{
    0%
    {
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    5%
    {
        opacity:1
    }
    100%
    {
        opacity:0
    }

}
/*/////////////////////////////////////
SCROLLDOWN
/////////////////////////////////////*/



/*/////////////////////////////////////
WRAPP CLIENT
/////////////////////////////////////*/
#wrappBandeauClient {
    position: relative;
    z-index:500;
}
#wrappBandeauClient.fixed {
    position: fixed;
    top:48px;
    left:0;
    width:100%;
    z-index:500;
}
.fixed #wrappBandeauClient.fixed {
    top:48px;
}
@media screen and (max-width: 960px) {
    #wrappBandeauClient.fixed {
        top:0;
    }
    .fixed #wrappBandeauClient.fixed {
        top:80px;
    }
}
@media screen and (max-width: 768px) {
    #wrappBandeauClient.fixed {
        top:0;
    }
    .fixed #wrappBandeauClient.fixed {
        top:0px;
    }
}

.wrapp-bandeau-client {
    position: relative;
    background-color: #c5cfd9;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    text-align: center;
}
.wrapp-bandeau-client:before {
    position:absolute;
    top:100%;
    left:50%;
    z-index: 3;
    margin-left:-8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #c5cfd9 transparent transparent transparent;
    content: "";
}
.wrapp-bandeau-client:after {
    position:absolute;
    top:100%;
    left:50%;
    z-index: 2;
    margin-left:-8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #c5cfd9 transparent transparent transparent;
    content: "";
    margin-top: 1px;
}
.wrapp-bandeau-client h4 {
    font-family: 'roboto_condensedbold';
    font-weight: 300;
    font-size: 20px;
    line-height: 36px;
    color:#792475;
    margin:0 auto;
    display: inline-block;
}
/*/////////////////////////////////////
WRAPP CLIENT
/////////////////////////////////////*/



/*/////////////////////////////////////
SECTION LAST MONTH
/////////////////////////////////////*/
.section-last-month {
    height: 780px;
}
@media screen and (min-width: 360px) {
    .section-last-month {
        height: 726px;
    }
}
@media screen and (min-width: 410px) {
    .section-last-month {
        height: 768px;
    }
}
@media screen and (min-width: 960px) {
    .section-last-month {
        height: 480px;
    }
}
.section-last-month .mid {
    position: relative;
    height: 100%;
    background-color: #ffffff;
}
.section-last-month .col1 {
    position: relative;
    z-index: 4;
    padding-top: 40px;
    background-color: #fcfcfc;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-last-month.png');
    background-position: 50% 120px;
    background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
    .section-last-month .col1 {
        padding-top: 120px;
        background-position: 50% 300px;
    }
}
.section-last-month .col1 .wrapp-text {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .section-last-month .col1 .wrapp-text {
        margin: 0 0 0 auto;
        text-align: right;
    }
}
.section-last-month .col1 .wrapp-text h1 {
    color: #792475;
    line-height: 32px;
    font-size: 30px;
}
.section-last-month .col1 .wrapp-text .mid-box {
    max-width: 320px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 960px) {
    .section-last-month .col1 .wrapp-text .mid-box {
        margin-left: auto;
        margin-right: 0;
    }
}
.section-last-month strong,
.section-last-month b {
    font-family: 'roboto_condensedbold';
}
@media screen and (min-width: 960px) {
    .section-last-month .wrapp-col:before {
        content: "";
        position: absolute;
        z-index: 2;
        left: 50%;
        width: 50px;
        margin-left: -30px;
        height: 100%;
        background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/shadow-vertical.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}
.section-last-month .col2 {
    position: relative;
    background-color: #ffffff;
    padding:0;
}
.page-recompense-abonnes .section-last-month .wrapp-col .col.col2 {
    padding:0;
    height: 100%;
    max-height: 508px;
    border-top:#eee 1px solid;
}
@media screen and (min-width: 360px) {
    .page-recompense-abonnes .section-last-month .wrapp-col .col.col2 {
        max-height: 508px;
    }
}
@media screen and (min-width: 410px) {
    .page-recompense-abonnes .section-last-month .wrapp-col .col.col2 {
        max-height: 550px;
    }
}
@media screen and (min-width: 960px) {
    .page-recompense-abonnes .section-last-month .wrapp-col .col.col2 {
        border-top:none;
    }
}
.section-last-month .col2 .inner-col {
    width: 100%;
    height: 100%;
}
.banner-month {
    position: absolute;
    top:0;
    left:50%;
    width: 100%;
    max-width: 120px;
    margin-left: -60px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Sugo";
    color: #792475;
    background-color: #f7f7f7;
}
.banner-month:before {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top:100%;
    left: 0;
    z-index: 4;
    border-style: solid;
    border-width: 12px 60px 0 0;
    border-color: #f7f7f7 transparent transparent transparent;
}
.banner-month:after {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top:100%;
    right: 0;
    z-index: 4;
    border-style: solid;
    border-width: 0 60px 12px 0;
    border-color: transparent #f7f7f7 transparent transparent;
}

.banner-month .inner-banner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
}
.banner-month .inner-banner:before {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top:100%;
    left: 0;
    margin-top: 1px;
    border-style: solid;
    border-width: 12px 64px 0 0;
    border-color: #d2d2d2 transparent transparent transparent;
}
.banner-month .inner-banner:after {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top:100%;
    margin-top: 1px;
    right: 0;
    border-style: solid;
    border-width: 0 64px 12px 0;
    border-color: transparent #d2d2d2 transparent transparent;
}
.banner-month .inner-banner .line1 {
    font-size: 28px;
    line-height: 1;
    height: 24px;
}
.banner-month .inner-banner .line2 {
    font-size: 20px;
    line-height: 1;
    height: 16px;
}
.banner-title {
    position: absolute;
    bottom:140px;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 24px 6px 18px;
    background-color: #752d77;
    color:#ffffff;
/*    font-family: "Sugo"; */
    font-family: "roboto_condensedbold";
    font-size: 30px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    border-bottom: #aa32a3 4px solid;
}
@media screen and (min-width: 768px) {
    .banner-title {
        bottom: 80px;
    }
}
.banner-title .inner-banner {

}
.banner-title .line1 {}
.banner-title .line2 {}


.wrapp-accroche {
    position: absolute;
    bottom: 60px;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 24px 6px 36px;
    font-family: 'Sugo-light';
    color: #304d75;
    font-size: 24px;
    width: 100%;
    max-width: 480px;
}
@media screen and (min-width: 768px) {
    .wrapp-accroche {
        max-width: none;
        bottom: 100px;
    }
}
@media screen and (min-width: 960px) {
    .wrapp-accroche {
        max-width: 480px;
        bottom: 10px;
    }
}
@media screen and (min-width: 1480px) {
    .wrapp-accroche {
        max-width: none;
        bottom: 40px;
    }
}
.wrapp-accroche .inner-accroche {}


/*/////////////////////////////////////
FIN SECTION LAST MONTH
/////////////////////////////////////*/




/*/////////////////////////////////////
SECTION MAP
/////////////////////////////////////*/
.section-map-video {
    background-color: #fcfcfc;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-col-map.jpg');
    background-position: 50% 248px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 920px;
}
@media screen and (min-width: 768px) {
    .section-map-video {
        height: 882px;
        background-position: 50% 448px;
        background-size: contain;
    }
}
@media screen and (min-width: 960px) {
    .section-map-video {
        height: 620px;
        background-color: #fcfcfc;
        background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-col-map.jpg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.section-map-video .mid {
    height: 100%;
}
.section-map-video .col2 {
    height: 640px;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/map-m6mobile.png');
    background-repeat: no-repeat;
    background-position: 50%  50%;
    background-size: auto 300px;
}
@media screen and (min-width: 768px) {
    .section-map-video .col2 {
        height: 480px;
        background-position: right 120px top 50%;
        background-size: auto 80%;
    }
}
@media screen and (min-width: 960px) {
    .section-map-video .col2 {
        height: 100%;
        background-size: auto 400px;
        background-position: left 50% bottom 20px;
    }
}
@media screen and (min-width: 1280px) {
    .section-map-video .col2 {
        background-size: auto 400px;
        background-position: right 20px top 50%;
    }
}
@media screen and (min-width: 1480px) {
    .section-map-video .col2 {
        background-size: auto;
        background-position: right 60px top 50%;
    }
}
.section-map-video .col2 .wrapp-text {
    padding-top: 40px;
    text-align: center;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 768px) {
    .section-map-video .col2 .wrapp-text {
        padding-top: 240px;
        text-align: right;
        margin-left: 0;
    }
}
@media screen and (min-width: 960px) {
    .section-map-video .col2 .wrapp-text {
        padding-top: 60px;
        max-width: 320px;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 1280px) {
    .section-map-video .col2 .wrapp-text {
        padding-top: 300px;
        max-width: 320px;
        text-align: right;
        margin-left: 0;
    }
}
.page-recompense-abonnes .section-map-video .wrapp-text h2 .line3,
.page-recompense-abonnes .section-map-video .wrapp-text h2 .line3 small {
    font-size: 18px;
}
.section-map-video .col.col-video {
    position: relative;
    background-color: #000000;
    height: 100%;
    max-height: 448px;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/screen-videom6mobile.jpg');
    background-repeat: no-repeat;
    background-position: right 50%;
    cursor: pointer;
}
@media screen and (min-width: 960px) {
    .section-map-video .col.col-video {
        max-height: none;
    }
}
.section-map-video .col-video .wrapp-text {
    position: relative;
    z-index: 6;
    padding-top: 200px;
    max-width: 600px;
    color: #ffffff;
    padding-left: 0px;
    text-align: center;
}
.section-map-video .col-video .inner-col {
    pointer-events: none;
}
@media screen and (min-width: 480px) {
    .section-map-video .col-video .wrapp-text {
        padding-top: 300px;
        max-width: 600px;
        padding-left: 60px;
        text-align: left;
    }
}
.section-map-video .col-video .wrapp-text .mid-box {
  margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 480px) {
    .section-map-video .col-video .wrapp-text .mid-box {
        margin-left: 0;
    }
}
.section-map-video .col-video .wrapp-text h2 {
    position: relative;
    color: #ffffff;
}
.section-map-video .col-video .wrapp-text h2:before {
    content: "\f04b";
    font-family: "fontAwesome";
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 54px;
    height:54px;
    line-height: 54px;
    font-size: 24px;
    border:#ffffff 1px solid;
    display: block;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
    .section-map-video .col-video .wrapp-text h2:before {
        position: absolute;
        left:-64px;
    }
}
.section-map-video .col.col-video .inner-col:after {
     content:"";
     position: absolute;
     top:0;
    z-index: 3;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(96,13,94,0.74);
 }
#PlayerVideo {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%!important;
    z-index: 2;
}
/*/////////////////////////////////////
FIN SECTION MAP
/////////////////////////////////////*/



/*/////////////////////////////////////
SECTION ALL MONTHES
/////////////////////////////////////*/
.section-all-monthes {
    height: 646px;
}
@media screen and (min-width: 380px) {
    .section-all-monthes {
        height: 642px;
    }
}
@media screen and (min-width: 640px) {
    .section-all-monthes {
        height: 780px;
    }
}
@media screen and (min-width: 960px) {
    .section-all-monthes {
        height: 100vh;
        max-height: 480px;
    }
}
.section-all-monthes .wrapp-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-all-monthes .mid {
    height: 100%;
}
.section-all-monthes .wrapp-slider .flexslider-allmonthes ,
.section-all-monthes .wrapp-slider .slides {
    width: 100%;
    height: 100%;
}

.section-all-monthes .item-slide {
    position: relative;
    height: 100%;
}
.section-all-monthes .flexslider:hover .flex-direction-nav .flex-prev,
.section-all-monthes .flex-direction-nav .flex-prev {
    left: 0;
}
.section-all-monthes .flexslider:hover .flex-direction-nav .flex-next,
.section-all-monthes .flex-direction-nav .flex-next {
    right: 0;
}
.section-all-monthes .flex-direction-nav a {
    opacity: 1;
    width: 60px;
    height: 80px;
    text-align: center;
    background-color: #f1f1f1;
    box-shadow: 0 0 20px rgba(174, 186, 198, 0.65);
    text-align: center;
    text-transform: uppercase;
    color: #9dacbc;
    font-size: 12px;
    line-height: 20px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-all-monthes .flex-direction-nav a:before {
    font-family: 'FontAwesome';
    color: #9dacbc;
    font-size: 50px;
    line-height: 80px;
}
.section-all-monthes .flex-direction-nav a.flex-prev:before {
    content: "\f104";
    display: block;
    position: absolute;
    top:0;
    width: 100%;
}
.section-all-monthes .flex-direction-nav a.flex-next:before {
    content: "\f105";
    display: block;
    position: absolute;
    top:0;
    width: 100%;
}

.page-recompense-abonnes .section-all-monthes .wrapp-col .col.col1 {
    position: relative;
    z-index: 6;
    background-color: #cad4df;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-all-monthes-left.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-align: right;
    padding-bottom: 32px;
}
@media screen and (min-width: 960px) {
    .page-recompense-abonnes .section-all-monthes .wrapp-col .col.col1 {
        background-position: 0 0;
        padding-bottom: 0;
    }
}
.section-all-monthes .col1:after {
    content: "";
    position: absolute;
    top:50%;
    margin-top: -60px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 60px 40px;
    border-color: transparent transparent transparent #cad4df;
}

.section-all-monthes .col2 {
    position: relative;
    z-index: 1;
}
.page-recompense-abonnes .section-all-monthes .wrapp-col .col.col2 {
    padding:0;
    height: 280px;
}
@media screen and (min-width: 360px) {
    .page-recompense-abonnes .section-all-monthes .wrapp-col .col.col2 {
        height: 324px;
    }
}
@media screen and (min-width: 640px) {
    .page-recompense-abonnes .section-all-monthes .wrapp-col .col.col2 {
        height: 480px;
    }
}
@media screen and (min-width: 960px) {

    .section-all-monthes .wrapp-col .col.col2:before {
        content: "";
        position: absolute;
        z-index: 2;
        left: 0;
        width: 40px;
        margin-left: -22px;
        height: 100%;
        background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/shadow-vertical.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
}
@media screen and (min-width: 960px) {
    .page-recompense-abonnes .section-all-monthes .wrapp-col .col.col2 {
        height: 100%;
    }
}
.page-recompense-abonnes .section-all-monthes .wrapp-col .col.col2 .inner-col.background-dyn {
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: cover;
}
@media screen and (min-width: 640px) {
    .page-recompense-abonnes .section-all-monthes .wrapp-col .col.col2 .inner-col.background-dyn {
        background-size: auto;
    }

}

.section-all-monthes .col1 .wrapp-text {
    position: relative;
    z-index: 6;
    padding-top: 32px;
    max-width: 640px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media screen and (min-width: 960px) {
    .section-all-monthes .col1 .wrapp-text {
        padding-top: 100px;
        max-width: 440px;
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }
}
.page-recompense-abonnes .section-all-monthes .wrapp-text h3 {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: 'Sugo';
    font-size: 58px;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
}
.page-recompense-abonnes .section-all-monthes .wrapp-text .mid-box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 440px;
}
@media screen and (min-width: 960px) {
    .page-recompense-abonnes .section-all-monthes .wrapp-text .mid-box {
        margin-right: 0;
        margin-left: auto;
        max-width: 320px;
    }
}
.page-recompense-abonnes .section-all-monthes .wrapp-text .mid-box strong {
    color: #727d8f;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 6px;
}
.page-recompense-abonnes .section-all-monthes .wrapp-text .mid-box .box-winners {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 16px 24px;
    background-color: rgba(255,255,255,0.2);
    color: #798395;
    width: 100%;
}

.box-winners .item-winner {
    font-family: "roboto_condensedbold";
    font-size: 16px;
}
.box-winners .item-winner small {
    font-size: 13px;
    font-family: "roboto_condensedlight";
}
/*
      <div class="wrapp-slider">
          <div class="flexslider-allmonthes">
              <ul class="slides">
                  <li class="item-slide">
                      <div class="wrapp-col">
                          <div class="col col-2x col1">
                              <div class="inner-col">
                                  <div class="wrapp-text">
                                      <div class="head-box">
                                          <h3>
                                              <span class="line line1">En Janvier</span>
                                          </h3>
                                      </div>
                                      <div class="mid-box">
                                          <strong>Les chanceux du mois</strong>
                                          <div class="box-winners">
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                              <span class="item-winner">Prénom Nom <small>Ville (dép.)</small></span>
                                          </div>
                                      </div>
                                      <div class="foot-box"></div>
                                  </div>
                              </div>
                          </div>
                          <div class="col col-2x col2">
                              <div class="inner-col">
                                    CREA
                              </div>
                          </div>
                      </div>
                  </li>
*/
/*/////////////////////////////////////
FIN SECTION ALL MONTHES
/////////////////////////////////////*/




/*/////////////////////////////////////
SECTION AVANTAGES BOX
/////////////////////////////////////*/
.section-avantages-box {
    background-color: #e5e5e7;
    background: #701864; /* Old browsers */
    background: -moz-linear-gradient(left,  #701864 0%, #8b2a7e 50%, #a64d95 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #701864 0%,#8b2a7e 50%,#a64d95 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #701864 0%,#8b2a7e 50%,#a64d95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    text-align: center;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 960px) {
    .section-avantages-box {
        height: 508px;
    }
}
.section-avantages-box .mid {
    width: 100%;
    height: 100%;
    padding: 40px 0;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-avantages.png');
}
.section-avantages-box h2 {
    text-align: center;
    max-width: 360px;
    font-size: 28px;
    color: #ffffff;
    padding: 40px 0 40px 0;
    margin: 0 auto 30px auto;
    background: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-avantages_title.png') no-repeat 50% 50%;
    background-size: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}


.wrapp-col .box {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width:400px;
    padding: 0 8px;
}

.wrapp-col .box.box-3x {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
    .wrapp-col .box.box-3x {
        width: 30%;
    }
}

.box .inner-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 16px 24px;
}
.box .inner-box:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: rgba(255, 255, 255, 0.75);
    background-image: linear-gradient(270deg, rgba(112, 24, 100, 0.29) 0%, rgba(139, 42, 126, 0.29) 50%, rgba(166, 77, 149, 0.29) 100%);
    border-radius: 10px;
}
.box .inner-box > div {
    position: relative;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
}
.box .inner-box .head-box {
    max-width: 200px;
}
@media screen and (min-width: 768px) {
    .box .inner-box .head-box {
        max-width: none;
    }
}
.box .inner-box h3 {
    font-size: 19px;
    line-height: 1;
    font-family: "roboto_condensedlight";
}
.box .inner-box h3 b,
.box .inner-box h3 strong {
    font-family: "roboto_condensedbold";
}
.box .inner-box .mid-box {
    padding: 15px 0;
}
/*/////////////////////////////////////
FIN SECTION AVANTAGES BOX
/////////////////////////////////////*/



/*/////////////////////////////////////
SECTION READY
/////////////////////////////////////*/
.section-ready {
    min-height: 600px;
    text-align: center;
    background-image: url('https://m6mobile.fr/skins/page-recompense-abonnes/img/background_section-ready.jpg');
    background-repeat: no-repeat;
    background-position: 50% bottom;
    background-size: auto 100%;
}
@media screen and (min-width: 960px) {
    .section-ready {
        height: calc( 100vh - 100px );
        max-height: 720px;
        background-size: auto;
    }
}
.page-recompense-abonnes .section-ready .wrapp-text {
    margin: 0 auto;
    color:#ffffff;
    padding-top: 60px;
}
@media screen and (min-width: 960px) {
    .page-recompense-abonnes .section-ready .wrapp-text {
        padding-top: 200px;
        padding-left: 270px;
    }
}
.page-recompense-abonnes .section-ready .wrapp-text h2 {
    color: #ffffff;
}
.page-recompense-abonnes .section-ready .wrapp-text .mid-box {
    margin: 24px auto 0 auto;
    max-width: 540px;
}
/*/////////////////////////////////////
FIN SECTION READY
/////////////////////////////////////*/