/* ---------------------------- GRADIENT BGROUND ---------------------------- */
/* --------------------------------- SHADOWN -------------------------------- */
/* -------------------------------------------------------------------------- */
h1 {
  color: #050504;
  font-size: 4.1428571429rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h2 {
  color: #050504;
  font-size: 2.6428571429rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h3 {
  color: #050504;
  font-size: 2rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h4 {
  color: #050504;
  font-size: 1.5714285714rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

h5 {
  color: #050504;
  font-size: 1.2857142857rem;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  h1 {
    color: #050504;
    font-size: 3.8rem;
    font-family: "Nunito", sans-serif;
    line-height: 1.4;
    font-weight: 700 !important;
  }

  h2 {
    color: #050504;
    font-size: 1.7857142857rem;
    font-family: "Nunito", sans-serif;
    line-height: 1.4;
    font-weight: 700 !important;
  }
}
/* ---------------------------- GRADIENT BGROUND ---------------------------- */
/* --------------------------------- SHADOWN -------------------------------- */
/* -------------------------------------------------------------------------- */
.bloc-product.mt-0 {
  margin-top: 0px !important;
}

.frm-search > form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .frm-search > form {
    flex-direction: row;
    justify-content: space-between;
  }
}
.frm-search > form .btnSubmit {
  margin: 0 auto;
  text-align: center;
  width: 180px;
  text-align: right;
  display: none;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .frm-search > form .btnSubmit {
    margin-left: 20px;
    margin-top: 0;
    width: 120px;
  }
}
@media (min-width: 960px) {
  .frm-search > form .btnSubmit {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .frm-search > form .btnSubmit {
    margin-left: 30px;
  }
}
.frm-search > form .btnSubmit .btn-aperam {
  width: 100%;
  height: 41px;
  text-align: center;
  background-color: #5f2869 !important;
}
@media (min-width: 576px) {
  .frm-search > form .btnSubmit .btn-aperam {
    background: #eb5e0b !important;
  }
}
.frm-search > form .cbo-holder {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 576px) {
  .frm-search > form .cbo-holder {
    width: calc(100% - 120px - 20px);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .frm-search > form .cbo-holder {
    width: calc(100% - 180px - 20px);
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .frm-search > form .cbo-holder {
    width: calc(100% - 180px - 30px);
    gap: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .select-pro-holder {
    padding: 0 30px !important;
  }
}
@media (max-width: 575px) {
  .select-pro-holder {
    background: #f5f5f5;
    margin: 0px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 575px) {
  .select-pro-holder .grand-banner__inner-subtitle h4 {
    color: black !important;
  }
}

.iabd_hero {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .iabd_hero {
    margin-top: 0px;
  }
}

.alpagino-slider-style-one .sliders {
  height: inherit;
}
.alpagino-slider-style-one .sliders .slider-item {
  height: inherit;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #543286;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one .sliders .slider-item {
    height: 640px;
  }
}
.alpagino-slider-style-one .sliders .slider-item .bg-photo {
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one .sliders .slider-item .bg-photo {
    height: 100%;
  }
}
.alpagino-slider-style-one .sliders .slider-item .bg-photo > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 2px red;
}
.alpagino-slider-style-one .sliders .slider-item .bg-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.alpagino-slider-style-one .sliders .slider-item .overlapbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  opacity: 0.95;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one .sliders .slider-item .overlapbg {
    display: block;
  }
}
.alpagino-slider-style-one .sliders .slider-item .overlapbg.mobile {
  display: block;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one .sliders .slider-item .overlapbg.mobile {
    display: none;
  }
}
.alpagino-slider-style-one .sliders .slider-item .picto-play {
  z-index: 200;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
}
@media (min-width: 960px) {
  .alpagino-slider-style-one .sliders .slider-item .picto-play {
    width: 94px;
    height: 94px;
  }
}
.alpagino-slider-style-one .sliders .slider-item .picto-play img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.alpagino-slider-style-one .sliders .slider-item .info-container {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  background: #543286;
  padding: 32px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one .sliders .slider-item .info-container {
    padding: 0px 15px;
    background: transparent;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}
.alpagino-slider-style-one .sliders .slider-item .info-container .info-content {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.alpagino-slider-style-one .sliders .slider-item .info-container .info-content h1 {
  color: white;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0px !important;
}
@media (min-width: 1200px) {
  .alpagino-slider-style-one .sliders .slider-item .info-container .info-content h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
.alpagino-slider-style-one .sliders .slider-item .info-container .info-content .des {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin: 24px 0px;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one .sliders .slider-item .info-container .info-content .des {
    font-size: 18px;
    line-height: 26px;
  }
}
.alpagino-slider-style-one .sliders .slider-item .info-container .info-content .btn-aperam {
  background: transparent !important;
  border: solid 1px white;
}
.alpagino-slider-style-one .sliders .slider-item .info-container .info-content .btn-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .alpagino-slider-style-one .sliders .slider-item .info-container .info-content .btn-container {
    flex-direction: row;
  }
}
.alpagino-slider-style-one .sliders .slider-item .info-container .info-content .btn-container a:nth-child(2) {
  margin-left: 0px;
  margin-top: 16px;
}
@media (min-width: 960px) {
  .alpagino-slider-style-one .sliders .slider-item .info-container .info-content .btn-container a:nth-child(2) {
    margin-top: 0px;
    margin-left: 24px;
  }
}
.alpagino-slider-style-one__nav {
  z-index: 100000;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  bottom: unset;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one__nav {
    top: unset;
    bottom: 40px;
  }
}
.alpagino-slider-style-one__nav .swiper-pagination {
  max-width: 1140px;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .alpagino-slider-style-one__nav .swiper-pagination {
    text-align: left;
  }
}
.alpagino-slider-style-one .swiper-pagination-bullet {
  border: solid 1px white;
}

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