@media (min-width: 1024px) {
    body.wiziblocks-on .prod .prod__article {
        width: 24% !important;
    }
}
div#\39 9bdd907-04a4-4f06-98ab-f0cd3f0ebc49 .wizi-txt.wizi-txt--large {
    padding: 0vw 10vw;
}
i.far.fa-question-circle {
    display: none;
}
.wiziblocks__item--fullpage {
    background: transparent;
}
.wiziblocks__item__maxWidth {
    background-color: transparent;
}
div#\31 cf42f11-b78f-4407-b196-987a1b93f9de .wizi-txt__item {
    background-color: #ebbcbc;
    padding: 10px;
    border-radius: 20px;
}
/* ----- SECTION TITRE PRINCIPAL (H1 + PARAGRAPHE) ----- */
div#\31 cf42f11-b78f-4407-b196-987a1b93f9de {
    margin-top: -9vw;
    z-index: 3;
}

div#\31 cf42f11-b78f-4407-b196-987a1b93f9de .wizi-wrapper--txt {
    max-width: 900px;
    margin: 0 auto;
}

/* Style du H1 */
div#\31 cf42f11-b78f-4407-b196-987a1b93f9de h1 span {
    font-size: 32px !important;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
    line-height: 1.3;
    display: block;
}

/* Paragraphe sous le H1 */
div#\31 cf42f11-b78f-4407-b196-987a1b93f9de p {
    font-size: 18px;
    line-height: 1.6;
    color: white;
    max-width: 750px;
    margin: 0 auto;
}

/* Animation subtile à l'apparition */
div#\31 cf42f11-b78f-4407-b196-987a1b93f9de .wizi-txt__item {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp-vgn 0.6s ease-out forwards;
}

/* Keyframes (nom unique pour éviter les conflits) */
@keyframes fadeInUp-vgn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    div#\31 cf42f11-b78f-4407-b196-987a1b93f9de h1 span {
        font-size: 26px !important;
    }
    div#\31 cf42f11-b78f-4407-b196-987a1b93f9de p {
        font-size: 16px;
    }
}

/* ----- SECTION LES MEILLEURES VENTES ----- */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 {
    background-color: #ffffff;
}

/* Titre "Les meilleures ventes" */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__titleList p {
    margin-bottom: 35px;
}

div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__titleList strong {
    font-size: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    position: relative;
}

/* petite barre rose sous le titre */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__titleList strong::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #ebbcbc;
    border-radius: 999px;
}

/* Liste produits dans cette section uniquement */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod.product-list-classic {
    gap: 20px;
}

/* Carte produit */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__article {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(235, 188, 188, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Fond interne léger */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__shadow {
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
}

/* Hover carte */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__article:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-color: #ebbcbc;
}

/* Image produit */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__picture {
    padding: 20px 20px 10px;
}

div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__img {
    /* max-height: 180px; */
    object-fit: contain;
}

/* Nom + marque */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__name {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__name__brand {
    font-size: 13px;
    color: #888;
}

/* Prix */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__price__cur strong {
    font-size: 16px;
    color: #333;
}

/* Bouton "Ajouter au panier" */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__btn--addCart {
    border-radius: 999px;
    padding: 9px 18px;
    background-color: #ebbcbc;
    color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__btn--addCart span {
    white-space: nowrap;
}

/* Hover bouton */
div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__article:hover .prod__btn--addCart {
    background-color: #e1a7a7;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(235, 188, 188, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    div#\37 4a75271-88ae-4149-8b67-407f0be3e969 {
        padding: 40px 15px;
    }
    div#\37 4a75271-88ae-4149-8b67-407f0be3e969 .prod__titleList strong {
        font-size: 18px;
    }
}

/* ----- SECTION MODE FEMME ----- */
div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 {
    padding: 70px 20px;
    background-color: #ffffff;
}

div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 .wizi-wrapper--txt {
    max-width: 850px;
    margin: 0 auto;
}

/* Style du H2 */
div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 h2 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.3;
    position: relative;
}

/* Petite barre décorative rose sous le H2 */
div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin: 12px auto 0;
    background-color: #ebbcbc;
    border-radius: 999px;
}

/* Paragraphe */
div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 p {
    font-size: 17px;
    line-height: 1.65;
    color: #555;
    max-width: 760px;
    margin: 0 auto;
}

/* Animation subtile */
div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 .wizi-txt__item {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInSoft 0.6s ease-out forwards;
}

@keyframes fadeInSoft {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 {
        padding: 50px 15px;
    }
    div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 h2 {
        font-size: 22px;
    }
    div#\33 6683afe-3d65-4949-8342-6dfbe4a5d656 p {
        font-size: 15.5px;
    }
}

/* ----- SECTION LES MEILLEURES VENTES (BLOC 2) ----- */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 {
    padding: 60px 20px;
    background-color: #ffffff;
}

/* Titre centré "Les meilleures ventes" */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__titleList p {
    margin-bottom: 35px;
}

div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__titleList strong {
    font-size: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #333;
    display: inline-block;
    position: relative;
}

/* Petite barre décorative rose sous le titre */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__titleList strong::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #ebbcbc;
    border-radius: 999px;
}

/* Liste produits */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod.product-list-classic {
    gap: 20px;
}

/* Carte produit */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__article {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(235, 188, 188, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Ombre interne + fond léger */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__shadow {
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
}

/* Hover carte */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__article:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-color: #ebbcbc;
}

/* Image produit */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__picture {
    padding: 20px 20px 10px;
}

div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__img {
    /* max-height: 180px; */
    /* object-fit: contain; */
}

/* Nom du produit */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__name {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__name__brand {
    font-size: 13px;
    color: #888;
}

/* Prix */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__price__cur strong {
    font-size: 16px;
    color: #333;
}

/* Bouton "Ajouter au panier" */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__btn--addCart {
    border-radius: 999px;
    padding: 9px 18px;
    background-color: #ebbcbc;
    color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__btn--addCart span {
    white-space: nowrap;
}

/* Hover bouton */
div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__article:hover .prod__btn--addCart {
    background-color: #e1a7a7;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(235, 188, 188, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
    div#\32 f33394f-a4de-47c1-a06e-8205cd275888 {
        padding: 40px 15px;
    }
    div#\32 f33394f-a4de-47c1-a06e-8205cd275888 .prod__titleList strong {
        font-size: 18px;
    }
}

/* ----- SECTION GARÇON / FILLE ----- */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c {
    background-color: #ffffff;
}

/* Conteneur double blocs */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-content {
    align-items: center;
    gap: 40px;
    margin: 60px auto;
    max-width: 1100px;
}

/* Alterne sens (1ère ligne = image gauche / 2ème ligne = image droite) */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-content:nth-child(2) {
    flex-direction: row-reverse;
}

/* ----- IMAGES ----- */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-img--small {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-img--small:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Image interne */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-img__item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- TEXTES ----- */
/* Titre H2 */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title h2,
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title p {
    font-size: 27px !important;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
    margin-bottom: 18px;
    text-align: left;
}

/* Petite ligne décorative rose */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title h2::after,
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title p::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    background-color: #ebbcbc;
    border-radius: 999px;
    margin-top: 10px;
}

/* Paragraphes */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__content p {
    font-size: 17px;
    line-height: 1.65;
    color: #555;
}

/* Nettoyage des styles ajoutés par le builder */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__content span {
    background: none !important;
}

/* ----- ANIMATION ----- */
div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-content {
    opacity: 0;
    transform: translateY(25px);
    animation: sectionFadeUp 0.7s ease-out forwards;
}

div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-content:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes sectionFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ----- RESPONSIVE ----- */
@media (max-width: 900px) {
    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-content {
        flex-direction: column !important;
        text-align: center;
        gap: 25px;
    }

    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-img--small,
    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text {
        width: 100%;
    }

    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title h2,
    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title p {
        text-align: center;
    }

    /* ligne décorative centrée */
    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title h2::after,
    div#\63 f996d43-c022-49dc-ad4b-47884b601f6c .wizi-text__title p::after {
        margin-left: auto;
        margin-right: auto;
    }
}

div#c977bbfe-700b-43e4-b63f-21074375de19 .wizi-img__content {
    border-radius: 20px;
}

div#\31 cf42f11-b78f-4407-b196-987a1b93f9de h1.we-align-center::after {
    content: "";
    width: 70px;
    height: 2px;
    margin: 10px auto 0;
    background-color: #ebbcbc;
    border-radius: 999px;
    margin-bottom: 2vw;
}

.headroom--unpinned {
    background-color: #eed3d1;
}

@media (max-width: 768px) {
  .header__relative {
    background: #EBBCBC;
  }
}

