@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #E8014F;
    --red-color: rgb(224, 0, 0);
    --bg-background: #fff;
    --muted-foreground: #666;
    --accent-color: #ff6f61;
    --font-family: Inter, Inter fallback;
    --semiBold: 500;
    --bold: 600;
}

body {
    background: var(--bg-background);
    font-family: var(--font-family);
    font-size: 0.95em;
    overflow-x: hidden !important;
}


.text-muted-foreground {
    color: var(--muted-foreground);
}

textarea {
    resize: none;
}

.bg_primary {
    background: var(--primary-color);
}

.text_center {
    text-align: center;
}

.py_16 {
    padding-block: calc(.25rem* 16);
}

.p_4 {
    padding-inline: calc(.25rem* 6);
}

.p_8 {
    padding: calc(.25rem* 7);
}

.mt-16 {
    margin-top: calc(.25rem* 16);
}

.mt_3 {
    margin: calc(.25rem* 8) 0;
}

img {
    user-select: none;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

i {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

button {
    font-family: var(--font-family);
    outline: none;
    border: none;
    transition: 0.1s;
}

button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.inpt_newsletter {
    outline: 2px solid white;
    color: white;
}

.out_2 {
    outline: 2px solid white;

}

.mt_10 {
    margin-top: 3em !important;
}

.btn_tendance {
    background: none;
    font-weight: 600;
    color: #E8014F;
}

.btn_tendance:hover {
    background: #e8014e23;
}

.btn_newsletter {
    padding: calc(.25em* 7) !important;
    border-radius: 0.5em;
    background-color: white;
    color: #E8014F;
}

.btn-primary {
    background: var(--primary-color);
}

.top-navbar-tojo {
    background-color: none;
    padding: 1em;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

.section_contenu-rubrik-tojo a {
    /* background: red; */
    /* display: block; */
    height: max-content;
    max-width: max-content;
}

.section_contenu-rubrik-tojo a p {
    padding: 1em 1.2em;
    transition: 0.1s;
    border-radius: 0.3em;
}

.section_contenu-rubrik-tojo a p:hover {
    background: var(--bg-background);
}

.flex-row-tojo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.3em;
}

.btn-top-tojo {
    background: var(--primary-color);
    padding: 0.7em 1.5em;
    color: white;
    border-radius: 0.7em;
}

.text_primary{
    color: var(--primary-color)
}
.card_banner {
    padding: 0.5em;
    border: 1px solid silver;
    border-radius: 0.8em;
    padding-bottom: 1em;
}
.card_banner img{

    border-radius: 0.8em;
}

@media (max-width: 930px){
    .banner{
        display: none;
    }
}




.h1_text {
    font-weight: 700;
    color: var(--primary-color);
}

.bold_text {
    font-weight: 600;
}

.bold_text_700 {
    font-weight: 700;
}

.homeText {
    /* height: 70vh; */
    padding: 2em 0;
    margin-bottom: 4.5em;
}

.absolute_img1 {
    position: absolute;
    top: 0;
    left: 0;
    scale: 0.4;
    /* margin: 0 -8em !important; */
    margin: -5.5em -8em !important;
    display: none;

}


.font_3rem {
    font-size: 3.55rem;
}

/* 
@media (min-width:1200px) {

    .grid_text {
        width: 95rem !important;
        margin: 0 auto;
    }

    .detailProduct_tojo {
        width: 95rem !important;
        margin: 0 auto;
    }

    .breadcrumb_tojo {
        width: 95rem !important;
        margin: 0 auto;
    }

    .news_width {
        width: 95rem !important;
        margin: 2em auto !important;
    }

    .contact_tojo {
        width: 95rem !important;
        margin: 2em auto !important;
    }

    .card_all_product_tojo {
        width: 95rem !important;
        margin: 0 auto;
    }

    .footer_div {
        width: 95rem !important;
        margin: 0 auto;
    }

    .foot_section2 {
        width: 95rem !important;
        margin: 0 auto;
    }

    .actu_width {
        width: 95rem !important;
        margin: 2em auto;
    }

    .detail_section_filtre_tojo {
        width: 95rem !important;
        margin: 0 auto;
    }
} */

.btn_promo_carou {
    background: white;
    width: max-content;
    padding: 0.5em;
    border-radius: 50%;
    border: 1px solid #adadad;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.1s;
}

.btn_promo_carou:hover {
    scale: 1.05;
}

.left_promo {
    left: 0;

}

.right_promo {
    right: 0;

}

.absolute_img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    scale: 0.4;
    /* margin: 0 -8em !important; */
    margin: -5.5em -8em !important;
    display: none;
}

.img_text {
    /* aspect-ratio: 1; */
    /* background: red; */
    border-radius: 1.2em;
    height: 30em;
    margin: 0 auto;

    overflow: hidden;
}

.img_text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover_button_text {

    gap: 0.3em;
}

.hover_button_text:hover {
    color: var(--primary-color);
    text-decoration: underline;

    text-underline-offset: 4px;
    gap: 0.5em !important;
}

.hover_button_text:hover svg path {
    stroke: var(--primary-color);
}

.btn-outline-tojo {
    outline: 2px solid var(--primary-color);
    padding: 1em 1.2em;
    color: var(--primary-color);
    border-radius: 0.9em;
    background: none;
}

.btn-outline-tojo i svg path {

    stroke: var(--primary-color);

}

.header-tojo {
    background: white;
    padding: 1.2em 2em;

    position: sticky;
    top: 0;
    z-index: 999999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.header_sous_width {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}




.logo_text {
    font-size: 1.2em;
}

.logo-tojo {
    width: 3.5em;
    height: 3.5em;
    max-width: max-content;
    max-height: max-content;
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-tojo-header {
    transition: 0.1s;
    position: relative;
}

.icon-tojo-header:hover svg path {
    stroke: var(--primary-color);
}

.icon-tojo-card svg:hover path {
    stroke: var(--primary-color);
}


.dot-span-absolute-tojo {
    background: var(--red-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid white;
    margin: -1em -1.3em;
    font-size: 0.5em;
    padding: 0.3em 0.8em;
    color: white;
    font-weight: 700;
}

.section_contenu-rubrik-tojo a p:hover {
    color: var(--primary-color);
    /* couleur active */
}

.section_contenu-rubrik-tojo a.active-header-tojo p {
    color: var(--primary-color);
    /* couleur active */
    font-weight: var(--semiBold);
}

.section_contenu-rubrik-tojo a.active-header-tojo p:hover {
    background: none;

}

.section_contenu-rubrik-tojo a.active-header-tojo {
    position: relative;
    /* background: green; */
    pointer-events: none;
}

/* .section_contenu-rubrik-tojo a.active-header-tojo::before {
    content: "";
    width: 100%;
    height: 0.4em;
    background: var(--primary-color);
    position: absolute;
    bottom: -1.8em;
    border-radius: 12em 12em 0 0;
} */

.section-icon-tojo a.active-header-tojo-icon {
    pointer-events: none;
}

.section-icon-tojo a.active-header-tojo-icon i svg path {
    stroke: var(--primary-color) !important;
}

/* Sheet */
.cart-sheet-right-tojo {
    position: fixed;
    top: 0;
    right: -800px;
    /* caché par défaut */
    width: 750px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-sheet-right-tojo.open-right-tojo {
    right: 0;
}

.cart-sheet-right-tojo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}

.cart-sheet-right-tojo-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    /* background: red; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

.close-btn-tojo {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.p-panier-title-tojo {
    font-weight: var(--semiBold);
    font-size: 1.1em;
}

.text-title-h1 {
    font-weight: var(--bold);
    font-size: 1.3em;
}

.bt-sheet-log-tojo {
    margin-top: 1.5em;
}


/* Sheet left menu mobile */

/* Sheet */
.cart-sheet-left-tojo {
    position: fixed;
    top: 0;
    left: -600px;
    /* caché par défaut */
    width: 550px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-sheet-left-tojo.open-left-tojo {
    left: 0;
}

.cart-sheet-left-tojo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}

.cart-sheet-left-tojo-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    /* background: red; */
    display: flex;
    flex-direction: column;
}

.section_contenu-rubrik-tojo-mobile {
    width: 100%;
}

.section_contenu-rubrik-tojo-mobile a.active-header-tojo p {
    color: var(--primary-color);
    /* couleur active */
    font-weight: var(--semiBold);
}

.section_contenu-rubrik-tojo-mobile a.active-header-tojo p:hover {
    background: none;
}

.section_contenu-rubrik-tojo-mobile a.active-header-tojo {
    position: relative;
    /* background: green; */
    pointer-events: none;
    width: 100%;

}

.section_contenu-rubrik-tojo-mobile a.active-header-tojo::before {
    content: "";
    height: 100%;
    width: 0.4em;
    background: var(--primary-color);
    position: absolute;
    right: 0;
    border-radius: 12em 0 0 12em;
}


.section_contenu-rubrik-tojo-mobile a {
    /* background: red; */
    display: block;
    height: max-content;
    /* max-width: max-content; */
}

.section_contenu-rubrik-tojo-mobile a p {
    padding: 1em 1.2em;
    transition: 0.1s;
    border-radius: 0.3em;
    width: 100%;
}

.section_contenu-rubrik-tojo-mobile a p:hover {
    background: var(--bg-background);
}

.menu_humberger_tojo {
    display: none !important;
}

.search_icon_mobile_tojo {
    display: none;
}

.logo_hidden_mobile_tojo {
    display: none;
}


/* MEDIA MOBILE HEADER */
@media only screen and (max-width: 930px) {
    .menu_humberger_tojo {
        display: block !important;
    }

    .section_grid_card_tojo {
        grid-template-columns: 1fr 1fr 1fr !important;

    }

    body {
        font-size: 0.9em;
    }

    .rubrik_hidden_tojo {
        display: none;
    }

    .cart-sheet-left-tojo {

        width: 100%;
        left: -100%;

    }

    .cart-sheet-right-tojo {

        width: 100%;
        right: -100%;

    }

    .article_service_tojo {
        grid-template-columns: 1fr 1fr !important;

    }

    .flex_mob_col {
        grid-template-columns: 1fr !important;

    }


    .footer_div {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 3.5em;
    }

    /* footer */
    .row-footer-section1-tojo-mobile {
        display: flex;
        flex-direction: column !important;
        gap: 1.5em !important;
    }

    .row-footer-section2-tojo-mobile {
        display: flex;
        flex-direction: column !important;
        align-items: start !important;
        gap: 1.5em !important;
    }

    /* card */
    .article_card_tojo {

        grid-template-columns: 1fr !important;
    }

    .form_login_tojo {
        width: 95% !important;
        padding: 2.5em 2em !important;

    }

    .login_section {
        padding-top: 2em;
    }


    .grid_text {
        /* flex-wrap: wrap; */
        flex-direction: column-reverse !important;
    }

    .align_center_mobile {
        align-items: center !important;
    }

    .text_align_center_mob {
        text-align: center !important;
    }

    .flex_col_mobile {
        flex-direction: column !important;

    }

}

.foot_i svg {
    /* width: 5em; */
    height: 1.6em;
    max-width: max-content;
}



@media screen and (max-width: 630px) {

    /* body {
        font-size: 0.7em;
    } */
    .section_grid_card_tojo {
        grid-template-columns: 1fr !important;

    }

    .search_icon_mobile_tojo {
        display: block;
    }

    .rubrik_hidden_tojo {
        display: block;
    }

    .logo_hidden_mobile_tojo {
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        align-items: center;
    }

    .logo_block_desktop_tojo {
        display: none !important;
    }

    .mobile-hide-rubrik-tojo {
        display: none;
    }

    .search_icon_hide_mobile_tojo_ptit {
        display: none;
    }

    .text-location-tojo {
        display: none;
    }

    .article_service_tojo {
        grid-template-columns: 1fr !important;

    }

    .grid_sign_up {
        display: grid;
        grid-template-columns: 1fr !important;

    }


    /* card */
    .article_card_four_tojo {

        grid-template-columns: 1fr !important;
        grid-template-rows: 1fr !important;
    }



    /* detail */
    .mobile_price_title {
        flex-direction: column !important;
        align-items: start !important;
        gap: 1.8em;
    }

    .btn_detail_div {
        grid-template-columns: 1fr !important;

    }
}


.article_service_tojo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}

.grid_sign_up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;

}

.grid_2_tojo {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1em;
}

.btn_secondary {
    background: var(--bg-background);
    outline: 1px solid #5E5E5E;
    text-align: center;
    color: black;
}

.img_margin {
    margin-top: -10em !important;
}


@media screen and (max-width: 430px) {
    /* body {
        font-size: 0.5em;
    } */

    .grid_2_tojo {

        grid-template-columns: 1fr !important;
    }


}

@media screen and (max-width: 430px) {

    /* body {
        font-size: 0.3em;
    } */
    .btn_log_google {
        flex-direction: column !important;
    }

    .mobile_flex_remember {
        flex-direction: column !important;
        gap: 1.5em;
        align-items: start !important;
    }


}

@media screen and (min-width:1200px) {
    .header_sous_width {
        width: 100%;
        margin: 0 auto;
    }

}

.text-location-tojo {
    text-align: start;
}


/* end header */

/* begin main */
.section_first_presentation_home_tojo {
    background: white;
}

/* service */
.title_tojo {
    width: 95%;
    margin: 0 auto;
}

.card_services_article_tojo {
    background: white;
    padding: 1.8em;
    /* outline: 1px solid #adadadad; */
    align-items: center;
    border-radius: 1em;
    margin-top: 3.5em;
}

.icon_article_service {
    width: 6em;
    height: 6em;
    background: white;
    border-radius: 50%;
    outline: 7px solid var(--bg-background);
    margin-top: -5em;
    margin-bottom: 1.5em;
}

.text_description_col :is(h5, p) {
    text-align: center;
}

.text-desc-center {
    text-align: center;

}


/* card */
.card_article_tojo {
    /* border-radius: 1em; */
    overflow: hidden;
    /* background: white; */
    /* border: 1px solid var(--bg-background); */
    height: 100%;
}

.img-div {
    /* background: red; */
    display: block;
    height: max-content;
    overflow: hidden;

}

.img_aspect_tojo {
    aspect-ratio: 16 / 15;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 0.1s;
}

.img_card_tojo {
    border-radius: 1em;
    overflow: hidden;
    height: 100%;
}

.link_hover {
    height: 100%;
}

.img-div:hover img {
    opacity: 0.85;
    scale: 1.15;
}

.line-through {
    text-decoration-line: line-through;
}

.fw-700 {
    font-weight: 700;
}


.text_description_col_card_tojo {
    padding: 2em;
    height: 100%;
}

.article_card_tojo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.article_card_four_tojo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1em;
}

.card_all_product_tojo {
    /* background: #fff; */
    padding: 2em 1.8em;
}

.card_all_carousel_tojo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5em;

}

.icon_arrow_carousel {
    background: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    transition: 0.1s;
    padding: 0.5em;
    /* background: red; */
    height: max-content;
    width: max-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.btn_right_tojo_carousel {
    margin-left: -3em;
    right: 0;
}

.btn_left_tojo_carousel {
    margin-right: -3em;
    left: 0;
}

.i_cam_number_image {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    padding: 0.4em 0.8em;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    color: white;
    border-radius: 2em;
    margin: 0.5em;
    font-size: 1em;
    pointer-events: none;

}

/* about video */
.about_video_tojo {
    width: 95%;
    margin: 0 auto;
}

.video_about_tojo_mp4 {
    width: 100%;
    /* aspect-ratio: 5 / 2; */
    height: 25em;
    object-fit: cover;
    border-radius: 1em;
}

/* map */
.section_map_tojo {
    width: 95%;
    margin: 0 auto;
}



/* connected */
.profil_tojo {
    outline: 1.5px solid var(--bg-background);
    border-radius: 50%;
    transition: 0.1s;
    width: 3.5em;
    height: 3.5em;
    max-width: max-content;
    max-height: max-content;
    object-fit: contain;
}

.profil_tojo:hover {
    opacity: 0.8;
}

/* FILTRE DETAIL */
.detail_section_filtre_tojo {
    display: grid;
    grid-template-columns: 0.9fr 3fr;
    gap: 3em;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 3em;
    padding: 0 2em;
}

.section1_filtre {
    /* background: red; */
    width: 100%;
    /* height: 5em; */
}

.section2_filtre {
    /* background: red; */
    width: 100%;
    /* height: 5em; */
}

.width-full {
    width: 100%;

}

.article_filtre_clik_tojo {
    padding: 0.8em;
    cursor: pointer;
    /* width: max-content; */
    border-radius: 0.5em;
    color: #4a5565;

    /* width: 100%; */
}

.text-gray-tojo {
    color: #4a5565;

}

.article_filtre_clik_tojo.active_filtre_tojo {
    background: var(--primary-color);
    color: white;
    /* width: 100%; */
}

.article_filtre_clik_tojo.active_filtre_tojo:hover {
    background: var(--primary-color);
    color: white;
    opacity: 1;
    pointer-events: none;
    /* width: 100%; */
}

.article_filtre_clik_tojo:hover {
    /* opacity: 0.7; */
    background: #f0f0f0;
}

#filtre-price {
    accent-color: var(--primary-color);
}

.article_filtre_price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* grid-template-columns: 1fr 2fr; */
    /* grid-template-rows: 1fr 1fr; */
    gap: 1em;
}

.article_filtre_clik_tojo_price {
    outline: 1px solid rgb(39, 39, 39);
    padding: 0.5em 0.9em;
    width: max-content;
    cursor: pointer;
}

.label_search_filtre i {
    padding: 0.8em;
}

.label_search_filtre {
    display: flex;
    flex-direction: row;

    /* background: red; */
    border-radius: 0.8em;
    overflow: hidden;
    outline: 1.2px solid #5E5E5E;
    width: 100%;
}

.label_search_filtre input {
    background: none;
    outline: none;
    border: none;
    padding: 0.8em 0;
    width: 100%;
}

.label_search_filtre input::-webkit-search-cancel-button {
    display: none;
}

.nav_toggle_form_card {
    display: flex;
    flex-direction: row;
    gap: 0.3em;
}

.icon_nav_toggle_search {
    outline: 1.2px solid #5E5E5E;
    height: 100%;
    width: 3.5em;
    border-radius: 0.8em;
}

.active_nav_toggle_search {
    background: #0069e979 !important;
    outline: 1.3px solid #0069e9;

}

.circle_dot {
    font-size: 0.7em;
}


/* search card */
.section_grid_card_tojo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
    row-gap: 2em;
}

/* BANNER */

/* Banner */
.banner_div {
    width: 95%;
    margin: 0 auto;
}

.banner_section_tojo {

    position: relative;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
}

.banner_section_tojo::-webkit-scrollbar {
    display: none;
}

.banner_img {
    /* height: 20em; */
    border-radius: 1em;
    /* background: turquoise; */
    overflow: hidden;
    min-width: 100.1%;
    scroll-snap-align: center;
}

.btn_right_tojo {
    /* position: absolute;
    right: 0.5%;

      top: 50%;
    transform: translateY(-50%); */
}

.btn_left_tojo {
    /* position: absolute;
    left: 0.5%;
     top: 50%;
    transform: translateY(-50%); */
}



.btn_left_tojo {
    margin-right: -3em;
}

.btn_right_tojo {
    margin-left: -3em;
}

.btn_left_tojo.disabled,
.btn_right_tojo.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.icon_arrow {
    background: white;
    /* width: 3em;
    height: 3em; */
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    transition: 0.1s;
    padding: 0.5em;
}

.icon_arrow:hover {
    scale: 1.02;
}


.img_aspect_tojo_banner {
    object-fit: cover;
    aspect-ratio: 18 / 4;
    width: 100%;
}


/* BREADCRUMB */
.breadcrumb_tojo {
    width: 95%;
    margin: 0 auto;
}

.detailProduct_tojo {
    width: 95%;
    margin: 2em auto;
    /* margin-top: 1.5em; */
}

.btn_top_tojo {
    position: absolute;
    left: 50%;
    top: 1.5%;
    transform: translateX(-50%);
}

.btn_top_tojo svg {
    rotate: 85deg;
}

.btn_bottom_tojo {
    position: absolute;
    left: 50%;
    bottom: 1.5%;
    transform: translateX(-50%);
}

.btn_bottom_tojo svg {
    rotate: 99deg;

}

.a_breadcrumb_tojo {
    font-weight: 500;
}

.a_breadcrumb_tojo:hover {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: underline;
}

.a_breadcrumb_active {
    pointer-events: none;
    font-weight: normal;
}

.a_breadcrumb_active:hover {
    pointer-events: none;
    color: rgb(37, 37, 37);
    cursor: default;
    text-decoration: none;
}

/* detail */
.grid_detail_img {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.grid_video {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.grid_video iframe {
    border-radius: 0.5em;
}

.paginnation_img {
    display: flex;
    /* gap: .25em; */
    flex-direction: column;
    height: 100%;
}

.paginnation_img:hover .btn_next_back_detail {
    display: block;
}

p.img_absolu_detail_badge {
    position: absolute;
    top: 0;
    right: 0;
    height: max-content;
    background: var(--primary-color);
    padding: 0.8em 1.2em;
    border-radius: 1.5em;
    color: #ffff !important;
    font-size: 0.7em !important;
    margin: 1em !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    pointer-events: none;
}


.btn_next_back_detail {
    position: absolute;
    height: 100%;
    background: #ffffff45;
    width: 100%;
    padding: 1em 0;
    display: none;
}

.grid_detail_img img {
    border-radius: 0.5em;
}

.price_detail_tojo {
    padding: 1em 1.2em;
    outline: 1px solid #5E5E5E;
    font-weight: 600;
}

.description_detail_tojo {
    margin: 1.5em 0;
}

.btn_detail_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.ul_detail_tojo {
    list-style-type: circle;
}

.span_font_semi {

    font-weight: var(--semiBold);
}

.navtag_detail_tojo {
    background: white;
    display: flex;
    flex-direction: row;
    gap: 0.3em;
    padding: 0.3em;
    width: max-content;
    /* float: right; */
    margin: 0.5em auto;
    border-radius: 2em;
    overflow: hidden;
}

li.li_tags {
    padding: 0.5em 1em;
    /* background: red; */
    border-radius: 2em;
    cursor: pointer;
}

li.li_tags:hover {
    opacity: 0.8;
}

li.li_tags.active_li_tags {
    background: #e8014f33;
    font-weight: 500;
    color: #E8014F;
    pointer-events: none;
}

li.li_tags.active_li_tags:hover {
    opacity: 1;
    cursor: default;
}


/* login */
.form_login_tojo {
    background: white;
    width: 38em;
    padding: 5em 4.5em;
    border-radius: 1em;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}

.form_tojo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
}

.text-align-center {
    text-align: center;

}


.inpt_form_login {

    border-radius: 0.8em;
    border: none;
    outline: 1px solid #5E5E5E;
}

.inpt_form_login input {
    padding: 1em 0;
    width: 100%;
    outline: none;
    border: none;
}

.hover_text_tojo:hover {
    color: var(--primary-color);
}


.btn_log_google {
    padding: 1em 2em;
    border-radius: 0.8em;
    font-weight: 600;
    background: var(--bg-background);
    outline: 1px solid #5E5E5E;
}

.relative {
    position: relative;
}

.login_section {
    position: relative;
    overflow: hidden;
    margin-top: -2em;
    padding-top: 4em;
}

.img_absolu_login {
    position: absolute;
    top: 0;
    z-index: -2;
    margin-top: -20em;
}


.checkbox_tojo {
    width: 1.2em;
    accent-color: var(--primary-color);
}


/* inut floating  */
/* Style général input */
/* Container */
/* Container */
.inpt_form_login {
    position: relative;
    width: 100%;
    /* display: flex;
    align-items: center; */
    /* gap: 8px; */
}

/* Tous les inputs dans le label */
/* .inpt_form_login input {
    flex: 1;
    padding: 12px 0;
    background: none;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 15px;
    outline: none;
    transition: border-color .25s ease;
} */

/* Focus input */
.inpt_form_login input:focus {
    border-color: #000;
}

/* span flottant */
.inpt_form_login>span {
    position: absolute;
    left: 58px;
    /* ajuste si nécessaire selon l'icône */
    top: 50%;
    transform: translateY(-50%);
    /* font-size: 15px; */
    color: #777;
    pointer-events: none;
    transition: .25s ease;
}

/* monte sur focus (utilise ~ au lieu de +) */
.inpt_form_login input:focus~span {
    top: -5px;
    font-size: 0.8em;
    color: var(--primary-color);
    padding: 0.5em 1em;
    background: white;
    font-weight: 500;
}

.inpt_form_login input:focus~.inpt_form_login i svg path {
    stroke: var(--primary-color);

}

.inpt_form_login input:focus~.inpt_form_login {
    outline-color: var(--primary-color);


}

.inpt_form_login:focus-within {
    outline-color: var(--primary-color);
}

.inpt_form_login:focus-within i svg path {
    stroke: var(--primary-color);
}

/* .inpt_form_login input:focus ~ label {
   outline-color: var(--primary-color);
} */



/* monte si valeur présente — compatible si placeholder-shown fonctionne */
.inpt_form_login input:not(:placeholder-shown)~span,
.inpt_form_login input.filled~span {
    top: -5px;
    font-size: 0.8em;
    color: var(--primary-color);
    padding: 0.5em 1em;
    background: white;
}


/* masque le placeholder visuellement */
.inpt_form_login input::placeholder {
    opacity: 0;
}


/* carousel */
.carousel_wrapper {
    position: relative;
    overflow: hidden;
}

.carousel_track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel_prev,
.carousel_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    z-index: 10;
}

.carousel_prev {
    left: 10px;
}

.carousel_next {
    right: 10px;
}

.carousel_prev:disabled,
.carousel_next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel_dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel_dots .active {
    background: #333;
}







/* NEW CAROUSEL */
#CarrouselProfile {
    margin-top: 12em;
}


#CarrouselProfile article:nth-child(1) p:nth-child(2) {
    width: 70%;
    font-weight: 500;
    font-family: "Barlow Condensed";
    font-size: 1.4em;
    margin-bottom: 1.5em;

}

#CarrouselProfile article:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;
}

#CarrouselProfile article:nth-child(1) p:nth-child(1) {
    font-weight: 700;
    font-family: 'Barlow Condensed';
    font-size: 1.7em;
}

.carousel-wrapper-tojo-carrousel {
    /* max-width: 1200px; */
    /* width: 95.5%; */
    margin: 0 auto;
}

.carousel-container-tojo-carrousel {
    --carousel-gap: 1rem;
    /* change this to adjust spacing */
    --card-min: 180px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-track-tojo-vedette {
    gap: var(--carousel-gap);
    padding: 2em 0.5em;
    transition: transform 0.45s cubic-bezier(.2, .9, .2, 1);
    will-change: transform;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    display: grid;
    gap: 2em;
    grid-template-columns: 2fr 1fr 1fr;
    /* 1 colonne grande + 2 colonnes petites */
    grid-template-rows: 1fr 1fr;
    /* 2 rangées */
}

/* Le premier enfant : prend 2 rangées = format grand */
.carousel-track-tojo-vedette>*:first-child {
    grid-row: span 2;
    /* prend la hauteur totale */
    grid-column: 1;
    /* reste dans la 1ère colonne */
}

/* .carousel-track-tojo-vedette > *:first-child .star_product{
    display: none;
} */


.carousel-track-tojo {
    display: flex;
    gap: var(--carousel-gap);
    padding: 2em 0.5em;
    transition: transform 0.45s cubic-bezier(.2, .9, .2, 1);
    will-change: transform;
    /* native snap fallback if user scrolls */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* 
        .profile-tojo-carousel {
         flex: 0 0 clamp(
    var(--card-min),
    calc((100% - (3 * var(--carousel-gap))) / 4),
    100%
  );
  text-align: center;
  background: white;
  padding: 2.5rem 1rem;
  border-radius: 1em;
  box-shadow: 0 1.5px 4px #00000023;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  cursor: pointer;
  transition: transform 0.12s ease, background 0.12s ease;
  scroll-snap-align: start; 
  user-select: none;
        }
    .profile-tojo-carousel:hover{
        transform: translateY(-0.7em) ;
        background: #fafafa75;
    } */
.avatar-tojo-pdp {
    width: 8em;
    height: 8em;
    border-radius: 50%;
    overflow: hidden;
    outline: 2.5px solid #F9C66E;
    border: 2.5px solid #FFFF;
    margin: 0 auto 10px;
}

.avatar-tojo-pdp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-position: -20%; */
}

.profile-tojo-carousel h4 {
    margin: 0;
    font-size: 16px;
}

.profile-tojo-carousel p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #666;
}

.carousel-btn-tojo {
    background: #fff;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 50%;
    outline: 1px solid #00000070;
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.5em;
}

.carousel-btn-tojo:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.carousel-btn-tojo:disabled:hover {
    background: none;
}

.carousel-btn-tojo:hover {
    background: #fafafa8a;
}

.btn_carusel_profile-tojo-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin-top: 2em;
}

.dots {
    display: flex;
    gap: 0.5em;
}

.dots span {
    width: 9px;
    height: 9px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dots span.activeDotsTojo {
    background: #333;
    border-radius: 1em !important;
    cursor: default;

    /* width: 1.5em; */
}

/* Responsive width handling */
/* ---------- Breakpoints forcés ---------- */

/* Desktop large : 4 */
@media (min-width: 1024px) {
    .profile-tojo-carousel {
        flex: 0 0 calc((100% - (3 * var(--carousel-gap))) / 4);
    }
}

/* Tablette : 3 */
@media (min-width: 768px) and (max-width: 1023px) {
    .profile-tojo-carousel {
        flex: 0 0 calc((100% - (2 * var(--carousel-gap))) / 3);
    }
}

/* Mobile : 2 */
@media (min-width: 600px) and (max-width: 767px) {
    .profile-tojo-carousel {
        flex: 0 0 calc((100% - var(--carousel-gap)) / 2);
    }
}

/* Petit mobile : 1 */
@media (max-width: 599px) {
    .profile-tojo-carousel {
        flex: 0 0 100%;
    }
}

@media (max-width: 930px) {
  .fav-icon-div {
    opacity: 1 !important;
  }
}


/* declic  */
.fav-icon-div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 0.3em;
    padding: 0.8em;
    transition: 0.1s;
    /* background: turquoise; */
    cursor: pointer;
}

.img-div:hover .fav-icon-div {
    opacity: 1;
}

.fav-icon,
.cart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}

.fav-icon {
    background: #fff;
    border-radius: 50%;
    padding: 0.4em;
}

.fav-icon svg {
    stroke: black;
    /* fill: red; */
}

.fav-icon.active_favoris svg {
    stroke: red;
    fill: red;
}

.cart-icon.active_card svg {
    stroke: #fff;
    fill: #fff;
}

.cart-icon {
    background: var(--primary-color);
    padding: 0.5em 1em;
    border-radius: 1.1em;
    font-size: 0.8em;
}

.cart-icon.active_card {
    background: #00c853;
}

.add_card {
    color: white;
    display: none;
}

.cart-icon::after {
    content: "Ajouter" !important;
    color: white;
}

.cart-icon.active_card::after {
    content: "Ajouté" !important;
}

.f_inherit {
    font-size: inherit !important;
}


.detail_btn_tojo_add::after {
    content: "Ajouter au panier" !important;
    color: white;
}

.detail_btn_tojo_add.active_card::after {
    content: "Ajouté" !important;
}

.a_hover {
    transition: 0.1s;
}

.a_hover:hover h5 {
    color: var(--primary-color);
}

.footer_div {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3.5em;
}

.footer_div .mb-3 {
    /* background: red; */
    flex: 0 50%;
}

.footer_tj {
    background: #101828;
    color: white;
}

.width_reponsive {
    width: 100%;
}

.grid_text {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    align-items: center; */
    gap: 2em;
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}



.foot_section2 {
    border-top: 0.3px solid #99A1AF;
    padding: 2em !important;
}

.foot_p_hover a {
    color: #99A1AF;
    font-weight: normal !important;
    width: max-content;
}

.foot_p_hover p {
    color: #99A1AF;
    font-weight: normal !important;
}

.foot_p_hover a:hover p {
    color: var(--primary-color);
}

/* panier */
.overflow_body_none {
    overflow: hidden !important;
}



.grid_panier {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}

.ul_panier {
    padding: 1em 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-weight: 500;

}

.div_first_tojo_panier {
    height: 100%;
}

.li_panier {
    display: flex;
    justify-content: space-between;
}

.fw_700 {
    font-weight: 700;
}

.total_panier {
    display: flex;
    justify-content: space-between;
}

.btn_panier {
    padding: 1em;
    font-weight: 500;
    border-radius: 0.6em;
}

.btn_actu {
    padding: 0.6em 1.1em;
    font-weight: 500;
    width: max-content;
    border-radius: 0.6em;
    gap: 0.8em;
}

.text_sm {
    font-size: 0.85em;
}

.btn_pri_color {
    background: var(--primary-color);
    color: white;


}

.btn_sec_color {
    border: 1px solid #d3d3d3;

}

.btn_sec_color:hover {
    color: var(--primary-color)
}

.width_100 {
    width: 100%;
}

.img_panier {
    width: 5em;
    height: 5em;
    object-fit: cover;
    border-radius: 0.5em;
}

.cart-item-tojo {
    border: 1px solid #ddd;
    padding: 1em;
}

.quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    /* padding: 8px 12px; */
    border-radius: 8px;
    width: max-content;
    border: 1px solid #ddd;
    overflow: hidden;
}

.qty-btn {
    width: 1.5em;
    height: 1.5em;
    border: none;
    /* border-radius: 6px; */
    font-size: 20px;
    cursor: pointer;
    /* background: #ddd; */
    transition: 0.2s;
}

.qty-btn:hover {
    /* background: #e7e7e7; */
}

.qty-value {
    min-width: 20px;
    text-align: center;
    /* font-size: 18px; */
    font-weight: 600;
}

.remove-cart-item-tojo {
    padding: 0.5em;
    border-radius: 0.3em;
    cursor: pointer;
    margin-left: 1em;
    /* border: 1px solid #ddd; */

}

.remove-cart-item-tojo:hover {
    background: #e7e7e7;

}

.green_color {
    color: #00c853;
}

.img_actu {
    height: 18em;
    width: 100%;
    border-radius: 0.8em;
    overflow: hidden;
}

.img_actu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* actu */
.grid_actu_text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

.ul_actu {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    padding: 1em 0;
    margin: 2em 0;
}

.li_actu {
    padding: 0.5em 1.5em;
    border: 1px solid #ddd;
    border-radius: 1.2em;
    cursor: pointer;
}

.li_actu:hover {
    opacity: 0.9;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}




.li_actu.active_actu {
    border: 1px solid var(--primary-color);
    color: white;
    background: var(--primary-color);
    pointer-events: none;
}


.p_1_5 {
    padding: 1.5em;
}

.p_1_0 {
    padding: 1em 0;
}

.p_0_1_5 {
    padding: 0 1.5em;
    margin-top: 1em;
}

.m_0_2 {
    margin: 1.5em 0;
}

.pop_success_paye {
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /* inset: 50%; */
    transform: translate(-50%, -50%);
}

.pop_success_paye_div {
    margin: 5em;
    padding: 2.5em;
    display: flex;
    flex-direction: column;
    gap: 1.3em;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* inset: 50%; */
    /* transform: translate(-50%, 0); */
    align-items: center;
    justify-content: center;
}

.close_pop_form_payer:hover {
    color: var(--primary-color);
}

.pop_form_payer {
    margin-top: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: white;
    gap: 2em;
}

.panier_tojo {
    position: relative;
}

.actu_hover_div {
    transition: 0.1s;
}

.actu_hover_div:hover {
    box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
}

.actu_hover_div:hover .a_hover h5 {
    color: var(--primary-color);

}

.actu_hover_div .a_hover h5:hover {
    text-decoration: underline;

    text-underline-offset: 4px;
}

.actu_hover_div:hover .hover_button_text {
    color: var(--primary-color);
    /* text-decoration: underline; */

    text-underline-offset: 4px;
    /* gap: 0.5em !important; */

}

.fw_600 {
    font-weight: 600;
}

.actu_hover_div:hover .hover_button_text svg path {
    stroke: var(--primary-color);
}


.text_desc_actu_card {
    padding-inline: 1em;
    padding-bottom: 2em;
}

.contact_tojo {
    margin: 1em auto;
    padding: 2em;
}

/* app carousel */
.carousel_thumbs_container {
    position: relative;
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbs_wrapper {
    height: auto;
    /* laisse la hauteur s'adapter si moins de 4 miniatures */
    /* max-height: 440px;  limite à 4 miniatures */
    overflow: hidden;
    /* masque uniquement le dépassement */
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}

.thumbs_track {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
}

.detail-type {
    position: absolute;
    padding: 0.8em 1.8em;
    background: var(--primary-color);
    border-radius: 3em;
    color: white;
    font-weight: 600;
    top: 0;
    right: 0;
    margin: 1em;
    text-transform: capitalize;
    font-size: 0.85em;
}

.thumb_item {
    /* width: 100px;
    height: 100px; */
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
    opacity: 0.6;
    /* transition: 0.3s ease; */
}

.thumb_item.active {
    border: 2px solid #333;
    opacity: 1;
}

.paginnation_img:hover .thumb_arrow {
    display: block;
}

/* .carousel_thumbs_container:hover .thumb_arrow{
    display: block;
} */

.thumb_arrow {
    background: white;
    /* color: white; */
    border: none;
    cursor: pointer;
    /* border-radius: 4px; */
    border-radius: 50%;
    padding: 0.3em;
    rotate: 90deg;
    /* display: none; */

}

.link_hover {
    transition: 0.1s;
}

.link_hover:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.up_arrow {
    position: absolute;
    top: 0;
    z-index: 99999;
    margin-top: 1em;
}

.down_arrow {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    margin-bottom: 1em;
}

.up_arrow.disabled,
.down_arrow.disabled {
    opacity: 0 !important;
    pointer-events: none;
    /* cursor: default !important; */
}


/* pop up */
/* POPUP BACKGROUND */
.popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    /* justify-content: center;
    align-items: center; */
    flex-direction: column;
    justify-content: space-between;
    /* gap: 3em; */
    padding: 20px;
    z-index: 99999999999;
}

/* CONTENU */
.popup_content {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 60%;
    /* background: red; */
    max-height: max-content;
}

/* FERMER */
.close_popup {
    font-size: 1.8em;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    float: right;
    /* width: 100%; */
    display: flex;
    justify-content: end;
    text-align: right;
}

.remove_mini {
    display: none !important;
}

.grid_1_tojo {
    grid-template-columns: 1fr !important;
}

/* IMAGE PRINCIPALE */
.popup_main_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: contain;
    /* aspect-ratio: 2 / 15; */
    background: red;
    max-width: max-content;
    max-height: max-content;
    margin: 0 auto;
}

/* MINIATURES */
.popup_thumbs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    /* padding: 10px 0; */
    scrollbar-width: none;
    margin: 0 auto;
    /* height: 100%; */
    /* background: red; */
    /* height: max-content; */
    min-height: max-content;
}

.popup_thumbs::-webkit-scrollbar {
    display: none;
}

.popup_thumbs img {
    /* height: 60px; */
    /* height: max-content; */
    width: 3em;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.2s;
}

.popup_thumbs img.active {
    border: 2px solid #fff;
    opacity: 1;
}

/* FLÈCHES */
.popup_prev,
.popup_next {
    position: absolute;
    top: 50%;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    /* padding: 8px 15px; */
    transform: translateY(-50%);
}

.popup_prev {
    left: 10px;
}

.popup_next {
    right: 10px;
}


#mainImage:hover {
    cursor: pointer;
    opacity: 0.9;
}

.map-container {
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    position: relative;
    animation: fadeIn 1s ease-out;
}

.map-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.video_home {
    width: 95%;
    margin: 2em auto;
}

.video_tojo {
    width: 100%;
    margin: auto;
    /* height: 15em; */
    aspect-ratio: 16 / 5;
    object-fit: cover;
    border-radius: 0.5em;
}



/* 📱 Mobile */
@media (max-width: 768px) {

    .carousel-track-tojo-vedette {
        grid-template-columns: 1fr;
        /* 1 colonne */
        grid-template-rows: auto;
        /* hauteur auto */
    }

    .carousel-track-tojo-vedette>*:first-child {
        grid-row: auto;
        /* supprime span */
        grid-column: auto;
    }

    .carousel-track-tojo-vedette>* {
        width: 100%;
    }
}


/* 📱 Très petit écran (optionnel) */
@media (max-width: 480px) {

    .carousel-track-tojo-vedette {
        gap: 1em;
        padding: 1.5em 0.5em;
    }
}

.carousel_product {
    margin: 2em auto;
    margin-bottom: 0 !important;
}

#category-container {
    max-height: 300px;
    /* tu peux changer la hauteur */
    overflow-y: auto;
    padding-right: 5px;
}

#category-container::-webkit-scrollbar {
    width: 6px;
}

#category-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#reset-filters-btn:hover {
    background-color: #e2e6ea;
    border-color: #adb5bd;
}

#reset-filters-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.5em;
    background-color: #f8f9fa;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    transition: background-color 0.2s, border-color 0.2s;
}

/* Container des offres */
.article_filtre {
    background-color: #fff;
    /* léger fond blanc */
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Chaque bouton offre */
.article_filtre_clik_tojo {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
}

/* Hover pour attirer l’attention */
.article_filtre_clik_tojo:hover {
    background-color: #f8f0ff;
    transform: translateX(3px);
}

/* Offre active */
.article_filtre_clik_tojo.active_filtre_tojo {
    background-color: #eb1a61;
    /* couleur rose vive */
    color: #fff;
    font-weight: 600;
}

/* Icones dans les boutons */
.article_filtre_clik_tojo i {
    color: #eb1a61;
    /* icône rose par défaut */
}

/* Icones dans les boutons actifs */
.article_filtre_clik_tojo.active_filtre_tojo i {
    color: #fff;
}

.price-filter-container {
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-family: 'Poppins', sans-serif;
}

/* Range input de base */
#filtre-price {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(to right, #eb1a61 0%, #eb1a61 50%, #f1f1f1 50%, #f1f1f1 100%);
    outline: none;
    transition: background 0.3s;
    cursor: pointer;
}

/* Thumb */
#filtre-price::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #eb1a61;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.list-unstyled {

    list-style-type: none;

}

/* Par défaut : cœur vide */
.fav-icon svg {
    fill: none;
    transition: fill 0.25s ease, transform 0.2s ease;
}

/* ❤️ Favori actif : cœur rempli */
.fav-icon.active_favoris svg {
    fill: #EB1A61;
    /* rouge / rose */
    stroke: #EB1A61;
}

/* Petit effet hover (optionnel) */
.fav-icon:hover svg {
    transform: scale(1.1);
}

.global-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.global-loader.d-none {
    display: none;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #e5e7eb;
    border-top: 6px solid #ef4444;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* === Payment Sheet === */
.payment-sheet {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    max-width: 100%;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.payment-sheet h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.payment-sheet .payment-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.payment-sheet .payment-methods label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.payment-sheet .payment-methods label:hover {
    background-color: #f5f5f5;
}

.payment-sheet .payment-methods input[type="radio"] {
    accent-color: #007bff;
    /* Couleur du radio bouton */
    width: 18px;
    height: 18px;
}

.payment-sheet button#finalOrderBtn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background-color: #E8014F;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-sheet button#finalOrderBtn:hover {
    background-color: #E8014F;
}

/* Optionnel : animation lors de l'affichage */
.payment-sheet.d-none {
    display: none;
}

.payment-sheet.show {
    display: block;
    animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.label_inpt_tojo{
    border: 1px solid silver;
    border-radius: 0.5em;
}

.inpt_search_tjo{
    padding: 0.7em;
      outline: none !important;
    border: none !important;
}

.inpt_search_tjo:focus{
    outline: none !important;
    border: none !important;
}


@media (max-width: 930px){
    .detail_section_filtre_tojo{
grid-template-columns: 1fr !important;
    }

    .w_100{
        width: 100% !important;
    }
}

    .card_banner {
    position: relative; /* important pour positionner le badge */
}

.badge-sponsorise {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    background-color: #ff9800; /* orange sponsorisé */
    color: white;
    padding: 0.3em 0.6em;
    border-radius: 0.5em;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
}
