.testimo_carrousel div p {
  quotes: "“ " " „" "‘" "‚";
  font-size: 1em;
  text-align: justify;
}

.postdate {
  font-size: 0.6em;
  display: block;
}

.testimo_autor {
  font-size: 0.9em;
  font-weight: bold;
}

.SeTextColor {
  color: #FB6001;
}

.carousel .carousel-indicators > li {
  background-color: #FB6001;
  border: none;
  opacity: 0.5;
}

  .carousel .carousel-indicators > li.active {
    opacity: 1;
  }

.carousel-item {
  min-height: 350px;
}

.fa-linkedin-in {
  color: #2867B2 !important;
}

.fa-youtube {
  color: #FF0000 !important;
}

.selogo {
  height: 75px;
}

.regular-price {
  position: relative;
}

  .regular-price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    color: red;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

.tryBefore {
  opacity: 0.5;
  background-color: black !important;
}

.getOffert {
  background-color: green !important;
}

#nbLicence {
  width: 25% !important;
}

.language {
  position: absolute;
  right: 0px;
 
}
  .language a {
    color: #FB6001 !important;
    text-decoration:none;
    font-weight:bold;
  }

#reloadCaptcha{
  position: absolute;
  right: 40px !important;
}