@import url(../../../css/reset.css);
@import url(../../../css/text.css);
@import url(../../../css/fluiddesktop.css);
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #ffffff;
  background-color: #000000;
  font: 18px/1.4  'dosisregular', Arial, sans-serif; }

h1 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px; }

h2 {
  font-weight: 400;
  font: 50px/1.3  'dosisextralight', Arial, sans-serif; }

h3 {
  font-weight: 400;
  margin-bottom: 20px;
  font: 50px/1.3  'dosisextralight', Arial, sans-serif;
  font-size: 25px; }

h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px; }

.globalw {
  width: 100%;
  overflow-x: hidden; }

.page .emptybanner {
  height: 120px; }
.page p {
  margin-bottom: 20px; }
.page ul {
  display: block;
  margin-bottom: 30px; }
  .page ul li {
    display: list-item;
    list-style-type: none;
    list-style-position: inside;
    background: transparent url(/images/bullet.png) no-repeat left center;
    padding-left: 30px; }
.page ol {
  counter-reset: item 0; }
  .page ol.secondolpart {
    counter-reset: item 3; }
  .page ol li {
    display: block;
    position: relative;
    clear: both;
    padding-left: 100px;
    min-height: 120px; }
    .page ol li:before {
      content: "0" counter(item) ". ";
      counter-increment: item;
      color: #403c40;
      font-size: 70px;
      height: 70px;
      line-height: 70px;
      display: block;
      position: absolute;
      font-family: 'dosisbold';
      top: 0;
      left: 0; }
.page.home .mcc .mainpagenumber::before {
  content: '01'; }

.section {
  position: relative; }
  .section .mcc {
    width: 1050px;
    margin-left: -525px;
    left: 50%;
    position: absolute;
    z-index: 2000;
    height: 220px;
    bottom: 64px; }
    .section .mcc .encarts1 {
      float: left;
      width: 31%;
      border: 2px solid #3d3b3b;
      background-color: rgba(0, 0, 0, 0.5);
      display: table; }
      .section .mcc .encarts1.leftside {
        border-right-width: 0; }
      .section .mcc .encarts1.rightside {
        border-left-width: 0; }
      .section .mcc .encarts1 .encart1 {
        padding: 0 20px 0 20px;
        display: table-cell;
        vertical-align: middle;
        height: 175px; }
        .section .mcc .encarts1 .encart1 h1 {
          font-size: 20px;
          margin-bottom: 10px;
          font-family: "dosissemibold"; }
        .section .mcc .encarts1 .encart1 a {
          color: #ffffff;
          transition: all .2s; }
          .section .mcc .encarts1 .encart1 a:hover {
            text-shadow: 0 0 8px #d4140f;
            text-decoration: none; }
        .section .mcc .encarts1 .encart1 p {
          margin-bottom: 0; }
    .section .mcc .mccw {
      float: left;
      width: 38%;
      background-color: rgba(150, 21, 31, 0.9);
      background: transparent url(/images/bgcc.png) repeat-x left center;
      font-size: 13pt;
      text-align: center;
      border: 3px solid #290000;
      border-radius: 3px;
      padding: 10px 50px 30px 50px;
      position: relative; }
      .section .mcc .mccw .title {
        border: 2px solid #3d3b3b;
        border-bottom-width: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        width: 100%;
        top: -58px;
        height: 58px;
        font-size: 24px;
        font-family: "dosissemibold"; }
        .section .mcc .mccw .title span {
          display: inline-block;
          height: 54px;
          width: 54px;
          line-height: 54px;
          background: transparent url(/images/sprite01.png) no-repeat -108px 0; }
      .section .mcc .mccw .ddl {
        display: block;
        position: relative;
        margin-bottom: 12px;
        background: transparent url(/images/arrowdown01.png) no-repeat right center;
        border-top: 1px solid #6f0c14;
        border-bottom: 1px solid #6f0c14;
        padding: 0 40px 0 20px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        transition: all .2s;
        font-size: 24px; }
        .section .mcc .mccw .ddl::before {
          content: "";
          position: absolute;
          left: 0;
          width: 1px;
          height: 100%;
          background: transparent url(/images/border01.png) no-repeat center center; }
        .section .mcc .mccw .ddl::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1px;
          height: 100%;
          background: transparent url(/images/border01.png) no-repeat center center; }
        .section .mcc .mccw .ddl:hover {
          background-color: #bc1a26; }
      .section .mcc .mccw .go {
        display: block;
        position: absolute;
        width: 82px;
        height: 82px;
        bottom: -48px;
        left: 50%;
        margin-left: -41px;
        cursor: pointer;
        text-indent: -9999px;
        /*transition: all .2s;*/
        background: transparent url(/images/go3.png) no-repeat center center;
        cursor: pointer; }
    .section .mcc .mainpagenumber {
      position: absolute;
      top: -220px;
      right: 0;
      color: rgba(0, 0, 0, 0.4);
      font-size: 190px;
      font-family: 'dosisbold';
      z-index: -1; }
      .section .mcc .mainpagenumber::before {
        content: '03'; }
  .section.alternativemcc .mcc {
    width: 600px;
    margin-left: -300px;
    left: 50%;
    position: absolute;
    z-index: 2000;
    height: 340px;
    bottom: auto;
    top: 50%;
    margin-top: -170px; }
    .section.alternativemcc .mcc .mccw {
      width: 100%; }
      .section.alternativemcc .mcc .mccw .title {
        border: none;
        background: none;
        font-size: 34px; }
      .section.alternativemcc .mcc .mccw .ddl {
        margin-bottom: 15px;
        padding: 0 40px 0 20px;
        height: 70px;
        line-height: 70px;
        font-size: 30px; }
        .section.alternativemcc .mcc .mccw .ddl:first-of-type {
          margin-top: 15px; }
  .section.alternativemcc .encarts1, .section.alternativemcc .mainpagenumber {
    display: none; }
  .section a {
    color: #d4140f;
    text-decoration: none; }
    .section a:hover {
      text-decoration: underline; }
  .section .bx-wrapper .bx-pager {
    text-align: center;
    color: #666;
    padding-top: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 2900;
    right: 66px; }
    .section .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block; }
      .section .bx-wrapper .bx-pager .bx-pager-item a {
        background: #adadad;
        text-indent: -9999px;
        display: block;
        width: 13px;
        height: 13px;
        margin-left: 5px;
        border: 3px solid #adadad;
        outline: 0;
        border-radius: 50%; }
        .section .bx-wrapper .bx-pager .bx-pager-item a.active, .section .bx-wrapper .bx-pager .bx-pager-item a:hover {
          background: #89000a;
          border-color: #f9000a; }
  .section .vehicles {
    background-color: #000000;
    background-size: 100%;
    min-height: 800px; }
    .section .vehicles .tl {
      width: 660px;
      height: 60px;
      background: transparent url("/images/cctl.png") no-repeat 0 -60px; }
      .section .vehicles .tl span, .section .vehicles .tl a {
        display: inline-block;
        width: 220px;
        color: #ffffff;
        line-height: 74px;
        font-size: 16px;
        text-indent: 90px;
        text-decoration: none; }
    .section .vehicles .lists {
      position: relative;
      max-width: 1130px;
      width: 80%;
      margin: 0 auto;
      margin-top: 85px;
      min-height: 700px; }
      .section .vehicles .lists .tablebetween {
        background-color: rgba(20, 20, 20, 0.4); }
      .section .vehicles .lists .tabs .tab {
        width: 209px;
        height: 37px;
        background: transparent url(/images/tab.png) no-repeat left top;
        line-height: 37px;
        font-size: 24px;
        color: #ffffff;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        cursor: pointer;
        z-index: 100;
        position: relative; }
        .section .vehicles .lists .tabs .tab span {
          background: transparent url(/images/tankw.png) no-repeat center center;
          display: inline-block;
          width: 22px;
          line-height: 37px; }
        .section .vehicles .lists .tabs .tab:nth-child(2) {
          margin-left: -67px; }
        .section .vehicles .lists .tabs .tab.disabled {
          color: #444444;
          background-image: url(/images/tabdisabled.png);
          z-index: 0; }
          .section .vehicles .lists .tabs .tab.disabled span {
            background: transparent url(/images/tankg.png) no-repeat center center; }
      .section .vehicles .lists .cursor {
        position: absolute;
        left: -44px;
        width: 44px;
        height: 50px;
        text-align: right;
        cursor: pointer; }
        .section .vehicles .lists .cursor img {
          width: 0%;
          height: 50px; }
      .section .vehicles .lists .table1 {
        width: 100%; }
        .section .vehicles .lists .table1 tr {
          height: 40px;
          /*transition: all .2s;*/
          cursor: pointer;
          /*&:hover{
              height: 80px;
              background-color: $red1!important;
          }*/ }
          .section .vehicles .lists .table1 tr th {
            background-color: #3d3a3a;
            width: 33%;
            text-align: center;
            vertical-align: middle; }
          .section .vehicles .lists .table1 tr td {
            vertical-align: middle;
            text-align: center;
            border-left: 1px solid #323030; }
            .section .vehicles .lists .table1 tr td:first-child {
              text-align: left;
              padding-left: 40px;
              border-left-width: 0; }
          .section .vehicles .lists .table1 tr:nth-child(odd) {
            background-color: #6c6262; }
          .section .vehicles .lists .table1 tr:nth-child(even) {
            background-color: #9d9292; }
    .section .vehicles .productContainer {
      background-color: #000000; }
    .section .vehicles .product {
      max-width: 1320px;
      width: 90%;
      margin: 0 auto;
      padding-top: 40px;
      text-align: center; }
      .section .vehicles .product .model_gallery {
        width: 90%;
        height: auto; }
        .section .vehicles .product .model_gallery .thumb {
          display: none; }
          .section .vehicles .product .model_gallery .thumb:nth-of-type(1) {
            display: block; }
      .section .vehicles .product h1 {
        display: inline-block;
        line-height: 54px;
        font-size: 40px; }
      .section .vehicles .product .gains {
        position: relative; }
        .section .vehicles .product .gains .fx {
          position: absolute;
          background: transparent url(/images/bgcell2.png) no-repeat center center;
          -moz-background-size: 100% 100%;
          -o-background-size: 100% 100%;
          -webkit-background-size: 100% 100%;
          background-size: 100% 100%; }
        .section .vehicles .product .gains table {
          width: 100%;
          font-size: 22px; }
          .section .vehicles .product .gains table tr td {
            border: 2px solid #cdcdd0;
            text-align: center;
            padding: 8px;
            line-height: 30px; }
            .section .vehicles .product .gains table tr td:nth-child(2), .section .vehicles .product .gains table tr td:nth-child(3), .section .vehicles .product .gains table tr td:nth-child(4) {
              width: 21%; }
          .section .vehicles .product .gains table tr.row1 td:first-child {
            border: none; }
          .section .vehicles .product .gains table tr.row1 td {
            padding: 3px; }
          .section .vehicles .product .gains table tr.row2 {
            background-color: #a4a4a4; }
            .section .vehicles .product .gains table tr.row2 td {
              border-bottom-width: 0; }
          .section .vehicles .product .gains table tr.row3 {
            background-color: #ca1121; }
            .section .vehicles .product .gains table tr.row3 td {
              border-top-width: 0;
              border-bottom-width: 0; }
              .section .vehicles .product .gains table tr.row3 td img {
                height: 18px;
                width: auto; }
          .section .vehicles .product .gains table tr.row4 {
            background-color: #655a5a; }
            .section .vehicles .product .gains table tr.row4 td {
              border-top-width: 0; }
      .section .vehicles .product .styledcell1 {
        position: relative;
        background: transparent url(/images/cellborder1.png) no-repeat center center;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        width: 100%;
        height: 172px;
        width: 90%;
        margin: 0 0 0 auto; }
      .section .vehicles .product .counter {
        position: absolute;
        line-height: 172px;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        background: #292a2a url(/images/bgcell1.png) no-repeat center center;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        font-size: 48px; }
        .section .vehicles .product .counter .fa {
          font-size: 24px; }
      .section .vehicles .product .testimonial {
        text-align: left; }
        .section .vehicles .product .testimonial .ref {
          color: #a4a4a4;
          padding: 0 0 0 50px; }
          .section .vehicles .product .testimonial .ref .who {
            font-size: 28px;
            color: #ffffff; }
          .section .vehicles .product .testimonial .ref .whn {
            color: #ca1121; }
          .section .vehicles .product .testimonial .ref .where {
            color: #ca1121; }
        .section .vehicles .product .testimonial .quote {
          font-size: 20px;
          margin-top: 8px; }
    .section .vehicles .wot {
      color: #acabb1;
      font-size: 16px;
      margin-top: 14px; }
      .section .vehicles .wot.fr-dz {
        display: none; }
    .section .vehicles .commercial_infos .grid_4 {
      position: relative; }
      .section .vehicles .commercial_infos .grid_4.comments::before, .section .vehicles .commercial_infos .grid_4.price::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        /*1px*/
        background-color: #1b1a1e;
        overflow: hidden;
        content: ""; }
    .section .vehicles .commercial_infos .curve {
      line-height: 54px;
      padding: 12px;
      text-align: right; }
      .section .vehicles .commercial_infos .curve span {
        display: inline-block;
        width: 54px;
        background: transparent url(/images/sprite01.png) no-repeat -209px center; }
    .section .vehicles .commercial_infos .price_grid {
      width: 100%; }
      .section .vehicles .commercial_infos .price_grid td {
        width: 48%;
        text-align: right;
        padding-bottom: 12px; }
        .section .vehicles .commercial_infos .price_grid td.inter {
          width: 4%; }
        .section .vehicles .commercial_infos .price_grid td .finalprice {
          padding: 4px 10px 4px 10px;
          display: inline-block;
          border: 1px solid #862b2e;
          margin: 0 2px 0 2px;
          line-height: 80px; }
          .section .vehicles .commercial_infos .price_grid td .finalprice.fr-dz {
            font-size: 28px;
            line-height: 78px; }
        .section .vehicles .commercial_infos .price_grid td .discount {
          font-size: 25px;
          color: #d4140f; }
        .section .vehicles .commercial_infos .price_grid td .initialprice {
          font-size: 25px;
          display: block;
          margin-bottom: 8px; }
        .section .vehicles .commercial_infos .price_grid td .adja {
          padding-right: 11px; }
      .section .vehicles .commercial_infos .price_grid .h4 {
        font-size: 22px; }
      .section .vehicles .commercial_infos .price_grid .h2 {
        font-size: 50px; }
        .section .vehicles .commercial_infos .price_grid .h2 td {
          line-height: 80px; }
    .section .vehicles .commercial_infos .mail2, .section .vehicles .commercial_infos .phone2, .section .vehicles .commercial_infos .callback {
      float: left;
      width: 26%;
      text-align: center;
      margin: 10px 0 50px 7%;
      background: transparent url(/images/mail2.png) no-repeat center top;
      cursor: pointer;
      transition: all .4s;
      /*background-size: 30%;*/ }
      .section .vehicles .commercial_infos .mail2 a, .section .vehicles .commercial_infos .phone2 a, .section .vehicles .commercial_infos .callback a {
        color: #ffffff;
        display: inline-block;
        padding-top: 110px;
        font-size: 16px;
        color: #acabb1; }
        .section .vehicles .commercial_infos .mail2 a:hover, .section .vehicles .commercial_infos .phone2 a:hover, .section .vehicles .commercial_infos .callback a:hover {
          text-decoration: none; }
      .section .vehicles .commercial_infos .mail2:hover, .section .vehicles .commercial_infos .phone2:hover, .section .vehicles .commercial_infos .callback:hover {
        transform: translateY(-5px); }
    .section .vehicles .commercial_infos .phone2 {
      background-image: url(/images/phone2.png); }
    .section .vehicles .commercial_infos .callback {
      background-image: url(/images/callback2.png); }

.stripe.stripe5 {
  background-color: #000000;
  padding: 10px;
  text-align: center;
  font: 32px/1.3  'dosisextralight', Arial, sans-serif; }
  .stripe.stripe5 b {
    font-family: 'dosisregular', Arial, sans-serif;
    font-weight: bold; }
  .stripe.stripe5 h1 {
    text-transform: uppercase;
    font: 50px/1.3  'dosisextralight', Arial, sans-serif; }
  .stripe.stripe5 h3 {
    font-size: 28px;
    max-width: 960px;
    margin: 0 auto;
    font: 32px/1.3  'dosisextralight', Arial, sans-serif; }

.fieldset p {
  margin-left: 8px; }
.fieldset .field {
  margin: 0 8px 0 8px;
  position: relative; }
  .fieldset .field label {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 6px;
    left: 8px; }
  .fieldset .field .it input[type="text"], .fieldset .field .it textarea {
    background: none;
    border: 1px solid #ffffff;
    display: block;
    padding: 8px;
    margin-bottom: 16px;
    color: #ffffff;
    width: 100%;
    margin-right: 20px; }
    .fieldset .field .it input[type="text"].error, .fieldset .field .it textarea.error {
      background-color: #d4140f;
      color: #ffffff; }
  .fieldset .field .it textarea {
    height: 120px; }
    .fieldset .field .it textarea.error {
      background-color: #d4140f;
      color: #ffffff; }

.whiteoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(100, 100, 100, 0.6);
  z-index: 10; }

.redbutton {
  display: inline-block;
  background-color: #e41e2b;
  color: #ffffff !important;
  padding: 20px 80px 20px 80px;
  text-transform: uppercase;
  transition: all .2s;
  font-size: 18px;
  border: none;
  cursor: pointer; }
  .redbutton:hover {
    color: #ffffff;
    background-color: #ee1625; }

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
.highlight1 {
  display: inline-block;
  padding: 12px 24px 12px 24px;
  background-color: #000000;
  font-size: 24px;
  border: 1px double #000;
  outline: 3px solid #212125;
  outline-offset: -9px;
  text-transform: uppercase; }

.margin_left_78 {
  margin-left: 78px; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.u {
  text-decoration: underline; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.float_left {
  float: left; }

.img_float_left {
  float: left;
  margin: 0 20px 20px 0; }

.float_right {
  float: right; }

.img_float_right {
  float: right;
  margin: 0 0px 20px 20px; }

.no_margin {
  margin: 0 !important; }

.no_margin_bottom {
  margin-bottom: 0 !important; }

.no_top_padding {
  padding-top: 0 !important; }

[class^="grid"].no_left_margin {
  margin-left: 0; }

[class^="grid"].no_right_margin {
  margin-right: 0; }

.red {
  color: #e72134; }

.bigger {
  font-size: 22px; }

.bigger20 {
  font-size: 20px; }

.bigger22 {
  font-size: 22px; }

.bigger25 {
  font-size: 25px; }

.lightfont1 {
  font-family: 'dosislight', Arial, sans-serif;
  letter-spacing: 1px; }

.lightfont2 {
  font-family: 'dosislight', Arial, sans-serif; }

.lineheight120 {
  line-height: 120%; }

.lineheight140 {
  line-height: 140%; }

.lineheight160 {
  line-height: 160%; }

.textwrap1 {
  padding: 70px 70px 50px 70px; }

.framed {
  display: inline-block;
  padding: 4px 30px 4px 30px;
  border: 1px solid #ffffff; }

/*prior*/
.nostyledlist, .nostyledlist li {
  list-style-type: none;
  list-style-position: inside;
  display: block;
  margin-left: 0;
  padding-left: 0; }

.nobottompadding {
  padding-bottom: 0; }

.paddingbottom20 {
  padding-bottom: 20px !important; }

.halfbottompadding {
  padding-bottom: 70px; }

.notoppadding {
  padding-top: 0; }

.nodisp {
  display: none !important; }

.textalpha {
  color: #dad7d7;
  color: rgba(255, 255, 255, 0.7); }

.phone1, .mail1 {
  line-height: 72px;
  font-size: 18px; }
  .phone1 span, .mail1 span {
    display: inline-block;
    height: 54px;
    width: 54px;
    line-height: 54px;
    background: transparent url(/images/sprite01.png) no-repeat -54px 0;
    margin-right: 14px; }

.mail1 span {
  background-position: 0 0; }

.quote {
  position: relative;
  padding: 0 30px 0 30px;
  text-align: left; }
  .quote .dquotes {
    font-size: 50px;
    line-height: 0px;
    height: 0px; }
    .quote .dquotes.open {
      position: absolute;
      top: 10px;
      left: 10px; }
    .quote .dquotes.close {
      bottom: 10px;
      right: -20px;
      display: inline-block;
      margin-left: 10px; }

.ddlOptions {
  position: relative; }
  .ddlOptions .items {
    margin-top: 40px; }
    .ddlOptions .items .item {
      display: block;
      padding: 6px 4px 6px 4px;
      text-align: left;
      transition: all .2s;
      cursor: pointer;
      background-color: rgba(231, 33, 52, 0.9);
      text-indent: 30%; }
      .ddlOptions .items .item:hover {
        background-color: #9f232b !important; }
      .ddlOptions .items .item:nth-child(odd) {
        background-color: #5c5e5d; }
      .ddlOptions .items .item:nth-child(even) {
        background-color: #707070; }
      .ddlOptions .items .item input[type="radio"] {
        display: none; }
      .ddlOptions .items .item.kwfilter {
        text-indent: 0;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0; }
        .ddlOptions .items .item.kwfilter input[type=text] {
          background-image: url(/images/mg.png);
          background-repeat: no-repeat;
          background-position: 20px center;
          width: 100%;
          margin: 0 auto;
          text-indent: 40px;
          display: inline-block;
          border: 1px solid #333333;
          padding: 4px;
          line-height: 40px;
          height: 40px; }
  .ddlOptions .legend {
    border-bottom: 1px solid #000000;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 4px 0 4px 0; }

.imphide {
  display: none; }

.mer {
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #5e5e5e;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  height: 56px;
  display: table; }
  .mer .warning {
    background: #c00028 url(/images/warning.png) no-repeat center center;
    width: 56px;
    height: 56px;
    display: block;
    margin-right: 10px;
    border-bottom-right-radius: 6px;
    float: left; }
  .mer .label {
    display: table-cell;
    vertical-align: middle; }

.h2cc {
  border-top: 6px solid #292829; }
  .h2cc.adjustConfig {
    border: none; }
  .h2cc h4 {
    border: 1px solid #ffffff;
    padding: 4px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font: 28px/1.3  'dosisextralight', Arial, sans-serif; }
  .h2cc .subtitle {
    background-color: #252429;
    border: 3px solid #3b3b3d;
    border-bottom-width: 0;
    margin-top: 24px;
    height: 54px;
    line-height: 50px;
    padding-left: 14px;
    font-size: 22px; }
  .h2cc .i {
    display: inline-block;
    width: 32px;
    background: transparent url(/images/sprite01.png) no-repeat -170px center;
    margin-right: 12px; }
  .h2cc .hccw {
    border: 2px solid #260100;
    height: 116px;
    line-height: 112px;
    background: transparent url(/images/bgcc2.png) repeat-x left center;
    font-size: 13pt;
    padding: 0 14px 0 14px;
    text-align: center;
    margin-bottom: 24px; }
    .h2cc .hccw .ddl {
      display: inline-block;
      position: relative;
      background: transparent url(/images/arrowdown01.png) no-repeat right center;
      border-top: 1px solid #6f0c14;
      border-bottom: 1px solid #6f0c14;
      line-height: 30px;
      height: 32px;
      text-align: center;
      margin-left: 15px;
      min-width: 178px;
      cursor: pointer;
      transition: all .2s; }
      .h2cc .hccw .ddl::before {
        content: "";
        position: absolute;
        left: 0;
        width: 1px;
        height: 100%;
        background: transparent url(/images/border01.png) no-repeat center center; }
      .h2cc .hccw .ddl::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 100%;
        background: transparent url(/images/border01.png) no-repeat center center; }
      .h2cc .hccw .ddl:hover {
        background-color: #bc1a26; }
    .h2cc .hccw .go {
      display: inline-block;
      width: 82px;
      background: transparent url(/images/go3.png) no-repeat center center;
      margin-right: 12px;
      margin-left: 16px;
      cursor: pointer; }
  .h2cc.adjustConfig .hccw {
    height: 54px;
    line-height: 54px;
    margin-bottom: 0; }
    .h2cc.adjustConfig .hccw .go {
      display: inline-block;
      width: 42px;
      background: transparent url(/images/go2.png) no-repeat center center;
      margin-right: 12px;
      margin-left: 26px;
      cursor: pointer; }
    .h2cc.adjustConfig .hccw .ddl {
      margin-left: 20px;
      min-width: 188px; }
      @media (min-width: 979px) and (max-width: 1060px) {
        .h2cc.adjustConfig .hccw .ddl {
          min-width: 135px; } }
      @media (min-width: 1060px) and (max-width: 1120px) {
        .h2cc.adjustConfig .hccw .ddl {
          min-width: 155px; } }

@media (min-width: 1px) and (max-width: 979px) {
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    margin-left: 0;
    margin-right: 0; }

  .alpha,
  .omega {
    margin-left: 0;
    margin-right: 0; }

  /*custom*/
  *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  body {
    font: 16px/1.4  'dosisregular', Arial, sans-serif;
    overflow-x: hidden; }

  h1 {
    font-size: 32px; }

  h2 {
    font: 28px/1.3  'dosisextralight', Arial, sans-serif; }

  h3 {
    font-size: 22px; }

  a {
    cursor: pointer; }

  h4 {
    font-size: 20px; }

  .page .emptybanner {
    height: 70px; }
  .page.home {
    margin-top: 70px; }
    .page.home .mcc .mainpagenumber::before {
      content: ''; }

  .section {
    /*position: relative;*/ }
    .section .mcc {
      width: 100%;
      margin-left: 0;
      left: 0;
      position: relative;
      /*z-index:2000;*/
      height: auto;
      bottom: 0; }
      .section .mcc .mccw {
        float: none;
        width: 100%;
        /*background-color: rgba(150,21,31,0.9);*/
        /*background: transparent url(/images/bgcc.png) repeat-x left center;*/
        /*font-size: 13pt;*/
        /*text-align: center;*/
        /*border: 3px solid #290000;*/
        /*border-radius: 3px;*/
        padding: 10px 30px 30px 30px;
        /*position: relative;*/ }
        .section .mcc .mccw .title {
          /*border: 2px solid #3d3b3b;*/
          /*border-bottom-width: 0;*/
          /*background-color: rgba(0,0,0,0.5);*/
          /*position: absolute;*/
          /*left:0;*/
          /*width: 100%;*/
          /*top: -58px;*/
          /*height: 58px;*/
          font-size: 20px;
          /*font-family: "dosissemibold";*/ }
          .section .mcc .mccw .title span {
            /*display: inline-block;*/
            /*height: 54px;*/
            /*width: 54px;*/
            /*line-height: 54px;*/
            /*background: transparent url(/images/sprite01.png) no-repeat -108px 0;*/ }
        .section .mcc .mccw .ddl {
          /*display: block;*/
          /*position: relative;*/
          /*margin-bottom: 12px;*/
          /*background: transparent url(/images/arrowdown01.png) no-repeat right center;*/
          /*border-top: 1px solid #6f0c14;*/
          /*border-bottom: 1px solid #6f0c14;*/
          /*padding: 0 40px 0 20px;*/
          /*height: 50px;*/
          /*line-height: 50px;*/
          /*cursor: pointer;*/
          /*transition: all .2s;*/
          /*font-size: 24px;*/ }
          .section .mcc .mccw .ddl::before {
            /*content: "";*/
            /*position: absolute;*/
            /*left: 0;*/
            /*width: 1px;*/
            /*height: 100%;*/
            /*background: transparent url(/images/border01.png) no-repeat center center;*/ }
          .section .mcc .mccw .ddl::after {
            /*content: "";*/
            /*position: absolute;*/
            /*right: 0;*/
            /*width: 1px;*/
            /*height: 100%;*/
            /*background: transparent url(/images/border01.png) no-repeat center center;*/ }
          .section .mcc .mccw .ddl:hover {
            /*background-color: #bc1a26;*/ }
        .section .mcc .mccw .go {
          /*display: block;*/
          /*position: absolute;*/
          width: 50px;
          height: 50px;
          bottom: -16px;
          /*left: 50%;*/
          margin-left: -25px;
          /*cursor: pointer;*/
          /*text-indent: -9999px;*/
          /*transition: all .2s;*/
          /*background: transparent url(/images/go3.png) no-repeat center center;*/
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          /*cursor: pointer;*/ }
      .section .mcc .mainpagenumber {
        display: none;
        /*position: absolute;*/
        /*top: -220px;*/
        /*right: 0;*/
        /*color: rgba(0,0,0,.4);*/
        /*font-size: 190px;*/
        /*font-family: 'dosisbold';*/ }
        .section .mcc .mainpagenumber::before {
          /*content:'03';*/ }
    .section.alternativemcc .mcc {
      width: 100%;
      margin-left: 0;
      left: 0;
      /*position: absolute;*/
      /*z-index:2000;*/
      height: 260px;
      /*bottom: auto;*/
      /*            top: 50%;*/
      margin-top: -130px; }
      .section.alternativemcc .mcc .mccw {
        /*width: 100%;*/ }
        .section.alternativemcc .mcc .mccw .title {
          /*border: none;*/
          /*background: none;*/
          font-size: 20px; }
        .section.alternativemcc .mcc .mccw .ddl {
          /*margin-bottom: 15px;*/
          /*padding: 0 40px 0 20px;*/
          height: 50px;
          line-height: 50px;
          font-size: 20px; }
          .section.alternativemcc .mcc .mccw .ddl:first-of-type {
            /*margin-top: 15px;*/ }
    .section.alternativemcc .encarts1, .section.alternativemcc .mainpagenumber {
      /*display: none;*/ }
    .section a {
      /*color: $red1;*/
      /*text-decoration: none;*/ }
      .section a:hover {
        /*text-decoration: underline;*/ }
    .section .vehicles {
      /*background: #292a2a url(/images/cars1.jpg) no-repeat center top;*/
      /*background-size: 100%;*/
      /*min-height: 800px;*/ }
      .section .vehicles .tl {
        /*width: 660px;*/
        /*height: 60px;*/
        /*background: transparent url("/images/cctl.png") no-repeat 0 -60px;*/ }
        .section .vehicles .tl span, .section .vehicles .tl a {
          /*display: inline-block;*/
          /*width: 220px;*/
          /*color: #ffffff;*/
          /*line-height: 74px;*/
          /*font-size: 16px;*/
          /*text-indent: 90px;*/
          /*text-decoration: none;*/ }
      .section .vehicles .lists {
        /*position: relative;*/
        /*max-width: 1130px;*/
        /*width: 80%;*/
        /*margin: 0 auto;*/
        margin-top: 0;
        padding-top: 30px;
        /*min-height: 700px;*/ }
        .section .vehicles .lists .tablebetween {
          /*background-color: rgba(20,20,20,0.4);*/ }
        .section .vehicles .lists .tabs .tab {
          width: 165px;
          height: 32px;
          background: transparent url(/images/tab.png) no-repeat left bottom;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain;
          /*line-height: 37px;*/
          font-size: 20px;
          /*color: #000000;*/
          /*font-weight: bold;*/
          /*text-align: center;*/
          /*display: inline-block;*/
          /*cursor: pointer;*/
          /*z-index: 100;*/
          /*position: relative;*/ } }
        @media screen and (min-width: 1px) and (max-width: 979px) and (max-width: 360px) {
          .section .vehicles .lists .tabs .tab {
            width: 140px;
            font-size: 18px; } }
@media (min-width: 1px) and (max-width: 979px) {
          .section .vehicles .lists .tabs .tab span {
            /*background: transparent url(/images/tank.png) no-repeat center center;*/
            /*display: inline-block;*/
            /*width: 22px;*/
            /*line-height: 37px;*/ }
          .section .vehicles .lists .tabs .tab:nth-child(2) {
            margin-left: -47px; }
          .section .vehicles .lists .tabs .tab.disabled {
            /*background-image: url(/images/tabdisabled.png);*/
            /*z-index: 0;*/ }
        .section .vehicles .lists .cursor {
          /*position: absolute;*/
          /*left: -44px;*/
          /*width: 44px;*/
          /*height: 50px;*/
          /*text-align: right;*/
          /*cursor: pointer;*/ }
          .section .vehicles .lists .cursor img {
            /*width: 0%;*/
            /*height: 50px;*/ }
        .section .vehicles .lists .table1 {
          /*width: 100%;*/ }
          .section .vehicles .lists .table1 tr {
            /*height: 40px;*/
            /*transition: all .2s;*/
            /*cursor: pointer;*/
            /*&:hover{
                height: 80px;
                background-color: $red1!important;
            }*/ }
            .section .vehicles .lists .table1 tr th {
              /*background-color: #3d3a3a;*/
              /*width: 33%;*/
              /*text-align: center;*/
              /*vertical-align: middle;*/ }
            .section .vehicles .lists .table1 tr td {
              /*vertical-align: middle;*/
              /*text-align: center;*/
              /*border-left: 1px solid #323030;*/ }
              .section .vehicles .lists .table1 tr td:first-child {
                text-align: center;
                padding-left: 0;
                /*border-left-width: 0;*/ }
            .section .vehicles .lists .table1 tr:nth-child(odd) {
              /*background-color: #6c6262;*/ }
            .section .vehicles .lists .table1 tr:nth-child(even) {
              /*background-color: #9d9292;*/ }
        .section .vehicles .lists .h2cc {
          display: none; }
      .section .vehicles .productContainer {
        /*background-color: #28272c;*/
        /*border-top: 6px solid $gray1;*/ }
      .section .vehicles .product {
        /*max-width: 1320px;*/
        /*width: 90%;*/
        /*margin: 0 auto;*/
        /*padding-top: 40px;*/
        padding-bottom: 40px;
        /*text-align: center;*/ }
        .section .vehicles .product .model_thumb {
          display: none; }
        .section .vehicles .product h1 {
          /*background: transparent url("/images/speedometer.png") no-repeat left center;*/
          /*display: inline-block;*/
          /*padding-left: 64px;*/
          line-height: 34px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 28px; }
        .section .vehicles .product .gains {
          /*position: relative;*/ }
          .section .vehicles .product .gains .fx {
            /*position: absolute;*/
            /*background: transparent url(/images/bgcell2.png) no-repeat center center;*/
            /*-moz-background-size: 100% 100%;*/
            /*-o-background-size: 100% 100%;*/
            /*-webkit-background-size: 100% 100%;*/
            /*background-size: 100% 100%;*/ }
          .section .vehicles .product .gains table {
            /*width: 100%;*/
            /*font-size: 22px;*/
            margin-bottom: 20px; }
            .section .vehicles .product .gains table tr td {
              /*border: 2px solid #cdcdd0;*/
              /*text-align: center;*/
              padding: 5px;
              line-height: 24px; }
              .section .vehicles .product .gains table tr td:nth-child(2), .section .vehicles .product .gains table tr td:nth-child(3), .section .vehicles .product .gains table tr td:nth-child(4) {
                /*width: 21%;*/ }
            .section .vehicles .product .gains table tr.row1 td:first-child {
              /*border: none;*/ }
            .section .vehicles .product .gains table tr.row1 td {
              /*padding: 3px;*/ }
            .section .vehicles .product .gains table tr.row2 {
              /*background-color: #a4a4a4;*/ }
              .section .vehicles .product .gains table tr.row2 td {
                /*border-bottom-width: 0;*/ }
            .section .vehicles .product .gains table tr.row3 {
              /*background-color: #ca1121;*/ }
              .section .vehicles .product .gains table tr.row3 td {
                /*border-top-width: 0;*/
                /*border-bottom-width: 0;*/
                white-space: nowrap; }
                .section .vehicles .product .gains table tr.row3 td img {
                  height: 14px;
                  /*width: auto;*/ }
            .section .vehicles .product .gains table tr.row4 {
              /*background-color: #655a5a;*/ }
              .section .vehicles .product .gains table tr.row4 td {
                /*border-top-width: 0;*/ }
        .section .vehicles .product .styledcell1 {
          /*                position: relative;
                          background: transparent url(/images/cellborder1.png) no-repeat center center;*/
          /*-moz-background-size: 100% 100%;*/
          /*-o-background-size: 100% 100%;*/
          /*-webkit-background-size: 100% 100%;*/
          /*background-size: 100% 100%;*/
          /*width: 100%;*/
          /*height: 172px;*/
          width: 100%;
          margin: 0 0 20px auto;
          display: none; }
        .section .vehicles .product .counter {
          /*position: absolute;*/
          /*line-height: 172px;*/
          /*top: 3px; right: 3px; bottom: 3px; left: 3px;*/
          /*background: #292a2a url(/images/bgcell1.png) no-repeat center center;*/
          /*-moz-background-size: 100% 100%;*/
          /*-o-background-size: 100% 100%;*/
          /*-webkit-background-size: 100% 100%;*/
          /*background-size: 100% 100%;*/
          /*font-size: 48px;*/ }
          .section .vehicles .product .counter .fa {
            /*font-size: 24px;*/ }
        .section .vehicles .product .align_right {
          text-align: center; }
        .section .vehicles .product .testimonial {
          /*text-align: left;*/ }
          .section .vehicles .product .testimonial .ref {
            /*color: #a4a4a4;*/
            /*padding: 0 0 0 50px;*/ }
            .section .vehicles .product .testimonial .ref .who {
              /*font-size: 28px;*/
              /*color: #ffffff;*/ }
            .section .vehicles .product .testimonial .ref .whn {
              /*color: #ca1121;*/ }
            .section .vehicles .product .testimonial .ref .where {
              /*color: #ca1121;*/ }
          .section .vehicles .product .testimonial .quote {
            /*font-size: 20px;*/
            /*margin-top: 8px;*/ }
        .section .vehicles .product .mail2, .section .vehicles .product .phone2, .section .vehicles .product .callback {
          /*display: inline-block;*/
          /*text-align: center;*/
          margin: 50px 1% 50px 2%;
          width: 28%;
          background-size: 80px 80px;
          /*background: transparent url(/images/mail2.png) no-repeat center top;*/ }
          .section .vehicles .product .mail2 a, .section .vehicles .product .phone2 a, .section .vehicles .product .callback a {
            /*color: #ffffff;*/
            /*display: inline-block;*/
            padding-top: 100px; }
        .section .vehicles .product .phone2 {
          /*background: transparent url(/images/phone2.png) no-repeat center top;*/ }
      .section .vehicles .curve {
        /*line-height: 54px;*/
        /*padding: 12px;*/
        text-align: center; }
        .section .vehicles .curve span {
          /*display: inline-block;*/
          /*width: 54px;*/
          /*background: transparent url(/images/sprite01.png) no-repeat -209px center;*/ }
      .section .vehicles .labels h2 {
        /*padding: 5px;*/ }
      .section .vehicles .price h2 span {
        /*padding: 4px;*/
        /*display: inline-block;*/
        /*border: 1px solid #862b2e;*/ }
      .section .vehicles .wot {
        /*color: #acabb1;*/
        /*font-size: 16px;*/
        /*margin-top: 14px;*/ }
      .section .vehicles .commercial_infos .grid_3 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #333333;
        /*position: relative;*/ }
        .section .vehicles .commercial_infos .grid_3.comments::before, .section .vehicles .commercial_infos .grid_3.price::before {
          /*position: absolute;*/
          /*top: 0;*/
          /*bottom: 0;*/
          /*right: 0;*/
          /*width: 1px;*/
          /*background-color: #1b1a1e;*/
          /*overflow: hidden;*/
          /*content: ''*/ }
    .section .contacts {
      /*position: relative;*/
      /*background: #000000 url(/images/bgContacts.jpg) no-repeat center center;*/
      /*@include imp-background-cover;*/
      /*min-height: 600px;*/ }
      .section .contacts .container_12 {
        /*max-width: 1350px;*/
        /*margin: 0 auto;*/ }
        .section .contacts .container_12.pictos {
          height: 150px;
          margin-bottom: 150px; }
          .section .contacts .container_12.pictos .grid_4 {
            float: left;
            width: 33%; }
        .section .contacts .container_12.fieldset {
          clear: both; }
      .section .contacts .gw {
        /*position: relative;*/ }
        .section .contacts .gw #enddirection {
          /*width: 400px;*/
          /*padding: 10px 0 10px 0;*/
          /*text-align: center;*/
          /*font-size: 24px;*/
          /*position:absolute;*/
          /*top: 0;*/
          /*right: 0;*/
          /*z-index: 55555;*/ }
      .section .contacts a {
        /*color: #ffffff;*/
        /*text-decoration: none;*/
        /*transition: all .4s;*/
        /*display: block;*/
        /*font-size: 24px;*/
        position: initial;
        /*&:hover,*/ }
        .section .contacts a span .red {
          /*color: #e72134;*/ }
        .section .contacts a .status1 {
          /*transition: all .4s;*/
          display: block;
          font-size: 16px;
          text-align: center;
          margin-top: -40px;
          margin-bottom: 50px; }
        .section .contacts a .status2 {
          /*opacity: 0;*/
          /*-moz-opacity: 0;*/
          /*transition: all .4s;*/
          display: none;
          position: absolute;
          left: 0;
          right: 0; }
        .section .contacts a .picto {
          background: transparent none no-repeat center center;
          /*display: inline-block;*/
          /*cursor: pointer;*/
          width: 65px;
          height: 65px;
          /*margin-bottom: 20px;*/
          /*border-radius: 50%;*/
          /*border: 2px solid rgba(212,210,210,0);*/
          /*transition: all .4s;*/
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -o-background-size: contain;
          background-size: contain; }
          .section .contacts a .picto.map {
            background-image: url(/images/mobmap.png);
            background-position: center center; }
          .section .contacts a .picto.mail {
            background-image: url(/images/mobmail.png);
            background-position: center center; }
          .section .contacts a .picto.phone {
            background-image: url(/images/mobphone.png);
            background-position: center center; }
        .section .contacts a.current .picto {
          /*border-color: rgba(212,210,210,1);*/
          /*background-color: rgba(0,0,0,1);*/
          transform: none;
          -o-transform: none;
          -ms-transform: none;
          -moz-transform: none;
          -webkit-transform: none; }
        .section .contacts a.current .status1 {
          opacity: 1;
          -moz-opacity: 1; }
        .section .contacts a.current .status2 {
          /*opacity: 1;*/
          /*-moz-opacity: 1;*/
          margin-top: -20px;
          display: block; }

  .stripe.stripe5 {
    /*background-color: #000000;*/
    /*padding: 10px;*/
    /*text-align: center;*/
    font: 24px/1.3  'dosisextralight', Arial, sans-serif; }
    .stripe.stripe5 b {
      /*font-family: 'dosisregular', Arial, sans-serif;*/
      /*font-weight: bold;*/ }
    .stripe.stripe5 h1 {
      /*text-transform: uppercase;*/
      /*font: 50px/1.3  'dosisextralight', Arial, sans-serif;*/ }
    .stripe.stripe5 h3 {
      /*font-size: 28px;*/
      /*max-width: 960px;*/
      /*margin: 0 auto;*/
      /*font: 32px/1.3  'dosisextralight', Arial, sans-serif;*/ }

  .container_12.fieldset {
    width: 100%; }

  .fieldset {
    /*width: 980px!important;*/ }
    .fieldset p {
      /*margin-left: 8px;*/ }
    .fieldset .field {
      /*margin: 0 8px 0 8px;*/
      /*position: relative;*/ }
      .fieldset .field label {
        /*text-transform: uppercase;*/
        /*font-size: 16px;*/
        /*display: block;*/
        /*position: absolute;*/
        /*top: 6px;*/
        /*left: 8px;*/ }
      .fieldset .field .it input[type="text"], .fieldset .field .it textarea {
        /*background: none;*/
        /*border: 1px solid #ffffff;*/
        /*display: block;*/
        /*padding: 8px;*/
        /*margin-bottom: 16px;*/
        /*color: #ffffff;*/
        /*width: 100%;*/
        /*margin-right: 20px;*/ }
      .fieldset .field .it textarea {
        /*height: 120px;*/ }

  .whiteoverlay {
    /*@include imp-overlay;*/
    /*background-color: rgba(100,100,100,0.6);*/
    /*z-index: 10;*/ }

  .redbutton {
    /*display: inline-block;*/
    /*background-color: #e41e2b;*/
    /*color: #ffffff!important;*/
    /*padding: 20px 80px 20px 80px;*/
    /*text-transform: uppercase;*/
    /*transition: all .2s;*/
    /*font-size: 18px;*/
    /*border: none;*/
    /*cursor: pointer;*/ }
    .redbutton:hover {
      /*color: #ffffff;*/
      /*background-color: #ee1625;*/ }

  /* `Misc Classes
  ----------------------------------------------------------------------------------------------------*/
  .textwrap1 {
    padding: 20px; }

  .ddlOptions .items .item {
    /*display: block;*/
    /*padding: 6px 4px 6px 4px;*/
    /*text-align: left;*/
    /*transition: all .2s;*/
    /*cursor: pointer;*/
    /*background-color: rgba(231,33,52,0.9);*/
    /*text-indent: 30%;*/ }
    .ddlOptions .items .item:hover {
      /*background-color: #9f232b!important;*/ }
    .ddlOptions .items .item:nth-child(odd) {
      /*background-color: #5c5e5d;*/ }
    .ddlOptions .items .item:nth-child(even) {
      /*background-color: #707070;*/ }
    .ddlOptions .items .item input[type="radio"] {
      /*display: none;*/ }
    .ddlOptions .items .item.kwfilter {
      /*text-indent: 0;*/
      /*text-align: center;*/ }
      .ddlOptions .items .item.kwfilter input[type=text] {
        /*background-image: url(/images/mg.png);*/
        /*background-repeat: no-repeat;*/
        /*background-position: 20px center;*/
        /*width: 90%;*/
        /*margin: 0 auto;*/
        /*text-indent: 40px;*/
        /*display: inline-block;*/
        /*border: 1px solid #333333;*/
        /*padding: 4px;*/ }
  .ddlOptions .legend {
    /*border-bottom: 1px solid #000000;*/
    /*display: block;*/
    /*text-align: center;*/
    /*font-size: 20px;*/
    /*padding: 4px 0 4px 0;*/ }

  .no_mobile {
    display: none; } }
@media (min-width: 980px) and (max-width: 1279px) {
  body {
    min-width: 960px;
    font: 15px/1.3  'dosisregular', Arial, sans-serif; }

  .phone1, .mail1 {
    font-size: 16px; }
    .phone1 span, .mail1 span {
      margin-right: 8px; }

  .section .mcc {
    width: 960px;
    margin-left: -480px;
    left: 50%;
    position: absolute;
    z-index: 2000;
    height: 220px;
    bottom: 64px; }
  .section .vehicles {
    min-height: 800px; }
    .section .vehicles .product {
      width: 90%;
      margin: 0 auto;
      padding-top: 40px;
      text-align: center; }
      .section .vehicles .product h1 {
        display: inline-block;
        line-height: 54px;
        font-size: 40px; }
      .section .vehicles .product .gains {
        position: relative; }
        .section .vehicles .product .gains table {
          width: 100%;
          font-size: 22px; }
          .section .vehicles .product .gains table tr td {
            padding: 4px; }
      .section .vehicles .product .counter {
        line-height: 150px;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        font-size: 32px; }
        .section .vehicles .product .counter .fa {
          font-size: 24px; }
    .section .vehicles .curve {
      line-height: 1;
      padding: 12px;
      text-align: center; }
      .section .vehicles .curve span {
        display: block;
        width: 100%;
        background: none; }
        .section .vehicles .curve span::before {
          content: '';
          background: transparent url(/images/sprite01.png) no-repeat -209px center;
          display: inline-block;
          width: 54px;
          height: 54px; }
    .section .vehicles .wot {
      color: #acabb1;
      font-size: 16px;
      margin-top: 14px; }
      .section .vehicles .wot.fr-dz {
        display: none; }
    .section .vehicles .commercial_infos {
      /*.curve{
          line-height: 54px;
          padding: 12px;
          text-align: right;
          span{
              display: inline-block;
              width: 54px;
              background: transparent url(/images/sprite01.png) no-repeat -209px center;  
          }
      }
      .labels{
          float: left; 
          width: 48%;
          h2{
              padding: 5px;
          }
      }*/ }
      .section .vehicles .commercial_infos .price_grid {
        /*                width: 100%;*/ }
        .section .vehicles .commercial_infos .price_grid .h4 {
          font-size: 20px; }
        .section .vehicles .commercial_infos .price_grid td {
          /*                    width: 48%;*/
          /*                    text-align: right;*/
          /*                    padding-bottom: 12px;*/ }
          .section .vehicles .commercial_infos .price_grid td.inter {
            /*                        width: 4%;*/ }
          .section .vehicles .commercial_infos .price_grid td .finalprice {
            /*                        padding: 4px 10px 4px 10px;*/
            /*                        display: inline-block;*/
            /*                        border: 1px solid #862b2e;*/
            /*                        margin: 0 2px 0 2px;*/ }
            .section .vehicles .commercial_infos .price_grid td .finalprice.fr-dz {
              font-size: 21px;
              line-height: 70px; }
          .section .vehicles .commercial_infos .price_grid td .discount {
            font-size: 20px;
            /*                        color: $red1;*/ }
          .section .vehicles .commercial_infos .price_grid td .initialprice {
            font-size: 20px;
            /*                        display: block;*/
            /*                        margin-bottom: 8px;*/ }
          .section .vehicles .commercial_infos .price_grid td .adja {
            /*                        padding-right: 11px;*/ }
        .section .vehicles .commercial_infos .price_grid .h2 {
          font-size: 30px; }
          .section .vehicles .commercial_infos .price_grid .h2 td {
            line-height: 60px; }
            .section .vehicles .commercial_infos .price_grid .h2 td .finalprice {
              line-height: 60px;
              padding: 0 10px 0 10px; }
              .section .vehicles .commercial_infos .price_grid .h2 td .finalprice.fr-dz {
                line-height: 60px; }

  .stripe.stripe5 {
    padding: 10px;
    font: 26px/1.3  'dosisextralight', Arial, sans-serif; }
    .stripe.stripe5 h1 {
      font: 50px/1.3  'dosisextralight', Arial, sans-serif; }
    .stripe.stripe5 h3 {
      font-size: 28px;
      max-width: 960px;
      margin: 0 auto;
      font: 32px/1.3  'dosisextralight', Arial, sans-serif; }

  .bigger {
    font-size: 19px; }

  .bigger20 {
    font-size: 17px; }

  .bigger22 {
    font-size: 19px; }

  .bigger25 {
    font-size: 22px; }

  .lineheight120 {
    line-height: 115%; }

  .lineheight140 {
    line-height: 130%; }

  .lineheight160 {
    line-height: 145%; } }
@media (min-width: 1280px) {
  body {
    min-width: 1200px;
    font: 16px/1.4  'dosisregular', Arial, sans-serif; }

  .section .mcc {
    width: 880px;
    margin-left: -440px;
    height: 170px;
    bottom: 64px; }
    .section .mcc .encarts1.leftside {
      border-right-width: 0; }
    .section .mcc .encarts1.rightside {
      border-left-width: 0; }
    .section .mcc .encarts1 .encart1 {
      padding: 0 12px 0 12px;
      height: 155px; }
      .section .mcc .encarts1 .encart1 h1 {
        font-size: 17px;
        margin-bottom: 8px; }
      .section .mcc .encarts1 .encart1 .phone1 span, .section .mcc .encarts1 .encart1 .mail1 span {
        margin-right: 4px; }
      .section .mcc .encarts1 .encart1 p {
        font-size: 16px; }
    .section .mcc .mccw {
      font-size: 12pt;
      padding: 10px 40px 20px 40px; }
      .section .mcc .mccw .title {
        left: 0;
        width: 100%;
        top: -58px;
        height: 58px;
        font-size: 19px; }
        .section .mcc .mccw .title span {
          display: inline-block;
          height: 54px;
          width: 54px;
          line-height: 54px;
          background: transparent url(/images/sprite01.png) no-repeat -108px 0; }
      .section .mcc .mccw .ddl {
        padding: 0 30px 0 30px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin-bottom: 9px; }
      .section .mcc .mccw .go {
        width: 60px;
        height: 60px;
        bottom: -40px;
        margin-left: -30px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain; } }

/*# sourceMappingURL=master.css.map */
