/* Demo 6 Homepage 6 */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");

.images-creative {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap; /* utile pour le responsive */
}

.images-creative img {
  width: 48%; /* deux images côte à côte avec un petit espace */
  height: auto;
  display: block;
  object-fit: cover; /* ajuste bien les images sans les déformer */
}

/* Mode mobile : en dessous de 750px */
@media (max-width: 750px) {
  .images-creative {
    flex-direction: column;
    gap: 15px;
  }

  .images-creative img {
    width: 100%; /* chaque image prend toute la largeur */
  }
}

/* Styles pour les tableaux avec la classe .table-livraison */
.table-livraison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 20px 0;
}

.table-livraison th, .table-livraison td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.table-livraison th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.table-livraison tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-livraison td {
  vertical-align: top;
}

/* Qui sommes nous */

.qsm-center{
  text-align: center;
}
.qsm-title{
  color: white;
  background-color: #222;
  padding: 10px;
  display: block;
  margin: auto;
}
.qsm-title-space{
  margin-top: 50px;
  margin-bottom: 25px;
}
.qsm-img{
  margin: auto; 
  display: block;
}
.qsm-p{
  font-size: 1.9rem;
  color: black;
  font-weight: bold;
}
.qsm-bold{
  
  font-weight: bold;
}

.qsm-bottom{
  margin-bottom: 25px;
}

.qsm-rs{
  margin-bottom: 30px;
}
.qsm-rs2{
  margin-top: 45px;
}

.qsm-rs3{
  margin-top: 25px;
}
.qsm-div-info{
  margin-top: 12px;
}
.qsm-div-info p{
  font-size: 1.9rem;
}
.qsm-img-info{
  display:inline; 
  max-width:400px; 
  width:100%;
  width: 55px;
  margin-bottom: 10px;
}
.qsm-text{
  font-size: 1.9rem;
  color: black;
}

/* Fin Qui sommes nous */





.Entretien {
	font-family:"care_labelling_symbolssartex";
	font-size:24px;
}

.sidebar-toggler{
  padding: 2px 8px 2px 6px;
  border: 2px solid;
  border-color: #d7d7d7;
  margin-right: 0rem;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
    .inverse-flex-div{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 992px) {
  .sticky-header-mobile-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    animation-name: fixedHeader;
    animation-duration: .4s;
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
  }
}

/* font-family: 'Poppins', sans-serif; */
.mobile-menu-toggler {
  color: #fff; }

.title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.025em;
  text-transform: uppercase; }

.owl-simple .owl-nav [class*='owl-'] {
  top: 40%; }

.intro-slider-container,
.intro-slide {
  height: 360px;
  background-color: #c8c9cd; }

.intro-slider.owl-theme.owl-nav-inside .owl-dots {
  bottom: 20px; }

.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center; }
  .intro-slide .intro-content {
    position: static;
    left: auto;
    top: auto;
    transform: translateY(0);
    -ms-transform: translateY(0); }

.intro-content {
  padding-top: 3rem; }
  .intro-content .btn {
    text-transform: uppercase;
    border: .2rem solid #fff; }
    .intro-content .btn span {
      font-size: 1.3rem;
      letter-spacing: .1em; }

.intro-subtitle {
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: .05em;
  margin-bottom: 2rem;
  text-transform: uppercase; }

.intro-title {
  font-weight: 600;
  font-size: 9rem;
  line-height: 1.1;
  letter-spacing: .2em;
  margin-bottom: 1.2rem;
  text-transform: uppercase; }

.owl-theme .owl-nav [class*='owl-'] {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  margin-top: -1.6rem; }

.owl-theme.owl-nav-inside .owl-nav .owl-prev {
  left: 20px; }

.owl-theme.owl-nav-inside .owl-nav .owl-next {
  right: 20px; }

.owl-theme.owl-light .owl-nav [class*='owl-'] {
  border-color: #fff;
  color: #fff; }

.banner-subtitle {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 1.3rem;
  letter-spacing: .05em;
  text-transform: uppercase; }


/* Category description */
@media screen and (max-width: 992px) {
  .desc_cat{
    visibility: hidden;
    display: none;
  } 
}

/* Logo mobile */
@media screen and (max-width: 575px) {
  .logo img {
    width: 200px;
  }
}
  
/* Bouton Se connecter */
.account-link-mobile {
  display: none;
  align-items: center;
  justify-content: center;
}
.account-link-mobile i {
  display: inline-block;
  margin-top: -2px;  
  font-size: 3.2rem;
}
.account-txt-mobile{
  display: none;
  font-size: 1.3rem;
}

@media screen and (max-width: 575px) {
  .account-link-mobile {
    display: flex;
  } 
  .account-txt-mobile{
    display: block;
  }
}
@media screen and (max-width: 500px) { 
  .account-txt-mobile{
    display: none;
  }
}


/* Popup Shop and Newsletter */
@media screen and (max-width: 992px) {
  .banner-title {
    font-size: 2.4rem !important;
  } 
}

.banner-content .icon-box-circle .icon-box-icon{
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #fff;
}

.banner-content .icon-box-icon{  
  color: #C09901;
  font-size: 2.5rem;
}

.banner-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.13;
  margin-bottom: 2.6rem;
  letter-spacing: -.025em;
  text-transform: uppercase; }
  .banner-title strong {
    font-weight: 600; }

.banner-group .banner-title {
  margin-bottom: 6.4rem; }

.banner .banner-link.btn {
  padding: 1.15rem 1rem;
  font-size: 1.3rem;
  min-width: 130px;
  letter-spacing: .1em; }
.banner .banner-link.underline {
  border: none;
  border-bottom: .2rem solid #fff; }
  .banner .banner-link.underline:hover, .banner .banner-link.underline:focus, .banner .banner-link.underline:active {
    color: #333;
    background-color: #fff;
    border-color: #fff; }

.banner-content.banner-content-right {
  right: 40px; }

.main .nav.nav-pills .nav-link {
  font-size: 1.3rem;
  letter-spacing: .05em;
  border: none;
  padding-top: .35rem;
  padding-bottom: .35rem;
  position: relative;
  color: #333; }
  .main .nav.nav-pills .nav-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .2rem;
    background-color: #333;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease; }
  .main .nav.nav-pills .nav-link:hover::before, .main .nav.nav-pills .nav-link:focus::before {
    transform-origin: left center;
    transform: scale(1, 1); }
.main .nav.nav-pills .nav-item.show .nav-link,
.main .nav.nav-pills .nav-item .nav-link.active {
  color: #333; }
  .main .nav.nav-pills .nav-item.show .nav-link::before,
  .main .nav.nav-pills .nav-item .nav-link.active::before {
    transform-origin: left center;
    transform: scale(1, 1); }

.product-nav-thumbs a, .product-nav-thumbs span {
  height: 5.4rem; }

/* Product 7 */
.product.product-7 {
  margin-bottom: 2rem;
  background-color: #fff; }
  .product.product-7 .product-action-vertical {
    transform: translateY(-15px); }
  .product.product-7 .product-body {
    padding-bottom: 1rem; }
  .product.product-7 .product-cat {
    font-weight: 400;
    letter-spacing: 0;
    color: #ccc;
    margin-bottom: .2rem; }
  .product.product-7 .product-title {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 0; }
  .product.product-7 .product-action {
    padding-top: 0;
    padding-bottom: 0; }
  .product.product-7 .product-price {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
    font-weight: 500;
    color: #333; }
  .product.product-7 .new-price {
    font-weight: 400; }
  .product.product-7 .label-sale {
    text-transform: uppercase;
    background-color: #333; }
  .product.product-7 .old-price {
    font-weight: 400;
    text-decoration: none; }
  .product.product-7 .btn-product {
    text-transform: lowercase; }
  .product.product-7 .product-nav-dots {
    margin-bottom: 1.5rem; }
  .product.product-7:hover .product-action-vertical {
    transform: translateY(0); }

.more-container {
  margin-bottom: 5rem; }

.btn-more {
  min-width: 130px;
  font-size: 1.3rem;
  letter-spacing: .1em;
  background-color: transparent;
  border: none;
  border-bottom: .2rem solid #222; }
  .btn-more:hover, .btn-more:focus {
    color: #fff;
    background-color: #222;
    border-color: #222; }

.deal .container > .row {
  padding-left: 1rem;
  padding-right: 1rem; }
  .deal .container > .row > div {
    padding-left: 6rem;
    padding-right: 6rem; }

.deal-content {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.625; }
  .deal-content h4 {
    color: #C09901;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: .05em;
    margin-bottom: 2rem;
    text-transform: uppercase; }
  .deal-content h2 {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.1;
    letter-spacing: -.025em;
    text-transform: uppercase; }
  .deal-content .product-title {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: -.01em;
    margin-bottom: .7rem; }
  .deal-content .product-price {
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 3.5rem; }
  .deal-content .new-price {
    color: #bd4040; }
  .deal-content .old-price {
    color: #777; }

.deal-countdown {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px; }
  .deal-countdown .countdown-show3 .countdown-section {
    width: calc(33.33% - 20px); }
  .deal-countdown .countdown-section {
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.6rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 0;
    background-color: transparent; }
    .deal-countdown .countdown-section:not(:last-child):after {
      color: #333333;
      content: ':';
      display: inline-block;
      font-weight: 500;
      font-size: 20px;
      line-height: 1;
      position: absolute;
      left: 100%;
      margin-left: 8px;
      margin-top: -1px;
      top: 40%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .deal-countdown .countdown-period {
    display: block;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    color: #666;
    text-transform: lowercase;
    width: 100%;
    padding-left: .2rem;
    padding-right: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .deal-countdown .countdown-amount {
    display: inline-block;
    color: #C09901;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: .4rem; }

.deal-product .product-body {
  background-color: transparent;
  margin-bottom: 2rem;
  padding: 0; }
.deal-product .product-title {
  font-size: 1.4rem;
  letter-spacing: 0; }
.deal-product .new-price,
.deal-product .old-price {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-decoration: none; }
.deal-product .product-price {
  justify-content: center; }
.deal-product .action {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: #222;
  padding: 1.1rem 2.5rem;
  text-transform: uppercase;
  border-bottom: .2rem solid #222;
  transition: all .3s; }
  .deal-product .action:hover, .deal-product .action:focus {
    color: #fff;
    background-color: #222; }

.brands {
  position: relative; }
  .brands::before {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 0;
    height: .1rem;
    background-color: #ebebeb; }

.banner-overlay-div {
  padding-right: 0; }

.subscribe-div {
  padding-left: 0; }

@media screen and (min-width: 768px) {
  .deal-content h2 {
    font-size: 3.6rem; } }
@media screen and (min-width: 992px) {
  .deal .product-media {
    margin-bottom: 0; }

  .deal-content h4 {
    font-size: 1.3rem; }
  .deal-content h2 {
    font-size: 4rem; }
  .deal-content .product-title {
    font-size: 2.3rem; }
  .deal-content .product-price {
    font-size: 2.4rem;
    margin-bottom: 4.5rem; }

  .deal-countdown .countdown-section {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem; }
  .deal-countdown .countdown-amount {
    font-size: 2.4rem; } }
@media screen and (min-width: 1200px) {
  .deal-content h2 {
    font-size: 2.4rem; } }
.icon-box {
  margin-bottom: 3.5rem; }

.icon-box-icon {
  color: #C09901;
  font-size: 3.4rem;
  margin-bottom: 1.2rem; }

.icon-box-title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: #fff; }

.icon-box-content p:last-child {
  font-size: 1.3rem; }

.primary-color {
  color: #C09901; }

.cta-box {
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: #fafafa;
  margin-bottom: 2rem;
  padding: 6rem 2rem; }
  .cta-box .cta-content {
    width: 375px;
    max-width: 80%; }
  .cta-box .cta-title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: .05em;
    margin-bottom: 1.2rem;
    text-transform: uppercase; }
  .cta-box .form-control:not(:focus):not(.form-control-white) {
    border-color: #777; }
  .cta-box p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2.4rem; }
  .cta-box .btn {
    text-transform: uppercase; }
  .cta-box .btn:not(.btn-block) {
    min-width: 130px; }
  .cta-box .btn-outline-dark-2 {
    color: #222;
    border: none;
    border-bottom: .2rem solid #222;
    padding: 1.45rem 1rem; }
    .cta-box .btn-outline-dark-2:hover, .cta-box .btn-outline-dark-2:focus, .cta-box .btn-outline-dark-2:not(.disabled):active {
      background-color: #333;
      border-color: #333;
      color: #fff; }

.blog-posts {
  padding-bottom: .5rem; }
  .blog-posts .entry-media {
    margin-bottom: 1.5rem; }
  .blog-posts .entry-meta {
    margin-top: 2.2rem;
    margin-bottom: 1.3rem;
    font-size: 1.3rem; }
  .blog-posts .entry-title {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: .9rem; }
  .blog-posts .read-more {
    font-size: 1.3rem;
    letter-spacing: .1em;
    font-weight: 400;
    color: #777; }
    .blog-posts .read-more:hover, .blog-posts .read-more:focus {
      color: #C09901; }

.read-more {
  font-size: 1.5rem;
  letter-spacing: -.01em;
  text-transform: uppercase; }

.footer {
  background-color: #222;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0; }
.footer .footer-middle {
  padding-top: 5.5rem; }
.footer .footer-bottom .container {
  padding-bottom: 2rem; }

@media screen and (min-width: 576px) {
  .intro-slider-container,
  .intro-slide {
    height: 400px; } }
@media screen and (min-width: 768px) {
  .title {
    font-size: 2.4rem; }

  .intro-slider-container,
  .intro-slide {
    height: 460px; }

  .intro-subtitle {
    font-size: 2.4rem; }

  .intro-title {
    font-size: 6rem;
    margin-bottom: 1.4rem; }

  .banner-title {
    font-size: 2.4rem; }

  .banner-subtitle {
    font-size: 1.3rem; }

  .banner .banner-link.btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    letter-spacing: .1em;
    min-width: 130px; }

  .cta-box .cta-title {
    font-size: 1.5rem; }
  .cta-box p {
    margin-bottom: 3rem; } }
.heading .title {
  font-weight: 600;
  letter-spacing: -.025em;
  text-transform: uppercase; }

@media screen and (min-width: 992px) {
  .intro-slider-container,
  .intro-slide {
    height: 520px; }

  .intro-subtitle {
    font-size: 2.48rem; }

  .intro-title {
    font-size: 7.6rem;
    margin-bottom: 1.8rem; }

  .owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 50px; }

  .owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 50px; } }
@media screen and (min-width: 1200px) {
  .intro-slider-container,
  .intro-slide {
    height: 548px; }

  .intro-content .btn {
    min-width: 200px;
    font-size: 1.5rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem; }
    .intro-content .btn i:first-child {
      margin-right: 1.4rem; }
    .intro-content .btn i:last-child {
      margin-left: 1.4rem; }

  .intro-subtitle {
    font-size: 1.3rem; }

  .intro-title {
    font-size: 9rem;
    margin-bottom: 2.2rem; }

  .owl-theme .owl-nav [class*='owl-'] {
    width: 4rem;
    height: 4rem;
    font-size: 2.2rem;
    margin-top: -2rem; }

  .owl-theme.owl-nav-inside .owl-nav .owl-prev {
    left: 100px; }

  .owl-theme.owl-nav-inside .owl-nav .owl-next {
    right: 100px; } }
@media screen and (max-width: 1249px) {
  .owl-simple .owl-nav [class*='owl-'] {
    display: none; } }
@media screen and (max-width: 575px) {
  .intro-title {
    font-size: 5rem; }

  .deal .container > .row > div {
    padding-left: 0;
    padding-right: 0; } }

/*# sourceMappingURL=demo-6.css.map */



	.icn-spinner {
	  animation: spin-animation 0.8s infinite;
	  animation-timing-function: linear; 
	  display: inline-block;
	}

	@keyframes spin-animation {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
	}
	
	
	.btn-load-more {
		cursor: pointer;
	}

  .btn-product-icon-wishlist {
    color: #fff !important;
    background-color: #C09901 !important;
  }

  .product-action-vertical-wishlist {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 2rem;
    top: 2rem;
    background-color: transparent;
    z-index: 10;
    visibility: visible;
    opacity: 1;
    transition: all .35s ease;
    transform: translateX(-15px); }