@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* line 2, ../sass/_category.scss */
.category-page h1 {
  display: inline-block;
  margin: 0px;
  background-color: #f2F2F2;
  padding: 0 10px 0 5px;
  position: relative;
  left: 10px;
}
/* line 10, ../sass/_category.scss */
.category-page .breadcrumb {
  margin-top: 5px;
}
/* line 14, ../sass/_category.scss */
.category-page .shortened p {
  display: inline;
  margin: 0;
}
/* line 18, ../sass/_category.scss */
.category-page .shortened .moreellipses {
  display: inline;
}
/* line 22, ../sass/_category.scss */
.category-page .category-description {
  float: left;
  width: 100%;
  border: 2px solid #376f7e;
  padding: 25px 10px 10px;
  font-size: 14px;
  font-family: "default_font_light";
  margin-top: -25px;
}
/* line 31, ../sass/_category.scss */
.category-page .see-more {
  font-size: 14px;
  font-family: "default_font_bold";
  color: #376f7e;
}
/* line 37, ../sass/_category.scss */
.category-page .last-reviews, .category-page .finished_Tests {
  padding: 0px;
  background-color: #F2F2F2;
}
/* line 41, ../sass/_category.scss */
.category-page .other-products-list {
  background-color: #FFF;
  display: inline-block;
}
/* line 44, ../sass/_category.scss */
.category-page .other-products-list ul.product-list {
  list-style: none;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
/* line 49, ../sass/_category.scss */
.category-page .other-products-list ul.product-list > li {
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  width: 50%;
  float: left;
  display: inline;
}
/* line 58, ../sass/_category.scss */
.category-page .other-products-list ul.product-list > li a {
  color: #585858;
}
/* line 61, ../sass/_category.scss */
.category-page .other-products-list ul.product-list > li:before {
  content: "\25a0  ";
  color: #386e7e;
  vertical-align: text-bottom;
}
/* line 69, ../sass/_category.scss */
.category-page .category-toggle {
  display: none;
}

@media (max-width: 767px) {
  /* line 74, ../sass/_category.scss */
  .category-page .category-description {
    border: 0;
    padding: 0;
    margin: 0;
  }

  /* line 79, ../sass/_category.scss */
  .category-toggle {
    display: block !important;
  }
  /* line 81, ../sass/_category.scss */
  .category-toggle button {
    width: 100%;
    background-color: #F2F2F2;
    border: 2px solid #585858;
    color: #585858;
    padding: 5px;
    font-size: 18px;
    border-radius: 20px;
    text-transform: uppercase;
    transition: all 0ms;
    outline: none;
  }
  /* line 91, ../sass/_category.scss */
  .category-toggle button .glyphicon {
    float: right;
    top: 4px;
  }
  /* line 95, ../sass/_category.scss */
  .category-toggle button[aria-expanded=true] {
    border-bottom: 0;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 0px 0px;
  }
  /* line 103, ../sass/_category.scss */
  .category-toggle ul.dropdown-menu {
    background-color: #F2F2F2;
    width: 100%;
    box-shadow: none;
    border: 2px solid #585858;
    border-radius: 0px;
    margin-top: 0;
    border-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px 0px 20px 20px;
  }
}
/* line 117, ../sass/_category.scss */
.subcats {
  margin-bottom: 10px;
}
/* line 119, ../sass/_category.scss */
.subcats ul > li {
  padding-right: 0px;
  margin-bottom: 10px;
}
/* line 123, ../sass/_category.scss */
.subcats .cat > a {
  color: #585858;
  text-transform: uppercase;
  border: 2px solid #585858;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 9px;
  text-decoration: none;
  margin-bottom: 4px;
}
/* line 132, ../sass/_category.scss */
.subcats .cat > a:hover {
  background-color: #585858;
  color: white;
}

/* line 1, ../sass/_test_products.scss */
.img_test_product {
  width: 60px;
  height: 60px;
}

/* line 6, ../sass/_test_products.scss */
.collapse.in ul.list_testers {
  height: 100% !important;
}

/* line 10, ../sass/_test_products.scss */
ul.list_testers {
  padding: 0;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  font-family: "default_font_semibold";
}
/* line 16, ../sass/_test_products.scss */
ul.list_testers .list_username {
  list-style-type: none;
  display: inline;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "default_font_light";
  line-height: 20px;
}

/* line 25, ../sass/_test_products.scss */
.testers-names {
  text-align: left;
}

/* line 28, ../sass/_test_products.scss */
.testers-names .comment-title span.title a {
  color: #396e7e;
  font-size: 18px;
  text-transform: none;
}

@media (max-width: 767px) {
  /* line 35, ../sass/_test_products.scss */
  .list_products_expired .comment {
    height: inherit !important;
    line-height: 20px !important;
  }
  /* line 39, ../sass/_test_products.scss */
  .list_products_expired .comment-title .title {
    max-width: 100% !important;
  }
}
/* line 1, ../sass/_inscription.scss */
.remerciements, .remerciements2 {
  background: white;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  z-index: 0;
  float: none;
}
/* line 8, ../sass/_inscription.scss */
.remerciements .bigText, .remerciements2 .bigText {
  text-transform: uppercase;
  font-size: 20px;
}
/* line 12, ../sass/_inscription.scss */
.remerciements .btn-primary, .remerciements2 .btn-primary {
  padding: 0 60px;
}
/* line 16, ../sass/_inscription.scss */
.remerciements.subscribeConfirm, .subscribeConfirm.remerciements2 {
  padding-top: 30px;
}
/* line 18, ../sass/_inscription.scss */
.remerciements.subscribeConfirm .mediumText, .subscribeConfirm.remerciements2 .mediumText {
  font-size: 18px;
  font-family: "default_font_light";
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 24, ../sass/_inscription.scss */
.remerciements.subscribeConfirm .btn-primary, .subscribeConfirm.remerciements2 .btn-primary {
  padding: 0 30px;
  margin: 20px;
}

/* line 30, ../sass/_inscription.scss */
.remerciements2 {
  padding: 20px 0;
  margin-top: 10px;
}
/* line 34, ../sass/_inscription.scss */
.remerciements2 .smallText {
  font-size: 16px;
  padding: 0 15px;
}

/* line 39, ../sass/_inscription.scss */
.question-row {
  margin: 0 !important;
  padding: 10px 0 0 0;
  clear: both;
}

/* line 44, ../sass/_inscription.scss */
.extended-form {
  clear: both;
}

/* line 47, ../sass/_inscription.scss */
.help-block {
  clear: both;
}

/* line 53, ../sass/_inscription.scss */
#subscribe_form_v1 button.btn-info {
  margin-right: 40px;
}
/* line 55, ../sass/_inscription.scss */
#subscribe_form_v1 button.btn-info.btn-center {
  margin-right: auto !important;
}
/* line 61, ../sass/_inscription.scss */
#subscribe_form_v1 button.btn-primary {
  margin-left: 40px;
}
/* line 65, ../sass/_inscription.scss */
#subscribe_form_v1 a:hover {
  text-decoration: none;
}
/* line 70, ../sass/_inscription.scss */
#subscribe_form_v1 .fake-title-reviews {
  padding: 8px !important;
}
/* line 73, ../sass/_inscription.scss */
#subscribe_form_v1 .partenaire-confirm {
  margin-top: 4px;
}
/* line 75, ../sass/_inscription.scss */
#subscribe_form_v1 .partenaire-confirm input[type="checkbox"]:not(:checked), #subscribe_form_v1 .partenaire-confirm input[type="checkbox"]:checked {
  left: auto;
  margin: 0;
  height: 20px;
}
/* line 82, ../sass/_inscription.scss */
#subscribe_form_v1 .partenaire h5 {
  margin-top: 5px;
}

/* line 88, ../sass/_inscription.scss */
.simple-signup {
  margin-top: 20px;
}
/* line 89, ../sass/_inscription.scss */
.simple-signup .ext-coreg {
  font-size: 12px;
}
/* line 91, ../sass/_inscription.scss */
.simple-signup .ext-coreg .form-control {
  height: 30px !important;
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 10px;
}
/* line 99, ../sass/_inscription.scss */
.simple-signup .title {
  display: block !important;
  padding: 20px !important;
  padding-bottom: 30px !important;
}
/* line 105, ../sass/_inscription.scss */
.simple-signup .block-terms input[type=checkbox], .simple-signup .partenaires input[type=checkbox] {
  left: 0 !important;
}
/* line 108, ../sass/_inscription.scss */
.simple-signup .block-terms > label, .simple-signup .partenaires > label {
  padding-left: 10px;
}
/* line 111, ../sass/_inscription.scss */
.simple-signup .block-terms label, .simple-signup .partenaires label {
  line-height: 18px;
}
/* line 116, ../sass/_inscription.scss */
.simple-signup #month {
  width: 40% !important;
}
/* line 120, ../sass/_inscription.scss */
.simple-signup #year {
  width: 37% !important;
}
/* line 123, ../sass/_inscription.scss */
.simple-signup p.require {
  position: absolute;
  left: 20px;
  margin-top: -10px;
}
/* line 129, ../sass/_inscription.scss */
.simple-signup .partenaires .rd {
  text-align: left;
}

/* line 1, ../sass/_search.scss */
.subsearch {
  margin: 20px auto;
  text-align: center;
  display: block;
}
/* line 5, ../sass/_search.scss */
.subsearch .search-btn > a {
  color: #585858;
  text-transform: uppercase;
  border: 3px solid #585858;
  border-radius: 50px;
  padding: 5px 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

/* line 16, ../sass/_search.scss */
.search-txt {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  color: #585858;
}

/* line 22, ../sass/_search.scss */
.medium-title {
  text-transform: uppercase;
  font-size: 30px;
  /*color : #fff; */
}

/* line 27, ../sass/_search.scss */
.big-title {
  font-size: 36px !important;
}

/* line 30, ../sass/_search.scss */
.propose-product {
  text-align: center;
  padding: 20px 0 30px 0;
}
/* line 33, ../sass/_search.scss */
.propose-product p {
  font-size: 20px;
  text-transform: uppercase;
  color: #585858;
}
/* line 38, ../sass/_search.scss */
.propose-product .btn {
  font-size: 16px;
  background-color: transparent;
  color: #585858;
  border: 2px solid #585858;
}
/* line 43, ../sass/_search.scss */
.propose-product .btn:hover {
  color: #000;
}

/* line 48, ../sass/_search.scss */
ul.typeahead {
  z-index: 1080;
  margin: 0px;
  border-radius: 0;
  left: 10px !important;
}
/* line 53, ../sass/_search.scss */
ul.typeahead li > a {
  padding: 3px 10px;
}

/** Position **/
/* line 58, ../sass/_search.scss */
header.header-page {
  position: inherit;
}

/* Advanced search */
/* line 62, ../sass/_search.scss */
.advanced-search-container {
  background-color: #396e7e;
}
/* line 66, ../sass/_search.scss */
.advanced-search-container .search-container .advanced-search-bloc .search-title {
  font-size: 16px;
  color: #fff;
}
/* line 70, ../sass/_search.scss */
.advanced-search-container .search-container .advanced-search-bloc .advanced-search-elements {
  display: inline-block;
}
/* line 72, ../sass/_search.scss */
.advanced-search-container .search-container .advanced-search-bloc .advanced-search-elements input, .advanced-search-container .search-container .advanced-search-bloc .advanced-search-elements select {
  margin: 20px 10px;
  border: 2px solid #fff;
  height: 40px;
  width: 250px;
  padding: 0 15px;
  border-radius: 25px;
  background: #fff;
  font-size: 16px;
}
/* line 82, ../sass/_search.scss */
.advanced-search-container .search-container .advanced-search-bloc .advanced-search-elements input[type="submit"] {
  width: 55px !important;
  background-color: #f2d26f;
  color: #333333;
  border: 1px solid #396d7d;
}

/**
 Custom select stylesheets
 author : Devstreak;
 adapted by: A.Matarib;
 source: https://codepen.io/devstreak/pen/dMYgeO;
**/
/* line 105, ../sass/_search.scss */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

/* line 110, ../sass/_search.scss */
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: grey;
  width: 250px;
  height: 40px;
  margin: -14px 10px;
}

/* line 121, ../sass/_search.scss */
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: grey;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/* line 132, ../sass/_search.scss */
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: grey transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
/* line 142, ../sass/_search.scss */
.select-styled:hover {
  background-color: #fff;
}
/* line 145, ../sass/_search.scss */
.select-styled:active, .select-styled.active {
  background-color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 149, ../sass/_search.scss */
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent grey transparent;
}

/* line 156, ../sass/_search.scss */
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  max-height: 230px;
  overflow: auto;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
/* line 171, ../sass/_search.scss */
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
/* line 176, ../sass/_search.scss */
.select-options li:hover {
  color: #000;
  background: #d6d4d4;
}
/* line 180, ../sass/_search.scss */
.select-options li[rel="hide"] {
  display: none;
}

/** 
 Select custom scrollbar 
 author: Devstreak;
 adapted by : A.Matarib;
 **/
/* line 191, ../sass/_search.scss */
#style-1::-webkit-scrollbar-track {
  border-bottom-right-radius: 25px;
  background-color: #fff;
}

/* line 197, ../sass/_search.scss */
#style-1::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}

/* line 203, ../sass/_search.scss */
#style-1::-webkit-scrollbar-thumb {
  border-bottom-right-radius: 25px;
  background-color: #555;
}

/* line 1, ../sass/_participation.scss */
#participation-form {
  padding: 0;
}
/* line 4, ../sass/_participation.scss */
#participation-form form {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 9, ../sass/_participation.scss */
#participation-form .title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 10px 20px 10px;
  font-family: "default_font_light";
}
/* line 19, ../sass/_participation.scss */
#participation-form.block-form label.lb {
  font-family: "default_font";
  float: left;
}
/* line 24, ../sass/_participation.scss */
#participation-form.block-form .partenaire .partenaire-confirm {
  padding-top: 8px;
}
/* line 27, ../sass/_participation.scss */
#participation-form.block-form input[type="checkbox"]:not(:checked), #participation-form.block-form input[type="checkbox"]:checked {
  left: 7px;
}
/* line 30, ../sass/_participation.scss */
#participation-form.block-form input[type="checkbox"]:not(:checked) + label, #participation-form.block-form input[type="checkbox"]:checked + label {
  line-height: 20px;
}
/* line 33, ../sass/_participation.scss */
#participation-form.block-form .controls {
  padding-left: 20px;
}
/* line 36, ../sass/_participation.scss */
#participation-form.block-form .controls label {
  text-align: left;
  font-family: "default_font_light";
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline;
  line-height: 25px;
}
/* line 49, ../sass/_participation.scss */
#participation-form.block-form .radio {
  padding-left: 20px !important;
}
/* line 53, ../sass/_participation.scss */
#participation-form.block-form .checkbox {
  padding-left: 20px;
}
/* line 57, ../sass/_participation.scss */
#participation-form.block-form .form-group {
  margin-bottom: 20px;
}
/* line 61, ../sass/_participation.scss */
#participation-form.block-form textarea.form-control {
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #386e7e;
  padding: 8px 16px;
  resize: none;
  height: 175px;
}
/* line 70, ../sass/_participation.scss */
#participation-form.block-form .terms {
  line-height: 20px;
}
/* line 75, ../sass/_participation.scss */
#participation-form.block-form .labels label {
  padding: 0;
  padding-right: 5px;
  line-height: 10px;
  text-align: center;
}
/* line 81, ../sass/_participation.scss */
#participation-form.block-form .labels label:first-child, #participation-form.block-form .labels label:last-child {
  position: relative;
  top: 14px;
}
/* line 88, ../sass/_participation.scss */
#participation-form.block-form .labels .cb input[type=radio] {
  display: block;
}
/* line 95, ../sass/_participation.scss */
#participation-form .blockquote {
  padding: 10px;
}
/* line 98, ../sass/_participation.scss */
#participation-form .blockquote .text {
  font-size: 14px;
  text-transform: uppercase;
  color: #2b677c;
  border: 6px solid #2b677c;
  border-left: 0;
  border-right: 0;
  text-align: center;
  padding: 10px 0px;
}
/* line 110, ../sass/_participation.scss */
#participation-form .question-type-date select {
  display: inline-block;
  margin: 0 2px;
}
/* line 114, ../sass/_participation.scss */
#participation-form .question-type-date select[name='q-day'] {
  width: 5%;
  margin-left: 20px;
}
/* line 118, ../sass/_participation.scss */
#participation-form .question-type-date select[name='q-year'], #participation-form .question-type-date select[name='q-month'] {
  width: 10%;
}

@media (min-width: 992px) {
  /* line 126, ../sass/_participation.scss */
  #participation-form.block-form .help-block {
    padding-left: 0;
  }
  /* line 130, ../sass/_participation.scss */
  #participation-form.block-form .form-group .rd {
    text-align: left;
  }
  /* line 132, ../sass/_participation.scss */
  #participation-form.block-form .form-group .rd input[type="radio"]:not(:checked), #participation-form.block-form .form-group .rd input[type="radio"]:checked {
    top: 8px;
    left: 14px;
    height: 20px;
  }
  /* line 138, ../sass/_participation.scss */
  #participation-form.block-form .form-group .terms {
    padding: 0px;
  }
  /* line 140, ../sass/_participation.scss */
  #participation-form.block-form .form-group .terms input[type="checkbox"]:not(:checked), #participation-form.block-form .form-group .terms input[type="checkbox"]:checked {
    left: 0px;
    height: 20px;
  }
  /* line 145, ../sass/_participation.scss */
  #participation-form.block-form .form-group .checkbox {
    padding-left: 0px;
    padding-top: 8px;
  }
  /* line 148, ../sass/_participation.scss */
  #participation-form.block-form .form-group .checkbox label {
    line-height: 20px;
  }
  /* line 151, ../sass/_participation.scss */
  #participation-form.block-form .form-group .checkbox input[type="checkbox"]:not(:checked), #participation-form.block-form .form-group .checkbox input[type="checkbox"]:checked {
    left: 29px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  /* line 162, ../sass/_participation.scss */
  #participation-form input[type=radio], #participation-form input[type=checkbox] {
    margin-top: 4px;
  }
}
/* line 1, ../sass/_contact.scss */
.block-form.contact-form {
  padding: 10px;
}
/* line 3, ../sass/_contact.scss */
.block-form.contact-form label {
  font-size: 16px;
  font-family: "default_font_light";
  padding: 0;
  line-height: 30px;
}
/* line 9, ../sass/_contact.scss */
.block-form.contact-form .radio label {
  padding-left: 30px;
}
/* line 11, ../sass/_contact.scss */
.block-form.contact-form .radio label input {
  margin-top: 7px;
}
/* line 15, ../sass/_contact.scss */
.block-form.contact-form .form-group > .col-sm-6 {
  padding: 0;
}

/* line 19, ../sass/_contact.scss */
h3.subtitle {
  font-size: 18px;
  color: #2b677c;
  text-transform: uppercase;
}

/* line 24, ../sass/_contact.scss */
.form-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 30, ../sass/_contact.scss */
.text-center > .btn {
  width: 0 !important;
}

/* line 1, ../sass/_ads.scss */
#sas_18784 {
  display: none !important;
}

/* line 1, ../sass/_subscribe.scss */
.subscribe_newsLetter {
  background-color: #3b5998;
  -moz-border-radius: 20px 20px !important;
  -webkit-border-radius: 20px !important;
  border-radius: 20px 20px !important;
  margin: 20px 0px;
}

/* line 9, ../sass/_subscribe.scss */
.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  cursor: default;
  padding: 0;
  margin-top: 2px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../sass/_subscribe.scss */
.ui-autocomplete > li {
  padding: 3px 20px;
}

/* line 30, ../sass/_subscribe.scss */
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}

/* line 34, ../sass/_subscribe.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 38, ../sass/_subscribe.scss */
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #041b26;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 47, ../sass/_subscribe.scss */
.right-radius {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

/* line 52, ../sass/_subscribe.scss */
.p-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 57, ../sass/_subscribe.scss */
.phone-code-country {
  display: inline-block !important;
  width: 10% !important;
}

/* line 62, ../sass/_subscribe.scss */
.phone {
  display: inline-block !important;
  width: 80% !important;
}

/* line 3, ../sass/_ope.scss */
#loreal.block-top-post {
  background-size: 130% 157%;
  background-position: -100px;
  background-attachment: initial;
  padding: 4px 0px;
}
/* line 13, ../sass/_ope.scss */
#loreal.block-top-post .ope-desc {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 28px;
  padding: 15px 15px 0px 10px;
  font-size: 18px;
}
/* line 20, ../sass/_ope.scss */
#loreal.block-top-post:before {
  -moz-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -webkit-transform: rotate(11deg);
  transform: rotate(11deg);
  content: "";
  background-color: #376e7f;
  opacity: 0.2;
  position: absolute;
  top: -120%;
  bottom: -100%;
  left: -103%;
  width: 140%;
}
/* line 33, ../sass/_ope.scss */
#loreal.block-top-post .l .btn {
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  padding: 4px 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 34, ../sass/_ope.scss */
#loreal.block-top-post .l .btn .glyphicon {
  font-size: 16px;
  top: 0px;
}

@media (max-width: 767px) {
  /* line 52, ../sass/_ope.scss */
  #loreal.block-top-post {
    background-size: cover;
    background-position: 0;
  }
  /* line 56, ../sass/_ope.scss */
  #loreal.block-top-post .l .btn {
    font-size: 16px;
  }

  /* line 61, ../sass/_ope.scss */
  #loreal.block-top-post:before {
    top: -120%;
    left: -40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../sass/_ope.scss */
  #loreal.block-top-post {
    background-position: center top;
  }
  /* line 70, ../sass/_ope.scss */
  #loreal.block-top-post:before {
    left: -102%;
  }
  /* line 73, ../sass/_ope.scss */
  #loreal.block-top-post .op-logo {
    height: 80px;
  }
  /* line 77, ../sass/_ope.scss */
  #loreal.block-top-post .ope-desc {
    line-height: 20px;
    padding: 0px;
    font-size: 12px;
    padding-top: 15px;
  }
  /* line 84, ../sass/_ope.scss */
  #loreal.block-top-post .l .btn {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 93, ../sass/_ope.scss */
  #loreal.block-top-post {
    background-size: 130% 140%;
    background-position: -100px;
    background-attachment: initial;
    padding: 4px 0px;
  }
  /* line 100, ../sass/_ope.scss */
  #loreal.block-top-post .ope-desc {
    line-height: 22px;
    font-size: 16px;
  }
  /* line 104, ../sass/_ope.scss */
  #loreal.block-top-post:before {
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    content: "";
    background-color: #376e7f;
    opacity: 0.2;
    position: absolute;
    top: -120%;
    bottom: -100%;
    left: -104%;
    width: 140%;
  }
}
@media (max-width: 767px) {
  /* line 2, ../sass/_photos.scss */
  .photos-gallery {
    padding-top: 15px;
  }
  /* line 4, ../sass/_photos.scss */
  .photos-gallery .photo {
    width: 50%;
    display: inline-block;
    margin-right: -2px;
  }
  /* line 8, ../sass/_photos.scss */
  .photos-gallery .photo .add-photo {
    float: left;
    position: relative;
    top: 15px;
    margin: 0;
  }
}
/* line 17, ../sass/_photos.scss */
.photos-gallery {
  padding-top: 15px;
}
/* line 19, ../sass/_photos.scss */
.photos-gallery .photo {
  padding: 10px;
}
/* line 21, ../sass/_photos.scss */
.photos-gallery .photo .add-photo {
  background-color: #396e7e;
  color: #FFF;
  width: auto;
  height: 140px;
  display: block;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 2px;
  text-decoration: none;
}
/* line 33, ../sass/_photos.scss */
.photos-gallery .photo .add-photo:hover {
  text-decoration: none;
  background-color: #294f5b;
}
/* line 37, ../sass/_photos.scss */
.photos-gallery .photo .add-photo .tdpicon-plus {
  font-size: 50px;
  display: block;
}
/* line 41, ../sass/_photos.scss */
.photos-gallery .photo .add-photo .title-name {
  font-size: 16px;
  font-family: "default_font_light";
  text-transform: uppercase;
}
/* line 48, ../sass/_photos.scss */
.photos-gallery .photo:hover .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 52, ../sass/_photos.scss */
.photos-gallery .photo:hover .icon {
  border: 1px solid #98bffa;
}
/* line 55, ../sass/_photos.scss */
.photos-gallery .photo:hover .icon [class^="tdpicon-"],
.photos-gallery .photo:hover .icon [class*=" tdpicon-"] {
  color: #98bffa;
}
/* line 61, ../sass/_photos.scss */
.photos-gallery .photo .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: #396e7e;
  background: rgba(57, 110, 126, 0.8);
  /*&.gray {
      background: rgba(60, 60, 60, 0.9);
      .tdpicon-plus {
          color: rgb(60, 60, 60);
      }
  }*/
}
/* line 79, ../sass/_photos.scss */
.photos-gallery .photo .participate .tdpicon-plus {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 48px;
  line-height: 48px;
  color: #396e7e;
}
/* line 89, ../sass/_photos.scss */
.photos-gallery .photo .visu .block-comment {
  color: #FFF;
  font-family: "default_font_bold";
  font-size: 20px;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-align: center;
}
/* line 97, ../sass/_photos.scss */
.photos-gallery .photo .visu .block-comment .username {
  position: relative;
  top: 10%;
  font-size: 16px;
  overflow: hidden;
}
/* line 103, ../sass/_photos.scss */
.photos-gallery .photo .visu .block-comment .likes {
  line-height: 0;
}
/* line 106, ../sass/_photos.scss */
.photos-gallery .photo .visu .block-comment .tdpicon-like {
  font-size: 40px;
}
/* line 111, ../sass/_photos.scss */
.photos-gallery .photo img {
  height: 140px;
  width: 100%;
  border: 3px solid #396e7e;
  object-fit: cover;
}

/* line 121, ../sass/_photos.scss */
.fancy-likes {
  float: right;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
}
/* line 122, ../sass/_photos.scss */
.fancy-likes:hover, .fancy-likes.liked {
  text-decoration: none;
  color: #f2d26f !important;
}
/* line 128, ../sass/_photos.scss */
.fancy-likes:focus {
  text-decoration: none;
  color: #FFF;
}
/* line 132, ../sass/_photos.scss */
.fancy-likes i {
  padding-left: 10px;
}

/* line 140, ../sass/_photos.scss */
.fancy-likes, .fancy-username {
  font-size: 30px;
  line-height: 34px;
  font-family: "default_font_bold";
  color: #FFF;
  text-shadow: 0 1px 0 black;
}
/* line 146, ../sass/_photos.scss */
.fancy-likes a.like, .fancy-username a.like {
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
}
/* line 147, ../sass/_photos.scss */
.fancy-likes a.like:hover, .fancy-likes a.like .liked, .fancy-username a.like:hover, .fancy-username a.like .liked {
  color: #f2d26f;
}

/* line 155, ../sass/_photos.scss */
.fancybox-title-over-wrap {
  width: 100%;
  background-color: transparent !important;
  padding: 10px 20px !important;
}

/* line 161, ../sass/_photos.scss */
.fancybox-inner img {
  border: 3px solid #396e7e;
}

/* line 167, ../sass/_photos.scss */
#add-photo-modal .btn {
  font-size: 14px !important;
  width: auto !important;
  padding: 0 20px !important;
  margin-right: 10px;
}
/* line 173, ../sass/_photos.scss */
#add-photo-modal .preview-image {
  border: 3px solid #396e7e;
  margin-bottom: 10px;
}

/* line 2, ../sass/_refonte.scss */
* {
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* line 8, ../sass/_refonte.scss */
html[has-bg] {
  cursor: pointer !important;
}
/* line 11, ../sass/_refonte.scss */
html[has-bg] body header.topbar-site {
  cursor: default !important;
}
/* line 14, ../sass/_refonte.scss */
html[has-bg] body header.header-page {
  cursor: default !important;
}
/* line 17, ../sass/_refonte.scss */
html[has-bg] body main > div.container {
  cursor: default !important;
}
/* line 20, ../sass/_refonte.scss */
html[has-bg] body footer.footer {
  cursor: default !important;
}
/* line 23, ../sass/_refonte.scss */
html[has-bg] body .modal {
  cursor: default !important;
}

/* line 29, ../sass/_refonte.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 34, ../sass/_refonte.scss */
main {
  position: relative;
  background-color: #f2f2f2;
}

/* line 38, ../sass/_refonte.scss */
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 42, ../sass/_refonte.scss */
.ucfirst {
  display: inline-block;
}
/* line 44, ../sass/_refonte.scss */
.ucfirst::first-letter {
  text-transform: uppercase;
}

/* line 48, ../sass/_refonte.scss */
.error {
  padding: 10px;
  background-color: #FFF;
  margin: 10px 0;
  text-align: center;
}
/* line 53, ../sass/_refonte.scss */
.error .error-title {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "default_font_bold";
}

/* line 63, ../sass/_refonte.scss */
body#HP {
  position: relative;
}
/* line 66, ../sass/_refonte.scss */
body#HP .header-page {
  z-index: 1000;
}
/* line 70, ../sass/_refonte.scss */
body#HP h1.seo-h1 {
  position: absolute;
  left: 0;
  bottom: 12px;
  font-size: 14px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  text-align: right;
  padding-right: 15px;
}

/* line 84, ../sass/_refonte.scss */
body #page {
  padding-left: 0;
  padding-right: 0;
  background-color: #f2f2f2;
}

/* line 92, ../sass/_refonte.scss */
.static-pages .block-static-pages a {
  color: #2b677c !important;
}
/* line 96, ../sass/_refonte.scss */
.static-pages .block-static-pages .inviteHeader {
  text-align: center !important;
}

/* line 101, ../sass/_refonte.scss */
.no-padding {
  padding: 0px !important;
}

/* line 105, ../sass/_refonte.scss */
.no-border {
  border: 0 !important;
}

/* line 110, ../sass/_refonte.scss */
.no-form-border .form-group {
  border: 0 !important;
}

/* line 115, ../sass/_refonte.scss */
.btn-signup {
  padding: 0 10px !important;
}

/* line 120, ../sass/_refonte.scss */
.tleft {
  text-align: left !important;
}

/* line 124, ../sass/_refonte.scss */
.tright {
  text-align: right !important;
}

/* line 128, ../sass/_refonte.scss */
.container {
  position: relative;
}

/* line 132, ../sass/_refonte.scss */
.header-page {
  background: #333333;
  height: 66px;
  position: relative;
}

/* line 138, ../sass/_refonte.scss */
.tdp.site-habillage {
  padding-top: 250px;
}
/* line 141, ../sass/_refonte.scss */
.tdp .header-page {
  width: 100%;
  position: relative !important;
}

/* line 147, ../sass/_refonte.scss */
.logo {
  margin-top: 7px;
}
/* line 150, ../sass/_refonte.scss */
.logo img {
  height: 51px;
}

/* line 155, ../sass/_refonte.scss */
.block-white {
  background: #ffffff;
}
/* line 158, ../sass/_refonte.scss */
.block-white .block-heading {
  padding-top: 20px;
  padding-bottom: 25px;
}
/* line 162, ../sass/_refonte.scss */
.block-white .block-heading .title {
  font-size: 36px;
}

/* line 167, ../sass/_refonte.scss */
.block-white {
  padding: 0 15px;
}

/* line 171, ../sass/_refonte.scss */
.default-toggle {
  outline: 0px solid transparent;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f2d26f;
  border: 0px solid #ffffff;
  width: 72px;
  height: 66px;
  padding: 17px 16px;
}
/* line 183, ../sass/_refonte.scss */
.default-toggle .icon-bar {
  float: left;
  margin: 4px 0px;
  width: 100%;
  height: 5px;
  background: #ffffff;
  display: block;
  font-size: 0px;
  text-indent: -4444px;
}
/* line 193, ../sass/_refonte.scss */
.default-toggle .icon-bar:first-child {
  margin-top: 0px;
}
/* line 198, ../sass/_refonte.scss */
.default-toggle:hover {
  background: #f2f2f2;
}
/* line 201, ../sass/_refonte.scss */
.default-toggle:hover .icon-bar {
  background: #f2d26f;
}

/* line 208, ../sass/_refonte.scss */
.btn.btn-search {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  padding: 0px;
  margin: 10px 94px 0px 0px;
  font-size: 25px;
}

/* line 219, ../sass/_refonte.scss */
.menu-site {
  z-index: 3;
  overflow-y: auto;
  color: #ffffff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 100%;
  background: #333333;
  padding: 10px;
}
/* line 233, ../sass/_refonte.scss */
.menu-site.active {
  right: 0;
}
/* line 237, ../sass/_refonte.scss */
.menu-site .title-menu {
  border-bottom: 1px solid #48484b;
  line-height: 65px;
  position: relative;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-family: "default_font_semibold";
}
/* line 247, ../sass/_refonte.scss */
.menu-site .title-menu .tdpicon-close {
  font-size: 55px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -30px;
  color: #f2d26f;
  /*&:before,
  &:after {
      background: $brand-primary;
      }*/
}
/* line 262, ../sass/_refonte.scss */
.menu-site [class^="tdpicon-"],
.menu-site [class*=" tdpicon-"] {
  font-size: 25px !important;
  color: #ffffff;
  position: relative;
  top: 3px;
  display: inline-block;
  width: 25px;
}
/* line 272, ../sass/_refonte.scss */
.menu-site > .nav {
  padding: 0px;
}
/* line 275, ../sass/_refonte.scss */
.menu-site > .nav > li {
  border-bottom: 1px solid #48484b;
}
/* line 279, ../sass/_refonte.scss */
.menu-site > .nav > li:hover > .glyphicon {
  color: #f2d26f;
}
/* line 283, ../sass/_refonte.scss */
.menu-site > .nav > li:hover > a {
  color: #f2d26f !important;
}
/* line 288, ../sass/_refonte.scss */
.menu-site > .nav > li > a:hover {
  color: #f2d26f !important;
}
/* line 293, ../sass/_refonte.scss */
.menu-site > .nav > li.active .glyphicon {
  color: #f2d26f;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 299, ../sass/_refonte.scss */
.menu-site > .nav > li.active > .nav {
  display: block;
}
/* line 303, ../sass/_refonte.scss */
.menu-site > .nav > li.active > .nav > li > .nav {
  display: none;
}
/* line 308, ../sass/_refonte.scss */
.menu-site > .nav > li.active > .nav > li.active > .nav {
  display: block;
}
/* line 316, ../sass/_refonte.scss */
.menu-site > .nav > li > .nav {
  display: none;
  background: #4d4c4c;
}
/* line 320, ../sass/_refonte.scss */
.menu-site > .nav > li > .nav > li {
  font-size: 12px;
}
/* line 323, ../sass/_refonte.scss */
.menu-site > .nav > li > .nav > li .glyphicon {
  top: 13px;
  font-size: 10px;
  color: #ffffff;
}
/* line 331, ../sass/_refonte.scss */
.menu-site > .nav > li > .nav > li:hover > a,
.menu-site > .nav > li > .nav > li:hover > a [class^="tdpicon-"],
.menu-site > .nav > li > .nav > li:hover > a [class*=" tdpicon-"],
.menu-site > .nav > li > .nav > li:hover > a .glyphicon {
  color: #f2d26f;
}
/* line 340, ../sass/_refonte.scss */
.menu-site > .nav > li > .nav .nav {
  /*font-size: 12px;
  @include font_family('light');*/
}
/* line 343, ../sass/_refonte.scss */
.menu-site > .nav > li > .nav .nav li {
  font-size: 12px;
  font-family: "default_font_light";
}
/* line 354, ../sass/_refonte.scss */
.menu-site .nav li {
  position: relative;
}
/* line 357, ../sass/_refonte.scss */
.menu-site .nav li a {
  padding: 0px 24px 0px 5px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 363, ../sass/_refonte.scss */
.menu-site .nav li a:hover {
  background: transparent;
}
/* line 368, ../sass/_refonte.scss */
.menu-site .nav li .glyphicon {
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
}
/* line 380, ../sass/_refonte.scss */
.menu-site .nav > li {
  position: relative;
  line-height: 37px;
  font-size: 16px;
}
/* line 385, ../sass/_refonte.scss */
.menu-site .nav > li > a {
  line-height: 36px;
}
/* line 388, ../sass/_refonte.scss */
.menu-site .nav > li > a:hover, .menu-site .nav > li > a:focus {
  background: transparent;
  color: #ffffff;
}
/* line 397, ../sass/_refonte.scss */
.menu-site .subscribe-block {
  padding-top: 35px;
  font-size: 16px;
  text-align: center;
}
/* line 402, ../sass/_refonte.scss */
.menu-site .subscribe-block .block-followus {
  padding-top: 15px;
}
/* line 406, ../sass/_refonte.scss */
.menu-site .subscribe-block .title {
  font-family: "default_font_light";
}
/* line 409, ../sass/_refonte.scss */
.menu-site .subscribe-block .title:after {
  font-size: 0px;
  text-indent: -4444px;
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  margin: 10px auto 0px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #858585;
}
/* line 423, ../sass/_refonte.scss */
.menu-site .subscribe-block .icons li {
  font-size: 40px;
}
/* line 426, ../sass/_refonte.scss */
.menu-site .subscribe-block .icons li [class^="tdpicon-"],
.menu-site .subscribe-block .icons li [class*=" tdpicon-"] {
  font-size: 40px;
}
/* line 431, ../sass/_refonte.scss */
.menu-site .subscribe-block .icons li a {
  padding: 0px;
}
/* line 437, ../sass/_refonte.scss */
.menu-site .link-sites {
  text-align: center;
  margin: 10px 20px;
}

/* line 444, ../sass/_refonte.scss */
.btn-close {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  /*&:before,
  &:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      background: #ffffff;
      width: 100%;
      height: 5px;
      @include transform(matrix3d(0.70711, 0.7071, 0, 0, -0.7071, 0.70711, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1));
  }
  &:before {
      @include transform-origin(7% 0px 0px);
      width: 122%;
  }
  &:after {
      @include transform(matrix3d(0.70711, -0.7071, 0, 0, 0.7071, 0.70711, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1));
      @include transform-origin(10% 0px 0px);
      width: 118%;
      }*/
}

/*.squareicon {
    width: 10px;
    height:10px;
    }*/
/* line 480, ../sass/_refonte.scss */
.squarelist li a {
  padding-left: 34px !important;
}
/* line 483, ../sass/_refonte.scss */
.squarelist li a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  background: #f2d26f;
}
/* line 494, ../sass/_refonte.scss */
.squarelist li a:hover {
  color: #f2d26f !important;
}

/* line 501, ../sass/_refonte.scss */
.illustration {
  background-color: #396e7e;
  background-repeat: no-repeat;
  color: #f0f0ef;
  padding: 15px 0px;
}
/* line 507, ../sass/_refonte.scss */
.illustration .title {
  text-align: center;
  font-weight: normal;
  font-size: 29px;
  color: #f0f0ef;
  margin: 0px;
  padding: 0px 0px 20px;
}
/* line 516, ../sass/_refonte.scss */
.illustration .media-heading {
  font-size: normal;
  font-size: 19px;
  color: #f0f0ef;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 524, ../sass/_refonte.scss */
.illustration .media-body {
  font-size: 11px;
}
/* line 528, ../sass/_refonte.scss */
.illustration .media-left {
  /*float: left;
  margin-right: 20px;
  width: 77px;
  height: 77px;
  border: 5px solid #ffffff;*/
}
/* line 536, ../sass/_refonte.scss */
.illustration [class^="tdpicon-"],
.illustration [class*=" tdpicon-"] {
  font-size: 77px;
  color: #ffffff;
}
/* line 543, ../sass/_refonte.scss */
.illustration .block .col-xs-15 {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 549, ../sass/_refonte.scss */
.illustration .block-btn {
  text-align: center;
  padding-top: 20px;
}
/* line 553, ../sass/_refonte.scss */
.illustration .block-btn .btn-info {
  padding: 0px 38px;
  color: #f0f0ef;
  border: 4px solid #f0f0ef;
  font-size: 19px;
  line-height: 42px;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* line 566, ../sass/_refonte.scss */
.block-top-post {
  overflow: hidden;
  position: relative;
  padding: 40px 0px;
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 20px;
  color: #ffffff;
  font-size: 20px;
  /*
  &:before {
  @include transform(rotate(20deg));
  content: "";
  background-color: #303030;
  opacity: 0.502;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -20%;
  width: 80%;
  }*/
}
/* line 579, ../sass/_refonte.scss */
.block-top-post.ope-sun {
  background-position: 50% 60px;
}
/* line 581, ../sass/_refonte.scss */
.block-top-post.ope-sun .title-heading,
.block-top-post.ope-sun .excerpt:after,
.block-top-post.ope-sun .btn.btn-primary {
  background-color: #e32114;
}
/* line 586, ../sass/_refonte.scss */
.block-top-post.ope-sun .title-heading,
.block-top-post.ope-sun .btn.btn-primary {
  color: #FFF;
}
/* line 591, ../sass/_refonte.scss */
.block-top-post.ope-sun .btn.btn-primary:hover {
  background-color: #b41a10;
}
/* line 596, ../sass/_refonte.scss */
.block-top-post.feature-background {
  background-position: 50% 60px;
}
/* line 605, ../sass/_refonte.scss */
.block-top-post.big-img.feature-background {
  height: 350px;
  background-position: center top;
}
/* line 609, ../sass/_refonte.scss */
.block-top-post.big-img .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 617, ../sass/_refonte.scss */
.block-top-post:before {
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  content: "";
  background-color: #303030;
  opacity: 0.502;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -40%;
  width: 140%;
}
/* line 642, ../sass/_refonte.scss */
.block-top-post p,
.block-top-post .excerpt,
.block-top-post .title-heading {
  margin: 0px;
}
/* line 648, ../sass/_refonte.scss */
.block-top-post p,
.block-top-post .excerpt {
  color: #ffffff;
}
/* line 653, ../sass/_refonte.scss */
.block-top-post .title-heading,
.block-top-post .excerpt {
  margin-bottom: 15px;
}
/* line 658, ../sass/_refonte.scss */
.block-top-post .title-heading {
  display: inline-block;
  padding: 0px 17px 0px 15px;
  font-size: 25px;
  line-height: 32px;
  background: #f2d26f;
  color: #585858;
}
/* line 666, ../sass/_refonte.scss */
.block-top-post .title-heading:hover {
  text-decoration: none;
}
/* line 671, ../sass/_refonte.scss */
.block-top-post .desc {
  padding: 10px 0px 30px;
}
/* line 675, ../sass/_refonte.scss */
.block-top-post .btn-primary {
  border: 0px solid transparent;
  padding: 0px 50px;
  font-size: 18px;
  line-height: 50px;
  color: #585858;
  text-transform: uppercase;
  outline: inherit;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
/* line 687, ../sass/_refonte.scss */
.block-top-post .excerpt {
  display: block;
}
/* line 690, ../sass/_refonte.scss */
.block-top-post .excerpt:hover {
  text-decoration: none;
}
/* line 694, ../sass/_refonte.scss */
.block-top-post .excerpt:after {
  content: "";
  display: block;
  height: 7px;
  width: 50px;
  background: #f2d26f;
  font-size: 0px;
  text-indent: -4444px;
  margin-top: 12px;
}

/* line 708, ../sass/_refonte.scss */
.user-status {
  line-height: 66px;
  text-align: center;
}
/* line 711, ../sass/_refonte.scss */
.user-status.login {
  padding: 12px 0px 0px;
}
/* line 714, ../sass/_refonte.scss */
.user-status.myaccount {
  padding: 0px;
}
/* line 718, ../sass/_refonte.scss */
.user-status.box-account-connected {
  line-height: inherit;
}

/* line 723, ../sass/_refonte.scss */
.btn-primary, .btn-info {
  border: 0px solid transparent;
  line-height: 40px;
  font-size: 14px;
  padding: 0px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #585858;
  text-transform: uppercase;
}

/* line 735, ../sass/_refonte.scss */
.btn-info {
  color: #ffffff;
}

/* line 739, ../sass/_refonte.scss */
.topbar-site {
  width: 100%;
  background: #585858;
  line-height: 30px;
  font-size: 12px;
  color: #ffffff;
}
/* line 748, ../sass/_refonte.scss */
.topbar-site .nav {
  color: #ffffff;
}
/* line 751, ../sass/_refonte.scss */
.topbar-site .nav li {
  color: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
}
/* line 756, ../sass/_refonte.scss */
.topbar-site .nav li a {
  padding: 0px;
}
/* line 759, ../sass/_refonte.scss */
.topbar-site .nav li a:hover {
  color: #f2d26f;
}
/* line 763, ../sass/_refonte.scss */
.topbar-site .nav li a:hover, .topbar-site .nav li a:focus, .topbar-site .nav li a:active {
  background: transparent;
}
/* line 772, ../sass/_refonte.scss */
.topbar-site a {
  color: #ffffff;
}
/* line 775, ../sass/_refonte.scss */
.topbar-site a:hover {
  color: #f2d26f;
  text-decoration: none;
}
/* line 781, ../sass/_refonte.scss */
.topbar-site .block-search {
  text-align: right;
}
/* line 790, ../sass/_refonte.scss */
.topbar-site .block-search .separated {
  display: none;
  line-height: 22px;
  width: 2px;
  height: 15px;
  background: #ffffff;
  margin: 6px 12px;
}
/* line 801, ../sass/_refonte.scss */
.topbar-site .block-search .form-inline {
  float: right;
  position: relative;
  height: 30px;
}
/* line 806, ../sass/_refonte.scss */
.topbar-site .block-search .form-inline .form-group {
  position: relative;
  border-left: 2px solid #ffffff;
  padding-left: 12px;
  margin-left: 12px;
}
/* line 813, ../sass/_refonte.scss */
.topbar-site .block-search .form-inline .form-control {
  font-size: 12px;
  color: #ffffff;
  float: right;
  background-color: #333333;
  width: 186px;
  height: 22px;
  line-height: 22px;
  border: 0px solid transparent;
  padding: 0px 24px 0px 10px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  /*@include placeholder {
      color: #ffffff;
      font-size: 12px;
      }*/
}
/* line 61, ../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.topbar-site .block-search .form-inline .form-control:-moz-placeholder {
  color: #ffffff;
}
/* line 64, ../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.topbar-site .block-search .form-inline .form-control::-moz-placeholder {
  color: #ffffff;
}
/* line 67, ../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.topbar-site .block-search .form-inline .form-control:-ms-input-placeholder {
  color: #ffffff;
}
/* line 56, ../../../../../../../../var/lib/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
.topbar-site .block-search .form-inline .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
/* line 837, ../sass/_refonte.scss */
.topbar-site .block-search .form-inline .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  border: 0px solid transparent;
  width: 22px;
  height: 22px;
  padding: 0px;
  line-height: 22px;
  float: right;
  border-radius: 50%;
  background-color: #396e7e;
}

/* line 855, ../sass/_refonte.scss */
.block-heading {
  padding: 20px 0px 10px;
  width: 100%;
  overflow: hidden;
  clear: both;
}
/* line 861, ../sass/_refonte.scss */
.block-heading .title {
  font-size: 28px;
  color: #222222;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  clear: both;
  line-height: 30px;
  margin: 0;
}
/* line 872, ../sass/_refonte.scss */
.block-heading .badge {
  float: right;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 28px;
  color: #999999;
  background: transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 883, ../sass/_refonte.scss */
.block-heading .see-more {
  font-size: 14px;
  color: #999999;
}

/* line 889, ../sass/_refonte.scss */
.btn-transparent {
  background: transparent;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  padding: 0px 20px;
  outline: inherit;
}
/* line 903, ../sass/_refonte.scss */
.btn-transparent:hover {
  color: #ffffff;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* line 911, ../sass/_refonte.scss */
.items_products {
  width: 100%;
}
/* line 915, ../sass/_refonte.scss */
.items_products a:hover, .items_products a:active, .items_products a:focus {
  text-decoration: none;
}
/* line 922, ../sass/_refonte.scss */
.items_products section {
  position: relative;
}
/* line 926, ../sass/_refonte.scss */
.items_products article {
  position: relative;
  padding: 0px;
  background: #ffffff;
  margin: 0px 0px;
}
/* line 935, ../sass/_refonte.scss */
.items_products article:hover .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 939, ../sass/_refonte.scss */
.items_products article:hover .icon {
  border: 1px solid #98bffa;
}
/* line 942, ../sass/_refonte.scss */
.items_products article:hover .icon [class^="tdpicon-"],
.items_products article:hover .icon [class*=" tdpicon-"] {
  color: #98bffa;
}
/* line 950, ../sass/_refonte.scss */
.items_products article.product .block-comment {
  top: 0%;
  bottom: 0%;
}
/* line 954, ../sass/_refonte.scss */
.items_products article.product .block-comment .txt {
  padding: 30px 0px 15px;
}
/* line 959, ../sass/_refonte.scss */
.items_products article.product .product-name {
  font-family: "default_font_bold";
  font-size: 14px;
  padding: 10px;
  line-height: 1.1;
}
/* line 966, ../sass/_refonte.scss */
.items_products article.product .product-name .brand-name {
  font-size: 14px;
}
/* line 972, ../sass/_refonte.scss */
.items_products article.product.disabled .product-name {
  color: #bababa;
}
/* line 975, ../sass/_refonte.scss */
.items_products article.product.disabled .product-name .brand-name {
  color: #bababa;
}
/* line 982, ../sass/_refonte.scss */
.items_products article.disabled {
  /*.icon {
      border: 1px solid #98bffa;
      [class^="tdpicon-"],
      [class*=" tdpicon-"] {
          color: #98bffa;
      }
      }*/
}
/* line 983, ../sass/_refonte.scss */
.items_products article.disabled .participate {
  background: rgba(60, 60, 60, 0.9);
}
/* line 986, ../sass/_refonte.scss */
.items_products article.disabled .participate .tdpicon-plus {
  color: #3c3c3c;
}
/* line 1002, ../sass/_refonte.scss */
.items_products.items_products_full .visu {
  height: 196px;
}
/* line 1007, ../sass/_refonte.scss */
.items_products .visu {
  position: relative;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
}
/* line 1016, ../sass/_refonte.scss */
.items_products .visu .img-responsive, .items_products .visu body #success_share_msg_modal .modal-body #message img, body #success_share_msg_modal .modal-body #message .items_products .visu img {
  margin: 0px auto;
  max-height: 100%;
}
/* line 1022, ../sass/_refonte.scss */
.items_products .product-name {
  padding: 15px 50px 15px 20px;
  margin: 0px;
  font-size: 18px;
  /*font-size: 22px;
  @include font_family('bold');*/
  color: #396e7e;
}
/* line 1031, ../sass/_refonte.scss */
.items_products .product-name .brand-name {
  display: block;
  color: #333333;
}
/* line 1037, ../sass/_refonte.scss */
.items_products .block-comment {
  text-align: center;
  width: 22px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #396e7e;
  font-size: 15px;
  line-height: 15px;
}
/* line 1047, ../sass/_refonte.scss */
.items_products .block-comment [class^="tdpicon-"],
.items_products .block-comment [class*=" tdpicon-"] {
  font-size: 24px;
}
/* line 1052, ../sass/_refonte.scss */
.items_products .block-comment span {
  float: left;
  clear: both;
  width: 100%;
}
/* line 1059, ../sass/_refonte.scss */
.items_products .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #396e7e;
  /*&.gray {
      background: rgba(60, 60, 60, 0.9);
      .tdpicon-plus {
          color: rgb(60, 60, 60);
      }
      }*/
}
/* line 1072, ../sass/_refonte.scss */
.items_products .participate:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 74px 74px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* line 1090, ../sass/_refonte.scss */
.items_products .participate .tdpicon-plus {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 48px;
  line-height: 48px;
  color: #396e7e;
}
/* line 1099, ../sass/_refonte.scss */
.items_products .participate .btn-transparent {
  position: relative;
  top: 50%;
  margin-top: -20px;
  outline: inherit;
}
/* line 1107, ../sass/_refonte.scss */
.items_products .block-all-tests {
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  background: #396e7e;
  color: #ffffff;
  font-size: 26px;
  font-family: "default_font_bold";
}
/* line 1117, ../sass/_refonte.scss */
.items_products .block-all-tests .title-name {
  text-align: center;
  color: #ffffff;
}
/* line 1122, ../sass/_refonte.scss */
.items_products .block-all-tests [class^="tdpicon-"],
.items_products .block-all-tests [class*=" tdpicon-"] {
  color: #ffffff;
  font-size: 90px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  border: 4px solid #ffffff;
  width: 80px;
  height: 80px;
}
/* line 1136, ../sass/_refonte.scss */
.items_products .block-all-tests [class^="tdpicon-"]:before,
.items_products .block-all-tests [class*=" tdpicon-"]:before {
  position: relative;
  left: -5px;
  top: -9px;
}
/* line 1143, ../sass/_refonte.scss */
.items_products .block-all-tests section {
  position: relative;
  height: 250px;
  line-height: 250px;
  vertical-align: middle;
}
/* line 1149, ../sass/_refonte.scss */
.items_products .block-all-tests section .title-name {
  display: inline-block;
  line-height: normal;
}
/* line 1154, ../sass/_refonte.scss */
.items_products .block-all-tests section [class^="tdpicon-"],
.items_products .block-all-tests section [class*=" tdpicon-"] {
  position: absolute;
  display: inline-block;
  line-height: normal;
  left: 50%;
  bottom: 0%;
  margin-left: -40px;
}
/* line 1170, ../sass/_refonte.scss */
.items_products.items_products_full article {
  min-height: 260px;
}
/* line 1174, ../sass/_refonte.scss */
.items_products.items_products_full .item {
  padding: 10px;
}
/* line 1177, ../sass/_refonte.scss */
.items_products.items_products_full .item:nth-child(2n+1) {
  clear: both;
}
/* line 1184, ../sass/_refonte.scss */
.items_products.items-top-products .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 1189, ../sass/_refonte.scss */
.items_products.items-top-products .visu {
  padding: 10px;
  height: 140px;
}
/* line 1193, ../sass/_refonte.scss */
.items_products.items-top-products .visu .img-responsive, .items_products.items-top-products .visu body #success_share_msg_modal .modal-body #message img, body #success_share_msg_modal .modal-body #message .items_products.items-top-products .visu img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 1199, ../sass/_refonte.scss */
.items_products.items-top-products .participate:before {
  border-width: 0 34px 34px 0;
}
/* line 1203, ../sass/_refonte.scss */
.items_products.items-top-products .participate .tdpicon-plus {
  right: -1px;
  font-size: 25px;
  line-height: 22px;
}
/* line 1210, ../sass/_refonte.scss */
.items_products.items-top-products .btn-transparent {
  text-transform: none;
  font-family: "default_font_light";
  font-size: 13px;
  height: 27px;
  line-height: 27px;
  border: 1px solid #ffffff;
  width: auto;
  position: absolute;
  bottom: 15px;
  top: auto;
  left: 50%;
  width: 116px;
  margin-left: -58px;
  outline: inherit;
}
/* line 1229, ../sass/_refonte.scss */
.items_products.items-top-products .block-comment {
  text-align: center;
  color: #ffffff;
  right: 0%;
  bottom: 50%;
  width: 100%;
}
/* line 1237, ../sass/_refonte.scss */
.items_products.items-top-products .block-comment span {
  font-size: 19px;
}
/* line 1241, ../sass/_refonte.scss */
.items_products.items-top-products .block-comment [class^="tdpicon-"],
.items_products.items-top-products .block-comment [class*=" tdpicon-"] {
  font-size: 28px;
  margin-bottom: 5px;
}
/* line 1249, ../sass/_refonte.scss */
.items_products .icon {
  color: #000000;
  font-size: 13px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 1;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  display: block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: 10px;
  bottom: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 1265, ../sass/_refonte.scss */
.items_products .icon [class^="tdpicon-"],
.items_products .icon [class*=" tdpicon-"] {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}

/* line 1277, ../sass/_refonte.scss */
.items_products section .visu .icon {
  z-index: unset;
}

/* line 1281, ../sass/_refonte.scss */
.product-name,
.brand-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1286, ../sass/_refonte.scss */
.sidebar {
  position: relative;
  color: #585858;
  font-size: 18px;
  font-family: "default_font_light";
}
/* line 1294, ../sass/_refonte.scss */
.sidebar .subscribe-block .btn-info {
  line-height: 32px;
}
/* line 1299, ../sass/_refonte.scss */
.sidebar .widget {
  background: #f2d26f;
}
/* line 1302, ../sass/_refonte.scss */
.sidebar .widget.pub {
  background: transparent;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
}
/* line 1310, ../sass/_refonte.scss */
.sidebar .widget.instagram {
  background: #FFFFFF;
  text-align: center;
  position: relative;
  width: 100%;
  clear: both;
}
/* line 1317, ../sass/_refonte.scss */
.sidebar .widget.instagram ul {
  list-style: none;
  margin-left: -20px;
  margin-right: -60px;
}
/* line 1322, ../sass/_refonte.scss */
.sidebar .widget.instagram ul li a {
  display: block;
  margin: 5px -5px;
}
/* line 1325, ../sass/_refonte.scss */
.sidebar .widget.instagram ul li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 1px solid #cbcbcb;
}
/* line 1332, ../sass/_refonte.scss */
.sidebar .widget.instagram ul li .istg_caption {
  display: none;
  max-height: 300px;
  min-width: 200%;
  max-width: 300%;
  position: absolute;
  bottom: 70%;
  right: 0;
  margin-right: 10%;
  z-index: 9;
}
/* line 1342, ../sass/_refonte.scss */
.sidebar .widget.instagram ul li .istg_caption .caption {
  background-color: #f2f2f2;
  border: 1px solid #cecece;
}
/* line 1345, ../sass/_refonte.scss */
.sidebar .widget.instagram ul li .istg_caption .caption p {
  font-family: Helvetica;
  font-size: 16px;
  text-align: left;
  margin: 10px;
}
/* line 1352, ../sass/_refonte.scss */
.sidebar .widget.instagram ul li .istg_caption img {
  float: right;
  padding-right: 50px;
  margin-top: -2px;
}
/* line 1360, ../sass/_refonte.scss */
.sidebar .widget.instagram .title {
  text-transform: uppercase;
  margin-top: 14px;
}
/* line 1363, ../sass/_refonte.scss */
.sidebar .widget.instagram .title:after {
  margin: 12px auto;
}
/* line 1370, ../sass/_refonte.scss */
.sidebar .widget,
.sidebar .widget-reviews {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
}
/* line 1376, ../sass/_refonte.scss */
.sidebar .widget .title,
.sidebar .widget-reviews .title {
  cursor: hand;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 0px;
  line-height: 18px;
}
/* line 1384, ../sass/_refonte.scss */
.sidebar .widget .title:after,
.sidebar .widget-reviews .title:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #585858;
  font-size: 0px;
  text-indent: -4444px;
  display: block;
  margin: 15px auto;
}
/* line 1397, ../sass/_refonte.scss */
.sidebar .widget .form-inline,
.sidebar .widget-reviews .form-inline {
  text-align: center;
  max-width: 320px;
  margin: 0px auto;
}
/* line 1409, ../sass/_refonte.scss */
.sidebar .input-group-transparent {
  /*padding-left: 36px;
  padding-right: 36px;*/
}
/* line 1414, ../sass/_refonte.scss */
.sidebar .btn-transparent {
  display: block;
  border: 2px solid #585858;
  color: #585858;
  height: 44px;
  line-height: 40px;
  width: auto;
  margin: 0px auto;
  padding-right: 20px;
  outline: inherit;
}
/* line 1428, ../sass/_refonte.scss */
.sidebar .nav {
  color: #585858;
}
/* line 1431, ../sass/_refonte.scss */
.sidebar .nav a {
  color: #585858 !important;
}
/* line 1435, ../sass/_refonte.scss */
.sidebar .nav li {
  color: #585858;
}
/* line 1441, ../sass/_refonte.scss */
.sidebar .form-sponsor form .inputs {
  padding-bottom: 10px;
}
/* line 1443, ../sass/_refonte.scss */
.sidebar .form-sponsor form .inputs .form-group {
  margin-bottom: 0 !important;
}
/* line 1445, ../sass/_refonte.scss */
.sidebar .form-sponsor form .inputs .form-group .help-block {
  font-size: 10px;
  color: #AD3534;
}
/* line 1450, ../sass/_refonte.scss */
.sidebar .form-sponsor form .inputs .form-group .form-control {
  background-color: #FFF;
  border: 0;
  border-radius: 50px;
}
/* line 1455, ../sass/_refonte.scss */
.sidebar .form-sponsor form .inputs .form-group i {
  float: right;
  top: -26px;
  right: 15px;
  color: #396e7e;
}

/* line 1468, ../sass/_refonte.scss */
.sidebar form.newsletter-form .help-block {
  background-color: #ffffff;
  width: -moz-fit-content;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0.7;
  margin: auto;
  margin-top: 5px;
}
/* line 1476, ../sass/_refonte.scss */
.sidebar form.newsletter-form .help-block #email-error {
  margin-bottom: unset;
  font-weight: unset;
  font-size: 15px;
}

/* line 1486, ../sass/_refonte.scss */
.sidebar form.newsletter-form #email-error, .footer form.newsletter-form #email-error {
  color: #fd6d6c;
}

/* line 1491, ../sass/_refonte.scss */
.block-pagination {
  text-align: center;
  z-index: 1;
}

/* line 1497, ../sass/_refonte.scss */
.pager a,
.pager span {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 15px;
  min-width: 32px;
  text-align: center;
}
/* line 1510, ../sass/_refonte.scss */
.pager > li.first, .pager > li.prev, .pager > li.next, .pager > li.last {
  display: none;
}
/* line 1517, ../sass/_refonte.scss */
.pager > li > a,
.pager > li > span {
  padding: 4px 10px;
  margin: 0px 1px;
  color: #ffffff;
  line-height: 22px;
}
/* line 1527, ../sass/_refonte.scss */
.pager > li:first-child > a,
.pager > li:first-child > span, .pager > li:last-child > a,
.pager > li:last-child > span {
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
}
/* line 1537, ../sass/_refonte.scss */
.pager > li.active > a,
.pager > li.active > span {
  background: #396e7e;
}

/* line 1546, ../sass/_refonte.scss */
.subscribe-block .form-control,
.subscribe-block .btn {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1554, ../sass/_refonte.scss */
.subscribe-block .input-rounded .form-control {
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
}
/* line 1558, ../sass/_refonte.scss */
.subscribe-block .input-rounded .input-group-btn > .btn {
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
}

/* line 1564, ../sass/_refonte.scss */
.mobile-search {
  position: absolute;
  right: 0px;
  top: 66px;
  width: 320px;
}
/* line 1570, ../sass/_refonte.scss */
.mobile-search .input-group {
  height: 66px;
  background: #ffffff;
}
/* line 1574, ../sass/_refonte.scss */
.mobile-search .input-group .form-control,
.mobile-search .input-group .btn {
  border: 0px solid transparent;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
}
/* line 1581, ../sass/_refonte.scss */
.mobile-search .input-group .btn {
  height: 66px;
  width: 70px;
  color: #396e7e;
  font-size: 26px;
}
/* line 1587, ../sass/_refonte.scss */
.mobile-search .input-group .btn:hover {
  background: #396e7e;
  color: #ffffff;
}
/* line 1594, ../sass/_refonte.scss */
.mobile-search .form-control {
  font-size: 20px;
  height: 66px;
  line-height: 66px;
}

/* line 1601, ../sass/_refonte.scss */
.results-block-search {
  position: relative;
  z-index: 1;
  background: #f2f2f2;
  font-size: 20px;
  font-family: "default_font";
  color: #396e7e;
}
/* line 1613, ../sass/_refonte.scss */
.results-block-search .nav li a {
  padding: 15px;
  color: #396e7e;
}

@media (min-width: 992px) {
  /* line 2, ../sass/_footer.scss */
  .col-md-4 {
    width: 25%;
  }
}
/* line 7, ../sass/_footer.scss */
footer {
  width: 100%;
  background: #333;
}
/* line 10, ../sass/_footer.scss */
footer .col-block {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 14, ../sass/_footer.scss */
footer .block {
  padding: 20px;
}
/* line 17, ../sass/_footer.scss */
footer .block ul {
  overflow: hidden;
}
/* line 19, ../sass/_footer.scss */
footer .block ul li > a {
  color: #fff;
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 26, ../sass/_footer.scss */
footer .block ul.double-column > li {
  width: 50%;
  float: left;
  display: inline;
  padding: 0px 10px;
}
/* line 33, ../sass/_footer.scss */
footer .footer-title, footer .footer-subscribe {
  font-size: 18px;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
}
/* line 39, ../sass/_footer.scss */
footer .footer-subscribe {
  text-transform: capitalize;
}
/* line 43, ../sass/_footer.scss */
footer .title {
  margin-bottom: 20px;
}
/* line 45, ../sass/_footer.scss */
footer .title:after {
  content: "";
  display: block;
  height: 6px;
  width: 59px;
  background: #fff;
  font-size: 0px;
  text-indent: -4444px;
  margin-top: 12px;
}
/* line 54, ../sass/_footer.scss */
footer .title a {
  color: #fff;
}
/* line 58, ../sass/_footer.scss */
footer p.desc {
  font-size: 12px;
  font-family: "default_font_light";
  color: #fff;
}
/* line 63, ../sass/_footer.scss */
footer .border {
  border: 1px solid #fff;
}
/* line 66, ../sass/_footer.scss */
footer .subscribe-block {
  padding-top: 5px;
}
/* line 69, ../sass/_footer.scss */
footer .center {
  text-align: center;
  margin: 0 auto;
}
/* line 72, ../sass/_footer.scss */
footer .center ul {
  padding: 0;
}
/* line 74, ../sass/_footer.scss */
footer .center ul.partners {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 77, ../sass/_footer.scss */
footer .center ul.partners li {
  display: inline-block;
  margin-right: 20px;
}
/* line 80, ../sass/_footer.scss */
footer .center ul.partners li:last-child {
  margin-right: 0;
}
/* line 83, ../sass/_footer.scss */
footer .center ul.partners li a {
  font-size: 14px;
  color: #757575;
  text-transform: uppercase;
}
/* line 92, ../sass/_footer.scss */
footer .block-followus {
  padding-top: 40px;
}
/* line 107, ../sass/_footer.scss */
footer .featured .tdpicon-plus {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 32px;
  line-height: 48px;
  color: #333;
}
/* line 117, ../sass/_footer.scss */
footer .subscribe-block .btn {
  line-height: 33px;
}

/* line 124, ../sass/_footer.scss */
.block-followus .footer-title-followus {
  font-size: 22px;
  color: #fff;
}
/* line 128, ../sass/_footer.scss */
.block-followus .icons a {
  margin-right: 15px;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
}
/* line 133, ../sass/_footer.scss */
.block-followus .icons a:last-child {
  margin-right: 0;
}
/* line 137, ../sass/_footer.scss */
.block-followus .nav {
  text-align: center;
}
/* line 139, ../sass/_footer.scss */
.block-followus .nav li {
  display: inline-block;
  padding: 0px 10px;
  height: 30px;
}
/* line 144, ../sass/_footer.scss */
.block-followus .nav a {
  padding: 0px;
  margin: 0px;
}
/* line 147, ../sass/_footer.scss */
.block-followus .nav a:hover {
  color: #396e7e !important;
}
/* line 152, ../sass/_footer.scss */
.block-followus .nav > li > a {
  display: block;
  height: 40px;
  background: transparent;
}

/* line 162, ../sass/_footer.scss */
.items-reviews {
  width: 100%;
  overflow: hidden;
  clear: both;
}
/* line 167, ../sass/_footer.scss */
.items-reviews a:hover, .items-reviews a:active, .items-reviews a:focus {
  text-decoration: none;
}
/* line 173, ../sass/_footer.scss */
.items-reviews .item {
  padding: 5px;
}
/* line 176, ../sass/_footer.scss */
.items-reviews section {
  position: relative;
}
/* line 179, ../sass/_footer.scss */
.items-reviews article {
  height: 68px;
  position: relative;
  padding: 0px;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
  border: 1px solid #396e7e;
}
/* line 188, ../sass/_footer.scss */
.items-reviews article:hover .participate {
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 192, ../sass/_footer.scss */
.items-reviews article:hover .review-rate {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
/* line 199, ../sass/_footer.scss */
.items-reviews .visu {
  height: 100%;
  padding: 10px;
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
}
/* line 208, ../sass/_footer.scss */
.items-reviews .visu .img-responsive, .items-reviews .visu body #success_share_msg_modal .modal-body #message img, body #success_share_msg_modal .modal-body #message .items-reviews .visu img {
  max-height: 100%;
}
/* line 213, ../sass/_footer.scss */
.items-reviews .review-img {
  float: left;
}
/* line 214, ../sass/_footer.scss */
.items-reviews .review-img img {
  width: 60px;
  height: 60px;
}
/* line 220, ../sass/_footer.scss */
.items-reviews .review-body {
  font-size: 14px;
  font-family: "default_font_light";
  text-align: left;
}
/* line 225, ../sass/_footer.scss */
.items-reviews .review-body .head {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 230, ../sass/_footer.scss */
.items-reviews .review-body .head .title {
  color: #396e7e;
}
/* line 234, ../sass/_footer.scss */
.items-reviews .review-body .comment {
  overflow: hidden;
  font-size: 10px;
  color: #bdbdbd;
  margin: 0;
  height: 42px;
  line-height: 10px;
  font-family: "default_font_light";
  display: block;
}
/* line 245, ../sass/_footer.scss */
.items-reviews .review-rate {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  color: #396e7e;
  padding-top: 10px;
}
/* line 253, ../sass/_footer.scss */
.items-reviews .review-rate .username {
  font-family: "default_font_bold";
}
/* line 256, ../sass/_footer.scss */
.items-reviews .review-rate .rate {
  display: inline-block;
}
/* line 260, ../sass/_footer.scss */
.items-reviews .participate {
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #396e7e;
}
/* line 273, ../sass/_footer.scss */
.items-reviews .participate .btn-transparent {
  position: relative;
  top: 50%;
  margin-top: -20px;
}

@media (max-width: 767px) {
  /* line 281, ../sass/_footer.scss */
  .review-rate {
    padding: 10px 0px;
  }

  /* line 284, ../sass/_footer.scss */
  .participate .btn-transparent {
    float: left;
    margin-left: 13px;
  }

  /* line 288, ../sass/_footer.scss */
  footer .center ul.partners {
    padding-bottom: 20px;
  }

  /* line 291, ../sass/_footer.scss */
  h1.seo-h1 {
    bottom: 0 !important;
  }
}
/* line 2, ../sass/_product.scss */
.has-error .form-control, .has-error textarea {
  border: 2px solid #fd6d6c !important;
}
/* line 6, ../sass/_product.scss */
.has-error .help-block {
  padding-left: 10px;
  margin-top: 4px;
  color: #fd6d6c;
}

/* line 13, ../sass/_product.scss */
textarea.form-control {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #386e7e;
  padding: 8px 16px;
  resize: none;
}

/* line 23, ../sass/_product.scss */
.premium .block-product-infos {
  padding: 0;
  margin-bottom: 20px;
}
/* line 27, ../sass/_product.scss */
.premium .top-block {
  padding: 10px;
}
/* line 30, ../sass/_product.scss */
.premium .block-product-infos .galerie-product .carousel-inner {
  height: 195px;
  line-height: 190px;
  border: 1px solid #d4d6d7;
}
/* line 35, ../sass/_product.scss */
.premium .share {
  width: 110px;
}
/* line 37, ../sass/_product.scss */
.premium .share .share-post {
  margin-left: -10px;
}
/* line 41, ../sass/_product.scss */
.premium .block-description {
  padding-top: 10px;
}
/* line 44, ../sass/_product.scss */
.premium .galerie-product {
  padding: 0;
  margin: 0;
}
/* line 47, ../sass/_product.scss */
.premium .galerie-product .thumbs-vertical {
  padding: 0;
}
/* line 50, ../sass/_product.scss */
.premium .galerie-product .carousel-wrapper {
  padding-right: 0;
}
/* line 53, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel {
  padding: 0;
}
/* line 55, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel .carousel-inner {
  width: 100% !important;
  height: 130px;
  display: block;
}
/* line 59, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel .carousel-inner .item a.thumb {
  width: 100%;
  height: 65px;
}
/* line 62, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel .carousel-inner .item a.thumb img {
  height: 65px;
  width: 85px;
  border: 1px solid #d4d6d7;
}
/* line 69, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel .next-item {
  width: 100%;
}
/* line 71, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel .next-item a {
  height: 65px;
  line-height: 65px;
  width: 100%;
  border: 1px solid #d4d6d7;
}
/* line 76, ../sass/_product.scss */
.premium .galerie-product #thumbcarousel .next-item a span {
  padding: 25px;
}

/* line 85, ../sass/_product.scss */
.test-premium {
  width: 100% !important;
  margin-bottom: 20px;
  padding: 20px 0;
  background-attachment: initial !important;
}
/* line 91, ../sass/_product.scss */
.test-premium .title-heading {
  font-size: 16.6px;
  padding: 0 8px;
}
/* line 95, ../sass/_product.scss */
.test-premium .excerpt {
  font-size: 14px;
}
/* line 98, ../sass/_product.scss */
.test-premium .desc {
  font-size: 14px;
}
/* line 101, ../sass/_product.scss */
.test-premium .btn-primary {
  font-size: 12px;
  line-height: 30px;
}
/* line 105, ../sass/_product.scss */
.test-premium.block-top-post:before {
  left: -27%;
}

/* line 110, ../sass/_product.scss */
#thumbcarousel {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 114, ../sass/_product.scss */
#thumbcarousel .carousel-inner {
  height: 84px;
  line-height: 78px;
  border: 0;
  width: 73.5% !important;
  display: inline-block;
  float: left;
}
/* line 122, ../sass/_product.scss */
#thumbcarousel .carousel-inner .item a.thumb {
  cursor: pointer;
  width: 50%;
  float: left;
}
/* line 128, ../sass/_product.scss */
#thumbcarousel .carousel-inner .item a.thumb img {
  border: 2px solid #396e7e;
  border: 2px solid #F3F3F3;
  width: 80px;
  height: 80px;
  float: left;
  object-fit: cover;
}
/* line 141, ../sass/_product.scss */
#thumbcarousel .next-item {
  display: inline-block;
  width: 26.5%;
  float: right;
}
/* line 147, ../sass/_product.scss */
#thumbcarousel .next-item a {
  position: relative;
  background-color: #396e7e;
  border: 2px solid #F3F3F3;
  height: 80px;
  display: block;
  color: #FFF;
  font-size: 20px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  float: right;
}
/* line 161, ../sass/_product.scss */
#thumbcarousel .next-item a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 172, ../sass/_product.scss */
.product .product-info {
  background-color: #fff;
  padding: 20px 15px;
}
/* line 176, ../sass/_product.scss */
.product .product-info .descriptif {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 14px;
  word-break: break-word;
}
/* line 181, ../sass/_product.scss */
.product .product-info .descriptif img {
  max-width: 100% !important;
  height: auto !important;
}
/* line 187, ../sass/_product.scss */
.product .product-info .btn.ui-link {
  border: 0px solid transparent;
  padding: 0px 40px;
  font-size: 14px;
  line-height: 40px;
  color: #585858;
  text-transform: uppercase;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
/* line 199, ../sass/_product.scss */
.product .product-info ul.missions {
  list-style: none;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}
/* line 205, ../sass/_product.scss */
.product .product-info ul.missions li {
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 20px;
  padding-bottom: 10px;
  font-size: 16px;
}
/* line 212, ../sass/_product.scss */
.product .product-info ul.missions li:before {
  content: "\25a0  ";
  color: #386e7e;
  vertical-align: text-bottom;
}

/* line 222, ../sass/_product.scss */
.panel-group {
  margin: 0;
  margin-top: 10px;
}

/* line 227, ../sass/_product.scss */
.panel-default {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
/* line 234, ../sass/_product.scss */
.panel-default.active .panel-heading .panel-title {
  color: #396e7e;
}
/* line 240, ../sass/_product.scss */
.panel-default .panel-body {
  padding: 0;
  border: 0 !important;
}
/* line 243, ../sass/_product.scss */
.panel-default .panel-body .display-answer {
  margin-bottom: 14px;
}
/* line 245, ../sass/_product.scss */
.panel-default .panel-body .display-answer .answer {
  border: 1px solid #386e7e;
  background-color: #386e7e;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 15px;
  margin-right: 5px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
  width: fit-content;
}
/* line 261, ../sass/_product.scss */
.panel-default .panel-heading {
  padding: 0;
  background-color: #fff;
}
/* line 265, ../sass/_product.scss */
.panel-default .panel-heading .panel-title {
  font-size: 18px;
  padding: 10px 0px;
  border-radius: 0;
  color: #585858;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 275, ../sass/_product.scss */
.panel-default .panel-heading .panel-title a {
  text-decoration: none;
}

/* line 282, ../sass/_product.scss */
.nav-tabs {
  border-bottom: 1px solid #E5E5E5;
}
/* line 285, ../sass/_product.scss */
.nav-tabs li > a {
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 0;
  color: #585858;
}
/* line 293, ../sass/_product.scss */
.nav-tabs li.active > a {
  background-color: #fff;
  color: #396e7e !important;
}
/* line 297, ../sass/_product.scss */
.nav-tabs li.active > a:hover, .nav-tabs li.active > a:active, .nav-tabs li.active > a:focus {
  background-color: #fff;
  color: #396e7e;
}

/* line 304, ../sass/_product.scss */
.finished_Tests {
  background-color: transparent !important;
}
/* line 309, ../sass/_product.scss */
.finished_Tests .reviews {
  padding-top: 0 !important;
}
/* line 312, ../sass/_product.scss */
.finished_Tests .reviews .review-item {
  background-color: white;
}

/* line 318, ../sass/_product.scss */
.last-reviews, .finished_Tests {
  padding: 10px 10px;
  background-color: #fff;
  color: #585858;
  padding-bottom: 10px;
}
/* line 324, ../sass/_product.scss */
.last-reviews .user, .finished_Tests .user {
  text-align: center;
  line-height: inherit;
  font-size: 16px !important;
  color: #222;
}
/* line 330, ../sass/_product.scss */
.last-reviews .user > div, .finished_Tests .user > div {
  font-size: 14px;
}
/* line 334, ../sass/_product.scss */
.last-reviews .user i, .finished_Tests .user i {
  color: #238dad;
  font-size: 45px;
}
/* line 339, ../sass/_product.scss */
.last-reviews .user .user-info, .finished_Tests .user .user-info {
  padding-top: 6px;
  display: none;
}
/* line 344, ../sass/_product.scss */
.last-reviews .user .username, .finished_Tests .user .username {
  color: #386e7e;
  font-family: "default_font_bold";
  max-width: 100px;
  clear: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px auto 0;
  font-size: 16px;
}
/* line 360, ../sass/_product.scss */
.last-reviews .panel-title, .finished_Tests .panel-title {
  padding: 0 !important;
}
/* line 363, ../sass/_product.scss */
.last-reviews .panel-title .row, .finished_Tests .panel-title .row {
  margin: 0;
}
/* line 369, ../sass/_product.scss */
.last-reviews .comment-title .title, .finished_Tests .comment-title .title {
  color: #386e7e;
}
/* line 373, ../sass/_product.scss */
.last-reviews .comment-title .date, .finished_Tests .comment-title .date {
  color: #444444;
  overflow: hidden;
}
/* line 380, ../sass/_product.scss */
.last-reviews .domains dl, .finished_Tests .domains dl {
  margin: 0;
  font-family: "default_font_semibold";
}
/* line 385, ../sass/_product.scss */
.last-reviews .domains dl dt, .finished_Tests .domains dl dt {
  text-align: left;
  font-size: 16px;
}
/* line 386, ../sass/_product.scss */
.last-reviews .domains dl dt.text-right, .finished_Tests .domains dl dt.text-right {
  text-align: right !important;
}
/* line 393, ../sass/_product.scss */
.last-reviews .domains dl dd, .finished_Tests .domains dl dd {
  color: #f2d26f;
  font-size: 16px;
}
/* line 397, ../sass/_product.scss */
.last-reviews .domains dl dd .rate-small, .finished_Tests .domains dl dd .rate-small {
  vertical-align: text-bottom;
}
/* line 404, ../sass/_product.scss */
.last-reviews .rate-wrap, .finished_Tests .rate-wrap {
  padding: 0 !important;
}
/* line 408, ../sass/_product.scss */
.last-reviews .rate-block, .finished_Tests .rate-block {
  background-color: #F2D26F;
  padding: 20px;
  text-align: center;
  font-size: 17px;
  line-height: 35px;
  font-family: "default_font_semibold";
}
/* line 417, ../sass/_product.scss */
.last-reviews .rate-block .rate-big, .finished_Tests .rate-block .rate-big {
  font-size: 44px;
  font-family: "default_font_extrabold";
}
/* line 423, ../sass/_product.scss */
.last-reviews .rate-block.mini, .finished_Tests .rate-block.mini {
  font-size: 16px;
  padding: 0px;
  line-height: 30px;
  height: 80px;
}
/* line 429, ../sass/_product.scss */
.last-reviews .rate-block.mini .rate-big, .finished_Tests .rate-block.mini .rate-big {
  font-size: 32px;
}
/* line 435, ../sass/_product.scss */
.last-reviews .panel-heading .glyphicon-menu-right:before, .finished_Tests .panel-heading .glyphicon-menu-right:before {
  color: #386e7e;
}
/* line 439, ../sass/_product.scss */
.last-reviews .reviews, .finished_Tests .reviews {
  padding-top: 0;
}
/* line 442, ../sass/_product.scss */
.last-reviews .reviews .review-item, .finished_Tests .reviews .review-item {
  border: 1px solid #386e7e;
  box-shadow: none;
}
/* line 446, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel, .finished_Tests .reviews .review-item .panel {
  border-radius: 0;
  margin-bottom: 5px;
}
/* line 447, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel:first-child, .finished_Tests .reviews .review-item .panel:first-child {
  margin-top: 5px;
}
/* line 454, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .panel-heading, .finished_Tests .reviews .review-item .panel .panel-heading {
  padding: 0;
  border: 0;
}
/* line 459, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .panel-title, .finished_Tests .reviews .review-item .panel .panel-title {
  text-transform: initial;
}
/* line 465, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .domains dl dt, .finished_Tests .reviews .review-item .panel .domains dl dt {
  font-size: 16px;
}
/* line 469, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .domains dl dd, .finished_Tests .reviews .review-item .panel .domains dl dd {
  font-size: 16px;
}
/* line 475, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .report-options, .finished_Tests .reviews .review-item .panel .report-options {
  color: #585858;
  font-family: "default_font_semibold";
  font-size: 16px;
}
/* line 482, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .report-options label, .finished_Tests .reviews .review-item .panel .report-options label {
  padding: 0;
  padding-right: 12px;
  display: block;
}
/* line 488, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .report-options a, .finished_Tests .reviews .review-item .panel .report-options a {
  color: #e5e5e5;
  display: inline-block;
  position: relative;
  top: 7px;
  left: 10px;
}
/* line 497, ../sass/_product.scss */
.last-reviews .reviews .review-item .panel .report-options .report a, .finished_Tests .reviews .review-item .panel .report-options .report a {
  left: 0;
  font-size: 14px;
}
/* line 507, ../sass/_product.scss */
.last-reviews .collapse-icon, .finished_Tests .collapse-icon {
  padding-top: 24px !important;
  font-size: 35px;
}
/* line 512, ../sass/_product.scss */
.last-reviews .comment, .finished_Tests .comment {
  font-family: "default_font_light";
  color: #585858;
  line-height: 18px;
  padding-top: 4px;
  font-size: 16px;
}
/* line 521, ../sass/_product.scss */
.last-reviews span[class^="col-xs"], .finished_Tests span[class^="col-xs"] {
  padding: 4px;
}

/* line 526, ../sass/_product.scss */
.rating-symbol {
  margin-right: 4px;
}
/* line 529, ../sass/_product.scss */
.rating-symbol:last-child {
  margin-right: 0px;
}

/* line 534, ../sass/_product.scss */
.symbol {
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 540, ../sass/_product.scss */
.symbol-empty {
  background-color: #e5e5e5;
}

/* line 544, ../sass/_product.scss */
.symbol-filled {
  background-color: #f2d26f;
}

/* line 549, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog, .modal-redeem-sample .modal-dialog {
  margin: 120px auto;
  background-color: #FFF;
  width: 745px;
}
/* line 555, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:not(:checked),
.modal-login.modal-review .modal-dialog input[type="radio"]:checked, .modal-redeem-sample .modal-dialog input[type="radio"]:not(:checked),
.modal-redeem-sample .modal-dialog input[type="radio"]:checked {
  position: absolute;
  left: 10px;
  z-index: 1;
  width: 22px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
/* line 566, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:not(:checked) + label,
.modal-login.modal-review .modal-dialog input[type="radio"]:checked + label, .modal-redeem-sample .modal-dialog input[type="radio"]:not(:checked) + label,
.modal-redeem-sample .modal-dialog input[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline;
}
/* line 574, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:not(:checked) + label:before,
.modal-login.modal-review .modal-dialog input[type="radio"]:checked + label:before, .modal-redeem-sample .modal-dialog input[type="radio"]:not(:checked) + label:before,
.modal-redeem-sample .modal-dialog input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f5f5f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 588, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:not(:checked) + label:after,
.modal-login.modal-review .modal-dialog input[type="radio"]:checked + label:after, .modal-redeem-sample .modal-dialog input[type="radio"]:not(:checked) + label:after,
.modal-redeem-sample .modal-dialog input[type="radio"]:checked + label:after {
  content: '\2022';
  position: absolute;
  top: 6px;
  left: 7px;
  height: 0px;
  line-height: 0px;
  color: #396e7e;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 601, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:not(:checked) + label:after, .modal-redeem-sample .modal-dialog input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 607, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:checked + label:after, .modal-redeem-sample .modal-dialog input[type="radio"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
}
/* line 613, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:disabled:not(:checked) + label:before,
.modal-login.modal-review .modal-dialog input[type="radio"]:disabled:checked + label:before, .modal-redeem-sample .modal-dialog input[type="radio"]:disabled:not(:checked) + label:before,
.modal-redeem-sample .modal-dialog input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* line 620, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:disabled:checked + label:after, .modal-redeem-sample .modal-dialog input[type="radio"]:disabled:checked + label:after {
  color: #999;
}
/* line 624, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog input[type="radio"]:disabled + label, .modal-redeem-sample .modal-dialog input[type="radio"]:disabled + label {
  color: #aaa;
}
/* line 630, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .close, .modal-redeem-sample .modal-dialog .close {
  color: #396e7e;
  font-size: 52px;
  margin-top: -10px;
}
/* line 636, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .title, .modal-redeem-sample .modal-dialog .title {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  padding-top: 10px;
}
/* line 643, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content, .modal-redeem-sample .modal-dialog .modal-content {
  color: #333;
}
/* line 646, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .btn-primary, .modal-redeem-sample .modal-dialog .modal-content .btn-primary {
  font-size: 16px;
  font-family: "default_font";
}
/* line 652, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content label, .modal-redeem-sample .modal-dialog .modal-content label {
  font-weight: normal;
  font-size: 16px;
}
/* line 657, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .mention, .modal-redeem-sample .modal-dialog .modal-content .mention {
  margin-top: 15px;
}
/* line 661, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .rate-block, .modal-redeem-sample .modal-dialog .modal-content .rate-block {
  background-color: #F2D26F;
  text-align: center;
  font-size: 16px;
  font-family: "default_font_extrabold";
}
/* line 668, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .rate-block .rate-big, .modal-redeem-sample .modal-dialog .modal-content .rate-block .rate-big {
  font-size: 32px;
  vertical-align: middle;
  padding-left: 15px;
}
/* line 675, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .title-border, .modal-redeem-sample .modal-dialog .modal-content .title-border {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-image: url("../images/title-arrow.png");
  background-repeat: no-repeat;
  background-position: 230px;
  background-size: contain;
}
/* line 684, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .title-border:after, .modal-redeem-sample .modal-dialog .modal-content .title-border:after {
  content: "";
  display: block;
  height: 6px;
  width: 60px;
  background: #333;
  font-size: 0px;
  text-indent: -4444px;
  margin-top: 0px;
}
/* line 696, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .rate-error, .modal-redeem-sample .modal-dialog .modal-content .rate-error {
  margin-bottom: 10px;
}
/* line 700, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content textarea, .modal-redeem-sample .modal-dialog .modal-content textarea {
  height: 150px;
}
/* line 704, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content dl, .modal-redeem-sample .modal-dialog .modal-content dl {
  margin: 0;
  padding-bottom: 20px;
}
/* line 708, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content dl dt, .modal-redeem-sample .modal-dialog .modal-content dl dt {
  text-align: left;
  font-size: 16px;
  width: 150px;
  white-space: normal;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 5px;
  padding-top: 2px;
}
/* line 719, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content dl dd, .modal-redeem-sample .modal-dialog .modal-content dl dd {
  color: #f2d26f;
  font-family: "default_font_semibold";
  font-size: 16px;
  margin-left: 150px;
  line-height: 24px;
}
/* line 728, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content dl dd .rate-small, .modal-redeem-sample .modal-dialog .modal-content dl dd .rate-small {
  vertical-align: text-bottom;
}
/* line 732, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content dl dd .symbol, .modal-redeem-sample .modal-dialog .modal-content dl dd .symbol {
  width: 16px;
  height: 16px;
}
/* line 737, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content dl dd .rating-symbol, .modal-redeem-sample .modal-dialog .modal-content dl dd .rating-symbol {
  margin-right: 8px;
}
/* line 743, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsor-title, .modal-redeem-sample .modal-dialog .modal-content .sponsor-title {
  font-size: 20px;
  font-family: "default_font";
}
/* line 749, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors, .modal-redeem-sample .modal-dialog .modal-content .sponsors {
  clear: both;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
/* line 755, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin-right: 25px;
  background-color: #FFF;
  -moz-box-shadow: #ADADAD 0px 0px 25px;
  -webkit-box-shadow: #ADADAD 0px 0px 25px;
  box-shadow: #ADADAD 0px 0px 25px;
}
/* line 764, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu {
  padding: 10px;
  height: 140px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
  background-color: #CCC;
  padding: 0px;
}
/* line 776, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .participate, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 780, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon {
  border: 1px solid #98bffa;
}
/* line 783, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class^="tdpicon-"],
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class*=" tdpicon-"], .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class^="tdpicon-"],
.modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class*=" tdpicon-"] {
  color: #98bffa;
}
/* line 790, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .participate, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(57, 110, 126, 0.9);
  padding: 0px 5px;
}
/* line 803, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .participate:before, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .participate:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 35px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* line 817, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .block-img img, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .block-img img {
  width: 100%;
}
/* line 822, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .btn-transparent, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .btn-transparent {
  font-family: "default_font_light";
  font-size: 14px;
  padding: 0;
  line-height: 23px;
  text-transform: initial;
  position: relative;
  top: 56px;
  height: 29px;
}
/* line 834, ../sass/_product.scss */
.modal-login.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .tdpicon-plus, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .tdpicon-plus {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 21px;
  line-height: 21px;
  color: #396e7e;
}

/* line 852, ../sass/_product.scss */
.modal-review .modal-dialog, .modal-redeem-sample .modal-dialog {
  margin: 120px auto;
  background-color: #FFF;
  width: 745px;
}
/* line 857, ../sass/_product.scss */
.modal-review .modal-dialog .close, .modal-redeem-sample .modal-dialog .close {
  color: #396e7e;
  font-size: 52px;
  margin-top: -10px;
}
/* line 863, ../sass/_product.scss */
.modal-review .modal-dialog .title, .modal-redeem-sample .modal-dialog .title {
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  padding-top: 10px;
}
/* line 870, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content, .modal-redeem-sample .modal-dialog .modal-content {
  color: #333;
}
/* line 873, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .btn-primary, .modal-redeem-sample .modal-dialog .modal-content .btn-primary {
  font-size: 16px;
  font-family: "default_font";
}
/* line 879, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content label, .modal-redeem-sample .modal-dialog .modal-content label {
  font-weight: normal;
  font-size: 16px;
}
/* line 884, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .mention, .modal-redeem-sample .modal-dialog .modal-content .mention {
  margin-top: 15px;
}
/* line 888, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .rate-block, .modal-redeem-sample .modal-dialog .modal-content .rate-block {
  background-color: #F2D26F;
  text-align: center;
  font-size: 16px;
  font-family: "default_font_extrabold";
}
/* line 895, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .rate-block .rate-big, .modal-redeem-sample .modal-dialog .modal-content .rate-block .rate-big {
  font-size: 32px;
  vertical-align: middle;
  padding-left: 15px;
}
/* line 902, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .title-border, .modal-redeem-sample .modal-dialog .modal-content .title-border {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-image: url("../images/title-arrow.png");
  background-repeat: no-repeat;
  background-position: 230px;
  background-size: contain;
}
/* line 911, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .title-border:after, .modal-redeem-sample .modal-dialog .modal-content .title-border:after {
  content: "";
  display: block;
  height: 6px;
  width: 60px;
  background: #333;
  font-size: 0px;
  text-indent: -4444px;
  margin-top: 0px;
}
/* line 923, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .rate-error, .modal-redeem-sample .modal-dialog .modal-content .rate-error {
  margin-bottom: 10px;
}
/* line 927, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .form-control, .modal-redeem-sample .modal-dialog .modal-content .form-control {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none;
  border: 1px solid #386e7e;
  padding: 8px 16px;
}
/* line 935, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content textarea, .modal-redeem-sample .modal-dialog .modal-content textarea {
  resize: none;
  height: 150px;
}
/* line 940, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content dl, .modal-redeem-sample .modal-dialog .modal-content dl {
  margin: 0;
  padding-bottom: 20px;
}
/* line 944, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content dl dt, .modal-redeem-sample .modal-dialog .modal-content dl dt {
  text-align: left;
  font-size: 16px;
  width: 150px;
  white-space: normal;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 5px;
  padding-top: 2px;
}
/* line 955, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content dl dd, .modal-redeem-sample .modal-dialog .modal-content dl dd {
  color: #f2d26f;
  font-family: "default_font_semibold";
  font-size: 16px;
  margin-left: 150px;
  line-height: 24px;
}
/* line 964, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content dl dd .rate-small, .modal-redeem-sample .modal-dialog .modal-content dl dd .rate-small {
  vertical-align: text-bottom;
}
/* line 968, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content dl dd .symbol, .modal-redeem-sample .modal-dialog .modal-content dl dd .symbol {
  width: 16px;
  height: 16px;
}
/* line 973, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content dl dd .rating-symbol, .modal-redeem-sample .modal-dialog .modal-content dl dd .rating-symbol {
  margin-right: 8px;
}
/* line 979, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsor-title, .modal-redeem-sample .modal-dialog .modal-content .sponsor-title {
  font-size: 20px;
  font-family: "default_font";
}
/* line 985, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors, .modal-redeem-sample .modal-dialog .modal-content .sponsors {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
/* line 990, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin-right: 25px;
  background-color: #FFF;
  -moz-box-shadow: #ADADAD 0px 0px 25px;
  -webkit-box-shadow: #ADADAD 0px 0px 25px;
  box-shadow: #ADADAD 0px 0px 25px;
}
/* line 999, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu {
  padding: 10px;
  height: 140px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
  background-color: #CCC;
  padding: 0px;
}
/* line 1011, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .participate, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1015, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon {
  border: 1px solid #98bffa;
}
/* line 1018, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class^="tdpicon-"],
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class*=" tdpicon-"], .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class^="tdpicon-"],
.modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu:hover .icon [class*=" tdpicon-"] {
  color: #98bffa;
}
/* line 1025, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .participate, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .participate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: rgba(57, 110, 126, 0.9);
  padding: 0px 5px;
}
/* line 1038, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .participate:before, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .participate:before {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 44px 44px 0;
  border-color: transparent #ffffff transparent transparent;
}
/* line 1052, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .block-img img, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .block-img img {
  width: 100%;
}
/* line 1057, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .btn-transparent, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .btn-transparent {
  font-family: "default_font_light";
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  text-transform: initial;
  position: relative;
  top: 46px;
}
/* line 1068, ../sass/_product.scss */
.modal-review .modal-dialog .modal-content .sponsors .sponsor .visu .tdpicon-plus, .modal-redeem-sample .modal-dialog .modal-content .sponsors .sponsor .visu .tdpicon-plus {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 28px;
  line-height: 28px;
  color: #396e7e;
}

/* line 1083, ../sass/_product.scss */
.results {
  padding: 10px 0;
  padding-bottom: 0;
}
/* line 1086, ../sass/_product.scss */
.results span.title {
  margin-bottom: 0;
}
/* line 1089, ../sass/_product.scss */
.results .title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 0;
}
/* line 1094, ../sass/_product.scss */
.results .title .count {
  font-family: "default_font_bold";
  color: #396e7e;
}
/* line 1099, ../sass/_product.scss */
.results ul.result-list {
  list-style: none;
  padding: 0;
  padding-top: 40px;
}
/* line 1103, ../sass/_product.scss */
.results ul.result-list.gender-list {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: relative;
  top: 50%;
  padding-top: 0;
}
/* line 1108, ../sass/_product.scss */
.results ul.result-list.gender-list li {
  margin-bottom: 0;
}
/* line 1111, ../sass/_product.scss */
.results ul.result-list.gender-list.question-stats {
  top: 0;
  transform: inherit;
}
/* line 1114, ../sass/_product.scss */
.results ul.result-list.gender-list.question-stats li {
  font-size: 13px;
}
/* line 1119, ../sass/_product.scss */
.results ul.result-list .female, .results ul.result-list .male, .results ul.result-list .promoters, .results ul.result-list .passives, .results ul.result-list .detractors {
  text-transform: uppercase;
  font-size: 18px;
}
/* line 1123, ../sass/_product.scss */
.results ul.result-list .female, .results ul.result-list .promoters {
  color: #238dad;
}
/* line 1125, ../sass/_product.scss */
.results ul.result-list .female:before, .results ul.result-list .promoters:before {
  color: #238dad;
}
/* line 1129, ../sass/_product.scss */
.results ul.result-list .male, .results ul.result-list .passives {
  color: #84d7f0;
}
/* line 1131, ../sass/_product.scss */
.results ul.result-list .male:before, .results ul.result-list .passives:before {
  color: #84d7f0;
}
/* line 1135, ../sass/_product.scss */
.results ul.result-list .detractors {
  color: rgba(237, 180, 176, 0.8);
}
/* line 1137, ../sass/_product.scss */
.results ul.result-list .detractors:before {
  color: rgba(237, 180, 176, 0.8);
}
/* line 1141, ../sass/_product.scss */
.results ul.result-list.recommendation {
  transform: inherit;
  margin-left: -10px;
  margin-right: -10px;
}
/* line 1146, ../sass/_product.scss */
.results ul.result-list li {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "default_font_light";
}
/* line 1150, ../sass/_product.scss */
.results ul.result-list li b {
  color: #238dad;
}
/* line 1153, ../sass/_product.scss */
.results ul.result-list li:before {
  content: "\25a0  ";
  color: #396e7e;
  vertical-align: text-bottom;
  font-size: 32px;
  line-height: 0.7em;
}
/* line 1164, ../sass/_product.scss */
.results .testers-list span {
  display: inline-block;
}
/* line 1167, ../sass/_product.scss */
.results .testers-list .title {
  font-size: 19px;
  font-family: "default_font_semibold";
  line-height: 24px;
}
/* line 1172, ../sass/_product.scss */
.results .testers-list .testers {
  font-size: 16px;
  font-family: "default_font_light";
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  vertical-align: top;
}
/* line 1180, ../sass/_product.scss */
.results .testers-list .link-more a {
  color: #396e7e;
  font-family: "default_font_semibold";
  font-size: 17px;
}
/* line 1187, ../sass/_product.scss */
.results .chart {
  padding: 15px;
}
/* line 1191, ../sass/_product.scss */
.results #activities {
  padding-top: 10px;
}
/* line 1193, ../sass/_product.scss */
.results #activities .activity {
  margin-bottom: 10px;
}
/* line 1195, ../sass/_product.scss */
.results #activities .activity .dd {
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 0;
  text-align: right;
  line-height: 15px;
}
/* line 1202, ../sass/_product.scss */
.results #activities .activity .progress {
  background-color: #e5e5e5;
  border-radius: 0;
  height: 15px;
  margin-bottom: 0;
  box-shadow: none;
}
/* line 1204, ../sass/_product.scss */
.results #activities .activity .progress .progress-blue {
  background-color: #84d7f0;
}
/* line 1207, ../sass/_product.scss */
.results #activities .activity .progress .progress-max {
  background-color: #238dad;
}
/* line 1210, ../sass/_product.scss */
.results #activities .activity .progress .value {
  font-size: 12px;
  line-height: 16px;
  float: right;
  padding-right: 4px;
  color: #585858;
}
/* line 1224, ../sass/_product.scss */
.results #genderChart {
  padding: 6px;
  margin-bottom: 20px;
}
/* line 1230, ../sass/_product.scss */
.results .age-chart {
  padding: 15px 0;
}
/* line 1232, ../sass/_product.scss */
.results .age-chart .title {
  padding-left: 15px;
}

@media (max-width: 767px) {
  /* line 1241, ../sass/_product.scss */
  .premium .galerie-product .thumbs-vertical {
    padding-right: 15px;
  }

  /* line 1248, ../sass/_product.scss */
  .results .testers-list .testers {
    white-space: initial;
  }

  /* line 1255, ../sass/_product.scss */
  .list-cats.items_products .product-name {
    font-size: 18px !important;
  }

  /* line 1261, ../sass/_product.scss */
  .remerciements2 .btn-primary {
    padding: 0 15px;
  }

  /* line 1265, ../sass/_product.scss */
  .block-white .block-heading .title {
    font-size: 28px;
  }

  /* line 1269, ../sass/_product.scss */
  .heading-product h1.title {
    font-size: 28px;
  }

  /* line 1273, ../sass/_product.scss */
  .block-heading .title {
    font-size: 26px;
  }

  /* line 1278, ../sass/_product.scss */
  .last-reviews .comment-title, .finished_Tests .comment-title {
    font-size: 12px;
  }
  /* line 1282, ../sass/_product.scss */
  .last-reviews .comment-title .date.visible-xs, .finished_Tests .comment-title .date.visible-xs {
    display: inline-block !important;
  }
  /* line 1287, ../sass/_product.scss */
  .last-reviews .comment-title .title, .finished_Tests .comment-title .title {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
  }
  /* line 1296, ../sass/_product.scss */
  .last-reviews .comment, .finished_Tests .comment {
    font-size: 10px;
    font-family: "default_font_light";
    color: #585858;
    line-height: 12px;
    padding-top: 4px;
    overflow: hidden;
  }
  /* line 1311, ../sass/_product.scss */
  .last-reviews span[class^="col-xs"], .finished_Tests span[class^="col-xs"] {
    padding: 2px;
    padding-bottom: 0;
  }
  /* line 1316, ../sass/_product.scss */
  .last-reviews .user, .finished_Tests .user {
    line-height: 10px;
    color: #222;
  }
  /* line 1320, ../sass/_product.scss */
  .last-reviews .user .user-info, .finished_Tests .user .user-info {
    font-size: 10px !important;
  }
  /* line 1324, ../sass/_product.scss */
  .last-reviews .user i, .finished_Tests .user i {
    font-size: 28px;
  }
  /* line 1328, ../sass/_product.scss */
  .last-reviews .user .username, .finished_Tests .user .username {
    color: #386e7e;
    font-family: "default_font_bold";
    font-size: 10px;
  }
  /* line 1337, ../sass/_product.scss */
  .last-reviews .collapse-icon, .finished_Tests .collapse-icon {
    font-size: 20px;
    padding-top: 0px !important;
    position: relative;
    left: -5px;
    top: 10px;
  }
  /* line 1345, ../sass/_product.scss */
  .last-reviews .rate-block, .finished_Tests .rate-block {
    width: 180px;
    margin: 0 auto 10px auto;
  }
  /* line 1349, ../sass/_product.scss */
  .last-reviews .rate-block.mini, .finished_Tests .rate-block.mini {
    font-size: 8px;
    width: auto;
    margin: 0;
    padding: 4px;
    line-height: 15px;
    height: 45px;
  }
  /* line 1357, ../sass/_product.scss */
  .last-reviews .rate-block.mini .rate-big, .finished_Tests .rate-block.mini .rate-big {
    font-size: 18px;
  }
  /* line 1363, ../sass/_product.scss */
  .last-reviews .rate-wrap, .finished_Tests .rate-wrap {
    padding-top: 0px !important;
  }
  /* line 1368, ../sass/_product.scss */
  .last-reviews .report-options div, .finished_Tests .report-options div {
    display: inline-block;
  }
  /* line 1372, ../sass/_product.scss */
  .last-reviews .report-options label, .finished_Tests .report-options label {
    font-size: 12px;
  }
  /* line 1376, ../sass/_product.scss */
  .last-reviews .report-options a, .finished_Tests .report-options a {
    font-size: 12px;
  }

  /* line 1383, ../sass/_product.scss */
  .dl-horizontal dt {
    font-size: 16px !important;
    width: 81px !important;
    float: left;
    clear: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1393, ../sass/_product.scss */
  .dl-horizontal dd {
    font-size: 16px !important;
    margin-left: 0px !important;
  }
  /* line 1397, ../sass/_product.scss */
  .dl-horizontal dd .rate-small {
    vertical-align: top !important;
  }

  /* line 1404, ../sass/_product.scss */
  .domains.domains-review .dl-horizontal {
    padding: 0;
  }
  /* line 1407, ../sass/_product.scss */
  .domains.domains-review .dl-horizontal dt {
    font-size: 12px !important;
  }
  /* line 1411, ../sass/_product.scss */
  .domains.domains-review .dl-horizontal dd {
    font-size: 12px !important;
  }
  /* line 1416, ../sass/_product.scss */
  .domains.domains-review .symbol {
    width: 16px;
    height: 16px;
  }

  /* line 1422, ../sass/_product.scss */
  .modal-review .modal-dialog {
    width: auto !important;
    max-width: 767px;
  }
}
/* line 1624, ../sass/_refonte.scss */
.ui-loader {
  display: none !important;
}

/* line 1628, ../sass/_refonte.scss */
.block-product-infos {
  margin: 0px 0px 10px;
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 1634, ../sass/_refonte.scss */
.block-product-infos .title {
  margin: 0px;
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  padding: 0px 0px 15px 0px;
  /*clear: both;
  width: 100%;*/
}
/* line 1645, ../sass/_refonte.scss */
.block-product-infos .title:after {
  content: "";
  float: left;
  clear: both;
  background: #f2d26f;
  height: 7px;
  width: 50px;
  font-size: 0px;
  text-indent: -4444px;
}
/* line 1656, ../sass/_refonte.scss */
.block-product-infos .title span {
  float: left;
  clear: both;
  display: inline-block;
  margin-bottom: 15px;
}
/* line 1663, ../sass/_refonte.scss */
.block-product-infos .title .brand {
  padding: 0px 15px;
  font-size: 25px;
  line-height: 32px;
  color: #585858;
  background: #f2d26f;
}
/* line 1672, ../sass/_refonte.scss */
.block-product-infos .share {
  overflow: hidden;
  font-size: 18px;
  color: #585858;
  padding: 0px 0px 15px 0px;
}
/* line 1682, ../sass/_refonte.scss */
.block-product-infos .share span,
.block-product-infos .share a {
  float: left;
}
/* line 1687, ../sass/_refonte.scss */
.block-product-infos .share span {
  display: block;
  line-height: 20px;
}
/* line 1692, ../sass/_refonte.scss */
.block-product-infos .share .share-post > span {
  color: #585858;
  margin-right: 0px;
  font-size: 40px;
}
/* line 1698, ../sass/_refonte.scss */
.block-product-infos .share a {
  color: #585858;
  margin-right: 0px;
  font-size: 40px;
}
/* line 1706, ../sass/_refonte.scss */
.block-product-infos .block-description {
  color: #333333;
  font-size: 14px;
}
/* line 1709, ../sass/_refonte.scss */
.block-product-infos .block-description .tr-shopping-links {
  display: grid;
  grid-template-columns: 55px 55px 55px 55px;
  grid-gap: 20px;
  background-color: #fff;
}
/* line 1715, ../sass/_refonte.scss */
.block-product-infos .block-description .tr-shopping-links .tr-shopping-link img {
  height: auto;
  width: 64px;
  object-fit: cover;
}
/* line 1723, ../sass/_refonte.scss */
.block-product-infos .block-description .nav {
  padding-bottom: 5px;
}
/* line 1724, ../sass/_refonte.scss */
.block-product-infos .block-description .nav li {
  margin: 6px 0px;
  font-size: 14px;
  position: relative;
  padding-left: 12px;
}
/* line 1730, ../sass/_refonte.scss */
.block-product-infos .block-description .nav li:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  height: 4px;
  width: 4px;
  background: #f2d26f;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 1742, ../sass/_refonte.scss */
.block-product-infos .block-description .nav li span {
  font-family: "default_font_light";
}
/* line 1750, ../sass/_refonte.scss */
.block-product-infos .block-description .date-suscribe {
  font-size: 14px;
  margin-top: 20px;
  font-family: "default_font_semibold";
}
/* line 1756, ../sass/_refonte.scss */
.block-product-infos .block-description .btn-primary {
  display: block;
  max-width: 270px;
  width: auto;
  margin-top: 15px;
  outline: inherit;
}
/* line 1762, ../sass/_refonte.scss */
.block-product-infos .block-description .btn-primary.btn-redeem {
  max-width: 294px;
}
/* line 1769, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-inner {
  position: relative;
  height: 305px;
  border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 305px;
}
/* line 1776, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-inner .img-responsive, .block-product-infos .galerie-product .carousel-inner body #success_share_msg_modal .modal-body #message img, body #success_share_msg_modal .modal-body #message .block-product-infos .galerie-product .carousel-inner img {
  display: inline-block;
}
/* line 1781, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-inner .item {
  text-align: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* line 1790, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-inner .note {
  font-size: 21px;
  min-width: 78px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f2d26f;
  font-family: "default_font_extrabold";
  color: #585858;
  line-height: 35px;
  padding: 0px 10px;
  z-index: 1;
}
/* line 1807, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators {
  position: static;
  display: block;
  width: 100%;
  left: 0px;
  margin-left: 0px;
  display: table;
}
/* line 1815, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators li {
  margin: 0px;
  text-indent: 0px;
  display: table-cell;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 33%;
  line-height: 78px;
  vertical-align: middle;
  padding: 10px;
}
/* line 1830, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators li span {
  display: block;
  border: 2px solid #f1f1f1;
}
/* line 1834, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators li span.next {
  height: 78px;
  background: #396e7e;
  font-size: 50px;
  color: #ffffff;
}
/* line 1840, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators li span.next [class^="tdpicon-"],
.block-product-infos .galerie-product .carousel-indicators li span.next [class*=" tdpicon-"] {
  line-height: 74px;
  display: block;
}
/* line 1848, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators li .img-responsive, .block-product-infos .galerie-product .carousel-indicators li body #success_share_msg_modal .modal-body #message img, body #success_share_msg_modal .modal-body #message .block-product-infos .galerie-product .carousel-indicators li img {
  display: inline-block;
  max-height: 72px;
}
/* line 1855, ../sass/_refonte.scss */
.block-product-infos .galerie-product .carousel-indicators li.active span, .block-product-infos .galerie-product .carousel-indicators li:hover span {
  border: 2px solid #396e7e;
}

/* line 1865, ../sass/_refonte.scss */
.sidebar .widget-reviews:before {
  position: absolute;
  left: 0px;
  top: 14px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #f2f2f2;
}

/* line 1878, ../sass/_refonte.scss */
.widget-reviews,
.sidebar .widget-reviews {
  position: relative;
  overflow: hidden;
  clear: both;
  background: #396e7e;
  text-align: center;
  padding: 20px;
  font-size: 19px;
  color: #ffffff;
}
/* line 1891, ../sass/_refonte.scss */
.widget-reviews.visible-sm, .widget-reviews.visible-xs,
.sidebar .widget-reviews.visible-sm,
.sidebar .widget-reviews.visible-xs {
  margin-bottom: 20px;
}
/* line 1895, ../sass/_refonte.scss */
.widget-reviews .title,
.sidebar .widget-reviews .title {
  cursor: pointer;
  padding: 0px;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "default_font_semibold";
  border-bottom: 1px solid #ffffff;
}
/* line 1907, ../sass/_refonte.scss */
.widget-reviews .title:after,
.sidebar .widget-reviews .title:after {
  display: none;
}
/* line 1912, ../sass/_refonte.scss */
.widget-reviews .smal,
.sidebar .widget-reviews .smal {
  font-size: 14px;
  font-family: "default_font_light";
}
/* line 1918, ../sass/_refonte.scss */
.widget-reviews .note,
.sidebar .widget-reviews .note {
  background: #f2d26f;
  text-align: center;
  width: 130px;
  margin: 5px auto 20px;
  color: #585858;
  font-size: 10px;
  line-height: 10px;
  font-family: "default_font_semibold";
  padding: 20px;
}
/* line 1931, ../sass/_refonte.scss */
.widget-reviews .note p,
.sidebar .widget-reviews .note p {
  margin-bottom: 0px;
}
/* line 1935, ../sass/_refonte.scss */
.widget-reviews .note .txt,
.sidebar .widget-reviews .note .txt {
  margin-bottom: 5px;
}
/* line 1939, ../sass/_refonte.scss */
.widget-reviews .note .number,
.sidebar .widget-reviews .note .number {
  line-height: 27px;
  font-size: 27px;
  font-family: "default_font_extrabold";
}
/* line 1947, ../sass/_refonte.scss */
.widget-reviews .btn-transparent,
.sidebar .widget-reviews .btn-transparent {
  line-height: 26px;
  height: 32px;
  border: 3px solid #ffffff;
  font-size: 13px;
  max-width: 206px;
  color: #ffffff;
  outline: inherit;
}

/* line 1958, ../sass/_refonte.scss */
.breadcrumb {
  padding: 0px;
  background: transparent;
  margin: 5px 0px 0px;
  line-height: 10px;
}
/* line 1964, ../sass/_refonte.scss */
.breadcrumb li {
  line-height: 10px;
  font-size: 10px;
}
/* line 1969, ../sass/_refonte.scss */
.breadcrumb > li + li:before,
.breadcrumb a,
.breadcrumb > .active {
  color: #585858;
}

/* line 1976, ../sass/_refonte.scss */
.heading-product {
  margin: 15px 0px 10px;
  width: 100%;
  overflow: hidden;
}
/* line 1981, ../sass/_refonte.scss */
.heading-product .title {
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
  font-size: 36px;
}

/* line 1989, ../sass/_refonte.scss */
.fake-title-reviews {
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "default_font_light";
  color: #585858;
  padding: 10px 0px;
}
/* line 1999, ../sass/_refonte.scss */
.fake-title-reviews:after {
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  float: right;
  top: 5px;
  position: relative;
}
/* line 2010, ../sass/_refonte.scss */
.fake-title-reviews.active, .fake-title-reviews:active, .fake-title-reviews:focus {
  color: #396e7e;
}
/* line 2013, ../sass/_refonte.scss */
.fake-title-reviews.active:after, .fake-title-reviews:active:after, .fake-title-reviews:focus:after {
  content: "\e259";
}

/* line 1, ../sass/_login.scss */
.modal-backdrop {
  background-color: #396e7e;
}
/* line 3, ../sass/_login.scss */
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

/* line 8, ../sass/_login.scss */
.alert-modal {
  text-align: center;
}
/* line 10, ../sass/_login.scss */
.alert-modal .text-center p {
  font-size: 16px;
  text-transform: uppercase;
}
/* line 14, ../sass/_login.scss */
.alert-modal .text-center .btn {
  width: auto !important;
}
/* line 21, ../sass/_login.scss */
.alert-modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
}
/* line 28, ../sass/_login.scss */
.alert-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 36, ../sass/_login.scss */
.modal-login .modal-dialog {
  margin: 90px auto;
}
/* line 39, ../sass/_login.scss */
.modal-login .modal-content {
  box-shadow: none;
  border: 0;
  background-color: transparent;
  color: #fff;
}
/* line 44, ../sass/_login.scss */
.modal-login .modal-content .close {
  color: #f2d26f;
  font-size: 40px;
  font-weight: normal;
  text-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 52, ../sass/_login.scss */
.modal-login .modal-header {
  border: 0;
}
/* line 54, ../sass/_login.scss */
.modal-login .modal-header .modal-title {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "default_font_black";
  text-align: center;
  padding: 0px 160px;
}
/* line 64, ../sass/_login.scss */
.modal-login .modal-body .title {
  font-size: 22px;
  font-family: "default_font_black";
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  margin-bottom: 35px;
}
/* line 71, ../sass/_login.scss */
.modal-login .modal-body .title:after {
  content: "";
  clear: both;
  background: #f2d26f;
  height: 7px;
  width: 50px;
  font-size: 0px;
  text-indent: -4444px;
  display: block;
}
/* line 82, ../sass/_login.scss */
.modal-login .modal-body .input-group {
  margin-bottom: 15px;
}
/* line 84, ../sass/_login.scss */
.modal-login .modal-body .input-group:last-child {
  margin-bottom: 25px;
}
/* line 87, ../sass/_login.scss */
.modal-login .modal-body .input-group .form-control {
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
  font-family: "default_font_light";
  font-size: 20px;
  height: 40px;
}
/* line 92, ../sass/_login.scss */
.modal-login .modal-body .input-group .input-group-addon {
  -moz-border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  padding: 8px 10px;
}
/* line 96, ../sass/_login.scss */
.modal-login .modal-body .input-group .input-group-addon .glyphicon {
  color: #376f7e;
  font-size: 20px;
}
/* line 102, ../sass/_login.scss */
.modal-login .modal-body .error-block {
  color: #FF8282;
  text-shadow: 0px 1px 0px #F00;
}
/* line 106, ../sass/_login.scss */
.modal-login .modal-body .checkbox {
  margin-top: 0;
  font-size: 15px;
  font-family: "default_font_light";
}
/* line 111, ../sass/_login.scss */
.modal-login .modal-body .btn {
  width: 100%;
  font-size: 22px;
  font-family: "default_font_semibold";
  padding: 2px 0px;
  border-radius: 50px;
}
/* line 118, ../sass/_login.scss */
.modal-login .modal-body .or {
  display: table;
  height: 304px;
}
/* line 121, ../sass/_login.scss */
.modal-login .modal-body .or div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-family: "default_font_light";
}
/* line 129, ../sass/_login.scss */
.modal-login .modal-body .forgotpwd {
  color: #fff;
  font-size: 15px;
  font-family: "default_font_light";
}
/* line 134, ../sass/_login.scss */
.modal-login .modal-body .form-wrap {
  margin-bottom: 25px;
}
/* line 137, ../sass/_login.scss */
.modal-login .modal-body .in-title {
  font-family: "default_font_light";
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 100px;
}
/* line 145, ../sass/_login.scss */
.modal-login .modal-body .features {
  list-style: none;
  padding: 0;
}
/* line 148, ../sass/_login.scss */
.modal-login .modal-body .features li {
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 20px;
  padding-bottom: 15px;
  font-size: 17px;
  font-family: "default_font_semibold";
  text-transform: uppercase;
}
/* line 156, ../sass/_login.scss */
.modal-login .modal-body .features li:before {
  content: "\25a0  ";
  color: #f2d26f;
  vertical-align: text-bottom;
}
/* line 163, ../sass/_login.scss */
.modal-login .modal-body .social-connect {
  margin-top: 50px;
}
/* line 165, ../sass/_login.scss */
.modal-login .modal-body .social-connect .btn {
  font-size: 20px;
  font-family: "default_font_light";
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
}
/* line 171, ../sass/_login.scss */
.modal-login .modal-body .social-connect .btn i {
  font-size: 30px;
}
/* line 174, ../sass/_login.scss */
.modal-login .modal-body .social-connect .btn.btn-fb {
  background-color: #3765a3;
}
/* line 177, ../sass/_login.scss */
.modal-login .modal-body .social-connect .btn.btn-tw {
  background-color: #5ea9dd;
}
/* line 182, ../sass/_login.scss */
.modal-login .modal-body .group {
  margin-top: 25px;
}
/* line 185, ../sass/_login.scss */
.modal-login .modal-body .toggleA {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "default_font_semibold";
  border-bottom: 2px solid #fff;
  padding-top: 20px;
  margin: 0px 25px;
  text-decoration: none;
}
/* line 195, ../sass/_login.scss */
.modal-login .modal-body .or-xs {
  text-align: center;
  padding: 15px 0px;
  font-size: 20px;
  font-family: "default_font_light";
}
/* line 204, ../sass/_login.scss */
.modal-login .modal-body .social-btns.c3 .link-social {
  margin: 0 auto 20px auto;
  width: 33% !important;
}
/* line 207, ../sass/_login.scss */
.modal-login .modal-body .social-btns.c3 .link-social .fb {
  margin-right: 5px;
}
/* line 211, ../sass/_login.scss */
.modal-login .modal-body .social-btns.c3 .link-half {
  width: 50% !important;
}
/* line 215, ../sass/_login.scss */
.modal-login .modal-body .social-btns .link-social {
  width: 50%;
  float: left;
  display: block;
  font-size: 70px;
  text-align: center;
  line-height: 0px;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 10px;
}
/* line 226, ../sass/_login.scss */
.modal-login .modal-body .social-btns .link-wide {
  width: 100%;
}
/* line 229, ../sass/_login.scss */
.modal-login .modal-body .social-btns .tw {
  margin-left: -5px;
  margin-right: 5px;
  background-color: #5ea9dd;
}
/* line 234, ../sass/_login.scss */
.modal-login .modal-body .social-btns .fb {
  background-color: #3765a3;
}
/* line 237, ../sass/_login.scss */
.modal-login .modal-body .social-btns .em {
  color: #f2d26f;
  background-color: #fff;
  font-size: 40px;
  padding: 15px;
}

/* line 247, ../sass/_login.scss */
.avatar {
  background-color: #fff;
  height: 35px;
  border-radius: 50px;
  width: 35px;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 255, ../sass/_login.scss */
.avatar i {
  font-size: 35px !important;
  color: #84d7f0 !important;
}
/* line 259, ../sass/_login.scss */
.avatar.form-avatar {
  display: inline-block;
  height: 52px;
  width: 52px;
}
/* line 263, ../sass/_login.scss */
.avatar.form-avatar img {
  height: 52px;
  width: 52px;
}

/* line 269, ../sass/_login.scss */
header {
  position: relative;
  z-index: 1060;
}
/* line 272, ../sass/_login.scss */
header .myaccount {
  font-size: 14px;
  border: 1px solid #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  padding: 5px 12px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  width: 190px;
}
/* line 285, ../sass/_login.scss */
header .myaccount-gold .myaccount {
  background-color: #f2d26f;
  border: 0;
  color: #333;
}
/* line 290, ../sass/_login.scss */
header .myaccount-gold .logout {
  text-transform: uppercase;
}
/* line 292, ../sass/_login.scss */
header .myaccount-gold .logout:hover {
  text-decoration: underline;
}
/* line 298, ../sass/_login.scss */
header .logout {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}
/* line 303, ../sass/_login.scss */
header .welcome-user {
  font-size: 12px;
  font-family: "default_font_semibold";
}
/* line 315, ../sass/_login.scss */
header .user-status.box-account-connected .media .media-left.text-center {
  padding-top: 4px;
}
/* line 320, ../sass/_login.scss */
header .user-status.box-account-connected .media .media-body {
  text-align: center;
  padding: 12px 0px 0px;
}
/* line 327, ../sass/_login.scss */
header .user-status.box-account-connected .links-account p {
  display: block;
  margin: 0px;
}

@media (max-width: 767px) {
  /* line 339, ../sass/_login.scss */
  .modal-login .modal-dialog {
    margin: 15px auto;
  }

  /*.menu-site {
  	.subscribe-block {*/
  	/*}
  }*/
  /* line 350, ../sass/_login.scss */
  .block-followus .nav li {
    padding: 0px;
  }

  /* line 357, ../sass/_login.scss */
  .user-status.box-account-connected {
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 364, ../sass/_login.scss */
  .modal-login .modal-dialog {
    width: 100%;
  }
  /* line 367, ../sass/_login.scss */
  .modal-login .modal-title {
    padding: 0px 4%;
  }
  /* line 370, ../sass/_login.scss */
  .modal-login .checkbox.pull-right {
    float: none !important;
  }
}
@media (max-width: 991px) {
  /* line 378, ../sass/_login.scss */
  nav.menu-site .user-status .media {
    				/*.myaccount{
        				margin-left: -10px;
    				}*/
  }
  /* line 379, ../sass/_login.scss */
  nav.menu-site .user-status .media .media-left {
    display: block;
  }
  /* line 381, ../sass/_login.scss */
  nav.menu-site .user-status .media .media-left .avatar {
    height: 60px;
    width: 60px;
  }
  /* line 384, ../sass/_login.scss */
  nav.menu-site .user-status .media .media-left .avatar i {
    font-size: 60px !important;
  }
  /* line 388, ../sass/_login.scss */
  nav.menu-site .user-status .media .media-left .welcome-user {
    font-size: 20px;
  }

  /* line 400, ../sass/_login.scss */
  header .myaccount {
    display: inline-block;
    width: 190px;
  }
}
@media (min-width: 768px) {
  /* line 408, ../sass/_login.scss */
  .welcome-user {
    line-height: 12px;
  }
}
@media (min-width: 992px) {
  /* line 415, ../sass/_login.scss */
  header .myaccount {
    display: block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  /* line 423, ../sass/_login.scss */
  .modal-login .modal-lg {
    width: 1100px;
  }
}
/* line 2021, ../sass/_refonte.scss */
.block-form {
  background: #ffffff;
  padding: 20px 0px;
}
/* line 2025, ../sass/_refonte.scss */
.block-form .prev-tab {
  text-decoration: none;
}
/* line 2029, ../sass/_refonte.scss */
.block-form .title {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
/* line 2039, ../sass/_refonte.scss */
.block-form label {
  margin-bottom: 3px;
  font-size: 14px;
  font-family: "default_font_light";
  font-weight: normal;
  color: #333333;
}
/* line 2049, ../sass/_refonte.scss */
.block-form .tab-pane {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 2054, ../sass/_refonte.scss */
.block-form .form-group {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
/* line 2079, ../sass/_refonte.scss */
.block-form #infos-sup label {
  line-height: 25px;
}
/* line 2085, ../sass/_refonte.scss */
.block-form input[type="radio"]:not(:checked),
.block-form input[type="radio"]:checked {
  position: absolute;
  left: 10px;
  top: -1px;
  z-index: 1;
  width: 22px;
  height: 15px;
  opacity: 1;
  cursor: pointer;
}
/* line 2097, ../sass/_refonte.scss */
.block-form input[type="radio"]:not(:checked) + label,
.block-form input[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline;
}
/* line 2105, ../sass/_refonte.scss */
.block-form input[type="radio"]:not(:checked) + label:before,
.block-form input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f5f5f5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 2119, ../sass/_refonte.scss */
.block-form input[type="radio"]:not(:checked) + label:after,
.block-form input[type="radio"]:checked + label:after {
  content: '\2022';
  position: absolute;
  top: 6px;
  left: 7px;
  height: 0px;
  line-height: 0px;
  color: #396e7e;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 2132, ../sass/_refonte.scss */
.block-form input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 2138, ../sass/_refonte.scss */
.block-form input[type="radio"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
}
/* line 2144, ../sass/_refonte.scss */
.block-form input[type="radio"]:disabled:not(:checked) + label:before,
.block-form input[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* line 2151, ../sass/_refonte.scss */
.block-form input[type="radio"]:disabled:checked + label:after {
  color: #999;
}
/* line 2155, ../sass/_refonte.scss */
.block-form input[type="radio"]:disabled + label {
  color: #aaa;
}
/* line 2162, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:not(:checked),
.block-form input[type="checkbox"]:checked {
  position: absolute;
  left: 29px;
  z-index: 1;
  width: 22px;
  height: 15px;
  opacity: 0;
  cursor: pointer;
}
/* line 2173, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:not(:checked) + label,
.block-form input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* line 2180, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:not(:checked) + label:before,
.block-form input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 2194, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:not(:checked) + label:after,
.block-form input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 4px;
  font-size: 14px;
  color: #396e7e;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 2206, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 2212, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 2218, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:disabled:not(:checked) + label:before,
.block-form input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
/* line 2225, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
/* line 2229, ../sass/_refonte.scss */
.block-form input[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* line 2235, ../sass/_refonte.scss */
.block-form .checkbox {
  margin: 0;
}
/* line 2239, ../sass/_refonte.scss */
.block-form .radio {
  margin: 0;
}
/* line 2243, ../sass/_refonte.scss */
.block-form .form-right {
  margin: 0;
  text-align: left;
  padding-left: 30px;
}
/* line 2248, ../sass/_refonte.scss */
.block-form .form-right div[class^="col-sm"]:first-child {
  padding: 0px;
}
/* line 2252, ../sass/_refonte.scss */
.block-form .form-right label {
  text-align: left;
}
/* line 2259, ../sass/_refonte.scss */
.block-form .form-right .addon {
  padding: 0px;
  margin-top: 10px;
}
/* line 2264, ../sass/_refonte.scss */
.block-form .form-right .glyphicon {
  font-size: 25px;
  color: #376D7E;
}
/* line 2270, ../sass/_refonte.scss */
.block-form .col-sm-offset-6 {
  padding: 0;
}
/* line 2275, ../sass/_refonte.scss */
.block-form .partenaire span {
  font-family: "default_font_light";
}
/* line 2279, ../sass/_refonte.scss */
.block-form .partenaire h5 {
  margin-bottom: 5px;
}
/* line 2284, ../sass/_refonte.scss */
.block-form select.form-control {
  border: 1px solid #376D7E;
  border-radius: 0px;
  box-shadow: none;
  text-indent: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/arrow-down.png") no-repeat center right 10px;
}
/* line 2298, ../sass/_refonte.scss */
.block-form input.form-control {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 38px;
  height: 40px;
  border: 1px solid #386e7e;
  display: block;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 2309, ../sass/_refonte.scss */
.block-form .btn-primary, .block-form .btn-info {
  margin-top: 10px;
  width: 100%;
  outline: inherit;
}
/* line 2314, ../sass/_refonte.scss */
.block-form .btn-primary.active, .block-form .btn-primary:focus, .block-form .btn-info.active, .block-form .btn-info:focus {
  outline: inherit;
}
/* line 2319, ../sass/_refonte.scss */
.block-form .btn-info {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 0px solid transparent;
  line-height: 40px;
  font-size: 14px;
  padding: 0px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
/* line 2330, ../sass/_refonte.scss */
.block-form .fake-title-reviews {
  padding: 10px !important;
}
/* line 2335, ../sass/_refonte.scss */
.block-form .nav-tabs li {
  padding: 0px;
}
/* line 2338, ../sass/_refonte.scss */
.block-form .nav-tabs li > a {
  padding: 15px 10px;
  font-size: 18px;
  color: #585858;
  text-align: center;
}
/* line 2344, ../sass/_refonte.scss */
.block-form .nav-tabs li > a.active {
  color: #396e7e;
}
/* line 2349, ../sass/_refonte.scss */
.block-form .nav-tabs li:nth-child(1), .block-form .nav-tabs li:nth-child(3) {
  width: 36%;
}
/* line 2353, ../sass/_refonte.scss */
.block-form .nav-tabs li:nth-child(2) {
  width: 28%;
}
/* line 2359, ../sass/_refonte.scss */
.block-form .partenaires {
  margin-top: 40px;
}
/* line 2363, ../sass/_refonte.scss */
.block-form .partenaires .partenaire.col-sm-offset-6 {
  padding-left: 10px;
}
/* line 2370, ../sass/_refonte.scss */
.block-form.form-edit .form-control {
  background-color: #e6e6e6;
}
/* line 2375, ../sass/_refonte.scss */
.block-form .add-photo {
  display: inline-block;
  font-size: 30px;
  background-color: #386e7e;
  padding: 10px 10px 12px 12px;
  border-radius: 48px;
  line-height: 0px;
  color: #fff;
  position: relative;
  top: -12px;
}
/* line 2387, ../sass/_refonte.scss */
.block-form .avatar-block {
  padding-left: 15px;
  display: inline-block;
}
/* line 2391, ../sass/_refonte.scss */
.block-form .avatar-block img.avatar {
  height: 52px;
}

/* line 2397, ../sass/_refonte.scss */
.vote-check {
  background-image: url("../images/bg_radio_btns.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-position: 0 -25px;
  display: block;
}

/* line 2406, ../sass/_refonte.scss */
.vote-check.checked {
  background-image: url("../images/bg_radio_btns.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-position: 0 0;
  display: block;
}

/* line 2415, ../sass/_refonte.scss */
aside.last-reviews, aside.finished_Tests {
  padding: 0;
  background-color: #F2F2F2;
}

/* line 2420, ../sass/_refonte.scss */
.block-filter {
  background: #dfdfdf;
  line-height: 62px;
  height: 62px;
}
/* line 2425, ../sass/_refonte.scss */
.block-filter .container {
  text-align: center;
}
/* line 2431, ../sass/_refonte.scss */
.block-filter .nav {
  display: inline-block;
  color: #000000;
  font-size: 40px;
}
/* line 2437, ../sass/_refonte.scss */
.block-filter .nav a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 40px;
  padding-bottom: 0px;
  padding-top: 0px;
  color: #000000;
}
/* line 2445, ../sass/_refonte.scss */
.block-filter .nav a:hover, .block-filter .nav a:focus {
  background: transparent;
  color: #396e7e;
}
/* line 2453, ../sass/_refonte.scss */
.block-filter .nav .all {
  font-family: "default_font";
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  background: #396e7e;
}
/* line 2461, ../sass/_refonte.scss */
.block-filter .nav .all a {
  font-size: 15px;
  background: #396e7e;
  color: #ffffff;
}
/* line 2466, ../sass/_refonte.scss */
.block-filter .nav .all a:hover, .block-filter .nav .all a:focus {
  background: #396e7e;
  color: #ffffff;
}
/* line 2473, ../sass/_refonte.scss */
.block-filter .nav [class^="tdpicon-"],
.block-filter .nav [class*=" tdpicon-"] {
  position: relative;
  top: 4px;
}

/* line 2483, ../sass/_refonte.scss */
.list-cats.items_products .product-name {
  font-size: 22px;
}
/* line 2487, ../sass/_refonte.scss */
.list-cats.items_products .block-comment {
  font-size: 20px;
}
/* line 2490, ../sass/_refonte.scss */
.list-cats.items_products .block-comment [class^="tdpicon-"],
.list-cats.items_products .block-comment [class*=" tdpicon-"] {
  font-size: 26px;
}
/* line 2498, ../sass/_refonte.scss */
.list-cats.items_products.items_products_full .item:nth-child(2n+1) {
  clear: none;
}

/* line 2506, ../sass/_refonte.scss */
.general-modal {
  padding-top: 110px;
}
/* line 2509, ../sass/_refonte.scss */
.general-modal .modal-header {
  font-size: 24px;
  color: #222222;
  font-weight: 400;
  padding: 20px;
  border-bottom: 0px solid transparent;
}
/* line 2516, ../sass/_refonte.scss */
.general-modal .modal-header .modal-title {
  font-size: 24px;
  text-transform: uppercase;
}
/* line 2521, ../sass/_refonte.scss */
.general-modal .modal-header .close {
  font-size: 40px;
  color: #396e7e;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 2529, ../sass/_refonte.scss */
.general-modal.modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 2533, ../sass/_refonte.scss */
.general-modal .modal-footer {
  border-top: 0px solid transparent;
  text-align: center;
}
/* line 2540, ../sass/_refonte.scss */
.general-modal .row-select {
  margin-bottom: 5px;
}
/* line 2543, ../sass/_refonte.scss */
.general-modal .row-select .bootstrap-select {
  width: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 10px;
  text-align: center;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
}
/* line 2555, ../sass/_refonte.scss */
.general-modal .row-select .bootstrap-select .btn {
  border: 1px solid #396e7e;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 10px;
  height: 24px;
}
/* line 2565, ../sass/_refonte.scss */
.general-modal .row-select .bootstrap-select .btn-default {
  width: 100%;
  text-align: center;
}
/* line 2569, ../sass/_refonte.scss */
.general-modal .row-select .bootstrap-select .btn-default .filter-option {
  float: none !important;
}
/* line 2574, ../sass/_refonte.scss */
.general-modal .row-select .bootstrap-select select {
  display: none;
}
/* line 2579, ../sass/_refonte.scss */
.general-modal .row-select .bs-caret {
  float: right;
  /*.caret {
      font-family: 'Glyphicons Halflings';
      content: "\e259";
      position: relative;
      top: 1px;
      display: inline-block;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      }*/
}
/* line 2582, ../sass/_refonte.scss */
.general-modal .row-select .bs-caret .glyphicon {
  top: 1px;
  font-size: 10px;
  color: #396e7e;
}
/* line 2602, ../sass/_refonte.scss */
.general-modal .row-select .dropdown-menu {
  left: 10px;
  right: 10px;
}
/* line 2606, ../sass/_refonte.scss */
.general-modal .row-select .dropdown-menu li {
  text-align: center;
}
/* line 2609, ../sass/_refonte.scss */
.general-modal .row-select .dropdown-menu li .glyphicon {
  display: none;
}
/* line 2616, ../sass/_refonte.scss */
.general-modal .modal-content {
  border: 0px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 2622, ../sass/_refonte.scss */
.general-modal label {
  font-weight: 400;
  font-size: 14px;
  font-family: "default_font";
}
/* line 2629, ../sass/_refonte.scss */
.general-modal .form-control {
  border: 1px solid #396e7e;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  height: 40px;
}
/* line 2638, ../sass/_refonte.scss */
.general-modal textarea.form-control {
  height: 150px;
}
/* line 2644, ../sass/_refonte.scss */
.general-modal select.form-control {
  height: 24px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0px 10px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 96% center;
}

/* line 2664, ../sass/_refonte.scss */
.bootstrap-select a {
  color: #396e7e;
}

/* line 2669, ../sass/_refonte.scss */
.block-file {
  position: relative;
}
/* line 2672, ../sass/_refonte.scss */
.block-file .choose-file {
  width: 100%;
  overflow: hidden;
  clear: both;
  cursor: pointer;
}
/* line 2678, ../sass/_refonte.scss */
.block-file .choose-file .tdpicon-plus {
  margin-right: 10px;
  float: left;
  width: 50px;
  height: 50px;
  background: #396e7e;
  color: #ffffff;
  font-size: 50px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
/* line 2690, ../sass/_refonte.scss */
.block-file .choose-file .txt {
  position: absolute;
  left: 0px;
  right: 0px;
  line-height: 50px;
  color: #333333;
  font-size: 14px;
  padding-left: 60px;
}
/* line 2701, ../sass/_refonte.scss */
.block-file .form-control {
  z-index: 1;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 50px;
  line-height: 50px;
}

/* line 2715, ../sass/_refonte.scss */
.bootstrap-select .dropdown-menu.inner {
  position: static !important;
  float: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 2727, ../sass/_refonte.scss */
.static-pages h2 {
  margin: 0px;
  padding: 20px 0px 10px;
  width: 100%;
  overflow: hidden;
  clear: both;
  font-size: 28px;
  color: #222222;
  text-transform: uppercase;
  line-height: 30px;
}
/* line 2739, ../sass/_refonte.scss */
.static-pages .block-static-pages {
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  padding: 10px;
}
/* line 2745, ../sass/_refonte.scss */
.static-pages .block-static-pages h3 {
  font-size: 18px;
  color: #2b677c;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  padding: 20px 0px;
}
/* line 2754, ../sass/_refonte.scss */
.static-pages .block-static-pages h4 {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin: 0px;
  padding: 0px 0px 20px;
}
/* line 2762, ../sass/_refonte.scss */
.static-pages .block-static-pages a {
  color: #333333;
  text-decoration: underline;
}
/* line 2767, ../sass/_refonte.scss */
.static-pages .block-static-pages p {
  line-height: 16px;
  margin-bottom: 10px;
}
/* line 2772, ../sass/_refonte.scss */
.static-pages .block-static-pages ul {
  list-style: none;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  clear: both;
}
/* line 2779, ../sass/_refonte.scss */
.static-pages .block-static-pages ul li {
  float: left;
  width: 33%;
  padding: 0px 15px;
  text-align: center;
}
/* line 2785, ../sass/_refonte.scss */
.static-pages .block-static-pages ul li strong, .static-pages .block-static-pages ul li b {
  background: #396e7e;
  display: block;
  width: 76px;
  height: 76px;
  color: #ffffff;
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  margin: 0px auto 25px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

/* line 2805, ../sass/_refonte.scss */
#testersList .nav li {
  width: 33%;
  padding: 5px 10px;
}

/* line 2812, ../sass/_refonte.scss */
.link {
  color: #333;
}
/* line 2815, ../sass/_refonte.scss */
.link:hover {
  text-decoration: none;
}

/* line 2821, ../sass/_refonte.scss */
.list_products_expired .item {
  margin-bottom: 10px;
  font-size: 14px;
  color: #444444;
  background: #ffffff;
  padding-top: 10px;
  border: 1px solid #396e7e;
  border-top: 2px solid #396e7e;
}
/* line 2831, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media {
  padding-bottom: 15px;
}
/* line 2835, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-body {
  padding-bottom: 0px;
}
/* line 2839, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-left {
  min-width: 90px;
  padding-left: 0px;
  padding-right: 10px;
}
/* line 2844, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-left .media-object {
  margin: 0px auto;
  max-width: 80px;
  max-height: 85px;
}
/* line 2851, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-heading {
  font-size: 18px;
}
/* line 2854, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-heading a {
  color: #396e7e;
}
/* line 2858, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-heading span {
  display: block;
  color: #444444;
}
/* line 2864, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-body {
  position: relative;
}
/* line 2868, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-body .names {
  padding-right: 80px;
}
/* line 2872, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-body .block-icon-large {
  position: absolute;
  top: 26px;
  right: 10px;
  font-size: 26px;
  color: #396e7e;
}
/* line 2879, ../sass/_refonte.scss */
.list_products_expired .item .top-block .media-body .block-icon-large .glyphicon-menu-down {
  display: none;
}
/* line 2886, ../sass/_refonte.scss */
.list_products_expired .item .block-icon {
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  height: 20px;
  background: #396e7e;
  color: #ffffff;
}
/* line 2895, ../sass/_refonte.scss */
.list_products_expired .item .block-icon .glyphicon {
  font-size: 16px;
}
/* line 2899, ../sass/_refonte.scss */
.list_products_expired .item .block-icon .glyphicon-menu-up {
  padding-top: 3px;
  display: none;
}
/* line 2905, ../sass/_refonte.scss */
.list_products_expired .item .names {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  text-align: justify;
}
/* line 2912, ../sass/_refonte.scss */
.list_products_expired .item .names strong {
  text-transform: uppercase;
  display: block;
}
/* line 2919, ../sass/_refonte.scss */
.list_products_expired .item.active .names {
  height: auto;
}
/* line 2925, ../sass/_refonte.scss */
.list_products_expired .item.active .bottom-block .block-icon .glyphicon-menu-up {
  display: block;
}
/* line 2929, ../sass/_refonte.scss */
.list_products_expired .item.active .bottom-block .block-icon .glyphicon-menu-down {
  display: none;
}

/* line 2938, ../sass/_refonte.scss */
.smartadserver-pub {
  font-size: 0px;
  text-align: center;
}

/* line 2943, ../sass/_refonte.scss */
.smartadserver-pub.under-block-top-post {
  margin-top: 2px;
}

/* line 2947, ../sass/_refonte.scss */
.site-habillage {
  margin: 0 auto !important;
  max-width: 1200px !important;
  background-size: auto !important;
  background: no-repeat center 0px scroll !important;
  padding-top: 260px;
  background-attachment: fixed !important;
}
/* line 2956, ../sass/_refonte.scss */
.site-habillage.rw_dfp_skin {
  position: relative !important;
}
/* line 2959, ../sass/_refonte.scss */
.site-habillage.rw_dfp_skin .smartadserver-pub .container {
  background-color: unset !important;
}
/* line 2965, ../sass/_refonte.scss */
.site-habillage .topbar-site {
  top: 0 !important;
  position: absolute !important;
  left: 0 !important;
}
/* line 2972, ../sass/_refonte.scss */
.site-habillage .smartadserver-pub .container {
  background-color: #000 !important;
}

/* line 2979, ../sass/_refonte.scss */
.rw_dfp_skin .habillage_dfp {
  position: absolute;
}

/* line 2986, ../sass/_refonte.scss */
body.modal-open .topbar-site.largge-header, body.modal-open:not(.mf) .header-page.largge-header {
  position: fixed !important;
  z-index: 1060 !important;
  width: 100%;
  left: 0;
}
/* line 2994, ../sass/_refonte.scss */
body.modal-open .topbar-site.largge-header {
  top: 0;
}

/* line 3001, ../sass/_refonte.scss */
.block-skinning .skin {
  position: relative;
}
/* line 3005, ../sass/_refonte.scss */
.block-skinning .skin input[type="radio"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 3009, ../sass/_refonte.scss */
.block-skinning .skin input[type="radio"]:not(:checked) + .skin-radio:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 3015, ../sass/_refonte.scss */
.block-skinning .skin input[type="radio"]:checked + .skin-radio:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 3022, ../sass/_refonte.scss */
.block-skinning :not(:checked) + label .skin-radio, .block-skinning .recommendation-choices :not(:checked) .skin-radio, .block-skinning .redeem-choices :not(:checked) .skin-radio {
  left: 0px;
  top: 5px;
  position: absolute;
  width: 15px;
  height: 15px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f5f5f5;
  border: 1px solid #cfcfcf;
}
/* line 3035, ../sass/_refonte.scss */
.block-skinning :not(:checked) + label .skin-radio:after, .block-skinning .recommendation-choices :not(:checked) .skin-radio:after, .block-skinning .redeem-choices :not(:checked) .skin-radio:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: "";
  width: 7px;
  height: 7px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #396e7e;
}

/* line 3053, ../sass/_refonte.scss */
.form-group.redeem .block-skinning, .form-group.recommendation .block-skinning {
  position: relative;
}
/* line 3055, ../sass/_refonte.scss */
.form-group.redeem .block-skinning .skin, .form-group.recommendation .block-skinning .skin {
  margin-left: 0px;
}

@media (max-width: 480px) {
  /* line 3063, ../sass/_refonte.scss */
  .recommendation .skin, .redeem .skin {
    padding-top: 20px;
    padding-left: unset;
    width: 7.8%;
    text-align: center;
  }

  /* line 3071, ../sass/_refonte.scss */
  .recommendation-choices .skin-radio, .redeem-choices .skin-radio {
    left: 20% !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /* line 3078, ../sass/_refonte.scss */
  .recommendation .skin, .redeem .skin {
    width: 8%;
    text-align: center;
  }
  /* line 3081, ../sass/_refonte.scss */
  .recommendation .skin:first-of-type, .redeem .skin:first-of-type {
    margin-left: 2.7% !important;
  }
}
@media (max-width: 400px) {
  /* line 3089, ../sass/_refonte.scss */
  .recommendation-choices .skin-radio, .redeem-choices .skin-radio {
    left: 15% !important;
  }
}
/* line 3096, ../sass/_refonte.scss */
.iframe-coreg .title {
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 0px;
  font-size: 16px;
}

/* line 3103, ../sass/_refonte.scss */
.iframe-responsive-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
/* line 3109, ../sass/_refonte.scss */
.iframe-responsive-wrapper .iframe-ratio {
  display: block;
  width: 100%;
  height: auto;
}
/* line 3115, ../sass/_refonte.scss */
.iframe-responsive-wrapper iframe {
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 3125, ../sass/_refonte.scss */
.video-thumb {
  height: 120px;
  object-fit: cover;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}

/* line 3136, ../sass/_refonte.scss */
.simple-form-edit .form-control {
  border: 0 !important;
  box-shadow: none !important;
  background-color: #FFF !important;
  color: #808080;
}
/* line 3141, ../sass/_refonte.scss */
.simple-form-edit .form-control:focus, .simple-form-edit .form-control:active {
  border: 1px solid #bbb !important;
}
/* line 3144, ../sass/_refonte.scss */
.simple-form-edit .form-control[readonly="readonly"]:focus, .simple-form-edit .form-control[readonly="readonly"]:active {
  border: 0 !important;
}
/* line 3149, ../sass/_refonte.scss */
.simple-form-edit .col-sm-7 {
  padding-left: 30px;
}
/* line 3153, ../sass/_refonte.scss */
.simple-form-edit .c2a {
  line-height: 42px;
  color: #396e7e;
  font-size: 26px;
  text-decoration: none;
  cursor: pointer;
}
/* line 3159, ../sass/_refonte.scss */
.simple-form-edit .c2a:hover {
  color: #193138;
}
/* line 3164, ../sass/_refonte.scss */
.simple-form-edit .form-avatar {
  margin-left: 30px;
}
/* line 3167, ../sass/_refonte.scss */
.simple-form-edit .form-avatar .avatar-icon:hover, .simple-form-edit .form-avatar .avatar-icon:active {
  text-decoration: none;
}
/* line 3168, ../sass/_refonte.scss */
.simple-form-edit .form-avatar .avatar-icon i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

/* line 3178, ../sass/_refonte.scss */
.preference {
  background-color: #FFF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 3183, ../sass/_refonte.scss */
.preference .preference-heading {
  color: #898989;
}
/* line 3185, ../sass/_refonte.scss */
.preference .preference-heading:hover, .preference .preference-heading:active {
  text-decoration: none;
}
/* line 3188, ../sass/_refonte.scss */
.preference .preference-heading .title {
  font-size: 18px;
  font-family: "default_font_light";
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 3194, ../sass/_refonte.scss */
.preference .preference-heading .glyphicon {
  font-size: 22px;
}

/* line 3201, ../sass/_refonte.scss */
#accountmodal .modal-content {
  font-size: 16px;
  border-radius: 0;
  padding: 0 35px 35px 35px;
  color: #333;
  background: url("../images/preference-profile.png") no-repeat center right 10px;
  background-color: white;
  background-position-y: 22px;
}
/* line 3209, ../sass/_refonte.scss */
#accountmodal .modal-content h2.welcome {
  margin-bottom: 0;
}
/* line 3213, ../sass/_refonte.scss */
#accountmodal .modal-content span.subtitle {
  font-family: "default_font_light";
  margin-bottom: 20px;
  display: inline-block;
  font-size: 24px;
}
/* line 3220, ../sass/_refonte.scss */
#accountmodal .modal-content p {
  font-family: "default_font_light";
  font-size: 20px;
  color: #727272;
}
/* line 3225, ../sass/_refonte.scss */
#accountmodal .modal-content .modal-header {
  padding: 0;
  border-bottom: 0;
}
/* line 3228, ../sass/_refonte.scss */
#accountmodal .modal-content .modal-header .close {
  opacity: 1;
}
/* line 3230, ../sass/_refonte.scss */
#accountmodal .modal-content .modal-header .close span {
  color: black;
  font-size: 60px;
  font-weight: normal;
  text-shadow: none;
}

/* line 3241, ../sass/_refonte.scss */
.interstitiel .interstitiel-close {
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
  margin-top: 29px;
  padding: 10px;
  position: relative;
  color: white;
}

/* line 3251, ../sass/_refonte.scss */
.review-type {
  color: #396e7e;
}

/* line 3254, ../sass/_refonte.scss */
.thanks {
  margin: 0 auto;
  display: block;
  width: 200px;
}
/* line 3258, ../sass/_refonte.scss */
.thanks:hover {
  color: #fff;
  background-color: #396e7e;
  cursor: none;
}

/* line 3266, ../sass/_refonte.scss */
body.site-vn {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 3269, ../sass/_refonte.scss */
body.site-vn .modal #loginModalTitle, body.site-vn .modal .modal-body .title, body.site-vn .modal .modal-body .features li, body.site-vn .modal .modal-body button.btn, body.site-vn .modal .modal-body .btn.btn-large {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3274, ../sass/_refonte.scss */
body.site-vn article.product .product-name, body.site-vn .product-container .block-description .date-suscribe, body.site-vn .sidebar .widget-reviews .title, body.site-vn .sidebar .widget-reviews .note {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3279, ../sass/_refonte.scss */
body.site-vn .last-reviews .global .rate-block, body.site-vn .finished_Tests .global .rate-block, body.site-vn .last-reviews .domains .dl-horizontal dt, body.site-vn .finished_Tests .domains .dl-horizontal dt {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3284, ../sass/_refonte.scss */
body.site-vn .last-reviews .review-item .report-options .option, body.site-vn .finished_Tests .review-item .report-options .option, body.site-vn .last-reviews .review-item .report-options .report, body.site-vn .finished_Tests .review-item .report-options .report, body.site-vn .last-reviews .review-item .comment-title, body.site-vn .finished_Tests .review-item .comment-title, body.site-vn .last-reviews .review-item .user-info, body.site-vn .finished_Tests .review-item .user-info, body.site-vn .last-reviews .review-item .review-type, body.site-vn .finished_Tests .review-item .review-type, body.site-vn .last-reviews .review-item .rate-wrap .rate-block, body.site-vn .finished_Tests .review-item .rate-wrap .rate-block {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3290, ../sass/_refonte.scss */
body.site-vn #subscribe_form_v1 div.title, body.site-vn #subscribe_form_v1 button.submit, body.site-vn .user-status .welcome-user, body.site-vn #review_add_form .rate-block, body.site-vn #review_add_form .btn-info span, body.site-vn #review_add_form .submit-review-button {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3295, ../sass/_refonte.scss */
body.site-vn .error .error-title {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3306, ../sass/_refonte.scss */
body.site-id .sidebar .widget-reviews .title {
  white-space: initial;
}
/* line 3312, ../sass/_refonte.scss */
body.site-id .last-reviews .rate-block.mini, body.site-id .finished_Tests .rate-block.mini {
  font-size: 14px;
  line-height: 25px;
}
/* line 3320, ../sass/_refonte.scss */
body.site-id .modal-login.modal-review .modal-dialog .modal-content .title-border {
  background-image: none;
}
/* line 3329, ../sass/_refonte.scss */
body .items_products .block-all-tests {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}
/* line 3335, ../sass/_refonte.scss */
body .category-page .category-description {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 3339, ../sass/_refonte.scss */
body .sidebar {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 3347, ../sass/_refonte.scss */
body .menu-site > .nav > li > .nav .nav li {
  font-family: Arial, "default_font", "Helvetica Neue", Helvetica, sans-serif;
}
/* line 3356, ../sass/_refonte.scss */
body .ope_share_review {
  font-family: "default_font", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: normal;
  color: #333;
  padding-left: 20px;
}
/* line 3361, ../sass/_refonte.scss */
body .ope_share_review .msg-partage {
  font-size: 18px;
  padding-left: 80px;
  padding-bottom: 40px;
}
/* line 3368, ../sass/_refonte.scss */
body .ope_share_review .media .media-left img {
  max-width: 200px;
  max-height: 200px;
}
/* line 3373, ../sass/_refonte.scss */
body .ope_share_review .media .media-body {
  padding-left: 10px;
}
/* line 3375, ../sass/_refonte.scss */
body .ope_share_review .media .media-body h4.media-heading {
  font-family: "default_font", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 3380, ../sass/_refonte.scss */
body .ope_share_review .media .media-body .content {
  font-size: 13px;
}
/* line 3385, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block {
  padding-top: 45px;
  padding-bottom: 60px;
}
/* line 3388, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block .facebook_share_block {
  float: left;
  margin-left: 127px;
}
/* line 3391, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block .facebook_share_block #facebook_share_btn {
  background: url("../images/facebook_btn.png") no-repeat center;
  width: 205px;
  height: 40px;
}
/* line 3395, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block .facebook_share_block #facebook_share_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
/* line 3401, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block .twitter_share_block {
  float: left;
  margin-left: 45px;
}
/* line 3404, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block .twitter_share_block #twitter_share_btn {
  background: url("../images/twitter_btn.png") no-repeat center;
  width: 204px;
  height: 40px;
}
/* line 3408, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block .twitter_share_block #twitter_share_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
/* line 3414, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block.share-btns-block-one-btn {
  text-align: center;
}
/* line 3416, ../sass/_refonte.scss */
body .ope_share_review .share-btns-block.share-btns-block-one-btn .facebook_share_block {
  display: inline-block;
  float: none;
  margin: 0;
}
/* line 3426, ../sass/_refonte.scss */
body #reviewmodal .ope_share_title {
  font-family: "default_font", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 3432, ../sass/_refonte.scss */
body #success_share_msg_modal {
  font-family: "default_font", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: normal;
  color: #333;
  padding-left: 20px;
}
/* line 3438, ../sass/_refonte.scss */
body #success_share_msg_modal .modal-header .title {
  font-size: 24px;
  text-transform: uppercase;
}
/* line 3444, ../sass/_refonte.scss */
body #success_share_msg_modal .modal-body #notice {
  font-size: 16px;
  padding-left: 100px;
  padding-right: 100px;
}
/* line 3449, ../sass/_refonte.scss */
body #success_share_msg_modal .modal-body #message {
  font-size: 18px;
}
/* line 3451, ../sass/_refonte.scss */
body #success_share_msg_modal .modal-body #message img {
  margin: auto;
}

/* line 3461, ../sass/_refonte.scss */
body .share_window .share_form_elements {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
/* line 3465, ../sass/_refonte.scss */
body .share_window .share_form_elements textarea {
  overflow: hidden;
  height: 100px;
}
/* line 3469, ../sass/_refonte.scss */
body .share_window .share_form_elements input[name=url] {
  width: 100%;
}
/* line 3473, ../sass/_refonte.scss */
body .share_window .share_submit_container {
  width: 204px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}
/* line 3481, ../sass/_refonte.scss */
body .share_window .twitter_share_btn {
  background: url("../images/tweeter_btn.png") no-repeat center;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
}
/* line 3487, ../sass/_refonte.scss */
body .share_window .twitter_share_btn:hover {
  opacity: 0.9;
}
/* line 3490, ../sass/_refonte.scss */
body .share_window .twitter_share_btn.en_share {
  background: url("../images/en_tweeter_btn.png") no-repeat center;
}
/* line 3494, ../sass/_refonte.scss */
body .share_window .message_container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-family: "default_font", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: normal;
  color: #333;
  font-size: 20px;
  text-align: center;
}
/* line 3504, ../sass/_refonte.scss */
body .share_window .message_container.error {
  color: #ec0202 !important;
  width: 70%;
}
/* line 3511, ../sass/_refonte.scss */
body #reviewmodal #preview_image_review {
  max-height: 250px;
  margin: auto;
}

@media (max-width: 480px) {
  /* line 3520, ../sass/_refonte.scss */
  body .ope_share_review {
    padding-left: 0px;
  }
  /* line 3522, ../sass/_refonte.scss */
  body .ope_share_review .msg-partage {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  /* line 3526, ../sass/_refonte.scss */
  body .ope_share_review .share-btns-block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  /* line 3529, ../sass/_refonte.scss */
  body .ope_share_review .share-btns-block .facebook_share_block, body .ope_share_review .share-btns-block .twitter_share_block {
    float: unset;
    margin-left: 0px;
    margin-bottom: 8px;
  }
  /* line 3534, ../sass/_refonte.scss */
  body .ope_share_review .share-btns-block #facebook_share_btn, body .ope_share_review .share-btns-block #twitter_share_btn {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 3540, ../sass/_refonte.scss */
  body .ope_share_review .media .media-left {
    vertical-align: middle;
  }
  /* line 3542, ../sass/_refonte.scss */
  body .ope_share_review .media .media-left img {
    max-width: 140px;
    max-height: 140px;
  }
  /* line 3547, ../sass/_refonte.scss */
  body .ope_share_review .media .media-body {
    padding-left: 0px;
  }
  /* line 3549, ../sass/_refonte.scss */
  body .ope_share_review .media .media-body h4 {
    margin-bottom: 12px;
  }
  /* line 3558, ../sass/_refonte.scss */
  body #success_share_msg_modal .modal-body #notice {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 3567, ../sass/_refonte.scss */
  body .share_window .share_form_elements textarea {
    height: 200px;
  }
}
/* line 3575, ../sass/_refonte.scss */
#rw_alert_cookies {
  color: #fff;
  background-color: #000;
  border: none;
  position: fixed;
  z-index: 9991;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 25px !important;
  margin-bottom: 0px;
}
/* line 3587, ../sass/_refonte.scss */
#rw_alert_cookies .btn-warning {
  color: #FFF;
  background-color: #396E7E;
  border-color: #396E7E;
  float: right;
}
/* line 3593, ../sass/_refonte.scss */
#rw_alert_cookies .close {
  color: #FFFFFF;
  opacity: 1;
}
/* line 3598, ../sass/_refonte.scss */
#rw_alert_cookies small.response-coockies {
  width: 74%;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  padding: 9px 0 0 0;
}
/* line 3604, ../sass/_refonte.scss */
#rw_alert_cookies small.response-coockies a {
  color: #396E7E;
}

/* line 3611, ../sass/_refonte.scss */
.block-skinning-asia .radio-inline + .radio-inline {
  margin-left: 0px;
}

/* line 3616, ../sass/_refonte.scss */
.jobs h2, .tips-to-write-a-review h2 {
  text-transform: uppercase;
}

/* line 3622, ../sass/_refonte.scss */
#CFf .CF_visuals {
  width: 72%;
  margin-left: 17%;
  margin-right: auto;
}
/* line 3626, ../sass/_refonte.scss */
#CFf .CF_visuals .CF_visual_radios {
  position: relative;
}

/* line 3632, ../sass/_refonte.scss */
.review_brand_answer {
  margin-bottom: -5px;
  cursor: pointer;
}
/* line 3635, ../sass/_refonte.scss */
.review_brand_answer .head {
  background-color: #eaeaea;
  width: auto;
  height: 20px;
  border-top-right-radius: 26px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 2em;
}
/* line 3646, ../sass/_refonte.scss */
.review_brand_answer .body {
  display: none;
  border: 1px solid #386e7e;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 3653, ../sass/_refonte.scss */
.review_brand_answer .body .media-left .logo {
  border: 1px solid #f1f1f1;
  text-align: center;
  margin: 5px;
  margin-top: 10px;
  margin-right: 3px;
  padding: 2px;
}
/* line 3660, ../sass/_refonte.scss */
.review_brand_answer .body .media-left .logo img {
  height: auto;
  max-height: 100px;
  display: inline-block;
}
/* line 3668, ../sass/_refonte.scss */
.review_brand_answer .body .media-body .answer {
  margin: 5px;
  margin-left: 2px;
  padding: 0 4px;
}

/* line 3677, ../sass/_refonte.scss */
body.mf .review_brand_answer .head {
  background-color: #fe1d5d;
  color: #FFF;
}

/* line 3682, ../sass/_refonte.scss */
body.gm .review_brand_answer .head {
  background-color: #ebaa21 !important;
}

/* line 3686, ../sass/_refonte.scss */
.country_site {
  display: inline-grid;
  display: inline-block;
  position: relative;
}
/* line 3691, ../sass/_refonte.scss */
.country_site_none {
  display: none;
}
/* line 3694, ../sass/_refonte.scss */
.country_site_n {
  display: block !important;
  position: absolute;
  top: 25px;
}

/* line 3701, ../sass/_refonte.scss */
.alert-review {
  background-color: #585858;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 3706, ../sass/_refonte.scss */
.alert-review h2, .alert-review h3, .alert-review a {
  color: #fff;
}

/*
*   hide the basic search form for big resolution > 991px 
*/
@media (min-width: 991px) {
  /* line 3715, ../sass/_refonte.scss */
  form#search_form.form-inline {
    display: none;
  }
}
/* line 3720, ../sass/_refonte.scss */
.image-preview-holder {
  position: relative;
}
/* line 3722, ../sass/_refonte.scss */
.image-preview-holder img {
  margin-top: 20px !important;
}
/* line 3726, ../sass/_refonte.scss */
.image-preview-holder button {
  z-index: 99;
  color: #396e7e;
  font-size: 52px;
  position: absolute;
  display: block;
  background-color: transparent;
  border: none;
}
/* line 3734, ../sass/_refonte.scss */
.image-preview-holder button.delete {
  top: -20px;
  right: 0;
}

/* line 3741, ../sass/_refonte.scss */
.video-preview-holder {
  margin-top: 20px !important;
  position: relative;
}
/* line 3744, ../sass/_refonte.scss */
.video-preview-holder button {
  z-index: 99;
  color: #396e7e;
  font-size: 52px;
  position: absolute;
  display: block;
  background-color: transparent;
  border: none;
}
/* line 3752, ../sass/_refonte.scss */
.video-preview-holder button.delete {
  top: -20px;
  right: 0;
}

/* line 3759, ../sass/_refonte.scss */
#description_more {
  display: none;
}

/* line 3762, ../sass/_refonte.scss */
.full-properties {
  display: none;
}

/* line 3766, ../sass/_refonte.scss */
.centered-button {
  display: flex;
  justify-content: center;
}

/* line 2, ../sass/_partner.scss */
.be-partner .menu-site > .nav {
  width: 90%;
  float: right;
}
/* line 6, ../sass/_partner.scss */
.be-partner .menu-site > .nav li .active {
  border-bottom: 5px solid #f2d26f;
}
/* line 9, ../sass/_partner.scss */
.be-partner .menu-site > .nav li:hover {
  border-bottom: 5px solid #f2d26f;
}
/* line 14, ../sass/_partner.scss */
.be-partner .header-page {
  width: 100%;
  background-color: transparent;
  position: absolute;
  text-transform: uppercase;
}
/* line 20, ../sass/_partner.scss */
.be-partner .partner-content {
  margin: 0;
  			/*.partner-slider{
  				.jcarousel-wrapper {
  					margin-top: 60px;
  					position: relative;
  					background-color:$base-color;
  					-webkit-border-radius: 5px;
  					-moz-border-radius: 5px;
  					border-radius: 5px;
  					-webkit-box-shadow: 0 0 2px #999;
  					-moz-box-shadow: 0 0 2px #999;
  					box-shadow: 0 0 2px #999;
  					padding:50px;
  				}
  
  				
  				.jcarousel {
  					position: relative;
  					overflow: hidden;
  					width: 100%;
  				}
  
  				.jcarousel ul {
  					width: 20000em;
  					position: relative;
  					list-style: none;
  					margin: 0;
  					padding: 0;
  				}
  
  				.jcarousel li {
  					width: 200px;
  					float: left;
  					-moz-box-sizing: border-box;
  					-webkit-box-sizing: border-box;
  					box-sizing: border-box;
  				}
  
  				.jcarousel img {
  					display: block;
  					max-width: 100%;
  					height: auto !important;
  				}
  
  
  				.jcarousel-control-prev,
  				.jcarousel-control-next {
  					position: absolute;
  					top: 50%;
  					margin-top: -15px;
  					width: 30px;
  					height: 30px;
  					text-align: center;
  					color: #fff;
  					text-decoration: none;
  					font-size:40px;
  				}
  
  				.jcarousel-control-prev {
  					left: 15px;
  				}
  
  				.jcarousel-control-next {
  					right: 15px;
  				}
  
  
  				.jcarousel-pagination {
  					position: absolute;
  					bottom: -40px;
  					left: 50%;
  					-webkit-transform: translate(-50%, 0);
  					-ms-transform: translate(-50%, 0);
  					transform: translate(-50%, 0);
  					margin: 0;
  				}
  
  				.jcarousel-pagination a {
  					text-decoration: none;
  					display: inline-block;
  
  					font-size: 11px;
  					height: 10px;
  					width: 10px;
  					line-height: 10px;
  
  					background: #fff;
  					color: #4E443C;
  					border-radius: 10px;
  					text-indent: -9999px;
  
  					margin-right: 7px;
  
  
  					-webkit-box-shadow: 0 0 2px #4E443C;
  					-moz-box-shadow: 0 0 2px #4E443C;
  					box-shadow: 0 0 2px #4E443C;
  				}
  
  				.jcarousel-pagination a.active {
  					background: #4E443C;
  					color: #fff;
  					opacity: 1;
  
  					-webkit-box-shadow: 0 0 2px #F0EFE7;
  					-moz-box-shadow: 0 0 2px #F0EFE7;
  					box-shadow: 0 0 2px #F0EFE7;
  				}
  				// Ancien Slider
  				.carousel{
  					margin-top:40px;
  					background-color:$base-color;
  					.carousel-control{
  						width:5%;
  					}
  					&.carousel-showsixmoveone
  					{
  						.carousel-control
  						{ 
  							width: 4%;
  							background-image:none;
  
  							&.left 
  							{
  								margin-left:15px;
  							}
  
  							&.right 
  							{
  								margin-right:15px;
  							}
  						}
  
  						.cloneditem-*, 
  						{
  							display: none;
  						}
  
  						.carousel-inner
  						{	
  							width: 80%;
  							margin: 0 auto;
  							.item{
  								img{
  									margin-top:40px;
  									margin-bottom: 40px;
  									margin-left:80px;
  									margin-right:0px;
  									&:first-child{
  										margin-top:40px;
  										margin-bottom: 40px;
  										margin-left:0px;
  										margin-right:0px;
  									}
  								}							
  							}
  							@media all and (min-width: 768px)
  							{
  								@media (transform-3d), (-webkit-transform-3d)
  								{
  									> .item.active.right,
  									> .item.next
  									{ 
  										transform: translate3d(33.333%, 0, 0);  
  										left: 0;
  									}
  
  									> .item.active.left,
  									> .item.prev
  									{ 
  										transform: translate3d(-33.333%, 0, 0);
  										left: 0;
  									}
  
  									> .item.left,
  									> .item.prev.right,
  									> .item.active
  									{
  										transform: translate3d(0, 0, 0);
  										left: 0;
  									}    
  								} 
  
  								> .active.left,
  								> .prev
  								{
  									left: -33.333%;
  								}
  
  								> .active.right,
  								> .next
  								{
  									left:  33.333%;
  								}
  
  								> .left,
  								> .prev.right,
  								> .active
  								{
  									left: 0;
  								}
  
  								.cloneditem-1,
  								.cloneditem-2
  								{
  									display: block;
  								}
  							}
  
  							@media all and (min-width: 992px)
  							{    
  								@media (transform-3d), (-webkit-transform-3d)
  								{
  									> .item.active.right,
  									> .item.next
  									{ 
  										transform: translate3d(16.666%, 0, 0);  
  										left: 0;
  									}    
  
  									> .item.active.left,
  									> .item.prev
  									{ 
  										transform: translate3d(-16.666%, 0, 0);
  										left: 0;
  									}
  
  									> .item.left,
  									> .item.prev.right,
  									> .item.active
  									{
  										transform: translate3d(0, 0, 0);
  										left: 0;
  									}
  								}
  
  								> .active.left,
  								> .prev
  								{
  									left: -16.666%;
  								}
  
  								> .active.right,
  								> .next
  								{
  									left:  16.666%;
  								}
  
  								> .left,
  								> .prev.right,
  								> .active
  								{
  									left: 0;
  								}
  
  								.cloneditem-3,
  								.cloneditem-4, 
  								.cloneditem-5
  								{
  									display: block;
  								}
  							}    
  						}
  					}
  				}
  				}*/
}
/* line 24, ../sass/_partner.scss */
.be-partner .partner-content .our-services {
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 600px;
  background-image: url("../images/be-partner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 26, ../sass/_partner.scss */
.be-partner .partner-content .our-services .partner-head .btn.btn-primary {
  border: 0px solid transparent;
  font-size: 22px;
  line-height: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 60px;
  width: 275px !important;
}
/* line 35, ../sass/_partner.scss */
.be-partner .partner-content .our-services .partner-head h2 {
  color: white;
  font-size: 28px;
}
/* line 42, ../sass/_partner.scss */
.be-partner .partner-content .our-services .partner-head hr {
  margin-top: 5px;
  width: 60px;
  padding: 0;
  border: none;
  border-top: 5px solid #f2d26f;
  text-align: center;
}
/* line 51, ../sass/_partner.scss */
.be-partner .partner-content .our-services .partner-head p {
  color: white;
  font-size: 22px;
  padding: 0 20px;
}
/* line 65, ../sass/_partner.scss */
.be-partner .partner-content .block-service {
  margin: 15px;
}
/* line 67, ../sass/_partner.scss */
.be-partner .partner-content .block-service .item {
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
/* line 71, ../sass/_partner.scss */
.be-partner .partner-content .block-service .item .num {
  color: #396e7e;
  font-size: 26px;
  text-align: center;
}
/* line 72, ../sass/_partner.scss */
.be-partner .partner-content .block-service .item .num.circle {
  margin: 10px;
  color: white;
  width: 30px;
  background: #396e7e;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 30px;
  /* 100 - 10 */
}
/* line 87, ../sass/_partner.scss */
.be-partner .partner-content .block-service .item .description .title {
  color: #396e7e;
  font-size: 28px;
}
/* line 91, ../sass/_partner.scss */
.be-partner .partner-content .block-service .item .description p {
  font-family: "default_font_light";
  font-size: 16px;
}
/* line 99, ../sass/_partner.scss */
.be-partner .partner-content .testimonials .title {
  text-transform: uppercase;
  font-size: 28px;
}
/* line 103, ../sass/_partner.scss */
.be-partner .partner-content .testimonials hr {
  margin-top: 5px;
  width: 60px;
  padding: 0;
  border: none;
  border-top: 5px solid #396e7e;
  text-align: center;
}
/* line 112, ../sass/_partner.scss */
.be-partner .partner-content .testimonials .block-testimonial .author {
  margin-top: 25px;
  font-family: "default_font_bold";
  font-size: 15px;
  padding: 0;
}
/* line 117, ../sass/_partner.scss */
.be-partner .partner-content .testimonials .block-testimonial .author.pull-right {
  text-align: right;
}
/* line 121, ../sass/_partner.scss */
.be-partner .partner-content .testimonials .block-testimonial .message {
  position: relative;
  color: white;
  font-family: "default_font_light";
  font-size: 16px;
  padding: 15px;
  background-color: #396e7e;
  text-align: justify;
}
/* line 129, ../sass/_partner.scss */
.be-partner .partner-content .testimonials .block-testimonial .message.right:after {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #396e7e;
  border-width: 25px;
  margin-left: -25px;
}
/* line 143, ../sass/_partner.scss */
.be-partner .partner-content .testimonials .block-testimonial .message.left:after {
  top: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #396e7e;
  border-width: 25px;
  margin-left: -25px;
}
/* line 426, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign {
  margin-top: 60px;
}
/* line 428, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .title {
  text-transform: uppercase;
  font-size: 28px;
}
/* line 432, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign hr {
  margin-top: 5px;
  width: 60px;
  padding: 0;
  border: none;
  border-top: 5px solid #396e7e;
  text-align: center;
}
/* line 441, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .info-brand {
  overflow: hidden;
  z-index: 1;
  background: #272727;
  left: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: white;
  height: 500px;
  padding: 30px;
}
/* line 454, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .info-brand img {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 auto;
}
/* line 460, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .info-brand div[class^="col-sm"] {
  height: 100%;
}
/* line 463, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .info-brand .img-container {
  padding: 100px;
}
/* line 468, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 472, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item img {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 auto;
}
/* line 478, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item i {
  font-size: 60px;
  color: #396e7e;
}
/* line 482, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item .visu {
  padding: 20px;
  height: 140px;
  width: 140px;
  display: inline-block;
  background-color: white;
}
/* line 488, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item .visu .ima-responsive {
  max-height: 100%;
  max-width: 100%;
}
/* line 494, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item span.num {
  font-family: "default_font_black";
  display: block;
  font-size: 34px;
  color: #396e7e;
}
/* line 500, ../sass/_partner.scss */
.be-partner .partner-content .our-compaign .list-item .item span.type {
  font-family: "default_font_black";
  display: block;
  font-size: 23px;
}
/* line 509, ../sass/_partner.scss */
.be-partner .partner-content .contact-us {
  background-color: #396e7e;
  margin-top: 60px;
}
/* line 514, ../sass/_partner.scss */
.be-partner .partner-content .contact-us .container .form-group .form-control {
  border-radius: 20px;
}
/* line 517, ../sass/_partner.scss */
.be-partner .partner-content .contact-us .container .form-group.objet {
  padding: 0;
}
/* line 520, ../sass/_partner.scss */
.be-partner .partner-content .contact-us .container .form-group select.form-control {
  -webkit-appearance: none;
  text-indent: 0.01px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 10px;
  background-image: url("../images/arrow-down.png");
}
/* line 530, ../sass/_partner.scss */
.be-partner .partner-content .contact-us .container #message {
  height: 180px;
}
/* line 535, ../sass/_partner.scss */
.be-partner .partner-content .contact-us .title {
  text-transform: uppercase;
  font-size: 28px;
  color: white;
}
/* line 540, ../sass/_partner.scss */
.be-partner .partner-content .contact-us hr {
  margin-top: 5px;
  width: 60px;
  padding: 0;
  border: none;
  border-top: 5px solid #f2d26f;
  text-align: center;
}
/* line 549, ../sass/_partner.scss */
.be-partner .partner-content .contact-us form .input-group {
  margin-bottom: 15px;
}
/* line 551, ../sass/_partner.scss */
.be-partner .partner-content .contact-us form .input-group:last-child {
  margin-bottom: 25px;
}
/* line 554, ../sass/_partner.scss */
.be-partner .partner-content .contact-us form .input-group .form-control {
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 0 0 20px;
  font-family: "default_font_light";
  font-size: 20px;
  height: 40px;
}
/* line 561, ../sass/_partner.scss */
.be-partner .partner-content .contact-us form .error-block {
  color: #FF8282;
  text-shadow: 0px 1px 0px #F00;
}

/* line 2, ../sass/_header.scss */
header.header-page .user-status {
  white-space: nowrap;
}
/* line 4, ../sass/_header.scss */
header.header-page .user-status .welcome-user {
  line-height: 10px;
  padding-top: 2px;
}
/* line 8, ../sass/_header.scss */
header.header-page .user-status .user-name {
  margin-top: -1px;
}
