@charset "UTF-8";
#netreviews_reviews_tab {
  background-color: transparent;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  position: relative;
  max-width: 1300px;
  color: #2c2c2c;
}

.hidden {
  display: none;
}

/* RATING PART*/
.no_reviews_filter {
  font-size: 18px;
  text-align: center;
}

#netreviews_rating_section {
  display: block;
  padding: 15px;
  margin: 0px auto;
}

#logo_header {
  display: block;
  padding: 15px;
  margin: 0px auto;
  background: url("../images/logo_full_fr.png") no-repeat;
  min-height: 50px;
  background-size: 200px;
}

.netreviews_rating_header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  height: 70px;
  min-height: 70px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.netreviews_logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 200px;
  height: auto;
}

#AV_productReviews a.netreviews_certification, #AV_productReviews a.netreviews_certification:active, #AV_productReviews a.netreviews_certification:visited {
  color: #96a0aa;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-weight: 600;
}

.netreviews_certification:hover {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 14px;
}

.netreviews_rating_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 25px 0;
  margin-top: 15px;
}

.netreviews_global_rating {
  display: block;
  width: 50%;
  margin: 0px;
  border-right: solid #DDDDDD 2px;
  padding: 0px;
}

.netreviews_note_generale {
  display: block;
  font-size: 58px;
  font-weight: lighter;
  margin: 0px auto;
  width: 100%;
  padding: 0px;
  text-align: center;
  color: #2c2c2c;
}

.netreviews_note_generale span {
  font-size: 30px !important;
}

.netreviews_subtitle {
  display: block;
  font-size: 16px;
  color: #96a0aa;
  width: 100%;
  text-align: center;
  margin: 9px 0 0;
}

.netreviews_global_rating_details {
  display: block;
  width: 50%;
  margin: 0px;
  padding: 0px;
}

.netreviews_rates_list {
  margin: 0px auto;
  border: 0;
  width: 200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 0px;
}

.netreviews_rate_list_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
  width: 27px;
  float: left;
  padding-top: 110px;
  margin-right: 15px;
  color: #FFCD00;
  cursor: pointer;
  font-size: 13px;
}

.netreviews_rate_list_item span {
  margin-right: 3px;
}

.netreviews_rate_list_item div {
  padding-top: 1px;
}

.netreviews_rate_graph {
  height: 100px;
  width: 25px;
  left: 0;
  /*pour IE 10/11*/
  top: 0;
  position: absolute;
  padding-right: 20px;
}

.netreviews_rate_percent {
  background: #FFCD00;
  min-height: 1px;
  margin-top: 2px;
  width: 25px;
  bottom: 0;
  position: absolute;
  left: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.netreviews_rate_percent:hover {
  cursor: pointer;
  background: #fbdb5a;
}

span[class^=netreviews_rate_total] {
  color: #a6b1b8;
  margin-top: -25px;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}

/* BUTTON PART*/
#netreviews_button_more_reviews {
  width: 85%;
  margin: 0 auto;
}
#netreviews_button_more_reviews .netreviews_button, #netreviews_button_more_reviews .netreviews_button_unclickable {
  display: inline-block;
  padding: 5px 0px;
  width: auto;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  border: none;
  background: none;
  outline: none;
}
#netreviews_button_more_reviews .netreviews_button:disabled, #netreviews_button_more_reviews .netreviews_button_unclickable:disabled {
  color: #767676;
  cursor: not-allowed;
}

#netreviews_button_more_reviews .netreviews_button > a:active {
  background-color: #656565 !important;
  text-decoration: none !important;
}

.netreviews_button_unclickable:hover {
  background-color: #a7a8a9 !important;
  cursor: not-allowed !important;
}

.unclickable > .netreviews_button {
  background-color: #656565 !important;
  text-decoration: none !important;
  cursor: -webkit-grab;
  cursor: grab;
}

.loading {
  background-image: url("../images/load.gif");
  background-repeat: no-repeat;
  background-position: 5px center;
}

.comments_loading {
  background-image: url("../images/loadFull.gif");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 90%;
  height: 100px;
}

.netreviews_button_comment {
  text-decoration: none;
  color: #a7a8a9 !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
  width: 100%;
  padding: 20px 0px 0px 0px;
  margin: 0px;
}

.netreviews_button_comment:hover {
  text-decoration: none;
  color: #2f2f2f !important;
}

.netreviews_button_comment div {
  display: inline-block;
  padding-right: 5px;
}

/* FILTER PART */
.netreviews_filtering_section {
  width: 100%;
  margin: 0px auto;
  display: block;
  background: transparent;
  padding: 15px 0px 10px 0px;
  text-align: center;
  font-size: 15px;
  color: #96a0aa;
}

.netreviews_filtering_section select {
  font-size: 14px;
  width: auto;
  height: auto;
  line-height: 15px;
  text-align: left;
  display: inline;
  outline: none;
  cursor: pointer;
}

/* REVIEW PART*/
.netreviews_reviews_section {
  width: 100%;
  display: block;
  padding: 0px 0px 15px 0;
  margin: 0px;
}

.netreviews_review_part {
  padding: 15px 0;
  border-bottom: 3px solid #dedede;
  width: 85%;
  margin: 0px auto;
  display: block;
}

netreviews_review_part:last-child {
  border-bottom: 0px !important;
}

.netreviews_customer_name {
  display: block;
  font-size: 17px;
  font-weight: bolder;
  width: 100%;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

.netreviews_customer_name span {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.netreviews_customer_date {
  color: #767676;
}

.netreviews_review_rate_and_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin: 0px;
  height: 30px;
  min-height: 30px;
  position: relative;
  line-height: 1;
}

.netreviews_review_rate_and_stars-empty,
.netreviews_review_rate_and_stars-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
}

.netreviews_review_rate_and_stars-gold {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

.netreviews_reviews_rate {
  display: block;
  margin: 0 0 0 5px;
  font-size: 16px;
}

.netreviews_customer_review {
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.netreviews_website_answer {
  padding: 0px 5% 15px 5%;
  background-color: #FFFFFF;
  margin: 10px auto 0px auto;
  font-size: 15px;
  border-left: 3px solid #E7E9EE;
  width: 90%;
  font-weight: 500;
}

.netreviews_website_answer p {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  width: 100%;
  display: block;
}

.netreviews_answer_title {
  font-weight: bolder !important;
  font-size: 15px !important;
  line-height: 25px !important;
}

.netreviews_answer_title small {
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 25px !important;
}

.netreviews_helpfulmsg {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 10px auto 0px auto;
  color: #868788;
  font-size: 14px;
  line-height: 16px;
  display: none;
}

.netreviews_helpful_block {
  width: 100%;
  display: block;
  margin: 10px auto 0px auto;
  color: #868788;
  font-size: 14px;
}

.netreviews_helpful_block a {
  display: inline-block;
  background: #dedede;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 5px;
  color: #4e4e4e !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: background-color, color 0.2s;
  transition: background-color, color 0.2s;
  line-height: 22px;
  height: 22px;
}

.netreviews_helpful_block a span {
  display: inline-block;
  background: #adadad;
  padding: 0px 8px;
  line-height: 22px;
  height: 22px;
  margin: 0px 0px 0px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: background-color, color 0.2s;
  transition: background-color, color 0.2s;
}

.netreviews_helpful_block a:hover, .netreviews_helpful_block a:active, .netreviews_helpful_block a:hover span, .netreviews_helpful_block a:active span {
  background-color: #656565 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.netreviews_helpful_block .active {
  background-color: #656565 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer;
}

.netreviews_helpful_block .active span {
  background-color: #656565 !important;
}

.netreviews_helpful_block .active:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  cursor: pointer;
}

.netreviews_no_reviews_block {
  width: 80%;
  display: block;
  padding: 20px;
  margin: 10px auto -20px auto;
  color: #868788;
  font-size: 14px;
  text-align: center;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.icon_conversation:before {
  font-family: "nr-icons";
  content: "";
  color: black;
  width: 20px;
  height: 16px;
}

.icon_info:before {
  font-family: "nr-icons";
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  padding-right: 25px;
  content: "";
}

.icon_exit:before {
  font-family: "nr-icons";
  content: "";
  width: 20px;
  height: 25px;
  background-size: 15px;
  position: relative;
  left: 400px;
}

/* STARS PART*/
#netreviews_big_stars {
  text-align: center;
  width: 125px;
  min-width: 0px;
  max-width: 125px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
}

@font-face {
  font-family: "nr-icons";
  src: url("../fonts/nr-icons/nr-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.nr-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nr-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

netreviews_subtitle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.AV_button {
  padding-left: 65px;
}

.rating-count {
  text-transform: lowercase;
}

#product-content .netreviews-rating {
  -ms-flex-pack: left;
  -webkit-box-pack: left;
          justify-content: left;
}

.netreviews-rating {
  /*margin: 0 auto 0 auto;*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.netreviews-rating .rating-stars {
  position: relative;
}

/* medium format */
.netreviews-rating span {
  overflow: hidden;
  display: inline-block;
  width: 120px;
  /*height: 24px;*/
  position: relative;
}

.netreviews-rating {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-weight: 700;
  /*.rating-count{
    position: relative;
    left: 35px;
    top: -48px;
    width: 200px;
  }*/
}

.netreviews-rating .rating-stars {
  position: relative;
  margin: 0 5px 0 0;
  line-height: 1;
}

.netreviews-rating .rating-stars-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  position: absolute;
  top: 0;
  text-align: left;
}

/* medium format */
.rating span {
  overflow: hidden;
  display: inline-block;
  width: 120px;
  position: relative;
}

.rating-stars-empty {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 80px;
  max-height: 24px;
}

/* medium format */
/*.netreviews_bg_stars_big {
    display: block;
    width:120px;
    min-width:120px;
    max-width:120px;
    height:24px;
    min-height:24px;
    max-height:24px;
    padding:0px;
    border:none;
    text-decoration: none;
    outline:none;
    margin:0px auto;
}*/
.netreviews_bg_stars_big {
  position: relative;
  width: 120px;
  margin: 0 auto;
  line-height: 1;
}

.netreviews_bg_stars_big span, .netreviews_review_rate_and_stars span, .netreviews_bg_stars span {
  overflow: hidden;
  display: inline-block;
}

.netreviews-stars-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.netreviews-stars-global--gold {
  position: absolute;
  top: 0;
  left: 0;
}

.nr-star:before {
  content: "";
}

.nr-icon.small.grey:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #D1D1D1;
  content: "";
}

.nr-icon.small.gold:before {
  width: 50px;
  height: 16px;
  content: "";
  color: #000000;
  font-size: 16px;
}

.nr-icon.grey:before {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #D1D1D1;
  content: "";
}

.nr-icon.gold:before {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 24px;
  height: 24px;
  content: "";
  color: #FFCD00;
  font-size: 24px;
}

.nr-icon.gold_total:before {
  display: block;
  width: 12px;
  height: 12px;
  color: #FFCD00;
  content: "";
}

/* LEGACY 2018 */
.netreviews_rating_header div label {
  top: 40px;
  text-transform: initial;
  color: #96a0aa;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  right: 15px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
  z-index: 10;
}

.netreviews_rating {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.netreviews_rating_header div {
  width: 100%;
  float: right;
  text-align: left;
}

.netreviews_rating_header div span {
  height: auto;
  width: 450px;
  background-color: #f4f4f4;
  color: black;
  padding: 10px 10px 20px 10px;
  position: absolute;
  top: 70px;
  right: 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  z-index: 11;
  display: none;
  margin: 0px;
  font-size: 13px;
}

.netreviews_rating_header div span a {
  color: black;
  text-decoration: underline;
}

#netreviews_informations_label {
  display: inline-block;
}

#netreviews_informations_label:hover {
  color: #2f2f2f;
}

#netreviews_informations_label div, #netreviews_informations div {
  width: 14px;
  cursor: pointer;
}

#netreviews_informations {
  height: auto;
  width: 450px;
  background-color: #E8E8E8;
  color: black;
  padding: 10px;
  position: absolute;
  top: 50px;
  right: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: none;
  margin: 0px;
  text-align: left !important;
}

#netreviews_informations ul {
  margin: 0px 5% !important;
  padding: 25px 0px 5px 0px !important;
  width: 90%;
}

#netreviews_informations ul li {
  font-size: 13px;
  text-align: left;
  padding: 0px;
  margin: 0px;
  list-style: square !important;
}

#AV_informations ul {
  margin: 20px 20px 0px 20px;
  padding: 0px;
}

/* RESPONSIVE PART*/
@media screen and (max-width: 600px) {
  .netreviews_logo {
    position: relative !important;
    display: block !important;
    margin: 5px auto !important;
    top: 0px !important;
    left: auto !important;
    right: auto !important;
  }

  .netreviews_certification {
    position: relative !important;
    right: auto !important;
    left: auto !important;
    top: 0px !important;
    text-align: center !important;
    margin: 20px auto 0px auto !important;
    display: block !important;
    width: 100% !important;
    padding: 0px !important;
    z-index: 10;
  }

  .netreviews_rating_header {
    height: auto !important;
    min-height: auto !important;
  }

  .netreviews_global_rating {
    width: 100% !important;
    border-right: 0px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }

  .netreviews_rating_content {
    height: auto !important;
    min-height: auto !important;
  }

  .netreviews_global_rating_details {
    display: none !important;
  }

  .netreviews_rating_header div {
    width: 100%;
    text-align: center;
  }

  .netreviews_rating_header div label {
    position: relative;
    top: -20px;
    left: 0px;
  }

  .netreviews_rating_header div span {
    width: 90% !important;
    right: 5% !important;
    top: 120px !important;
  }
}
/* TINY DISPLAY PART*/
.nrResponsive .netreviews_logo {
  position: relative !important;
  display: block !important;
  margin: 5px auto !important;
  top: 0px !important;
  left: auto !important;
  right: auto !important;
}

.nrResponsive .netreviews_certification {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  top: 0px !important;
  text-align: center !important;
  margin: 20px auto 0px auto !important;
  display: block !important;
  width: 100% !important;
  padding: 0px !important;
  z-index: 10;
}

.nrResponsive .netreviews_rating_header {
  height: auto !important;
  min-height: auto !important;
}

.nrResponsive .netreviews_global_rating {
  width: 100% !important;
  border-right: 0px !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

.nrResponsive .netreviews_rating_content {
  height: auto !important;
  min-height: auto !important;
}

.nrResponsive .netreviews_global_rating_details {
  display: none !important;
}

.nrResponsive .netreviews_rating_header div {
  width: 100%;
  text-align: center;
}

.nrResponsive .netreviews_rating_header div label {
  position: relative;
  top: -20px;
  left: 0px;
}

.nrResponsive .netreviews_rating_header div span {
  width: 90% !important;
  right: 5% !important;
  top: 120px !important;
}

/* FONT ICON PART */
.js-netreviewsVote.active:hover:before {
  font-family: "nr-icons";
  content: "";
}

.js-netreviewsVote.active:before {
  font-family: "nr-icons";
  font-size: 9px;
  padding: 0px 5px 0px 0px;
  content: "";
}

.reviews-util {
  margin-top: 3px;
  float: left;
}

.product-detail .rating-count {
  text-decoration: underline;
  cursor: pointer;
}

.netreviews-header {
  width: 85%;
  margin: 0 auto;
}
.netreviews-header .rating-count {
  display: none;
}

.product-tile .netreviews-rating {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.product-tile .rating-count {
  display: none;
}

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