/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-flags {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  font-size: 0.85em; }
  .product-flags li.product-flag {
    margin: 0 5px 5px 0;
    padding: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top; }
  .product-flags .product-flag.discount {
    display: none; }
  .product-flags .product-flag.online-only {
    background: #d67007; }
  .product-flags .product-flag.new {
    background: #0791d6; }
  .product-flags .product-flag.on-sale {
    background: #e0525c; }
  .product-flags .product-flag.product-available {
    background: none; }
  .product-flags .product-flag.product-last-items {
    background: #fbd5a3; }
  .product-flags .product-flag.product-unavailable {
    background: #f9dede; }

/*
 * Ajout blocs textes pour le seo - 2 avril 2023
 * apBlockCarousel - items référencement
 */
.footer-top .ApColumn .MLCtexte .title_block {
    text-align: left;
    font-weight: 500;
    font-size: 1.75em;
	margin-bottom: 1px;
}
.footer-top .ApColumn .MLCtexte .sub-title-widget {
    text-align: left;
    font-weight: 400;
    font-family: 'bimboregular';
    font-size: 1.5em;
    margin-bottom: 10px;
}
.footer-top .ApColumn .MLCtexte img.img-fluid {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 10px;
}
.footer-top .ApColumn .MLCtexte .title {
    font-weight: 700;
    font-size: 1.4em;
    color: black;
}
.footer-top .ApColumn .MLCtexte .descript {
    font-size: 1.2em;
    color: black;
}


/*
 * Ajout bouton boutique sous le carousel produits - 6 avril 2023
 * page mobile uniquement (profil appagebuilder spécifique)
 */
.Btn-MLCBoutique span.btn.btn-outline-success.btn-sm {
    background: #439a97;
    border-radius: 13px;
}


/*
 * Ajout description pour les catégories cms
 */
.cms-category-description {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* === Section Hero My Little Concept === */
.header-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  text-align: center; /* Par défaut : mobile */
  color: #2c2c2c;
}

.header-hero .hero-text h1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #2c2c2c;
}

.header-hero .intro {
  font-size: 1rem;
  margin: 0 auto 1rem auto;
  color: #444;
  max-width: 650px;
}

.header-hero .hero-buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.header-hero .hero-buttons .btn {
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.3s ease;
}

/* --- Bouton principal --- */
.header-hero .hero-buttons .btn-primary {
  background-color: #ffb703;
  border-color: #ffb703;
  color: #fff;
}
.header-hero .hero-buttons .btn-primary:hover {
  background-color: #fb8500;
  border-color: #fb8500;
}

/* --- Bouton secondaire --- */
.header-hero .hero-buttons .btn-outline-primary {
  border-color: #023047;
  color: #023047;
  background-color: transparent;
}
.header-hero .hero-buttons .btn-outline-primary:hover {
  background-color: #023047;
  color: #fff;
}

/* --- Image responsive --- */
.header-hero .hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* --- Responsive : Mobile (max 767px) --- */
@media (max-width: 767px) {
  .header-hero {
    padding: 50px 0;
  }

  .header-hero .hero-text h1 {
    font-size: 1.4rem;
  }

  .header-hero .intro {
    font-size: 0.95rem;
  }

  .header-hero .hero-buttons {
    justify-content: center;
  }

  .header-hero .hero-image {
    margin-top: 30px;
  }
}

/* --- Responsive : Tablette (768px à 991px) --- */
@media (min-width: 768px) and (max-width: 991px) {
  .header-hero {
    padding: 70px 0;
    text-align: center;
  }

  .header-hero .hero-text h1 {
    font-size: 1.9rem;
  }

  .header-hero .intro {
    font-size: 1.05rem;
    max-width: 700px;
  }

  .header-hero .hero-buttons {
    justify-content: center;
    gap: 15px;
  }

  .header-hero .hero-image img {
    max-width: 80%;
    margin-top: 20px;
  }
}

/* --- Responsive : Desktop (min 992px) --- */
@media (min-width: 992px) {
  .header-hero {
    padding: 100px 0;
    text-align: left;
  }

  .header-hero .hero-text h1 {
    font-size: 2.2rem;
  }

  .header-hero .intro {
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-left: 0;
  }

  .header-hero .hero-buttons {
    justify-content: flex-start;
  }

  .header-hero .hero-image img {
    max-width: 90%;
  }
}
/* === FIN DE LA PERSONNALISATION Hero section My Little Concept === */
