body.document_ready .pg_index {
  width: 100%;
}
body.document_ready .pg_index.bodyLayer {
  min-height: 800px;
}
/*! ----------------------------------------------------------------------------------------------------------------- */
/*! SWIPPER HERO (POUR DEMO - DESACTIVE) */
/*! ----------------------------------------------------------------------------------------------------------------- */
.hero-main-content {
  position: relative;
  background: #f5f5f3;
}
.hero-main-content .hero-bkg {
  position: relative;
}
.hero-main-content .hero-bkg img {
  width: 100%;
}
.hero-main-content .hero-content-wrapper .hero-content {
  max-width: 1204px;
  font-family: "Carandache Office Sans", sans-serif;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-main-content .hero-content-wrapper .hero-content .hero-elements p {
  margin: 0;
}
.hero-main-content .hero-content-wrapper .hero-content .hero-elements .hero-subtitle {
  font-family: "Carandache Office Sans Bold", sans-serif;
  font-size: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}
.hero-main-content .hero-content-wrapper .hero-content .hero-elements .hero-title {
  font-size: 38px;
  font-family: "Carandache Office Sans Bold", sans-serif;
  line-height: 38px;
  max-width: 250px;
}
.hero-main-content .hero-content-wrapper .hero-content .hero-elements .btn {
  margin-top: 30px;
  line-height: 33px;
}
.hero-main-content .hero-content-wrapper .hero-content .hero-elements .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .hero-main-content .hero-bkg {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .hero-main-content .hero-bkg, .hero-main-content .hero-content-wrapper .hero-content {
    height: 500px;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements .hero-subtitle {
    font-family: "Carandache Office Sans Black", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements .hero-title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0.05em;
    max-width: 400px;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements .btn {
    margin-top: 15px;
    height: 50px;
    line-height: 45px !important;
  }
}
@media (max-width: 991px) and (max-width: 639px) {
  .hero-main-content .hero-bkg, .hero-main-content .hero-content-wrapper .hero-content {
    height: auto;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements .hero-subtitle {
    font-size: 12px;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements .hero-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .hero-main-content .hero-bkg img {
    width: 1050px;
    transform: scale(1.3) translate(-200px);
    max-width: inherit;
  }
}
@media (max-width: 1023px) and (max-width: 991px) {
  .hero-main-content .hero-bkg img {
    width: 750px;
  }
}
@media (max-width: 1023px) and (max-width: 991px) and (max-width: 1024px) {
  .hero-main-content .hero-bkg img {
    width: 950px;
  }
}
@media (max-width: 1023px) and (max-width: 991px) and (max-width: 639px) {
  .hero-main-content .hero-bkg img {
    transform: none;
    width: 100%;
  }
}
@media (min-width: 640px) {
  .hero-main-content .hero-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-main-content .hero-content-wrapper .hero-content .hero-elements {
    margin-left: 100px;
  }
}