/*//////////////////////////
SKIN SLIDER 
//////////////////////////*/

#sliderPreloader{
    position:absolute;
    z-index: 800;
    height:370px;
    width: 100%;
    background-color: #EDEDED;
}

#sliderPreloader .inner {
    position:absolute;
    top:120px;
    left:44%;
    display:block;
}




#floatingCirclesG{
    position:relative;
    width:100px;
    height:100px;
    -moz-transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform:scale(0.6);
    -o-transform:scale(0.6);
    transform:scale(0.6);
}

.f_circleG{
    position:absolute;
    background-color:#792375;
    height:18px;
    width:18px;
    -moz-border-radius:9px;
    -moz-animation-name:f_fadeG;
    -moz-animation-duration:0.48s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -webkit-border-radius:9px;
    -webkit-animation-name:f_fadeG;
    -webkit-animation-duration:0.48s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -ms-border-radius:9px;
    -ms-animation-name:f_fadeG;
    -ms-animation-duration:0.48s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -o-border-radius:9px;
    -o-animation-name:f_fadeG;
    -o-animation-duration:0.48s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    border-radius:9px;
    animation-name:f_fadeG;
    animation-duration:0.48s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
}

#frotateG_01{
    left:0;
    top:41px;
    -moz-animation-delay:0.18s;
    -webkit-animation-delay:0.18s;
    -ms-animation-delay:0.18s;
    -o-animation-delay:0.18s;
    animation-delay:0.18s;
}

#frotateG_02{
    left:12px;
    top:12px;
    -moz-animation-delay:0.24s;
    -webkit-animation-delay:0.24s;
    -ms-animation-delay:0.24s;
    -o-animation-delay:0.24s;
    animation-delay:0.24s;
}

#frotateG_03{
    left:41px;
    top:0;
    -moz-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -o-animation-delay:0.3s;
    animation-delay:0.3s;
}

#frotateG_04{
    right:12px;
    top:12px;
    -moz-animation-delay:0.36s;
    -webkit-animation-delay:0.36s;
    -ms-animation-delay:0.36s;
    -o-animation-delay:0.36s;
    animation-delay:0.36s;
}

#frotateG_05{
    right:0;
    top:41px;
    -moz-animation-delay:0.42s;
    -webkit-animation-delay:0.42s;
    -ms-animation-delay:0.42s;
    -o-animation-delay:0.42s;
    animation-delay:0.42s;
}

#frotateG_06{
    right:12px;
    bottom:12px;
    -moz-animation-delay:0.48s;
    -webkit-animation-delay:0.48s;
    -ms-animation-delay:0.48s;
    -o-animation-delay:0.48s;
    animation-delay:0.48s;
}

#frotateG_07{
    left:41px;
    bottom:0;
    -moz-animation-delay:0.54s;
    -webkit-animation-delay:0.54s;
    -ms-animation-delay:0.54s;
    -o-animation-delay:0.54s;
    animation-delay:0.54s;
}

#frotateG_08{
    left:12px;
    bottom:12px;
    -moz-animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

@-moz-keyframes f_fadeG{
    0%{
        background-color:#D685D3}

    100%{
        background-color:#792375}

}

@-webkit-keyframes f_fadeG{
    0%{
        background-color:#D685D3}

    100%{
        background-color:#792375}

}

@-ms-keyframes f_fadeG{
    0%{
        background-color:#D685D3}

    100%{
        background-color:#792375}

}

@-o-keyframes f_fadeG{
    0%{
        background-color:#D685D3}

    100%{
        background-color:#792375}

}

@keyframes f_fadeG{
    0%{
        background-color:#D685D3}

    100%{
        background-color:#792375}

}




#home-slider {
    position:relative;
    top:0;left:0;
    width:100%;
    height:370px;
    background: #EDEDED;  
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;      
}


#slides {
    display: none;
    width:100%;
    height:370px;
    margin:0 auto;
    overflow:visible!important;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;      
}


#home-slider #slides .slidesjs-container{
    position:relative;
    top:0;left:0;
    height:370px;
    text-align:center;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;       
}    

#home-slider #slides .item-home-slider, #home-slider #slides .item-home {
    position:relative;
    top:0;
    left:0;
    margin: 0 auto;
    width:100%!important;
    height:370px;
    overflow:hidden;
    outline:none!important;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;      

    /*background-position:center top;
    -ms-background-position-x:center;
    -ms-background-position-y:top;
    background-repeat: no-repeat;    */    
    float:left;
}
#home-slider #slides .item-home-slider a.MEA, #home-slider #slides .item-home a.MEA {
    outline:none;
    width:100%;
    height:100%;
    height:370px;
    display:block;
    background-position:center top;
    -ms-background-position-x:center;
    -ms-background-position-y:top;
    background-repeat: no-repeat;
    -webkit-transition: height 0.3s ease-out;
    -moz-transition: height 0.3s ease-out;
    -ms-transition: height 0.3s ease-out;
    -o-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;      

}
#home-slider #slides .item-home-slider img, #home-slider #slides .item-home img {
    width:100%;
    display: block;
    outline:none;
}    




.slidesjs-pagination { width: 100%; position: absolute; bottom:-20px;padding:0;margin:0;text-align: center;z-index: 100; }
.slidesjs-pagination li { margin: 0 0 0 5px; display: inline-block; zoom: 1;*display: inline; }
.slidesjs-pagination li:first-child { margin: 0; }
.slidesjs-pagination li a { 
    width: 16px; 
    height: 16px; 
    display: block;
    background:#ffffff;
    cursor: pointer; 
    text-indent: -9999px;            
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;                  
    border:#cccccc 1px solid; 
    box-shadow: inset 5px 5px 5px rgba(0,0,0,0.4);
}
.slidesjs-pagination a.active { background:#792475;border:#792475 1px solid;  cursor: default; }


.slidesjs-play {display:none;}
.slidesjs-stop {display:none;}


.slidesjs-navigation {
    position: absolute;
    top: 0; 
    z-index:105;
    width: 80px;
    height: 370px;
    outline:none;
}  
.slidesjs-navigation:hover {
    background-color:rgba(0,0,0,0.1);
}    


#home-slider .slidesjs-previous {
    left:0;
}
#home-slider .slidesjs-next {
    right:0;
}    
.slidesjs-navigation span {
    z-index:105;
    width: 38px;
    height: 78px;
    background-image: url("../../generic/img/btn-sprite.png");
    background-repeat:no-repeat;
    outline:none;
    margin:146px auto;
    cursor:pointer;
}
.slidesjs-previous span {
    background-position:-78px -719px;
    left:10px;
    display:block;
}
.slidesjs-next span {
    background-position:-122px -719px;
    right:10px;  
    display:block;
}
.slidesjs-previous:hover span {
    background-position: -166px -719px;
}

.slidesjs-next:hover span {
    background-position:-212px -719px;
}    




#home-slider .carousel-btn-container {
    position: absolute;
    display: inline-block;
    bottom: 18px;
    left: 50%;
    z-index: 100;    
}

#home-slider .carousel-btn-container a.slide-btn-purp, #home-slider .carousel-btn-container a.slide-btn-gray {
    margin-right: 18px;
    left: -50%;
}




@media (min-width: 960px) {
    .container {
        width:100%;
    }
    #slides {
        width:100%;
    }    


}

@media (min-width:1600px) {
    #home-slider .slidesjs-previous {
        left:2%;
    }
    #home-slider .slidesjs-next {
        right:2%;
    }      


}

@media (min-width:1800px) {
    #home-slider .slidesjs-previous {
        left:5%;
    }
    #home-slider .slidesjs-next {
        right:5%;
    }      


}



/*//////////////////////////
FIN SKIN SLIDER 
//////////////////////////*/





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

/* Flaps starts here  */


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


.slideMEA .contentText {
    width: 620px;
}


.slideMEA .elastislide-carousel {
    height:287px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.slideMEA.colorPurple .elastislide-carousel {
    background-color: #ce9ecc;
}

.slideMEA.colorPurple .wrapp-elastic-slider {
    /*background: url("../../generic/img/flaps_dark_bg_960.png") no-repeat;*/
    background-color: #f00;
    -moz-box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    -webkit-box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIwNSAyODgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI5NC4wNzMzMjg2NTE5NDM5JSIgeTE9IjI2LjMwMzQ3NTc4Nzk1OTElIiB4Mj0iMjguMzE3NTkxMTU5Mzc2OSUiIHkyPSIyMDYuOTY1ODc5NzQ4MzczJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NzI3ODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIwNSIgaGVpZ2h0PSIyODgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(250deg, #fff 71.27%, #872783 221.27%);
    background-image: -o-linear-gradient(250deg, #fff 71.27%, #872783 221.27%);
    background-image: -webkit-linear-gradient(250deg, #fff 71.27%, #872783 221.27%);
    background-image: linear-gradient(200deg, #fff 71.27%, #872783 221.27%);

}


.slideMEA .listContent {
    width: 90%;
    margin: 0 auto;
}  
.slideMEA .listContent li.specs {
    width:100%;
    white-space: normal;
}
.slideMEA .listContent li.specs.specsDAS {
    margin-top:20px;
    white-space: normal;
}

.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;
    vertical-align: middle;
    margin-left: 4px;
}

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

.flaps a:hover.readMore i {
    color:#000000;
}

.slideMEA {
    width: 100%;
    height: 302px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.slideMEA .bottomShadow {
    background-image: url(../../generic/img/flasp_shadow.png);
    background-repeat: no-repeat;
    background-size: 100% 15px;
    width: 100%;
    height: 15px;
    background-position: center bottom;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    ;}
.slideMEA .wrapp-elastic-slider {
    /*width: 100%;*/
    height: 287px;
    max-height: 287px!important;
    display: inline-block;
    width:306px;
    /*background-image: url(../../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;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}
.slideMEA .wrapp-elastic-slider.second-flap, .slideMEA .wrapp-elastic-slider.third-flap {
    border-radius: 0;
}
/*
.slideMEA .wrapp-elastic-slider.third-flap {
    position: absolute;
    top: 0;
    right: 15px;
}
*/
.headerSubtitle span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../../generic/img/flaps_icons.png);
    vertical-align: -5px;
    margin-left: 5px;
}

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

.slideMEA.slider-purple .wrapp-elastic-slider {
    /* background-image: url(../../generic/img/flaps_bg_purple_large.png);*/
}




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

.slideMEA .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;
}

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

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




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

.slideMEA .flapHeaderWrapper {
    overflow: hidden;
    margin-top: 5px;
}

.slideMEA .wrapp-elastic-slider {
    overflow: hidden;
    cursor: pointer;
}

.wrapp-meaSlider.slider-purple  {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f00;
    -moz-box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    -webkit-box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIwNSAyODgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI5NC4wNzMzMjg2NTE5NDM5JSIgeTE9IjI2LjMwMzQ3NTc4Nzk1OTElIiB4Mj0iMjguMzE3NTkxMTU5Mzc2OSUiIHkyPSIyMDYuOTY1ODc5NzQ4MzczJSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NzI3ODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIwNSIgaGVpZ2h0PSIyODgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(250deg, #fff 71.27%, #872783 221.27%);
    background-image: -o-linear-gradient(250deg, #fff 71.27%, #872783 221.27%);
    background-image: -webkit-linear-gradient(250deg, #fff 71.27%, #872783 221.27%);
    background-image: linear-gradient(200deg, #fff 71.27%, #872783 221.27%);

}

.wrapp-meaSlider.slider-grey {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #dfdfdf;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIwNSAyODgiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMTMuODA0NTQwMDk0MzM5NSUiIHkxPSI0MS42MzQ2Nzc3NjgxNjU5JSIgeDI9IjEzNi4xOTU0NTk5MDU2NiUiIHkyPSIxOTEuNjM0Njc3NzY4MTY2JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhNWE1YSIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMDUiIGhlaWdodD0iMjg4IiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(top left, rgba(255,255,255,.3) 60.94%, rgba(90,90,90,.3) 210.94%);
    background-image: -o-linear-gradient(top left, rgba(255,255,255,.3) 60.94%, rgba(90,90,90,.3) 210.94%);
    background-image: -webkit-linear-gradient(top left, rgba(255,255,255,.3) 60.94%, rgba(90,90,90,.3) 210.94%);
    background-image: linear-gradient(top left, rgba(255,255,255,.3) 60.94%, rgba(90,90,90,.3) 210.94%);
}
.slideMEA .flapLeftContentWrapper {
    text-align: center;
    position: absolute;
    left: 70px;
    top: 65px;
    width: 185px;
    height: 190px;
    z-index: 900;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; 
}


.slideMEA .item-slider-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:1200;
    height: 287px;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.slider-grey .item-slider-hover {
    background-color: #cccccc;
    background-color: rgba(222,222,222,0.9);
    -moz-box-shadow: inset 0 0 221px rgba(222,222,222,.66);
    -webkit-box-shadow: inset 0 0 221px rgba(222,222,222,.66);
    box-shadow: inset 0 0 221px rgba(222,222,222,.66);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}
.slider-purple .item-slider-hover {
    background-color: #912b8b;
    background-color: rgba(145,40,143,0.8);
    -moz-box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    -webkit-box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    box-shadow: inset 0 0 221px rgba(150,45,145,.66);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}
.slideMEA .wrapp-elastic-slider:hover .item-slider-hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}
.slideMEA .wrapp-elastic-slider .wrapp-item-slider-hover {
    position:relative;
    width:100%;
    height:100%;
}
.slideMEA .item-slider-hover .zone-click {
    width:100%;
    height:100px;
    min-height:100%;
    display:block;
    text-decoration:none;
}

.slideMEA .wrapp-elastic-slider a.slide-btn-purp {
    position:absolute;
    bottom:10px;
    left:88px;
    z-index:1205;
    max-width:130px;
    min-width:0;
    -webkit-transition: left 0.8s;
    -moz-transition: left 0.8s;
    -ms-transition: left 0.8s;
    -o-transition: left 0.8s;
    transition: left 0.8s;  
}

.slideMEA .contentText {
    font-family: 'roboto_condensedlight';
    width: 90%;
    font-size: 13px;
    line-height: 16px;
    height: 165px;
    padding:12px 0 0 0;
    margin: 0 auto;
    color:#000000;
    text-align: left;
    white-space: normal;
}


.slideMEA 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;
}


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

.slideMEA .flapHeaderWrapperPurple {
    position:relative;
    overflow: hidden;
    margin-top: 0px;
}

.slideMEA .wrapp-elastic-slider:hover .flapHeaderWrapperPurple {
    z-index:1202;
}

.slideMEA .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;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}

.slideMEA .wrapp-elastic-slider:hover  .headerTitlePurple {
    color: #ffffff;
}

.slideMEA .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;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}
.slideMEA .wrapp-elastic-slider:hover  .headerSubtitlePurple {
    color: #ffffff;
}

.slideMEA .wrapp-elastic-slider .purpleLine {
    border-bottom: 2px solid #792475;
    margin: 0 auto;
    width:90%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;  
}
.slideMEA.slider-purple .wrapp-elastic-slider:hover .purpleLine {
    border-bottom: 2px solid #ffffff;
}
.slideMEA.slide-btn-gray .wrapp-elastic-slider:hover .purpleLine {
    border-bottom: 2px solid #a8a8a8;
}




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

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

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

.slideMEA .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;
}

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

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

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

.slideMEA .listContent {
    font-family: 'roboto_condensedlight';
    padding: 72px 0px 0px 0px;
    width: 90%;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
    color: #ffffff;
    margin: 0 auto;
    text-align: left;
}

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





/* Elastislide Style */

.elastislide-list {
    list-style-type: none;
    display: none;
    max-height:none!important;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li.wrapp-elastic-slider {
    min-width: 20px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
    background-image: url(https://m6mobile.fr/skins/page-index/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.elastislide-horizontal {
    padding:0;
}

.elastislide-vertical {
    padding:0;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

.elastislide-carousel ul {
    position: relative;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.elastislide-horizontal ul {
    white-space: nowrap;
}

.elastislide-carousel ul li.wrapp-elastic-slider {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li.wrapp-elastic-slider  {
    height: 100%;
    display: inline-block;
}

.elastislide-vertical ul li.wrapp-elastic-slider  {
    display: block;
}

.elastislide-carousel ul li.wrapp-elastic-slider a {
    display: inline-block;
    width: 100%;
}


/* Navigation Arrows */
.elastislide-wrapper .counterCurrent {
    position: absolute;
    top: 300px;
    left:46%;
    z-index:1250;
    color:#792375;
    font-family: 'roboto_condensedbold';
}
.elastislide-wrapper nav span {
    position: absolute;
    width: 23px;
    height: 23px;
    z-index:1250;
    cursor: pointer;
    opacity: 0.8;
}
.elastislide-wrapper nav span .fa {
    color:#792375;
    font-size:20px;
}

.elastislide-wrapper nav span:hover {
    opacity: 1.0
}

.elastislide-horizontal nav span {
    top: 310px;
    margin-top: -11px;
}
.elastislide-horizontal nav span.elastislide-prev {
    right: 20px;
}

.elastislide-vertical nav span {
    top: 10px;
    left: 50%;
    margin-left: -11px;
    background-position: -17px 5px;
}

.elastislide-horizontal nav span.elastislide-next {
    right: 4px;
    left: auto;
    background-position: 4px -17px;
}

.elastislide-vertical nav span.elastislide-next {
    bottom: 10px;
    top: auto;
    background-position: -17px -18px;
}








/*//////////////////////////////////////////////////////////
HOME : MEA SLIDER 
//////////////////////////////////////////////////////////*/
.sectionMEA {
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:326px;
    -moz-border-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
}
.sectionMEA .loader {
    position:absolute;
    top:0;
    left:0;
    z-index:5000;
    width:100%;
    height:326px;
    background-color:#EFF0F1;
}

.sectionMEA .mid {
    height:326px;
}

.sectionMEA .mid .content {
    height:287px;
}
.sectionMEA .readAll {
    position:absolute;
    bottom:8px;
    left:0;
    z-index:1000;
    text-align:left;
}
.sectionMEA .wrap-pagination {
    position:absolute;
    bottom:-0;
    right:0;
    z-index:1000;
    /*width:100%;*/
    text-align:center;
}
.sectionMEA #meaSLIDER {
    position:relative;
    top:0;
    left:0;
    z-index:990;
    width:100%;
    height:287px;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA {
    position:absolute;
    height:287px;
    margin:0 auto;
    padding:0;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA {
    position:relative;
    top:0px;left:0;
    float:left;
    width:34%;
    max-width:306px;
    height:287px;
    margin:0;
    padding:0;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;    
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA.onLIVE {
    /*position:relative;
    top:0;left:0;
    width:300px;
    height:300px;
    padding:0;*/
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    line-height:30px;
    margin: 0 15px;
    padding: 80px 0 0 0;
    font-weight:700;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .backSIDE .btn {
    position:absolute;
    bottom:30px;
    left:80px;
    width:120px;
    height:36px;
    line-height:36px;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .btnMORE {
    position:absolute;
    top:150px;
    right:4px;
    width:40px;
    height:40px;
    line-height:40px;
    border:#ffffff 5px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color:#e99f00;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;    
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);       
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA.onLIVE .btnMORE {
    top:180px;
    right:-18px;    
}
.btn.btnPLUS:hover, .btn.btnPLUS:focus, .btn.btnPLUS:active, .btn.btnPLUS.active {
    background-color: #d6970f; 
    border-bottom:none;
    margin-top:2px;
}
.btn.btnPLUS {
    width:40px;
    height:40px;
    line-height:40px;
    padding: 0;
    color:#ffffff;
    font-size:24px;
    font-weight:700;
    background-color:#e99f00;
    border-bottom:#d35c17 2px solid;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);       
}
.btn.btnPLUS i {
    background:none;
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:24px;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .backSIDE {
    opacity: 0;
    background: #e99f00;
    pointer-events: none;
    overflow:hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;    
    box-shadow:0 0 20px rgba(0,0,0,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);       
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA.onLIVE:hover .btnMORE {
    opacity:0;
    right:100px;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA.onLIVE .circle:hover .backSIDE {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA.onLIVE .circle:hover .frontSIDE {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
} 
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA.onLIVE .circle:hover .backSIDE {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .backSIDE h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 15px;
    padding: 80px 0 0 0;
    height: 80px;
    text-shadow: 
        0 0 1px #fff, 
        0 1px 2px rgba(0,0,0,0.3);
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .backSIDE p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 12px auto 0 auto;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.5);
    border-left:0;
    border-right:0;
}
.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .backSIDE p a {
    color: #fff;
}




.sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA .backSIDE .btn-green {
    font-style: normal;
    font-weight: 700;
    font-size:24px;
}


.circle {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);        
}

.infoMEA{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);  
}



.infoMEA > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);      
}

.frontSIDE {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}




.infoMEA p a:hover {
    color: #fff;
}


/*//////////////////////////////////////////////////////////
MODULE : PAGINATION 
//////////////////////////////////////////////////////////*/

.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin: 0;
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {

}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {

}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {

}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {

}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}


.wrap-pagination .pagination {
    margin:0 auto;
}
.pagination ul.paginationMEA {
    margin:0;
    padding:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    display:inline;
}
.pagination ul.inner-pagination {


}
.pagination ul > li:first-child {

}
.pagination ul > li:last-child {

}
.pagination ul > li.previous > a, .pagination ul > li.previous > span, .pagination ul > li.next > a, .pagination ul > li.next > span {
    margin:0;
    padding:0 6px;
    font-size:30px;    
}
.pagination ul > li.next > a, .pagination ul > li.next > span {
    padding:0 6px;

    font-size:30px;
}
.pagination ul > li.active > a, .pagination ul > li.active > span {
    color: #792475;
}
.pagination ul > li.active > a:hover, .pagination ul > li.active > a:focus, .pagination ul > li.active > span:hover, .pagination ul > li.active > span:focus {
    color: #792475;

}

.pagination ul > li > a {
    color: #792475;
    width:16px;
    margin:7px 2px 6px;
    padding:0;
    -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out; 
    cursor:pointer;  
}
.pagination ul > li > span {
    background: white;
    border: 5px solid #d7dce0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    color: white;
    line-height: 16px;
    margin: 7px 2px 6px;
    padding: 0 4px;
    -webkit-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, border-color 0s ease-out, color 0.2s ease-out;
    -webkit-backface-visibility: hidden; 
    behavior: url(https://m6mobile.fr/theme/v1/css/hackCSS3IE.htc);    
}
.pagination ul > li > a:hover, .pagination ul > li > a :focus, .pagination ul > li > span:hover, .pagination ul > li > span :focus {
    background-color: #792475;
    border-color: #792475;
    color: white;
    -webkit-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
    -webkit-backface-visibility: hidden; 
}
.pagination ul > li > a:active, .pagination ul > li > span:active {
    background-color:#C878BD;
    border-color: #C878BD; 
}
.pagination ul img {
    height: 14px;
    margin-top: -1px;
    vertical-align: middle;
    width: 13px; 
}

.pagination ul > li.active > a, .pagination ul>li.active>span {
    background-color: #89bd0b;    
    border-color: #89bd0b;
    color:#ffffff;
}


.wrap-pagination ul {margin:0;padding:0;}
#flapMOBILE .paginationMEA {display:none;}



/*//////////////////////////////////////
RESPONSIVE MORE 1280px
//////////////////////////////////////*/
@media screen and (min-width: 1280px) {
    .sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA {

    }
    .slider-elastic {
        /*max-width:570px;*/
    }
    .sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA a.slide-btn-purp {
        left:32px;
    }
    .sectionMEA #meaSLIDER #wrapSLIDERMEA .itemMEA {
        width:190px;
    }
    .slideMEA .flapLeftContentWrapper {
        left:0;
    }

}



.item-avantages-home {
    position:relative;
}
@media screen and (max-width:960px) {
    .selection .side-push .item.item-avantages-home {
        padding-bottom:30px!important;
        margin-bottom:20px!important;
    }
    .selection .side-push .item.odd .readMore {
        bottom:0;
        font-family: 'roboto_condensedbold';
        margin-bottom: 20px;
    }
}
.wrapp-presentation h2 {
    max-width:540px;
    font-size:18px;
    line-height:18px;
    text-transform:uppercase;
    color:#000000;
    padding:30px 0 16px 0;
    background: url('../img/background_presentation-h2.png') no-repeat 50% 20px;
    background-size: 190px 60px;
}
@media screen and (max-width:960px) {
    .wrapp-presentation h2 {
        background-position-x:30px;
    }
}
.wrapp-offer {
    margin:0 0 10px 0;
    text-align:left;
}
.wrapp-offer ul {
    padding:10px 0 0 0;
    margin:0;
    /*width:90%;*/
}
.wrapp-offer ul .item-offer {
    margin-bottom:8px;
    width:100%;
}
.wrapp-offer ul .item-offer .picto {
    float:left;
    width:42px;
    margin-right:2px;
}
.wrapp-offer ul .item-offer .picto img {
    width:100%;
    width:42px;
    height:42px;
}
.wrapp-offer ul .item-offer .picto.picto-double {
    width:94px;
}
.wrapp-offer ul .item-offer .picto.picto-double img:first-child {
    margin-right:2px;
}
.wrapp-offer ul .item-offer .text-offer {
    color:#000000;
    padding-top: 6px;
    font-size:16px;
    line-height:17px;
    width:80%;
    width: calc( 100% - 52px );
    float:left;
    font-family: 'roboto_condensedlight';
}
@media screen and (max-width:479px) {
    .wrapp-offer ul .item-offer .text-offer {
        width:76%;
    }
}
@media screen and (max-width:420px) {
    .wrapp-offer ul .item-offer .text-offer {
        width:70%;
    }
}
.wrapp-offer ul .item-offer .text-offer.double-picto {
    width:64%;
    width: calc( 100% - 100px );
}
@media screen and (max-width:479px) {
    .wrapp-offer ul .item-offer .text-offer.double-picto {
        width:50%;
    }
}
.wrapp-offer ul .item-offer .text-offer .text-purple {
    color:#82337e;}

.wrapp-offer ul .item-offer .text-offer .text-big {
    font-family: 'roboto_condensedbold';
}

.item-avantages-home .readMore {
    float: left;
    font-family: 'roboto_condensedbold';
    text-decoration: none;
    font-size: 15px;
    color: #792475;
    margin-top: 12px;
}
@media screen and (max-width:960px) {
    .selection .side-push {	
        padding:0;
        width:96%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; 
        box-sizing: border-box;
    }
    .selection .side-push .item {
              -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; 
        box-sizing: border-box;  
    }
    .selection .side-push .item {
        padding:0;
    }
    .selection .side-push .item.odd.item-avantages-home .readMore {
        max-width:none;
    }
}