@charset "utf-8";

/*/////// CORRECTION STRUCTURE GENERIQUE//////*/
#middle #ariane, .mainSECTION #ariane {
    margin-left:0;
}



/*//////////////////////////
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:-24px;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-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 
//////////////////////////*/


/*********************************************************************************/
/*****General style form the main css, which was copyed from the generic css *****/
/*********************************************************************************/


.hide {
    display:none;
}


.promo_btn {
    font-family: 'roboto_condensedlight';
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #792475;
    text-decoration: none;
    padding: 5px 0;
    min-width: 146px;
    display: inline-block;
    text-align: center;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
    line-height: 18px;
}

.read_more_btn {
    font-family: 'roboto_condensedlight';
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #7998c4;
    text-decoration: none;
    padding: 5px 0;
    min-width: 146px;
    display: inline-block;
    text-align: center;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
    line-height: 18px;
}

.nouveau_btn {
    font-family: 'roboto_condensedlight';
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #7998c4;
    text-decoration: none;
    padding: 5px 0;
    min-width: 146px;
    display: inline-block;
    text-align: center;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
    line-height: 18px;
}

.recondition_btn {
    font-family: 'roboto_condensedlight';
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #d6a0db;
    text-decoration: none;
    padding: 5px 0;
    min-width: 146px;
    display: inline-block;
    text-align: center;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
    line-height: 18px;
}


/* Packages general style start here */
.packages {
    margin-top: 6px;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    position: relative;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
}

.packages h3 {
    margin: 20px 20px 15px;
    text-transform: uppercase;
}

.tabs_choix_engagement {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.tabs_choix_engagement .spec {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: 20px;
    color: #792475;
    display: block;
    line-height: 23px;
}

.steps {
    margin: 13px 0;
    padding: 0;
    float: left;

}

.steps li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.steps li .title {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: 15px;
}
.steps li .title span {
    background: url(https://m6mobile.fr/skins/page-index-mobiles/img/mobile-step-bg.png) no-repeat;
    width: 34px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    text-align: center;
    padding-right: 6px;
}
.steps li .package_select {
    display: block;
    float: left;
    margin-top: 11px;
}
.steps li .package_select .custom-radio {
    float: left;
}
.your_packages {
    display: inline-block;
    text-align: right;
    width:auto;
    margin: 6px 0px 25px 0px;

    padding-right:22px;
    float:right;
    font-size: 15px;
}
.your_packages span {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: inherit;
}
.your_packages span.price {
    font-family: roboto_condensedbold;
    text-transform: none;
    font-size: 16px;
    color: #792475;
}
.mobile_price {
    float: right;
    margin: 13px 44px 36px;
}
.mobile_price span {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: 15px;
}
.mobile_price span.price {
    font-size: 44px;
    line-height: 44px;
    color: #792475;
}
.mobile_price span.discount , .mobile_price span.discount a {
    font-size: 12px;
    color: #000;
    display: block;
    text-align: right;
    text-transform:none;
    text-decoration: underline;
}
.packages .button {
    position: absolute;
    bottom: -18px;
    right: -8px;
}

.packages .button span {
    padding: 11px 60px 14px 18px;
    font-size: 17px;
}
.packages .temporary_out{
    padding:20px 0px 20px 0px;
}
/* Packages general style end here */

/* Custom select package start here */
.package_select label {
    color: #000;
    display: block;
    float: left;
    font-family: roboto_condensedbold;
    font-size: 13px;
    margin-right: 6px;
    text-decoration: none;
    position: relative;
    min-width: 97px;
    text-align: center;
    cursor: pointer;
    line-height:22px;
    height:22px;
    border:2px solid #999999;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    z-index:10;

    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); /* W3C */
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
    outline: none;
}
.package_select label.ui-state-active {
    border: 2px solid #792475;
    outline: none;
}

.package_select label.ui-state-active span {
}

.package_select label.off {
    background-color:#eaeaea;
}

.package_select label.off span {
    font-family: roboto_condensedbold;
    color: #b7b7b7;
    padding: 0px 0px 0px 0px;
}

.package_select input[type=radio] {
    display: block;
    position:absolute;
    z-index:-1;
    opacity: 0;filter: alpha(opacity = 0);
    outline: none;
    border: 0;
}

.package_select input[type=radio]:focus {
    outline: none;
    border: 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

.ui-tooltip, .arrow:after {
    background: #fff;
    border: 1px solid #ccc;
}
.ui-tooltip {
    padding: 10px 20px;
    font-family: 'robotocondensed';
    font-size: 11px;
    text-align: center;
}

.ui-tooltip p {
    width: 80%;
    margin: 20px auto 0;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 77%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* Custom select package end here */

/*********** MAIN TOP SLIDER START HERE *********/
.mobile_slider { position:relative; top:0;left:0; width:100%; height:370px; background:#EDEDED; overflow:hidden; margin-bottom:15px; z-index:10;}

.mobile_slider .slides { display: none; width:100%; height:370px; margin:0 auto; z-index:10; }

.mobile_slider .slides .slidesjs-container { position:relative; top:0;left:0; text-align:center; }

.mobile_slider .slides .item-home-slider, .mobile_slider .slides .item-home { margin: 0 auto; width:100%!important; height:370px; overflow:hidden; background-position:50% 0; background-repeat:no-repeat; outline:none!important; float:left; }
.mobile_slider .slides .item-home-slider a, .mobile_slider .slides .item-home a { outline:none; }
.mobile_slider .slides .item-home-slider img, .mobile_slider .slides .item-home img { width:100%; height:370px; display: none; outline:none; }

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

.mobile_slider .slidesjs-previous { left:0; }
.mobile_slider .slidesjs-next { right:0; }
.slidesjs-navigation span { z-index:105; width: 38px; height: 78px; background-image: url('../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; }

.mobile_slider .carousel-btn-container { position: absolute; display: inline-block; bottom: 18px; left: 50%; }

.mobile_slider .carousel-btn-container a.slide-btn-purp { margin-right: 18px; left: -50%; }

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

}

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

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


@media screen and (max-width: 1279px) {


}
/* styles for ipad devices ends here */
/* styles for mobile devices starts here */
@media screen and (max-width: 801px) {





}
/* styles for mobile devices ends here */

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) and (orientation : landscape) {
    #main #middle .contentArticle h2, #main #middle .contentArticleRight h2 {
        font-size:20px;
    }
    #main #middle .contentArticle p, #main #middle .contentArticleRight p {
        font-size:17px;
    }
    #main #footer .newsletter h3 {
        font-size:18px;
    }
    #main #footer .newsletter p {
        font-size:17px;
    }
}


@media only screen and (width : 600px) and (orientation: portrait) {
    .telephone_list .item, .telephone_list .item.last{
        width:95%;
        float:left;
    }
    .telephone_list .item .desc a.button{
        width:32px;
    }
}


/*************************************************************************************/
/*****General style form the main css, which was copyed from the generic css END *****/
/*************************************************************************************/


.mobiles_listing {
    margin-top: 20px;
}

.mobiles_listing h1 {
    font-size: 27px;
    float: left;
}

.listing_inner {
    margin-top: 30px;
}

#middle.mobileHp {
    padding: 30px 0px 25px 0px;
}
/* Select filter start here */
.mobiles_listing .filter_select {
    float: right;
}

.mobiles_listing .filter_select label {
    font-family: robotocondensed;
    font-size: 17px;
    float: left;
    margin: 5px;
}

.s-hidden {
    visibility:hidden;
    padding-right:10px;
}

.select {
    cursor:pointer;
    display:inline-block;
    position:relative;
    font-family: robotocondensed;
    font-size: 17px;
    color: #792475;
    border:1px solid #e2e2e2;
    height: 28px;
    width: 184px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 0 10px;
    line-height: 28px;
    background: url("../img/filter_select_arrow.png") no-repeat 150px center;
    display: inline-block;
}

.styledSelect:active,
.styledSelect.active {
    background-color:#eee;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: -1px;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    background-color: white;
    width: 100%;
}

.options li {
    margin:0 0;
    padding:5px 10px;
}

.options li:hover {
    background-color:#39f;
    color:white;
}

/* Select filter end here */

/* FILTER BLOCKS START HERE */
.filters {
    float: left;
    width: 100%;
    max-width: 183px;
}

.filters h3 {
    display: none;
}

.filter_block {
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
    width: 78%;
    display:inline-block;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   
    zoom: 1;
    background-color:#e5e5e5;
    position:relative;
}

.filter_block h4 {
    font-size: 17px;
    color: #792475;
    border-bottom: 1px solid #cecece;
    margin: 0;
    text-align: left;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.filter_block.usage .content{
    display:block;
}

.filter_block.usage.opened{
    display:block;
}

.filter_block.usage.toggle h4{

    background-position: 131px -34px;

}

.filter_block.usage.toggle h4.open {
    background-position: 135px 7px;
}

.filter_block.toggle.color .content{
    width:157px;

    margin-left:-8px;
}

.filter_block.toggle.color.items-length-gt6 .content{
    width:125px;
    margin-left:0px;
    padding-left:15px;
}

.filter_block ul {
    margin-top: 28px;
    padding: 0;
    list-style: none;
}

.filter_block ul li {
    margin: 16px 0;
}

.filter_block ul li a {
    font-family: roboto_condensedbold;
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
}

/* Usage Filter */

.filter_block fieldset {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

/* Filter Toggle start here */
.filter_block.toggle h4 {
    padding: 0;
    border: 0;
    background: url(../img/filter_toggle_arrows.png) no-repeat;
    background-position: 135px 7px;
    cursor: pointer;
}

.filter_block.toggle h4.open {
    background-position: 131px -34px;
}


.filter_block.toggle .content {
    margin-top: 20px;
    border-top: 1px solid #cecece;
    padding:10px 0px 0px 0px;
}
/* Filter Toggle end here */

/* Filter Color block start here */

.filter_block #ul_couleurs {
    padding: 0;
    margin: 2px auto 0;
    display: inline-block;
}

.filter_block #ul_couleurs a {
    list-style: none;
    float: left;
    margin:2px;
}

.filter_block #ul_couleurs a[disabled_a="true"]{
    display:none;
}

.filter_block #ul_couleurs a[selectable="true"]{
    opacity:0.5;
    display:block;
}

.filter_block #ul_couleurs a[checked="checked"], .filter_block #ul_couleurs a:hover{
    border: 2px solid #792475;
    height: 18px;
    width: 18px;
    opacity:1;
    display:block;
}

.filter_block #ul_couleurs a[checked="checked"], .filter_block #ul_couleurs a:hover{
    border: 2px solid #792475;
    height: 16px \0/IE9;
    width: 16px \0/IE9;
    opacity:1;
    display:block;

}


.filter_block #ul_couleurs a:first-child{
    /*margin-left:-2px;*/
}

.filter_block #ul_couleurs a:last-child {
    /*margin: 16px 0;*/
}

.filter_block #ul_couleurs a {
    border: 1px solid #9e9a8e;
    height:20px;
    width:20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    /*behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);   */
    zoom: 1;
    display: block;
    position: relative;
}

.filter_block #ul_couleurs a {
    height: 18px \0/IE9;
    width: 18px \0/IE9;
}

/* IE 8 COLOR FIX start here */
.no-js.lt-ie9 .filter_block #ul_couleurs a {
    width: 23px;
    height: 22px;
    background-image: url('https://m6mobile.fr/skins/page-index-mobiles/img/color_pins_small_filter_block.png');
    border: 0;
    zoom: 1;
    display: block;
    position: relative;
}

.no-js.lt-ie9 .filter_block #ul_couleurs a[checked="checked"], .no-js.lt-ie9 .filter_block #ul_couleurs a:hover {
    background-image: url('https://m6mobile.fr/skins/page-index-mobiles/img/color_pins_small_filter_block_active.png');
}


/* IE 8 COLOR FIX end here */


.filter_block #ul_couleurs a.green {
    background-color: #008543;
}

.filter_block #ul_couleurs a.black {
    background-color: #1c1316;
}

.filter_block #ul_couleurs a.red {
    background-color: #c90404;
}

.filter_block #ul_couleurs a.purple-blue {
    background-color: #6f8ed4;
}

.filter_block #ul_couleurs a.white{
    background-color:#ffffff;
}

.filter_block #ul_couleurs a.white-brown {
    background-color: #d0bf5e;
}

.filter_block #ul_couleurs a.dark-purple {
    background-color: #4811b2;
}

.filter_block #ul_couleurs a.purple{
    background-color:#9e12d8;
}

.filter_block #ul_couleurs a.claret{
    background-color:#ab2022;
}

.filter_block #ul_couleurs a.dark-green{
    background-color:#033f21
}

.filter_block #ul_couleurs a.dark-gray{
    background-color:#49474a
}

.filter_block #ul_couleurs a.dark-yellow{
    background-color:#de8d21
}

/* Filter Color block end here */

/* Filter Engagements start here */
ul.filter_engagement {
    margin: 20px 0 0 0;
    padding: 0;
    display: block;
}

ul.filter_engagement li {
    margin: 0;
}

ul.filter_engagement li span{
    font-family: roboto_condensedbold;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

ul.filter_engagement li i {
    margin-right: 10px;
    background: url(../img/engagement_list_page.png) no-repeat;
    width: 32px;
    height: 30px;
    float: left;
    margin-top: 10px;
}

ul.filter_engagement li i.livrasion {
    background-position: 0 0;
}

ul.filter_engagement li i.payment {
    background-position: 0 -43px;
    height: 34px;
}

ul.filter_engagement li i.satisfait {
    background-position: 0 -95px;
}
/* Filter Engagements end here */
/* FILTER BLOCKS END HERE */

/* Telephone List start here */
.telephone_list {
    margin-left: 184px;
    position:relative;
    padding-bottom:90px;
}

.telephone_list {
    margin-left: 184px;
    position:relative;
    padding-bottom:90px;
}

.telephone_list > ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.telephone_list .item {
    float: left;
    display: block;
    max-width: 350px;
    padding-left: 95px;
    margin-bottom: 60px;
    position: relative;
    min-height:360px;
}

.telephone_list .item.last {
    border-left: 1px solid #eee;
    margin-right:50px;
    padding-left: 80px;
    float:right;
}

.telephone_list .item .titles {
    float: left;
    position: absolute;
    top: 0;
}

.telephone_list .item .title , .telephone_list .item .title a {
    font-family: roboto_condensedbold;
    font-size: 22px;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration:none;
    color:#000;
}

.telephone_list .item .subTitle , .telephone_list .item .subTitle a {
    font-family: robotocondensed;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-decoration:none;
    color:#000;
}
.telephone_list .item .tel_img {
    width: 146px;
    height: auto;
    float: left;
    clear: both;
    margin-top: 20px;
    border:0px;
    outline:none;
    position: absolute;
    top: 60px;
}

.imgTEL {
    width:146px;
    display:block;

}

.telephone_list .item  .desc {
    margin-left: 172px;
    padding-top: 74px;
    /*position: relative;*/
}

.telephone_list .item  .desc .desc_text {
    display: block;
    list-style: none;
    height: 65px;
    margin: 0;
    padding:0;
}

.telephone_list .item  .desc .desc_text li.attributs {
    font-family: robotocondensed;
    font-size: 14px;
}

.telephone_list .item  .desc .desc_text li.attributs:before {
    content: '. ';
    font-size: 24px;
    vertical-align: middle;
    line-height: 6px;
    padding-bottom: 15px;
    display: inline-block;
    padding-right: 4px;
}

.telephone_list .item .color {
    display: block;
    margin-top: 8px;
    min-height: 64px;
}

.telephone_list .item .color .title {
    font-family: robotocondensed;
    font-size: 14px;
    color: #666666;
    display: block;
}

.telephone_list .item .color_list {
    padding: 0;
    margin: 2px auto 0;
    display: inline-block;
}

.color_list li {
    list-style: none;
    float: left;
    width:25px;
    height:25px;
}

.color_list li a {
    border: 1px solid #9e9a8e;
    height:20px;
    width:20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    zoom: 1;
    display: inline-block;
    position: relative;
    margin:0px 0px 0px 0px;
    opacity:0.5;
}

.color_list li a.active , .color_list li a:hover {
    border: 2px solid #792475;
    height:18px;
    width:18px;
    opacity:1;
    zoom: 1;
}

.color_list li a.green {
    background-color: #008543;
}

.color_list li a.black {
    background-color: #1c1316;
}

.color_list li a.red {
    background-color: #c90404;
}

.color_list li a.purple-blue {
    background-color: #6f8ed4;
}

.color_list li a.white-brown {
    background-color: #d0bf5e;
}

.color_list li a.dark-purple {
    background-color: #4811b2;
}

.color_list li a.purple{
    background-color:#9e12d8;
}

.color_list li a.claret{
    background-color:#ab2022;
}

.color_list li a.dark-green{
    background-color:#033f21
}

.color_list li a.dark-gray{
    background-color:#49474a
}

.color_list li a.dark-yellow{
    background-color:#de8d21
}


/* COLOR LIST IE8 FIX */
.no-js.lt-ie9 .color_list li a {
    width: 23px;
    height: 22px;
    background-image: url('https://m6mobile.fr/skins/page-index-mobiles/img/color_pins_small.png');
    border: 0;
    zoom: 1;
    display: block;
    position: relative;
}

.no-js.lt-ie9 .color_list li a.active , .no-js.lt-ie9 .color_list li a:hover {
    background-image: url('https://m6mobile.fr/skins/page-index-mobiles/img/color_pins_small_active.png');
    width: 25px;
    height: 23px;
    opacity:1;
    /*behavior: url(https://m6mobile.fr/skins/page-index-mobiles/css/css/hackCSS3IE.htc);*/
    zoom: 1;
}

/* COLOR LIST IE8 FIX */

.telephone_list .item .desc .tel_price {
    display: block;
    margin: 22px 0;
}

.telephone_list .item .desc .tel_price .unavailable {
    display: block;
    font-family: 'roboto_condensedlight';
    font-size: 17px;
    color: #000;
    background-color:#e5e5e5;
    padding:5px 20px 5px 20px;
    line-height: 20px;
    text-align:center;
    width:100px;
}

.telephone_list .item .desc .tel_price .price_text {
    font-family: robotocondensed;
    font-size: 14px;
    color: #666666;
}

.telephone_list .item .desc .price {
    display: block;
    font-family: roboto_condensedbold;
    font-size: 40px;
    color: #792475;
    line-height: 36px;
}
.telephone_list .item .buttons {
    position: absolute;
    top: 0;
    width: 147px;
    right: 0;
}

.telephone_list .item .promo_btn {
    margin-bottom: 10px;
}

.telephone_list .item .nouveau_btn {
    margin-bottom: 10px;
}

.telephone_list .item .recondition_btn {
    margin-bottom: 10px;
}

.loading-image{
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-30px;
}

/* Telephone List end here */

/* Facebook box start here */
.selectionMobile .facebook-box{
    width:429px;
    border: 0;
}
.facebook-box iframe {
    margin-left: -1px;
}
/* Facebook box end here */

/* custom checkbox for filters starts here */

.custom-checkbox.disabled label{
    color:#999999;
    opacity:0.8;
    cursor:default;
}

.custom-checkbox.disabled input{
    opacity:0;
}

/* custom checkbox for filters ends here */

/******************************************************************
MEDIA QUERY FOR IPAD START HERE
*******************************************************************/

@media screen and (max-width: 1279px) {
    #middle #ariane {
        margin-left:0;
    }

    /* Telephone list start here */
    .telephone_list .item {
        float: left;
        display: block;
        max-width: 335px;
        padding-left: 28px;
        margin-bottom: 60px;
        position: relative;
        min-height:345px;
    }

    .telephone_list .item.last {
        border-left: 1px solid #eee;
        margin-right:0px;
        padding-left: 28px;
        float:right;
    }

    /* Telephone list end here */

    /* Facebook box start here */
    .selectionMobile .facebook-box{
        width:215px;
    }
    /* Facebook box start here */
}






/* TO REVIEW */
.propriete_mobile,
#filter_model,
.telephone_list .item span.filter_color {
    display: none;
}
.hide {
    /*display: none !important;*/
}
#infScroll .loading-image{
    display: none;
}