@charset "UTF-8";
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include mobile {
    // Styles spécifiques pour mobile
    font-size: 14px;
    padding: 10px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include tablet {
    // Styles spécifiques pour tablette
    font-size: 16px;
    padding: 15px;
  }
}
 */
/*
@import 'responsive';

.element {
  // Styles par défaut

  @include breakpoint(768px, 1200px) {
    // Styles pour les écrans entre 768px et 1200px
    font-size: 17px;
    padding: 18px;
  }
}
 */
.besight-product-essentiel {
  padding-top: 0 !important;
}
.besight-product-essentiel #site-header.site-header {
  background: transparent !important;
}
.besight-product-essentiel #site-header.site-header.scroll {
  background-color: white !important;
}

.catalogue-essentiels-header-content {
  padding-left: 50px;
}
.catalogue-essentiels-header-content h1 {
  line-height: 150px;
  font-size: 137px !important;
}
@media screen and (max-width: 991px) {
  .catalogue-essentiels-header-content h1 {
    font-size: 64px !important;
    line-height: 72px !important;
  }
}
.catalogue-essentiels-header-content p {
  margin-bottom: 0;
}
.catalogue-essentiels-header-content .catalogue-essentiels-header-content-description {
  margin-bottom: 32px;
  font-size: 21px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .catalogue-essentiels-header-content {
    padding-left: 0;
    text-align: center;
  }
}

/*****/
.col-50-product-essentiel {
  width: calc(50% - 32px);
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 991px) {
  .col-50-product-essentiel {
    width: calc(100% - 32px);
  }
}

.besight-product-essentiel .woocommerce div.product div.summary {
  margin-bottom: 0 !important;
}

.container-single-product-essentiel {
  background: #ffb5b5;
  padding-top: 150px;
  padding-bottom: 150px;
}

.product-container-essentiel-title-container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .product-container-essentiel-title-container {
    width: 600px;
    max-width: calc(100% - 40px);
    text-align: center;
    margin: 0 auto;
  }
}

.product-container-essentiel-title {
  font-family: "larken", sans-serif;
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 32px;
  font-weight: 700;
  color: #000;
}
.product-container-essentiel-title p {
  margin-bottom: 0;
}

.product-container-essentiel-desc {
  font-size: 32px;
  line-height: 36px;
  color: #000;
}
.product-container-essentiel-desc p {
  margin-bottom: 0;
}

.product-container-essentiel-separator {
  height: 2px;
  background: black;
  margin-top: 30px;
  margin-bottom: 45px;
}

.product-container-essentiel {
  background-color: white;
  padding: 10px 20px;
  width: 600px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .product-container-essentiel {
    margin-bottom: 24px;
  }
}

.besight-product-essentiel.single-product .container-single-product {
  margin-top: 0;
  margin-bottom: 0;
}
.besight-product-essentiel.single-product .container-single-product .row {
  display: flex;
  align-items: center;
}

.content-single-essentiel-bloc-img-bg {
  background: #ffb5b5;
  padding: 50px 0;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-single-essentiel-bloc-img-bg .catalogue-essentiels-bloc-img-title {
  font-family: "larken", sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}
.content-single-essentiel-bloc-img-bg .catalogue-essentiels-bloc-img-title p {
  margin-bottom: 0;
}
@media screen and (max-width: 1304px) {
  .content-single-essentiel-bloc-img-bg .catalogue-essentiels-bloc-img-title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1304px) {
  .content-single-essentiel-bloc-img-bg .h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content-single-essentiel-bloc-img-bg .catalogue-essentiels-bloc-img-bg-btns {
  margin-top: 82px;
  margin-bottom: 32px;
}
.content-single-essentiel-bloc-img-bg .catalogue-essentiels-bloc-img-bg-btns a {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

/*****/

/*# sourceMappingURL=woo-product-essentiel.css.map */
