/* 
  blue: #247CC4
  yellow: #f7bf19
 */

/* Custom injected css */
.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}

.banner.banner-one {
  overflow-y: hidden;
}

/* Featured */
.featured img {
  max-height: 180px;
  width: auto
}

.featured .pixsass-icon-box-content p {
  margin-top: 22px;
}

@media screen  and (min-width: 992px) {
  .featured img {
    max-height: 210px;
    width: auto
  }

  .featured .pixsass-icon-box-content {
    padding-top: 20px;
  }
}

@media screen  and (min-width: 1200px) {
  .featured img {
    max-height: 260px;
    width: auto
  }

  .featured .pixsass-icon-box-content {
    padding-top: 80px;
  }
}

/* Cas d'usage */
#pix-tabs-nav {
  justify-content: center;
}

#pix-tabs-content img {
  height: 340px;
  width: auto;
}

#pix-tabs-content .content img {
  /* background-color: #f7bf19; */
  /* background-color: #247CC4; */
  background-color: transparent;
}

#pix-tabs-content .content .shape-shadow {
  bottom: 0px;
}

#pix-tabs-content .content .shape-shadow {
  display: none;
}

/* Footer */
#footer .copyright {
  text-align: right;
  width: 100%;
}

#footer .copyright .heart {
  color: #f7bf19;
}

/* btns */
.btn-shadow-blue,
.btn-shadow-blue.btn-outline {
  box-shadow: 0px 20px 30px rgba(70, 113, 176, 0.3);
}

.btn-shadow-blue.btn-outline:hover {
  box-shadow: none;
}

.become-expert {
  /* color: #247CC4;
  background: white;
  border-color: #247CC4; */
}

.become-client {
  /* color: white;
  background: #f7bf19;
  border-color: #f7bf19; */
}

#home-version-1 .first-rv-btn {
  background: white;
  color: #247CC4;
  border-color: #247CC4;
}

#home-version-1 .first-rv-btn:hover {
  background: #247CC4;
  color: white;
  border-color: #247CC4;
}

.genera-informes-two .title+p {
  color: #f7bf19;
  font-size: 18px;
  line-height: 30px;
}

#main_content .description.small-p-p > p {
  margin-bottom: 24px;
}

#main_content .description.small-p-p > a {
  margin-top: 42px;
}

.genera-informes-two {
  padding-top: 0px;
  margin-top: -69px;
}

/* pricing */
.pricing-table .pricing-header.pricing-amount .price {
  color: #247CC4;
}

/* referals */
.brand-logo img {
  padding: 0 10px;
}

/* legal */
.blue-line-header {
  background: #247CC4;
  height: 90px;
}

.legal {
  width: 90%;
  margin: 69px auto 69px;
  max-width: 830px;
}

.legal h1 {
  margin: 30px 0 50px;
}

.legal h2 {
  margin: 30px 0 20px;
}

/* language selector */
.language-selector {
  margin: 0;
  display: inline-block;
  width: 40px;
  background: none !important;
  border: none;
  color: white;
  padding: 0;
  width: auto;
  margin-left: 40px;
  box-shadow: none!important;
}

.pix-header-fixed .language-selector {
  color: #247CC4;
}

@media (max-width: 991px) {
  .nav-right .language-selector {
    margin: 20px 40px 0 auto;
    display: block;
    text-align: right;
    color: #247CC4;
  }
}

/* add arrow */
.language-selector::after {
  content: "▼";
  font-size: 12px;
  color: white;
  margin-left: 5px;
}