/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
:root{
  --blue:#cc4479 !important;
}

.desktop-slide {
  display: block;
}
h1.slider-title{
  font-size:3.5rem;
  font-weight:800;
  color:#FFFFFF;
}
/* Slider Styles */
.homeslider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}

.homeslider-container .slide {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.homeslider-container .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homeslider .caption{
  background:none;
}
/* Styles pour le texte */
.homeslider-container .caption {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5%;
  box-sizing: border-box;
  background-color:
  z-index: 2;
}

/* Titre du slider */
.homeslider-container .caption h1,
.homeslider-container .caption .slider-title {
  color: #ffffff !important;
  font-size: 3rem !important;
  font-weight: 800 !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  text-transform: none !important;
  text-align: left;
  width: 100%;
}
.page-content.page-cms ul, p{
  color:#14060c;
  font-weight:700;
}
.homeslider-container .slider-description {
  color: #14060c;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0;
  width: 100%;
  text-align: left;
}

/* Par défaut, afficher uniquement l'image desktop */
.mobile-slide {
  display: none !important;
}

/* Version mobile avec image de fond personnalisée */
@media (max-width: 767px) {
  .homeslider-container .slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--blue);
      opacity: 0.3; /* 30% d'opacité */
      z-index: 1;
      pointer-events: none;
    }
    /* S'assurer que le texte reste au-dessus de l'overlay */
  .homeslider-container .caption {
    position: relative;
    z-index: 2;
  }

    .homeslider-container .slide {
      position: relative;
      height: 60vh;
      min-height: 300px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

  .homeslider-container .slide {
    position: absolute;
    height: 60vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .homeslider-container .caption h1, .homeslider-container .caption .slider-title {
   font-size:1.6rem !important;
 }
 .page-content.page-cms ul, p {
    font-size: 0.80rem;
  }

  .mobile-slide {
    display: block!important;
    width: 100%;
    height: auto;
  }
  .desktop-slide {
    display: none;
  }

  /* Cacher l'image normale sur mobile */
  .homeslider-container .slide img {
    display: none;
  }

  /* Style pour la première slide */
  .homeslider-container .slide[data-mobile-bg="banner_home_mobile.webp"] {
    background-image: url('../../themes/child_classic/img/mobile-slides/banner_home_mobile.webp');
  }

  /* Style pour la deuxième slide */
  .homeslider-container .slide[data-mobile-bg="klarna_mobile.png"] {
    background-image: url('../../themes/child_classic/img/mobile-slides/klarna_mobile.png');
  }

  /* Style du texte sur mobile */
  .homeslider-container .caption {
    position: relative;
    z-index: 2;
    color: white !important;
    text-align: center;
    padding: 25px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  }
}
/*autre*/
.carousel .carousel-inner {
    height: 100%;
}
._figure-content._leading-none {
    font-size: 2vh;
    font-weight: 600;
    line-height: 1.4;
    color: black;
}
h2._title._w-full.sm\:_w-2\/3 {
    width: 100% !important;
    font-weight: 900;
}
/* FICHE PRODUIT
 * masquer le TTC en dessous du prix sur les fiches produits.
 * Les TABS sur full width
 */
/* FICHE PRODUIT
 * masquer le TTC en dessous du prix sur les fiches produits.
 * Les TABS sur full width
 */
.product-prices .tax-shipping-delivery-label{
  display:none;
}

.tabs.container-full {
 width: 100%;
 max-width: 100%;
 margin: 2rem 0;
 padding: 0 15px;
}

.btn-primary {
  background-color: #cc4479;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #cc4479;
  border-radius: 8px; /* arrondi, tu peux augmenter la valeur */
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover{
  background-color: transparent;
  color: #cc4479;
  border-color: #cc4479;
  box-shadow: 0 0 10px #cc4479;
  transform: scale(1.05);
}
a{
  color: #cc4479 ;
}

a:hover{
  color: #cc4479;
}
.product-flags li.product-flag{
  background-color: #cc4479 ;
}
.product-price {
    color: #cc4479 ;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover{
    border: #cc4479 3px solid ;
}
#header .header-nav .cart-preview.active {
  background-color: #cc4479 ;
}
a:focus, a:hover {
  color:#cc4479 !important;
}

/* Section Librairies partenaires */
.librairie-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  text-align: center;
}

.librairie-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.librairie-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.librairie-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 220px;
  height: 130px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}


 body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 20% 30%, #FFE4E6, transparent 60%),
              radial-gradient(circle at 80% 70%, #FFDDE1, transparent 60%),
              radial-gradient(circle at 50% 50%, #FFF0E1, transparent 60%),
              radial-gradient(circle at 30% 80%, #E9F8E7, transparent 60%),
              radial-gradient(circle at 70% 20%, #D3F0F0, transparent 60%),
              radial-gradient(circle at 50% 80%, #E3E7FF, transparent 60%);
  background-blend-mode: screen;
  animation: bgMove 30s ease infinite;
  color: #1a1a1a;
}

@keyframes bgMove {
  20% {
    background-position:
      20% 30%,
      80% 70%,
      50% 50%,
      30% 80%,
      70% 20%,
      50% 80%;
  }
  50% {
    background-position:
      25% 35%,
      85% 75%,
      55% 55%,
      35% 85%,
      75% 25%,
      55% 85%;
  }
  100% {
    background-position:
      20% 30%,
      80% 70%,
      50% 50%,
      30% 80%,
      70% 20%,
      50% 80%;
  }
}


#wrapper{
  background:none;
}

.product-flags li.product-flag.discount ,  li.product-flag.out_of_stock{
  display:none;
}
.accordion .accordion-title {
    margin-right: 5px !important;
}
._section-block img, ._section-block video {
    max-width: 100%;
    height: -webkit-fill-available;
}

.page-my-account #content .links a i:hover{
  color:#cc4479;
}
li a:hover{
  color:#cc4479 !important;
}
.btn-unstyle:focus .expand-more{
  color:#cc4479 !important;
}
.btn-unstyle:focus .expand-more:hover{
  color:#cc4479 !important;

}

._section-block-15 ._inner {
    height:auto;
}

._section-block-15 ._button {
  background-color: #cc4479;
  color: #ffffff;
  font-weight: bold;
  border: 2px solid #cc4479;
  border-radius: 8px; /* arrondi, tu peux augmenter la valeur */
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

._section-block-15 ._button:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #cc4479;
  box-shadow: 0 0 10px #cc4479;
  transform: scale(1.05);
}

.card.landing{
  background-color: transparent;
}

.btn-outline-primary {
  background-color: transparent;
  color: #cc4479;
  border-color: #cc4479;
  box-shadow: 0 0 10px #cc4479;
  transition: all 0.3s ease;
  font-weight :bold;

}

.btn-outline-primary:hover{
  background-color: #cc4479;
  color: #ffffff !important;
  font-weight: bold;
  border: 2px solid #cc4479;
  border-radius: 8px; /* arrondi, tu peux augmenter la valeur */
  padding: 10px 20px;
  cursor: pointer;

  transform: scale(1.05);

  }
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover{
  color: #cc4479;
}

#footer{
  background-color: rgba(255,255,255,0.8);
}
.block_newsletter{
  background-color: transparent;
}
.page-content{
  background-color: rgba(255,255,255,0.8) !important;
}
#header{
  background-color: rgba(255,255,255,0.8);
}
/* Astérisques rouges pour les champs obligatoires */
.form-group.required .form-control-label:not(.optional)::after,
.form-control-label.required:not(.optional)::after {
  content: " *";
  color: #ff0000;
  font-weight: bold;
}

/* Pour le formulaire de commande (livraison) */
.form-fields .form-group.required .form-control-label:not(.optional)::after,
#delivery-address .form-group.required .form-control-label:not(.optional)::after,
#invoice-address .form-group.required .form-control-label:not(.optional)::after {
  content: " *";
  color: #ff0000;
  font-weight: bold;
}

/* Pour le formulaire d'inscription */
#customer-form .form-group.required .form-control-label:not(.optional)::after {
  content: " *";
  color: #ff0000;
  font-weight: bold;
}

/* Pour les cases à cocher obligatoires */
.form-group.required .custom-checkbox > span:not(.optional)::after,
.form-group.required .custom-radio > span:not(.optional)::after {
  content: " *";
  color: #ff0000;
  font-weight: bold;
  margin-left: 0.2rem;
}
/* Astérisques rouges pour les champs */
#field-company:required + label:after,
#field-siret:required + label:after {
  content: " *";
  color: #ff0000;
}
