@charset "UTF-8";
@font-face {
  font-family: "Neris";
  src: url("../font/Neris-Black.woff2") format("woff2");
  font-weight: 900; }

@font-face {
  font-family: "Neris";
  src: url("../font/Neris-SemiBold.woff2") format("woff2");
  font-weight: 700; }

/* --------------------------------

Main Components

-------------------------------- */
.apl-comp .cd-products-comparison-table {
  margin-bottom: 6em; }
  .apl-comp .cd-products-comparison-table ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none !important; }
    .apl-comp .cd-products-comparison-table ul > li {
      margin: 0; }
  .apl-comp .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile'; }
  @media only screen and (min-width: 1170px) {
    .apl-comp .cd-products-comparison-table {
      margin-bottom: 8em; }
      .apl-comp .cd-products-comparison-table::after {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; } }

.apl-comp .cd-products-table {
  position: relative;
  overflow: hidden; }
  .apl-comp .cd-products-table .features {
    /* fixed left column - product properties list */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 120px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    opacity: .95; }
    .apl-comp .cd-products-table .features::after {
      /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      width: 4px;
      height: 100%;
      opacity: 0;
      background-color: #eee; }
    @media only screen and (min-width: 1170px) {
      .apl-comp .cd-products-table .features {
        width: 210px; } }
    .apl-comp .cd-products-table .features .top-info {
      border-right: 0; }

.apl-comp .cd-products-table.scrolling .features::after {
  opacity: 1; }

.apl-comp .cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6e6e6;
  background-color: #fff; }

.apl-comp .cd-products-columns {
  /* products list wrapper */
  width: 1200px;
  margin-left: 120px; }
  .apl-comp .cd-products-columns::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 1170px) {
    .apl-comp .cd-products-columns {
      width: 2304px;
      margin-left: 210px; } }

.apl-comp .cd-products-columns .product {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
  transition: opacity .3s, visibility .3s, transform; }
  .filtering .apl-comp .cd-products-columns .product:not(.selected) {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); }
  .no-product-transition .apl-comp .cd-products-columns .product.selected {
    transition: opacity .3s, visibility .3s; }
  .filtered .apl-comp .cd-products-columns .product:not(.selected) {
    position: absolute; }
  @media only screen and (min-width: 1170px) {
    .apl-comp .cd-products-columns .product {
      width: 288px; } }
  .apl-comp .cd-products-columns .product:last-child > div,
  .apl-comp .cd-products-columns .product:last-child > ul.cd-features-list > li {
    border-right: none; }

.apl-comp .cd-features-list > li {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem;
  height: 4rem;
  line-height: 3rem;
  border: 0 solid #e6e6e6;
  border-top-width: 1px;
  border-right-width: 1px; }
  .apl-comp .cd-features-list > li.ft-text > span {
    display: inline-block;
    line-height: 1.1em;
    vertical-align: middle; }
    @media only screen and (max-width: 480px) {
      .apl-comp .cd-features-list > li.ft-text > span {
        font-size: 0.9em; } }
  .apl-comp .cd-features-list > li.f-particularites {
    height: auto;
    text-align: left; }
    .apl-comp .cd-features-list > li.f-particularites > div {
      padding: 0.8em 0.2em 0.2em 0.8em;
      line-height: 1.6em;
      font-weight: normal; }
      .apl-comp .cd-features-list > li.f-particularites > div ul {
        padding-bottom: 0.8em; }
        .apl-comp .cd-features-list > li.f-particularites > div ul li {
          padding-left: 1em;
          position: relative; }
          .apl-comp .cd-features-list > li.f-particularites > div ul li::before {
            content: '•';
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            color: #EA831C;
            font-size: 1.2em;
            font-weight: bold; }
  .apl-comp .cd-features-list > li.f-mzn {
    height: 8.5rem; }
    .apl-comp .cd-features-list > li.f-mzn a {
      display: block;
      line-height: 2em; }
      .apl-comp .cd-features-list > li.f-mzn a span {
        display: block; }
      .apl-comp .cd-features-list > li.f-mzn a img {
        width: 90%;
        max-width: 90px; }
  .apl-comp .cd-features-list > li.rate > span {
    display: inline-block;
    height: 26px;
    width: 130px;
    background: transparent url(../img/top-articles-orange.svg) repeat-x 0 0/auto 100%; }
    .apl-comp .cd-features-list > li.rate > span span {
      display: block;
      float: right;
      height: 100%;
      width: 0;
      background-color: rgba(255, 255, 255, 0.8); }
  .apl-comp .cd-features-list > li.f-port_usb .tick > span {
    display: none; }
  .apl-comp .cd-features-list > li.f-port_usb .tick.tick-y {
    background: url(../img/validation-vert.svg) no-repeat;
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    margin-top: 3px; }
  .apl-comp .cd-features-list > li.f-port_usb .tick.tick-n {
    background: url(../img/croix-rouge.svg) no-repeat;
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    margin-top: 5px; }

.apl-comp .features .cd-features-list li,
.apl-comp .cd-products-table .features .top-info {
  /* fixed left column - items */
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0.5em 0.5em 0.5em 1em; }

.apl-comp .features .cd-features-list li {
  /* truncate text with dots */
  /*white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		border-right: 0;*/ }
  .apl-comp .features .cd-features-list li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1em; }

.apl-comp .cd-products-table .top-info {
  position: relative;
  border-right: 1px solid #e6e6e6;
  height: 235px; }
  .apl-comp .cd-products-table .top-info .tag {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0.1em;
    right: 0.4em; }
    .apl-comp .cd-products-table .top-info .tag span {
      display: inline-block;
      background-color: #EA831C;
      color: #FFF;
      line-height: 1em;
      padding: 0.4em 0.8em 0.3em;
      font-size: 0.7em;
      text-transform: uppercase;
      border-radius: 2px; }
  .apl-comp .cd-products-table .top-info img {
    display: block;
    max-height: 180px;
    width: auto;
    margin: 0 auto; }
  .apl-comp .cd-products-table .top-info a {
    display: block;
    padding-top: 0.8em;
    color: #212E40; }
  .apl-comp .cd-products-table .top-info .apn-nom {
    margin: 0;
    padding: 0.5em 0 0;
    font-size: 1.2em;
    font-weight: bold; }
  .apl-comp .cd-products-table .top-info .apn-marque {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.75em; }
  @media only screen and (min-width: 1170px) {
    .apl-comp .cd-products-table .top-info {
      height: 285px; } }

.apl-comp .cd-products-table .features .top-info {
  /* models */
  cursor: auto;
  background: #fafafa; }

.apl-comp .cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 60px;
  width: 40px;
  background: rgba(251, 153, 54, 0.7) url(../img/puce-blanche.svg) no-repeat 50% 50%/75% auto;
  border-radius: 3px;
  transition: background-color .3s, opacity .3s, visibility .3s, transform .3s; }
  .apl-comp .cd-table-navigation a.inactive {
    opacity: 0;
    visibility: hidden; }
  .apl-comp .cd-table-navigation a.prev {
    left: 120px;
    right: auto;
    transform: translateY(55px) translateX(15px) rotate(180deg); }
  .no-touch .apl-comp .cd-table-navigation a:hover {
    background-color: #404042; }
  @media only screen and (min-width: 1170px) {
    .apl-comp .cd-table-navigation a {
      transform: translateY(100px); }
      .apl-comp .cd-table-navigation a.prev {
        left: 210px;
        transform: translateY(100px) translateX(15px) rotate(180deg); } }

@keyframes cd-bounce {
  0% {
    transform: scale(1); }
  60% {
    transform: scale(1.6); }
  100% {
    transform: scale(1.5); } }

/* --------------------------------

No JS

-------------------------------- */
.no-js .actions {
  display: none; }

.no-js .cd-products-table .top-info {
  height: 145px; }
  @media only screen and (min-width: 1170px) {
    .no-js .cd-products-table .top-info {
      height: 248px; } }

/*# sourceMappingURL=comparateur.css.map */
