#index .carousel .carousel-inner
{
height: initial;
}

#index .carousel .carousel-item img
{
  border-radius: 30px;
}

#index .carousel .carousel-item .caption
{
  position: absolute;
  bottom: 85px;
  left: 112px;
  max-width: 726px;
  color: #7E7E7E;
}

#index .carousel .carousel-item .caption .display-1
{
color: #253D4E;
font-size: 72px;
line-height: 72px;
letter-spacing: 0;
font-family: 'Quicksand', sans-serif;
font-weight: bold;
margin-bottom: 35px;
}

#index  .carousel .carousel-item .caption .caption-description p
{
font-size: 30px;
line-height: 36px;
color: #7e7e7e;
letter-spacing: 0;
font-family: 'Lato', sans-serif;
font-weight: normal;
}

#index  .carousel .carousel-item .caption .caption-description .btn-primary
{
  padding: 18px 26px;
  border-radius: 32px;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}

#index .carousel .carousel-item .caption .caption-description p:not(:last-child)
{
margin-bottom: 33px;
}

@media (max-width:1024px)
{
  #index .carousel .carousel-item .caption
  {
    position: static;
    max-width: 100%;
    margin: 1.275rem auto 2.5rem;
    text-align: center;
    padding: 0 10px;
  }

  #index .carousel .carousel-item .caption .display-1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: normal;
    
  }

  #index .carousel .carousel-item .caption .caption-description p:not(:last-child)
  {
    font-size: 1rem;
    line-height: normal;
  }

  #index .carousel .carousel-item .caption .caption-description .btn-primary
  {
    padding: 10px 20px;
  }

  .carousel .carousel-item .caption {
    position: static;
    margin: 1.275rem auto 2.5rem;
    text-align: center;
}


}

/********* banners home ************/

.banner-home .elementor-cta-bg-wrapper img.elementor-cta-bg
{
border-radius: 10px;
}

/*********** custom text *********/

#custom-text
{
  margin-top: 85px; /*** marge***/
  margin-bottom: 14px; /*** marge ***/
}

#custom-text h1
{
margin-bottom: 29px;
}

#custom-text h2
{
margin-bottom: 14px;
}

#custom-text p
{
margin-bottom: 0;
}

#custom-text p:not(:last-child)
{
margin-bottom:30px;
}

#custom-text p a{
  font-size: 18px;
  color: rgba(37,61,78,0.75);
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: 'Quicksand', sans-serif; 
  font-weight: bold;
  text-decoration: underline;
}

/*********** product small list **********/

.product-small-list .elementor-heading-title
{
  border-bottom: 1px solid #ececec;
  position: relative;
  padding-bottom: 23px; /*** marge ***/
 
}

.product-small-list .elementor-heading-title:after
{
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2BBEF9;
}


/******** calage slide 1025 -1199 *************/

@media (min-width:1025px) and (max-width:1199px)
{
  #index .carousel .carousel-item .caption .display-1
  {
    font-size: 50px;
    line-height: 50px;
  }
}


/***** calage 29-09-2023 ***********/

/*** carousel pouplar best sellers home *************/

.popular-grid-block .elementor-heading-title,
.bestsellers-carousel .elementor-heading-title
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.category-home-link
{
margin: 0 -10px;
}

.category-home-link a
{
color: #253D4E;
font-size: 16px;
font-weight: 600;
font-family: 'Quicksand', sans-serif;
padding: 0 10px;
}

@media (max-width:1199px)
{

  #custom-text>.container
  {
    max-width: 100%;
    width: 100%;
  }

}


@media (max-width:767px)
{
  .category-home-link
  {
    margin: 0;
    width: 100%;
  }

  .category-home-link a
  {
    padding: 0 4px;
    font-size: 14px;
  }


}


/**** arrows best sellers carousel *********/


@media (min-width:1200px)
{
    .bestsellers-carousel .elementor-widget-container
    {
    overflow: hidden;
    }

    .bestsellers-carousel .swiper-container
    {
      overflow: initial;
    }

    .bestsellers-carousel .elementor-swiper-button-prev
    {
    top: -40px;
    left: 0;
    }

    .bestsellers-carousel .elementor-swiper-button-next
    {
      top: -40px;
      left: 50px;
      right: initial;
    }


}




.title_best_sellers_carousel .elementor-heading-title
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/***** cartégories populaires -*************/

@media (min-width:1200px)
{
  .popular_category_block
  {
  overflow: hidden;
  }

  .popular_category_block .swiper-container
  {
  overflow: initial;
  }

  .popular_category_block .elementor-swiper-button-prev
  {
  left: initial !important;
  right: 50px;
  top: -36px;
  }


  .popular_category_block .elementor-swiper-button-next
  {
    right: 0;
    top: -36px;
  }

}
