.line b {
    font-family: "roboto_condensedbold";
    font-size: 14px;
}

.mention-promo-forfait, .mention-promo-forfait p, .your_packages .mention-promo-forfait span {
    font-family: 'roboto_condensedlight';
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
}

.page-level-2 .h1,
#mobile-detail .mobile-details .mobile-more,
#mobile-detail .tabs_choix_engagement .spec,
#mobile-detail .reassurrance h4 {
    color: #9f5ba3;
}
.your_packages .mention-promo-forfait i {
    font-style: normal;
}

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

.infosBULLES {
    font-size: 18px;
    border: none !important;
    box-shadow: none !important;
}

.steps li .title .infosBULLES span.ui-button-text {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    height: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important
}

.page-level-2 #middle,
.page-level-2.mobile_details #middle {
    padding: 5px 0px 25px 0px;
}

.selection {
    margin-top: 0px;
}

#sectionTITRE .mid .wrapp-content {
    padding-top: 0;
}

.page-level-2 #middle .h1 {
    color: #000000;
    float: left;
    line-height: 22px;
}

.mobile-details .h1 span {
    font-size: 18px;
}

.mobile-details .mobile-more {
    font-family: roboto_condensedbold;
    text-transform: none;
    font-size: 15px;
    display: inline-block;
    float: right;
    padding-top: 13px;
    text-decoration: underline;
    color: #792475;
}

.mobile-details .mobile-more:hover {
    color: #000000;
}

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

/*
@media screen and (min-width: 1280px) {
  .packages {
    background: url('../img/perso_telecommande-more1280.png') no-repeat 440px 132px;
  }
  .tabs_choix_engagement .steps {
    min-height:350px;
  }
}
*/

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

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

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

.tabs_choix_engagement .spec.spec-heure {
    font-size: 30px;
    line-height: 30px;
}

.tabs_choix_engagement .spec .fa {
    font-size: 16px;
    line-height: 28px;
}

.your_packages span.mention-engagement {
    font-family: 'roboto_condensedlight';
    font-size: 14px;
    text-transform: none;
    display: block;
}

.wrapp-tooltip {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0;
    left: -20px;
    top: 4px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    box-shadow: 0 2px 0 #8b94a4;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .wrapp-tooltip {
        float: none;
        margin: 0 auto 4px auto;
        top: 0;
    }
}

.wrapp-tooltip p.picto {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px;
    color: #000000;
}

.tooltip {
    position: absolute;
    bottom: calc(100% + 30px);
    left: 50%;
    width: 300px;
    z-index: 1000;
    padding: 8px 10px 20px 10px;
    margin-left: -150px;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #eee 0%, #feffff 100%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #feffff 100%);
    background-image: -webkit-linear-gradient(bottom, #eee 0%, #feffff 100%);
    background-image: linear-gradient(bottom, #eee 0%, #feffff 100%);

    color: #792475;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-top: #f7f7f7 1px solid;
    border-bottom: #cccccc 4px solid;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.tooltip:before {
    position: absolute;
    display: block;
    bottom: 30px;
    left: 50%;
    z-index: 1002;
    margin-left: -20px;
    width: 0;
    height: 10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #eee;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.wrapp-tooltip .picto:hover {

}

a.button .wrapp-tooltip .tooltip:before,
.wrapp-tooltip:hover .tooltip:before {
    opacity: 1;
    bottom: -24px;
}

.wrapp-tooltip .tooltip h4 {
    font-family: roboto_condensedbold;
    font-size: 18px;
}

.wrapp-tooltip .tooltip p {
    font-family: roboto_condensedbold;
    font-size: 13px;
    color: #000000;
}

a.button:hover .tooltip,
.wrapp-tooltip:hover .tooltip {
    visibility: visible;
    bottom: 30px;
    opacity: 1;
}

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

}

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

.steps li.last-step {
    margin-bottom: 4px;
}

.steps li .title {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: 15px;
}

.steps li .title span {
    background: url(../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 5px 0px;

    padding-right: 0px;
    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, .mobile_price span.price span {
    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 .wrapp-call-to-action .button {
    right: auto;
    left: 50%;
    margin-left: -100px;
}

.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;
    height: 28px;
    line-height: 28px;
    padding: 0 30px;
    margin-right: 10px;
    background-color: #ffffff;
    background: rgb(255, 255, 255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(242, 242, 242)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(242, 242, 242) 100%);
    font-family: "roboto_condensedbold";
    font-size: 12px;
    color: #000000;
    -moz-border-radius: 28px;
    -khtml-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    border: #bbbbbb 2px solid;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.package_select label.capacity {
    padding: 0 24px;
}

.package_select label.ui-state-active {
    color: #000000;
    border: #792475 2px solid;
    cursor: default;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

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

.package_select label.off, .package_select label.ui-state-disabled {
    background: #eaeaea;
    color: #b7b7b7;
    border: #999999 2px solid;
    cursor: default;
}

.package_select label.off span, .package_select label.ui-state-disabled 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);
    border: 0;
    border: none;
    outline: 0;
    outline: none;
}

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

.mob-det {
    margin-top: 18px;
    width: 100%;
    float: left;
}

.mob-det .buttons {
    text-align: right;
    width: 100%;
    padding: 0;
}

.mob-det .promo_btn {
    margin-right: 14px;
}

.mob-det .side-left {
    float: left;
    width: 270px;
    margin: 0 88px;
}

.mob-det .side-right {
    margin-left: 450px;
}

.mobile_colour {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 28px;
    display: block;
}

.mobile_colour .title {
    font-family: roboto_condensedbold;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
}

/* Pin Colour start here */

.mobile_colour .color_list {
    padding: 0;
    margin: 14px auto 0;
    display: inline-block;
}

/* Pin Colour end here */
.adition_info {
    display: inline-block;
    text-align: center;
    margin-top: 14px;
    float: left;
    width: 100%;
}

.adition_info p {
    padding: 0;
    margin: 3px 0;
    font-size: 12px;
}

.mob_rating {
    display: inline-block;
    margin-top: 30px;
}

.mob_rating p {
    margin-top: 3px;
    padding: 0;
    float: left;
    font-size: 17px;
    color: #792475;
    line-height: 17px;
}

.mob_rating .star-rating {
    margin: 4px 0 0 8px;
}

/*styles for the star rater*/
.stars {
    float: left;
    margin-left: 4px;
}

/* IE8 FIX start here */
.no-js.lt-ie9 .star-rating {
    width: 120px;
}

/* IE8 FIX end here */
/* stars rating ends here */

/* Payment security start here */
.reassurrance span.puce {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 12px;
    padding: 0;
    background: #772473;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3MmQ5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NTE0NDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(151, 45, 146, 1) 0%, rgba(69, 20, 67, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(151, 45, 146, 1)), color-stop(100%, rgba(69, 20, 67, 1)));
    background: -webkit-linear-gradient(top, rgba(151, 45, 146, 1) 0%, rgba(69, 20, 67, 1) 100%);
    background: -o-linear-gradient(top, rgba(151, 45, 146, 1) 0%, rgba(69, 20, 67, 1) 100%);
    background: -ms-linear-gradient(top, rgba(151, 45, 146, 1) 0%, rgba(69, 20, 67, 1) 100%);
    background: linear-gradient(to bottom, rgba(151, 45, 146, 1) 0%, rgba(69, 20, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#972d92', endColorstr='#451443', GradientType=0);
    box-shadow: 0px 1px 2px 0px rgb(0, 0, 0);
    color: #ffffff;
    text-shadow: 1px 1px 1px #4C174A;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
    display: block;
    float: left;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);

}

.reassurrance span.puce:before {
    content: "+";
    text-align: center;
    display: block;
    font-family: "roboto_condensedbold";
}

.reassurrance.active span.puce:before {
    content: "-";
    text-align: center;
    display: block;
    font-family: "roboto_condensedbold";
}

.reassurrance {
    display: block;
}

.reassurrance h4 {
    font-family: roboto_condensedbold;
    font-size: 20px;
    color: #792475;
    text-transform: uppercase;
    margin: 58px 0 9px;
}

.reassurrance ul {
    display: inline-block;
    padding: 0px;
    margin: 0;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    list-style: none;
    width: 99.4%;
    text-align: center;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    zoom: 1;
}

.reassurrance ul li {
    display: inline-block;
    font-family: robotocondensed;
    font-size: 13px;
    margin: 10px 40px 10px 40px;
    width: 20%;
}

.reassurrance ul li:last-child {

}

.reassurrance ul li span {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
    max-width: 105px;
    text-align: left;
    line-height: 14px;
    font-family: 'roboto_condensedbold';
}

.reassurrance ul li i {
    margin-right: 8px;
    background: url(../img/payment_security_sprite.png) no-repeat;
    width: 61px;
    height: 54px;
    float: left;
}

.reassurrance ul li i.livrasion {
    background-position: 0 5px;
}

.reassurrance ul li i.payment {
    background-position: 0 -83px;

}

.reassurrance ul li i.satisfait {
    background-position: 0 -156px;
}

/* Payment security end here */

/* Featured Phone start here */
.featured_phones {
    display: block;
    margin-top: 60px;
}

.featured_phones h3 {
    text-transform: uppercase;
    margin: 0 0 13px 0;
    padding: 0;
}

.featured_phones > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 2px solid #e5e5e5;
    display: table;
    width: 97.4%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
    text-align: center;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    zoom: 1;
}

.featured_phones li.item {
    width: 30%;
    margin: 5px 0px 0px 10px;
    display: inline-block
}

.featured_phones li.item:first-child {
    margin-left: 7%;
}

.featured_phones li.item .titles {
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.featured_phones li.item .titles .title, .featured_phones li.item .titles .title a {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.featured_phones li.item .titles .subTitle, .featured_phones li.item .titles .subTitle a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.featured_phones li.item .tel_img {
    width: 100px;
    float: left;
    border: 0px;
    outline: none;
}

.featured_phones li.item .desc_text {
    display: block;
    list-style: none;
    height: 65px;
    margin: 0;
    padding: 0;
    margin-left: 110px;
    margin-top: 6px;
    text-align: left;
}

.featured_phones li.item .desc_text li {
    font-family: robotocondensed;
    font-size: 14px;
}

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

.featured_phones li.item .tel_price {
    display: block;
    margin-left: 120px;
    margin-top: 14px;
    text-align: left;
}

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

.featured_phones li.item .tel_price .price {
    display: block;
    font-family: roboto_condensedbold;
    font-size: 40px;
    color: #792475;
    line-height: 36px;
}

.featured_phones li.item .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;
}

.featured_phones li.item .button {
    margin: 24px 0 0 14px;
}

/* Featured Phone end here */

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

.temporary_out {
    width: 100%;
    max-width: 417px;
    margin: 0 auto;
    text-align: center;
    padding: 200px 0;
}

.temporary_out h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    margin: 0;
    padding: 0;
}

.temporary_out p {
    font-family: robotocondensed;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.temporary_out .action-input {
    position: relative;
    margin-top: 20px;
    display: inline-block;

}

.temporary_out .temp_out_input {
    width: 240px;
    height: 46px;
    line-height: 46px;
    background: #EDEDED;
    outline: 0;
    border: 0;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    padding-left: 20px;
    font-family: 'roboto_condensedlight';
    font-size: 17px;
    padding: 0 0 2px 20px;
    margin: 0;
    float: left;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    zoom: 1;
}

.temporary_out .submit-btn {
    display: block;
    border: 0;
    outline: 0;
    background: url("../../generic/img/btn-sprite.png") no-repeat;
    background-position: 0 -708px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    float: left;
    zoom: 1;
    top: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    background-color: #EDEDED;
}

.temporary_out .submit-btn:hover {
    background-position: 0 -783px;
}

.temporary_out .mobile-more {
    font-family: robotocondensed;
    float: none;
    font-size: 15px;
    padding: 0;
}

/* Temporary out end here */

/* =============================================================================
                                                        Mobile Details Page - END
========================================================================== */
/* =============================================================================
                                                        Mobile Listing Page - Start
========================================================================== */

#middle.mobileHp {
    padding: 30px 0px 25px 0px;
}

.mobiles_listing {
    margin-top: 20px;
}

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

/* 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("https://m6mobile.fr/skins/page-fiche-article/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 */

.listing_inner {
    margin-top: 30px;
}

/* Filters start here */

/* A NE PAS MANQUER */
.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;
}

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

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

.telephone_list .item {
    float: left;
    display: block;

    max-width: 350px;
    padding-left: 95px;
    margin-bottom: 60px;
    position: relative;
}

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

.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 {
    font-family: robotocondensed;
    font-size: 14px;
}

.telephone_list .item .desc .desc_text li: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;
}

.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;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    zoom: 1;
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 0px;
}

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

.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: #008543
}

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

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

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

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

/* Telephone List end here */

/* Browser Resets Carousel  */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Mobile Product carousel start here */
.productCarousel {
    width: 270px !important;
    margin: 0;
    padding: 0;
    position: relative;
    zoom: 1;
    float: left;
    overflow: visible !important;
}

.productCarousel .wrappSLIDER {
    width: 270px !important;
    overflow: hidden !important;

}

.productCarousel .slides {
    zoom: 1;
}

.productCarousel .slides .item-video-yt {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.productCarousel .slides > li {
    position: relative;
}

.productCarousel .slides img {
    max-width: 264px;
    display: block;
    margin: 0 auto;
}

.productCarousel .flex-direction-nav li a {
    width: 23px;
    height: 46px;
    margin: -13px 0 0;
    display: block;
    background: url(../img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    z-index: 300;
    top: 50%;
    cursor: pointer;
    text-indent: -99999px;
}

.productCarousel .flex-direction-nav li .next, .productCarousel .flex-direction-nav li .flex-next {
    background-position: -93px -110px;
    right: -30px;
}

.productCarousel .flex-direction-nav li .prev, .productCarousel .flex-direction-nav li .flex-prev {
    background-position: -20px -109px;
    left: -30px;
}
.productCarousel .flex-direction-nav a {
    opacity: 1;
    content: "";
}
.productCarousel .flex-direction-nav li a.flex-disabled {
    cursor: none;
}
/* Mobile Product carousel end here */

.topCarouselMain {
    max-width: 1600px;
    display: block;
    margin: 0 auto;
    margin-top: -1px;
}

/* Descripton Tabs start here  */

.description_tabs {
    display: inline-block;
    margin-top: 40px;
    width: 100%;
}

.description_tabs > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

.description_tabs > ul li {
    float: left;
}

.description_tabs > ul li a {
    font-family: 'roboto_condensedbold';
    color: #792475;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 24px;
    border: 0;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    zoom: 1;
    outline: none;
}

.description_tabs > ul li.ui-state-active {
    background: url(https://m6mobile.fr/skins/page-fiche-article/img/description_tabs_active_arrow.png) no-repeat center 29px;
    padding-bottom: 18px;
    bottom: -1px;
    position: relative;
}

.description_tabs > ul li.ui-state-active a {
    background-color: #ededed;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 0;
    behavior: url(https://m6mobile.fr/css/hackCSS3IE.htc);
    zoom: 1;
}

.description_tabs_mobile {
    display: none;
}

/* Descripton Tabs end here  */

#boxVIDEO {
    width: 90%;
    max-width: 300px;
    float: none;
    margin: 166px auto 0 auto;
}

#boxVIDEO .wrappVIDEO, #boxVIDEO .wrappVIDEO #player {
    width: 100%;
    float: none;
    margin: 0 auto;
    -webkit-transition: all 1.2s ease-in;
    -moz-transition: all 1.2s ease-in;
    -ms-transition: all 1.2s ease-in;
    -o-transition: all 1.2s ease-in;
    transition: all 1.2s ease-in;
}

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

    .offreHpSection {
        max-width: 265px;
    }

    .offreHpSectionLast {
        max-width: 890px;
        width: 866px;
        padding: 20px 12px 12px 12px;
    }

    .offreHpSection .offresHpSectionContent .offresHpSectionContentText p {
        margin: 0px;
    }

    .offreSpecialBox {
        margin-left: 120px;
    }

    .offreHpSectionLast .offresHpSectionContent .offresHpSectionContentText span {
        width: 40px;
    }

    .offreHpSection h1 {
        font-size: 28px;
    }

    /* offre HP start */
    /* sim styles starts here */
    .sim_details .your_packages {
        padding-right: 145px;
        width: 100%;
    }

    /* sim styles ends here */
    .selectionMobile .facebook-box {
        width: 215px;
    }

    .reassurrance ul {
        width: 100%;
    }

    .reassurrance ul li {
        width: 27%;
        margin: 10px 1%;
    }

    .desc_category ul li {
        min-width: 47%;
    }

    .featured_phones li.item:first-child {
        margin-left: 3%;
    }

    .mob-det .side-right {
        margin-left: 345px;
    }

    .mob-det .side-left {
        margin: 0;
    }

}

/* PATCH */
.box-tarifs-mobile {
    border-top: #cccccc 1px solid;
    padding-top: 10px;
    padding-bottom: 16px;
}

.box-tarifs-mobile .col-tarifs {
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 5px;
}

.box-tarifs-mobile .text-since {
    font-family: 'roboto_condensedlight';
    font-size: 17px;
    margin-left: 0px;
    color: #9f5ba3;
    margin-bottom: 4px;
}

.box-tarifs-mobile .box-tarif {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e7e7e7;
    text-align: center;
    overflow: hidden;
    width: 45%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 80px;
}

.box-tarifs-mobile .box-tarif.box-tarif-edp {
    width: 60%;
    margin-bottom: 8px;
}

.box-tarifs-mobile .box-tarif.box-tarif-direct {
    width: 30%;
    float: right;
}

@media screen and (max-width: 640px) {
    .box-tarifs-mobile .box-tarif,
    .box-tarifs-mobile .box-tarif.box-tarif-edp,
    .box-tarifs-mobile .box-tarif.box-tarif-direct {
        width: 100%;
        float: none;
        min-height: 0;
    }
}

.box-tarifs-mobile .box-tarif .head-box-tarif {
    background-color: #cfcfcf;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-family: 'roboto_condensedlight';
}

.box-tarifs-mobile .wrapp-box-tarif {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 2px 5px;
    font-family: 'roboto_condensedlight';
}

.box-tarifs-mobile .wrapp-box-tarif .col-tarif-final {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-tarifs-mobile .wrapp-box-tarif .col-tarif-initial {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-left: 3px;
}

.wrapp-box-tarif sup {
    font-size: 12px;
    line-height: 44px;
    pos
}

.box-tarifs-mobile .box-tarif .tarif-final {
    font-size: 37px;
    font-family: 'roboto_condensedbold';
    color: #9f5ba3;
    line-height: 38px;
}

.box-tarifs-mobile .box-tarif.box-tarif-direct .tarif-final {
}

.box-tarifs-mobile .box-tarif .tarif-final .renvoi {
    position: absolute;
    height: 100%;
    display: inline-block;
    vertical-align: text-top;
}

.box-tarifs-mobile .box-tarif .tarif-final .renvoi:after {
    position: absolute;
    top: -10px;
}

.box-tarifs-mobile .box-tarif .tarif-initial {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 16px;
    font-family: 'roboto_condensedbold';
}

.box-tarifs-mobile .box-tarif.box-tarif-direct .tarif-initial {
    float: none;
}

.box-tarifs-mobile .box-tarif .commande-time {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-family: 'roboto_condensedlight';
}

.box-tarifs-mobile .box-tarif.box-tarif-direct .tarif-initial {
    font-family: 'roboto_condensedbold';
    font-size: 16px;
    line-height: 16px;
}

.box-tarifs-mobile .box-tarif .tarif-explanation {
    font-size: 16px;
    line-height: 16px;
}

.box-tarifs-mobile .box-tarif .tarif-explanation .tarif-explanation {
    font-family: 'roboto_condensedbold';
    font-size: 16px;
    color: #9f5ba3;
    display: inline;
}

.box-tarifs-mobile .box-tarif .tarif-engagement {
    font-size: 14px;
    line-height: 14px;
}

.box-tarifs-mobile .box-tarif .tarif-calcul {
    font-family: 'roboto_condensedlight';
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 4px;
}
.box-tarifs-mobile .box-tarif .tarif-explanation .text-strong {
    font-family: 'roboto_condensedbold';
    font-size: 18px;
    color: #9f5ba3;
    display: inline;
}
.box-tarifs-mobile .box-tarif .tarif-calcul sup,
.box-tarifs-mobile .box-tarif .tarif-calcul span {
    display: inline;
    font-size: 13px;
    line-height: 13px;
}
.text-prix-barre {
    text-decoration: line-through;
}

.box-tarifs-mobile .box-tarif.box-tarif-edp {
    text-align: left;
}

.box-tarifs-mobile .box-tarif.box-tarif-direct {

}

.box-tarifs-mobile .between-box {
    text-align: center;
    font-family: 'roboto_condensedbold';
    font-size: 18px;
    line-height: 60px;
    margin: 10px 0;
    float: left;
    width: 10%;
}

@media screen and (max-width: 640px) {
    .box-tarifs-mobile .between-box {
        float: none;
        width: 100%;
        line-height: 18px;
    }
}
.tarif-before-promo b {
    font-family: 'roboto_condensedbold';
}
.box-tarifs-mobile .box-odr {
    width: 100%;
    text-align: center;
    font-family: 'roboto_condensedlight';
    font-size: 15px;
    margin-top: 16px;
}

.box-tarifs-mobile .box-odr a {
    text-decoration: none;
    color: #9f5ba3;
    font-family: 'roboto_condensedbold';
    font-size: 15px;
}

a.button i.fa {
    position: relative;
    background: none;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    color: #000000;
    margin: 0;
}

a.button .wrapp-tooltip {
    margin: -2px 4px 0 0px;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    float: left;
}

.wrapp-call-to-action .btn .wrapp-tooltip .fa {
    margin: 0;
}

a.button:hover .tooltip {

}

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

.wrapp-call-to-action {
    position: relative;
    max-width: 180px;
    padding-left: 24px;
}
@media screen and (max-width: 480px) {
    .wrapp-call-to-action {
        max-width: 180px;
        padding-left: 16px;
    }
}