/* SRDEV 2025 */

.content_scene_cat.level_1,
.content_scene_cat.level_2,
.content_scene_cat.level_3,
 .breadcrumb_category {
    display: block !important;
    border-top: none;
}

.breadcrumb, .subcategory-image {
	display: none !important;
}
.breadcrumb_category.level_2 {
	display: none !important;
}
.breadcrumb_category_parent.level_2 {
    display: none;
}
#subcategories
{
    /* color: #808184; */
    /* background-color: #f2f1ef; */
}
#subcategories.level_2 {
    width: 100% !important;
    background: none;
}

div#subcategories {
    width: 49%;
    float: left;
    padding: 0;
    border: none !important;
    margin-left: 0.5%;
    margin-bottom: 60px;
    background: #f3f2f2;
    /* text-align: right; */
}



.breadcrumb_category {
    background-color: #f3f2f2;
    width: 49%;
    /* margin-bottom: 14px; */
    float: left;
    margin-right: 0.5%;
    height: 46px;
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #f3f2f2;
    color: #7a7a7a;
     transition: all 0.2s ease;
    cursor: pointer;
}

/* FlÃƒÂ¨che pleine avant le texte */
.breadcrumb_category a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #7a7a7a; /* triangle rempli */
    margin-right: 6px;
    transition: all 0.2s ease;
    position: relative;
    top: 0; /* alignement parfait */
}

/* Style du lien */
.breadcrumb_category a {
    color: #8c8c8c;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s ease;
}

/* HOVER : texte en gras + foncÃƒÂ© + flÃƒÂ¨che foncÃƒÂ©e */
.breadcrumb_category:hover a {
    color: #333; 
}
.breadcrumb_category a:hover {
    
}
.breadcrumb_category:hover a::before {
    border-right-color: #555; /* flÃƒÂ¨che plus foncÃƒÂ©e */
}
#subcategories ul {
    display: flex;
    flex-wrap: nowrap;       
    gap: 10px;               
    justify-content: flex-end; 
	padding: 0 -10px 0 10px
}
#subcategories.level_2 ul li {
	height: 40px;
	flex: 1;

    /* Centrage */
	display: block;
	/* flex-direction: column; */
	/* align-items: center; */
	/* justify-content: center; */
	padding: 14px;
	margin: 0;

    /* Style visuel */
	background: #f3f2f2; /* gris clair */

    /* lÃ©ger relief */
	/* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
	transition: all 0.2s ease;
	/* padding-top: 18px; */
}
	
#subcategories.level_3 ul li, #subcategories.level_4 ul li, #subcategories.level_5 ul li, #subcategories.level_6 ul li {
    height: 46px;
    /* flex: 0 0 auto; */          /* largeur auto selon le texte */
    /* padding: 0 17px; */         /* mÃªme padding Ã  gauche et droite */
    margin: 0;

    /* Centrage */
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding: 0;
    margin: 0;

    /* Style visuel */
    /* background: #f3f2f2; */ /* gris clair */
    /* border: 1px solid #d0d0d0; */ /* bordure lÃƒÂ©gÃƒÂ¨re */
    /* border-radius: 6px; */

    /* lÃƒÂ©ger relief */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
    transition: all 0.2s ease;
    width: auto;
    padding-right: 17px;
    text-align: right;
    padding-left: 17px;
}

/* Centrage images */
#subcategories .subcategory-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Centrage texte */
#subcategories ul li h5 {
    /* margin-top: 10px; */
    /* text-align: center; */
}

/* Effet survol */
#subcategories ul li:hover {
	color: #555;
    cursor: pointer;
}
#subcategories ul li:hover a {
    cursor: pointer;
    color: #555;
}
#subcategories ul li a.img img {
    max-width: 100%;
    height: auto;
}
.category-image {
    width: 50% !important;
    float: left;
}

.cat_desc {
    width: 50%;
}

.category-image img.img-responsive {
    width: 100%;
}
/* Centrage vertical du bloc texte dans la catÃƒÂ©gorie */
.content_scene_cat_bg {
    display: flex;
    align-items: center;     /* centre verticalement */
    flex-wrap: wrap;         /* garde la compatibilitÃƒÂ© Bootstrap */
}

/* Pour que le texte ne soit pas collÃƒÂ© en haut */
.cat_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;  /* centrer verticalement dans sa colonne */
    height: 100%;            
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	padding-left: 50px;
	text-align: justify;
}

/* Style du titre si besoin */
.cat_desc .category-name {
    font: 200 40px / 40px "Montserrat", sans-serif !important;
    display: block;
    margin-bottom: 40px !important;
	margin-top: 20px !important;
    color: #8c8c8c !important;
}

#subcategories ul li .subcategory-name {
    font: 300 13px / 13px "Montserrat", sans-serif !important;
    letter-spacing: 1px;
    display: block;
    color: #8c8c8c !important;
}
.cart_block.block {
    display: none !important;

}
