#header {
    background: transparent !important; /* Rend le fond transparent */
    -webkit-box-shadow: none !important; /* Écrase l'ombre sur les navigateurs Webkit (Chrome, Safari) */
    box-shadow: none !important;
}
#header .header-top {
    padding: 2px 0 2px 0;
    background-color: #2e1f25;
}
.featured-products .products {
    justify-content: center;
}
#header .header-nav a{
    color: white;
}
#header .header-nav .cart-preview .shopping-cart {
    color: white;
}
#header .header-nav {
    max-height: 45px;
    border: 0;
    background-color: #71003B80;
    color: white;
}
#header .header-nav .blockcart {
    background: transparent;
}
#header .header-nav .blockcart {
    padding:0.5em 0.5em 0em 0em;
    height: 100%;
}
#footer {
    padding-top: 0;
    background-color: #2e1f25;
}

#footer .h3 {
    color: white;
}
.footer-container {
    padding-top: 1.5rem;
    overflow: hidden;
}
.footer-logo {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

.featured-products .all-product-link {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
#header .header-nav .language-selector, #header .header-nav .user-info {
    margin-top: .5rem;
    white-space: nowrap;
}
#header .header-nav .blockcart .header {
    margin-top: 0rem;
}

/*  centre le menu header horizontalement */
.header-top-right {
    display: flex;
    justify-content: center;
    padding-right: 170px !important;
}

#wrapper {
    padding-top: 1rem;
    background-color: #ffffff;
}
#div_mystery_link {
    margin-top:0.5rem;
    margin-bottom:0.25rem;
    white-space: nowrap;
}
#header .header-nav .user-info {
    margin-left: 0.9375rem !important;
    text-align: right;
}
#header .header-nav .user-info .account {
    margin-left: 0 !important;
}
.mystery_link_desactive {
    color:rgb(196, 196, 196) !important;
    padding: 2px 5px;
    border: 2px solid rgb(196, 196, 196);
    border-radius: 5px;
}
.mystery_link_active {
    color:white;
    padding: 2px 5px;
    margin-bottom: 5px;
    border: 2px solid white;
    border-radius: 5px;
    animation: scintillement 1s infinite;
}

.page-my-account #content .links a span.link-item-higlight {
    background-color: #71003a70 !important;
}

.page-my-account #content .links .link-item-higlight a:hover i {
    color: #2e1f25 !important;
}

.material-icons {
    font-family: 'Material Icons';
    visibility: hidden;
}

.material-icons-loaded .material-icons {
    visibility: visible;
}

.bootstrap-touchspin {
    display: flex;
}

.promo-name .cart-summary-line {
    text-align: center;
}

@keyframes scintillement {
    0% {
        opacity: 1;
        border-color: white;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    50% {
        opacity: 0.5;
        border-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        opacity: 1;
        border-color: white;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

.page-my-account #content .links a {
    color: black;
}

/* taille video sur la page d'accueil*/
.responsive-video {
    width: 100%; /* La largeur s'adapte au conteneur */
    height: auto; /* Maintient les proportions de la vidéo */
    max-width: 100%; /* Empêche de dépasser la taille du conteneur */
    display: block; /* Évite les marges non désirées */
  }

/* menu espace client grisé*/
.disabled-link {
    color: grey;
    text-decoration: none;
}
.disabled-link:hover {
    text-decoration: none;
}

h5.modal-title {
    display: inline !important;
}

.custom-alert {
    background-color: #fff4e0; /* Fond orange très clair */
    border: 5px solid #ff9a52;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: "Manrope", sans-serif;
    color: #7a541f;
    margin-bottom: 20px;

    /* Centrer le contenu horizontalement et verticalement */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-alert p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.custom-alert-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #ff9a52;
    color: white;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-alert-link:hover {
    background-color: #e86c20;
}

.custom-text-background-pink {
    background-color: #b87f9d8e !important;
}

/*********************page mystere***************************************/
.page-mystere {
    font-family: Arial, sans-serif;
    color: #333;
    max-width: 850px;
    margin: auto;
    box-sizing: border-box;
}

.page-mystere.title {
    font-size: 2.5rem;
    color: #ff6f61;
    text-align: center;
}

.page-mystere h2 {
    font-size: 1.8rem;
    color: #333;
}

.page-mystere p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 10px 0;
}

.page-mystere .steps {
    margin-top: 20px;
}

.page-mystere .step {
    padding: 15px 0;
}

.highlight {
    color: #ff6f61;
    font-weight: bold;
}

.page-mystere .confetti-color {
    font-size: 1.2rem;
}

.page-mystere .bullet {
    margin-left: 10px;
    list-style: disc inside;
}

.page-mystere .cta-button {
    background-color: #ff6f61;
    color: white;
    padding: 12px 20px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    text-align: center;
    display: block;
    width: fit-content; /* Ajuste la largeur au contenu */
    margin: 20px auto; /* Centre horizontalement */
}

.page-mystere .cta-button:hover {
    background-color: #e6554f;
}

.page-mystere h2,
.page-mystere h3 {
    text-align: center;
}

/* module text 1 */
.etapes-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0em 1em;
    font-family: Manrope, sans-serif;
  }

  .etape {
    text-align: center;
    margin-bottom: 1em;
  }

  .etape-num {
    width: 30px;
    height: 30px;
    background-color: #2E1F25;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    line-height: 30px;
    font-size: 0.9em;
    border: 2px solid white;
  }

  .etape-text {
    font-size: 1em;
    color: #232323;
    max-width: 400px;
    margin: 0 auto;
  }

/* module text 1 */


/* écran pc*/
@media (min-width: 1024px) {
    .responsive-video {
        width: 80%; /* Adapte la largeur à 70% pour les écrans de PC */
        margin: 0 auto; /* Centrer la vidéo dans le conteneur */
    }
}

/*tablettes*/
@media (max-width: 991px) {
    #header .header-top {
        padding: 0;
    }
    #wrapper {
        padding-top: 0.1rem;
    }
    #_mobile_logo {
        margin-left:5px;
    }
    #custom-text {
        padding: 2rem 1rem 2rem 1rem;
    }
}

@media (max-width: 761px) {
    #contact-infos {
        background-color: white;
    }
}

/* Général */

#header .header-top a[data-depth="0"] {
    color: white;
}

#header .header-top .mobile a[data-depth="0"] {
    color: #2e1f25;
}

/* custom text 3 css block produit */
.product-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
  }

  .product-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 10px;
  }

  .product-image {
    flex: 1 1 400px;
    text-align: center;
  }

  .product-details {
    flex: 1 1 400px;
  }

  .product-title {
    font-size: 1.8em;
    margin-bottom: 10px;
    text-align: center;
  }

  .product-intro {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
  }

  .product-description {
    font-size: 1em;
    margin-bottom: 10px;
  }

  .product-price {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
  }

  .buy-button {
    background-color: #f28ab2;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
  }

  .buy-button:hover {
    background-color: #e06691;
  }
/* custom text 3 css block produit */

/* PAGE NOTRE CONCEPT */
.centered-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .centered-content ul,
  .centered-content ol {
    display: inline-block;
    text-align: left;
    margin: 1em auto;
  }

  .centered-content .step ul{
    width: 80%;
    text-align: justify;
  }
  .centered-content .step {
    margin-bottom: 2em;
  }

  .confetti-color {
    font-size: 1.2em;
    font-weight: bold;
  }
/* PAGE NOTRE CONCEPT */

  /* Responsive Design */
  @media (max-width: 768px) {
    .product-content {
      flex-direction: column;
      align-items: center;
      gap: 15px;
    }

    .product-image img {
      max-width: 100%;
      margin-bottom: 15px;
    }

    .product-title {
      font-size: 1.6rem;
    }

    .product-line-info {
        text-align: center;
    }

    .product-intro {
      font-size: 1rem;
    }

    .product-description {
      font-size: 1rem;
      text-align: center;
    }

    .product-price {
      font-size: 1.8rem;
      text-align: center;
    }

    .buy-button {
      font-size: 1rem;
      padding: 10px 20px;
    }
    .card-block.checkout {
      padding-bottom: 0;
    }
  }
