/* HOMEPAGE */
.wrapperContainer {
  padding-top: 0 !important;
}


.top-menu-header-container {
  position: relative;
  padding: 8px 0;
}

.email_subscription {
  background: none;
  border-bottom: none;
}

.wishlist-products-container {
  padding: 2% 10%;
}

.newsletter-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.top-header-icons {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 100%;
  top: 0;
  right: 16px;
}

.newsletter-form-input {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff
}

.product-miniature .thumbnail-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 68vh;
}

.newsletter-form-input::placeholder {
  color: #ddd;
}

.newsletter-form-submit {
  width: 100%;
  background-color: #97C494;
  color: #fff;
  border: none;
}

.newsletter-form-submit:hover {
  background-color: #32554B;
  cursor: pointer;
}


@media screen and (max-width: 982px) {
  .mobile_header_hide .row {
    display: none;
  }

  #header .top-logo img {
    max-height: 3rem !important;
  }

}

.containerBlocPrincipal {
  overflow: hidden;
}

.containerBlocPrincipal #carousel {
  margin-bottom: -8px;
}

.carouselHome {
  height: 64vh !important;
  margin-bottom: 0;
}

/* REASURRANCE */
.blocReassuranceOne {
  display: flex;
  background-color: #32554B;
  padding: 3% 0;
  justify-content: center;
  align-items: stretch;
}

.itemReassuranceImage {
  width: 50%;
  text-align: center;
}

.itemReassuranceImage img {
  width: 3rem;
}

.itemReassuranceOne {
  display: flex;
  flex-direction: column;
  width: 15%;
  align-items: center;
  row-gap: 15px;
  border-right: 0.01rem solid #c3c3c3d1;
  justify-content: center;
}

.itemReassuranceOne:last-of-type {
  border-right: none;
}

.itemReassuranceText {
  width: 70%;
  text-align: center;
}

.itemReassuranceText p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

.itemReassuranceText span {
  color: #fff;
  font-weight: 900;
}

/* BEST CATEGORY */

.bestCategoryHome {
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #FAFAFA;
}

.brBarCustom {
  height: 1px;
  width: 8%;
  background-color: #97C494;
  display: inline-block;
}

.brBarCustomWhite {
  height: 1px;
  width: 50%;
  background-color: #fff;
  display: inline-block;
}

.titleH2BestCategory {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 0;
}

.directionArrow {
  margin-left: 3%;
}

.directionArrow img {
  width: 12%;
}

.blocTitleBestCategory p {
  font-weight: 300;
  font-size: 16px;
  width: 70%;
}

.blocTitleBestCategory {
  text-align: center;
  margin-bottom: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.titleH2BestCategory span {
  font-style: italic;
  font-weight: 900;
  line-height: 1.3;
}

.selectionBrush {
  background-image: url('../img/brush.svg?format=webp');
  /*padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;*/
  background-repeat: no-repeat;
  background-size: cover;
}


.produit-grid-desktop {
  display: grid;
}

.produit-main-grid,
.produit-third-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.produit-main-grid {
  height: 65vh;
}

.produit-container {
  display: flex;
  height: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  justify-content: center;
  align-items: flex-end;
}

.produit-second-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}

.produit-cta {
  margin: 28px;
  text-align: center;
  padding: 10px 0;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #00000052;
  width: 60%;
  background-color: #00000052;
}

.produit-cta .lastPart {
  font-size: 17px;
  font-weight: 500;
}


.produit-cta:hover,
.produit-cta:focus {
  color: #fff;
  border: 1px solid #97C494;
  background-color: #97C494;
  text-decoration: none;
}

/* Produit Phares */
.blocTitleProductPhares {
  text-align: center;
  margin-bottom: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;

}

.titleH2ProductPhares {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: none !important;
  color: #32554B;
  margin: 0 !important;
  padding-top: 4%;
}

.titleH2ProductPhares .selectionBrush {
  font-style: italic;
  font-weight: 900;
}

.blocTitleProductPhares p {
  width: 70%;
}

.productListHome {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.Style1 img {
  width: 100%;
  height: 100%;
}

.carouselHome {
  height: auto !important;
}

.carousel .carousel-item figure{
      width: 100%;
    height: auto;
    overflow: hidden;
}

@media screen and (max-width: 982px) {

  .productListHome {
    grid-template-columns: 1fr 1fr;
  }

  .js-product {
    padding: 0 !important;
  }

  .blocTitleProductPhares p {
    width: 100%;
  }

  .product-miniature .product-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 280px;
    justify-content: space-between;
    margin-top: 8px;
  }

  .see-product-cta-container {
    padding: 0 !important;
  }

  #product .product-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  #product .img-hook-container {
    width: 100%;
  }

  #product .labels-hook-info-container {
    width: 100%;
  }

  .produit-main-grid,
  .produit-third-grid {
    grid-template-columns: 1fr;

  }

  .produit_mobile_off {
    display: none !important;
  }

  .produit-third-grid {
    padding-bottom: 20px;
  }

  .produit-main-grid {
    height: auto;
  }

  .blocTitleBestCategory p {
    width: 100%;
  }

  /* .directionArrow img {
        width: 90px;
        transform: rotateZ(28deg);
        position: absolute;
        padding: 10px;
        right: 23px;
    } */
  .itemReassuranceOne:nth-child(3) {
    border-right: none;
  }

  .itemReassuranceText p {
    font-size: 14px;
  }

  .itemReassuranceOne {
    display: flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
    row-gap: 15px;
    border-right: 0.01rem solid #c3c3c3d1;
    justify-content: start;
  }

  .blocReassuranceOne {
    padding: 5%;
  }

  .avis-desc,
  .conseils-desc {
    text-align: center;
  }

  .itemReassuranceText {
    width: 97%;
    text-align: center;
  }

  .carousel {
    padding-bottom: 0rem;
  }

  .carousel .carousel-item img {
    /*width: 100%;
    height: 35vh;
    object-fit: cover;*/
        width: 100%;
    height: auto;
    object-fit: cover;
    /*max-height: 514px;
    object-position: 0 164%;*/
  }

  .produit-second-grid {
    display: contents;
  }




}

@media screen and (min-width: 982px) {
  .produit_mobile_on {
    display: none;
  }

  .email_subscription {
    margin: 0;
    width: 60%;
  }
}

@media (min-width: 576px) {

  .col-sm-6,
  .col-sm-7 {
    width: 100% !important;
  }
}

@media (min-width: 1850px) {
  #carousel-img-wrapper {
    height: auto !important;
  }
}


/* Avis Clients */

/* Engagement */

/* Conseils */

/* Une question */

/* Notre Histoire  */

/* Newsletter */

/* Instagram */

.featured-products .container {
  display: grid;
  text-align: center;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #32554B !important;

}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  background-color: #97C494 !important;

}

div:where(.swal2-container) .swal2-html-container {
  color: #32554B !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  color: #32554B !important;

}

.h1main {
  text-align: center;
  color: white;
  background-color: #32554B;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 8px;
  font-size: 2rem !important;
}

.modal-footer {
  display: none;
}

.wishlist-create .modal-footer {
  display: block !important;
}

.wishlist-product-availability {
  display: none !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

  .product-miniature .thumbnail-container {
    min-height: 50vh;
  }

  .carouselHome{
    height: 155px !important;
  }

  .carousel-indicators{
    bottom: -10px;
  }

}

@media screen and (min-width: 768px) {
  .carousel .carousel-item img {
    width: 100%;
        height: auto;
        object-fit: cover;
        /*max-height: 335px;
        object-position: 0 95%;*/
  }
}

@media screen and (min-width: 993px) {}

@media screen and (min-width: 1201px) {
  #carousel-img-wrapper {
/*    height: 340px !important;*/
height: auto !important;
  }
}

@media screen and (min-width: 1440px) {
  #carousel-img-wrapper {
/*    height: 376px !important;*/
    height: auto !important;
  }

  .carousel .carousel-item img {
    width: 100%;
        height: auto;
        object-fit: cover;
        /*max-height: 400px;
        object-position: 0 115%;*/
  }
}

@media screen and (min-width: 1500px) {
  #carousel-img-wrapper {
/*    height: 430px !important;*/
height: auto !important;
  }

  .carousel .carousel-item img {
    width: 100%;
        height: auto;
        object-fit: cover;
        /*max-height: 470px;
        object-position: 0 115%;*/
  }
}

@media screen and (min-width: 1720px) {
  #carousel-img-wrapper {
/*    height: 450px !important;*/
    height: auto !important;
  }
}

@media screen and (min-width: 1820px) {
  #carousel-img-wrapper {
/*    height: 500px !important;*/
height: auto !important;
  }
}

.featured-products .skeepers_product__stars .skeepers_product__stars, .product-description-short .skeepers_product__stars .skeepers_product__stars{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.featured-products .review__header, .product-description-short .review__header{
  display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.sectionAvis{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sectionAvis .skeepers_product__reviews{
  width: 80%;
}

.sectionAvis h2{
  padding: 3% 0;
}

.sectionAvis .titleH2BestCategory span,.sectionAvis .titleH2BestCategory{
  color: #32554b;
}

@media screen and (min-width: 320px) and (max-width: 767px) {

  .sectionAvis h2{
  padding: 7% 6%;
}

.sectionAvis .titleH2BestCategory{
  font-size: 1.7rem;
}
}

#searchBlockMobile{
  margin-bottom: 2%;
}

#searchBlockMobile #search-mobile{
  max-width: 30rem;
}

