/* Header */
#header .header-nav {
	border-bottom: 1px solid rgba(255,255,255,.1);
}
img.logo {
	width: 250px;
	height: auto;
}
header .header-top .col-header-right .header-btn-w {
	display: flex;
	align-items: center;
	width: 46px;
	height: 46px;
	position: relative;
	text-align: center;
}
#header .header-btn-w .header-btn{
	margin-top: 3px;
}
#header #header-user-btn .fa-user::before,
#header .col-mobile-btn-account .fa-user::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/icon-user-white.png);
	background-size: contain !important;
}
#header #ps-shoppingcart-wrapper .fa-shopping-bag::before,
#header .ps-shoppingcart .fa-shopping-bag::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../img/icon-cart-white.png);
	background-size: contain !important;
}
#header .col-mobile-btn-menu .fa-bars::before {
	margin-top: 8px;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/menu-icon-white.png");
	background-size: auto;
	background-size: auto;
	background-size: contain !important;
}
#header .col-mobile-btn-search .fa-search::before {
	margin-top: 6px;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/icon-search-white.png");
	background-size: auto;
	background-size: auto;
	background-size: contain !important;
}
/* Header | Blockcart Content */
header #blockcart-content{
	width: 380px !important;
	max-width: initial;
	box-shadow: 0px 7px 10px -7px rgba(0,0,0,.3);
}
header #blockcart-content .col.col-info{
	padding-right: 10px;
}
header #blockcart-content .col.col-info a{
	font-weight: 700;
	color: #000;
}
header #blockcart-content .cart-products > li {
	border-bottom: 1px solid #eee;
}
header #blockcart-content .cart-subtotals {
	padding: 15px 5px;
	border: 1px solid #eee;
	background: #f8f8f8;
}
header #blockcart-content .cart-totals {
	border-top: none;
	font-size: 16px;
	font-weight: 500;
}
header #blockcart-content .cart-buttons{
	display: flex;
}
header #blockcart-content .btn-secondary{
	margin: 0px 0px 0px 5px;
	padding: 1rem 1.5rem;
}
header #blockcart-content .btn-primary{
	margin: 0px 5px 0px 0px !important;
}
header .cbp-category-tree a {
	 color: #444 !important;
}
header .cbp-category-tree a:hover {
	 color: #ff5f1f !important;
}
/* Content */
.btn {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.col-vertical-center .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Block Category */
.col-block-70 {
	width: 70% !important;
}
.col-block-30 {
	width: 30% !important;
}
.block-category {
	height: 250px;
}
/* Block Category + Icon */
.icon-category .elementor-widget-wrap {
	padding: 0px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
}
/**/
.icon-category.orange .elementor-widget-wrap {
	background-color: #ff5f1f;
	border: 3px solid #ff8555;
}
.icon-category.orange .elementor-widget-wrap .elementor-widget-image {
	border-right: 2px solid #ff8555;
}
.icon-category.orange .elementor-widget-button {
	border-left: 2px solid #ff8555;
}
/**/
.icon-category.green .elementor-widget-wrap {
	background-color: #5E7561;
	border: 3px solid #82a086;
}
.icon-category.green .elementor-widget-wrap .elementor-widget-image {
	border-right: 2px solid #82a086;
}
.icon-category.green .elementor-widget-button {
	border-left: 2px solid #82a086;
}
/**/
.icon-category.olive .elementor-widget-wrap {
	background-color: #9E9764;
	border: 3px solid #bab171;
}
.icon-category.olive .elementor-widget-wrap .elementor-widget-image {
	border-right: 2px solid #bab171;
}
.icon-category.olive .elementor-widget-button {
	border-left: 2px solid #bab171;
}
/**/
.icon-category.blue .elementor-widget-wrap {
	background-color: #374F6B;
	border: 3px solid #5376a0;
}
.icon-category.blue .elementor-widget-wrap .elementor-widget-image {
	border-right: 2px solid #5376a0;
}
.icon-category.blue .elementor-widget-button {
	border-left: 2px solid #5376a0;
}
.icon-category .elementor-widget-wrap .elementor-widget-image {
	padding: 0px 10px;
	border-right: 1px solid #ddd;
}
.icon-category img {
	width: auto;
	height: 100px;
}
.icon-category .elementor-widget-heading {
	margin-right: auto;
	padding: 0px 20px;
}
.icon-category .elementor-button-link {
	background: transparent !important;
	color: #fff !important;
}
.icon-category .elementor-widget-button {
	border-left: 1px solid #ddd;
	height: 100%;
	display: flex;
	align-items: center;
}
.icon-category .elementor-widget-button i {
	margin-right: 0px !important;
}
/* Product Miniature */
.product-miniature .h3.product-title a {
	color: #000;
}
.product-miniature .product-price-and-shipping {
	padding: 6px 0px 10px 0px !important;
}
.product-miniature .product-price{
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.product-miniature button.add-to-cart {
	padding: 12px 0px 12px 0px;
	width: 100%;
	border: 1px solid #ff5f1f;
	background-color: transparent;
	color: #ff5f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.product-miniature:hover button.add-to-cart {
	background-color: #ff5f1f;
	color: #fff;
}
.product-miniature button.add-to-cart i {
	display: none;
}
/* Footer Newsletter */
#footer-container-first {
	padding-top: 60px;
	padding-bottom: 50px;
	background-image: url("../img/newsletter_bg.png");
	background-size: cover;
	background-position: center center;
}
#footer-container-first .col.block-newsletter {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer-container-first .col.block-newsletter h5 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
}
#footer-container-first .ps-emailsubscription-block {
	width: 640px;
}
#footer-container-first .ps-emailsubscription-conditions {
	font-size: 16px;
	font-weight: 500;
}
/* Footer */
#footer-container-main {
	padding-top: 70px !important;
}
#footer-container-main .row .block-iqithtmlandbanners-html {
	order: 0;
}
#footer-container-main .row .block-iqithtmlandbanners-html img {
	padding-right: 40px;
}
.block-iqithtmlandbanners-html .block-title {
	display: none;
}
#footer-container-main .row .block-iqitlinksmanager-1 {
	order: 1;
}
#footer-container-main .row .block-iqitlinksmanager-2 {
	order: 2;
}
#footer-container-main .row .block-iqitcontactpage {
	order: 3;
}
footer .contact-rich .part {
	display: flex;
}
footer .contact-rich .part .icon {
	margin-right: 10px;
}

/* Footer Copyrights */
#footer-copyrights {
	margin-top: 0px;
	padding: 30px 0px 30px 0px;
}
#footer-copyrights .row {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#footer-copyrights .row .col-12.copyright-img,
#footer-copyrights .row .col-12.copyright-txt,
#footer-copyrights .row .col-12.block-social-links {
	margin-bottom: 0px;
	width: auto;
}
/* Authentication */
#authentication #content-wrapper,
#password #content-wrapper,
#registration #content-wrapper{
	padding: 80px 0px;
	text-align: center;
}
.page-authentication #content,
#password #content,
#registration #content {
	margin-bottom: 0px;
	border: 0;
}
#authentication .h1.page-title,
#password .h1.page-title,
#registration .h1.page-title,
#cart .h1.page-title,
#checkout .h1.page-title,
#contact .h1.page-title,
#module-iqitsearch-searchiqit .h1.page-title{
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.page-authentication .login-form .form-group{
	flex-direction: column;
	align-items: flex-start !important;
}
#authentication .login-form{
	margin: 15px auto;
	width: 40%;
	text-align: left;
}
.page-authentication #content input,
#password form.form-inline input{
	padding: 12px 15px;
}
.page-authentication .login-form .form-group{
	flex-direction: column;
	align-items: flex-start !important;
}
.page-authentication .login-form .form-group .col-md-2,
.page-authentication .login-form .form-group .col-md-8{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}
#authentication .page-content hr{
	display: none !important;
}
/* Cr�ez votre compte  */
#authentication .register-form{
	margin: 0 auto;
	width: 70%;
	text-align: left;
}
#authentication #submit-login,
#password #send-reset-link,
#registration .btn-primary.form-control-submit{
	padding: 12px 25px;
	border: 2px solid #000000;
	background: #000000;
	color: #fff;
}
#authentication #content .form-control,
#password form.form-inline input,
#registration .form-control,
.checkout-step .form-control{
	background-color: rgba(255,255,255,.05);
	color: #000000;
	border: solid 1px #eee;
}
.checkout-step select.form-control{
	background-color: #272727 !important;
	color: #fff;
	border: solid 1px #353535;
	height: 42px;
}
.checkout-step .custom-select2::after {
	color: #fff;
}
#authentication #content .btn-outline-secondary,
#registration .btn-outline-secondary,
.checkout-step .btn-outline-secondary,
.checkout-step .btn-primary{
	background: #000000;
	color: #fff;
	border: solid 1px #000000;
}

/* Password */
#password #content{
	width: 100%;
}
#password form.form-inline{
	margin: 40px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#password form.form-inline label,
#password form.form-inline input{
	margin: 0px 15px 15px 15px !important;
}
#password form.form-inline input{
	max-width: 480px;
}
#password #send-reset-link{
	padding: 15px 25px;
	border: 0px solid #ff5f1f;
	background: #ff5f1f;
	color: #fff;
}
/* Registration */
#registration .register-form {
	margin: 0 auto;
	width: 70%;
	text-align: left;
}
#registration .form-footer{
	margin-top: 30px;
}
/* Product */
#product .product-prices.js-product-prices {
	display: flex;
}
#product .tax-shipping-delivery-label {
	margin-left: 5px;
	font-size: 28px;
	line-height: 1;
}
#product .social-sharing {
	display: none;
}
#product .product-add-to-cart {
	padding-top: 20px !important;
}
product .product-additional-info {
	border-top: none;
	padding: 20px;
	background-color: #f8f8f8;
}
#product .product-additional-info ul {
	padding: 0px;
}
#product .product-additional-info ul li {
	padding: 5px 0px 5px 28px;
	position: relative;
	list-style: none;
	color: #000;
	text-transform: uppercase;
}
#product .product-additional-info ul li::before {
	display: block;
	content: '\f058';
	font: 14px/1 FontAwesome;
	color: #ff5f1f;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 7px;
}
/* Tags */
#product .product-additional-info .iqitproducttags {
	margin-bottom: 25px;
}
#product .product-additional-info .iqitproducttags ul li {
	padding: 0px
}
#product .product-additional-info .iqitproducttags ul li:before {
	display: none;
}
#product .product-additional-info .iqitproducttags ul li a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	color: #000;
}
#product .product-additional-info .iqitproducttags ul li a:hover {
	background-color: #eee;
}
#product .tabs.product-tabs {
	display: none !important;
}
#product iframe {
	width: 100% !important;
}
#product .legislation-tab .block-iqithtmlandbanners-html .block-title {
	margin-bottom: 10px;
	border-bottom: none;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #ff5f1f;
}
#product .legislation-tab .block-iqithtmlandbanners-html {
	display: none !important;
	padding: 0px 0px;
}
#product #legislation-details-tab .legislation-tab .block-iqithtmlandbanners-html ul {
	padding: 0px !important;
}
#product .legislation-tab .block-iqithtmlandbanners-html ul li {
	padding: 8px 0px 8px 20px;
	list-style: none;
	border-bottom: 1px solid rgba(160,160,160,.25);
	position: relative;
}
#product .legislation-tab .block-iqithtmlandbanners-html ul li::before {
	content: "\f105";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 7px;
	margin: auto;
	font: 14px/1 FontAwesome;
	font-size: 14px;
	line-height: 1;
	line-height: inherit;
	font-size: 13px;
	transition: all .2s cubic-bezier(.7,0,.3,1);
}
#product .legislation-tab.legislation-b #iqithtmlandbanners-block-3{
	display: block !important;
}
#product .legislation-tab.legislation-c #iqithtmlandbanners-block-2 {
	display: block !important;
}
#product .legislation-tab.legislation-d #iqithtmlandbanners-block-4 {
	display: block !important;
}
#product .col-add-btn button.add-to-cart {
	color: #fff;
	border-color: #ff5f1f;
	background-color: #ff5f1f;
	transition: .3s ease-out;
}
#product .col-add-btn button.add-to-cart:hover {
	color: #ff5f1f;
	border-color: #ff5f1f;
	background-color: #fff;
}
.row.tab-section h2.title-tab.legislation {
	margin-top: 25px;
}
.row.tab-section h2.title-tab {
	margin-bottom: 0px;
	padding: 10px 15px 8px 15px;
	width: max-content;
	background-color: #000;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
.row.tab-section .product-description, .row.tab-section .product-details-tab, .row.tab-section .legislation-details-tab {
	padding: 25px 25px 25px 25px;
	background-color: #f5f5f5;
	color: #000;
}
/* Contact */
#contact h1.page-title,
#module-ph_simpleblog-list h1.page-title,
#module-ph_simpleblog-single h1.page-title {
	margin-top: 40px !important;
}
#contact .page-content{
	padding-top: 40px;
	padding-bottom: 40px;
}
#contact .page-content .contact-page-info{
	border-right: 0px;
}
#contact .page-content .contact-page-info hr {
	display: none !important;
}
#contact .page-content .contact-page-info > .part{
	margin-top: 0px !important;
	padding: 0px 100px 0px 25px !important;
}
#contact .page-content .contact-page-info > .part p{
	border-top: 1px solid #eee;
	padding-top: 24px;
}
#contact .page-content .contact-page-info .contact-rich{
	margin: 80px 0px 0px 0px;
	padding: 25px;
	background: #fff;
	position: relative;
	z-index: 1;
}
#contact .page-content .contact-page-info strong,
#contact .contact-form h4{
	margin-bottom: 15px;
	font-size: 28px;
	color: #000;
	line-height:1
}
#contact .page-content .contact-page-info .part{
	margin-top: 15px;
	display: flex;
}
#contact .page-content .contact-page-info .part .icon{
	margin: 2px 8px 0px 0px;
	width: 22px;
}
#contact .page-content .contact-page-info .part .icon i{
	font-size: 18px;
	color: #000000;
}
#contact .page-content .col-sm-8{
	margin-left: -80px;
	padding: 40px 40px 40px 120px;
	background: #f8f8f8;
	max-width: calc(66.66% + 70px);
	width: calc(66.66% + 70px);
	flex: auto;
}
#contact .page-content .contact-form .btn.btn-primary{
	padding: 15px 25px 13px 25px;
	border: 2px solid #ff5f1f;
	background: #ff5f1f;
	color: #fff;
}
#contact .contact-form .form-control {
	background-color: rgba(255,255,255,.9);
	color: #000;
	border: solid 1px #eee;
}
#contact .contact-form .form-control option{
	color: #000;
}
#contact .contact-form .btn.btn-default{
	background: #ff5f1f;
	color: #fff;
}
#contact .contact-form .form-group.row .col-md-6{
	flex: 0 0 75%;
	max-width: 75%;
}
#contact .contact-form .form-group.row .col-md-3.form-control-comment {
	display: none;
}
#contact .page-content .contact-form input,
#contact .page-content .contact-form select,
#contact .page-content .contact-form textarea{
	padding: 12px 15px;
}
#contact .page-content .contact-form .bootstrap-filestyle .btn.btn-default{
	padding-top: 15px;
}
#contact .page-content .contact-form select{
	height: 46px;
}
#contact .page-content .contact-form select{
	background-position: calc(100% - 13px) calc(1em + 8px),calc(100% - 8px) calc(1em + 8px),100% 0;
}
#contact .page-content .contact-form .form-control-comment {
	padding-top: 15px;
}
/* Modal */
#blockcart-modal .col-md-5{
	flex: 0 0 35%;
	max-width: 35%;
}
#blockcart-modal .col-md-7{
	flex: 0 0 65%;
	max-width: 65%;
	padding-right: 40px;
}
#blockcart-modal .col-info {
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #eee;
}
#blockcart-modal .col-info .product-name a{
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
#blockcart-modal .cart-content-btn{
	margin-top: 25px;
	display: flex;
}
#blockcart-modal .cart-content-btn .btn{
	margin: 0px !important;
	padding: 12px 15px 12px 15px;
	font-size: 16px;
	font-weight: 500;
}
#blockcart-modal .cart-content-btn .btn.btn-primary{
	margin-right: 12px !important;
}
#blockcart-modal .cart-content-btn .btn.btn-secondary{
	margin-left: 12px !important;
}
/* Category */
#category .category-header.container {
	/*display: flex;*/
	display: none;
}
#category #js-product-list-header,
#category .category-image,
#category .category-description,
#category .product-list-subcategories {
	margin: 0 auto;
	padding: 0px 10px;
	max-width: 1440px;
}
#category #content-wrapper #js-product-list-header,
#category #content-wrapper .category-image,
#category #content-wrapper .category-description,
#category #content-wrapper .product-list-subcategories {
	display: none !important;
}
#category #inner-wrapper {
	margin-top: 50px;
}
#category .category-description,
#category .product-list-subcategories {
	margin-top: 15px;
}
#category .product-list-subcategories a {
	margin-bottom: 10px;
}
.subcategory-block {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
}
.subcategory-block picture {
	margin-right: 15px;
	border-right: 1px solid #ddd;
	display: block;
	overflow: hidden;
	width: 88px;
	height: 120px;
}
.subcategory-block img {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.subcategory-block .subcategory-name {
	padding-right: 10px;
	width: calc(100% - 88px);
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	text-align: left;
}

/* === Couleurs par familles (règles directes, pas de variables) === */

/* --- CHASSE (ID 4) --- */
body.category-id-4 .subcategory-block,
body.parent-chasse .subcategory-block,
body.category-id-4 .category-miniature,
body.parent-chasse .category-miniature,
body.category-id-4 .category-grid .category-item,
body.parent-chasse .category-grid .category-item,
body.category-id-4 .category-list .category-item,
body.parent-chasse .category-list .category-item,
body.category-id-4 .subcategory-block .card,
body.parent-chasse .subcategory-block .card,
body.category-id-4 .category-miniature .card,
body.parent-chasse .category-miniature .card,
body.category-id-4 .category-grid .category-item .card,
body.parent-chasse .category-grid .category-item .card {
  background:#ff5f1f !important;
  color:#fff !important;
  border:0 !important;
}
body.category-id-4 .subcategory-block a,
body.parent-chasse .subcategory-block a,
body.category-id-4 .category-miniature a,
body.parent-chasse .category-miniature a,
body.category-id-4 .category-grid .category-item a,
body.parent-chasse .category-grid .category-item a {
  color:#fff !important;
}

/* --- OUTDOORS / PLEINE NATURE (ID 6) --- */
body.category-id-6 .subcategory-block,
body.parent-outdoors .subcategory-block,
body.category-id-6 .category-miniature,
body.parent-outdoors .category-miniature,
body.category-id-6 .category-grid .category-item,
body.parent-outdoors .category-grid .category-item,
body.category-id-6 .category-list .category-item,
body.parent-outdoors .category-list .category-item,
body.category-id-6 .subcategory-block .card,
body.parent-outdoors .subcategory-block .card,
body.category-id-6 .category-miniature .card,
body.parent-outdoors .category-miniature .card,
body.category-id-6 .category-grid .category-item .card,
body.parent-outdoors .category-grid .category-item .card {
  background:#9e9764 !important;
  color:#fff !important;
  border:0 !important;
}
body.category-id-6 .subcategory-block a,
body.parent-outdoors .subcategory-block a,
body.category-id-6 .category-miniature a,
body.parent-outdoors .category-miniature a,
body.category-id-6 .category-grid .category-item a,
body.parent-outdoors .category-grid .category-item a {
  color:#fff !important;
}

/* --- PROTECTION / DÉFENSE (ID 5) --- */
body.category-id-5 .subcategory-block,
body.parent-protection .subcategory-block,
body.category-id-5 .category-miniature,
body.parent-protection .category-miniature,
body.category-id-5 .category-grid .category-item,
body.parent-protection .category-grid .category-item,
body.category-id-5 .category-list .category-item,
body.parent-protection .category-list .category-item,
body.category-id-5 .subcategory-block .card,
body.parent-protection .subcategory-block .card,
body.category-id-5 .category-miniature .card,
body.parent-protection .category-miniature .card,
body.category-id-5 .category-grid .category-item .card,
body.parent-protection .category-grid .category-item .card {
  background:#374f6b !important;
  color:#fff !important;
  border:0 !important;
}
body.category-id-5 .subcategory-block a,
body.parent-protection .subcategory-block a,
body.category-id-5 .category-miniature a,
body.parent-protection .category-miniature a,
body.category-id-5 .category-grid .category-item a,
body.parent-protection .category-grid .category-item a {
  color:#fff !important;
}

/* --- TIR / SPORTIF (ID 3) --- */
body.category-id-3 .subcategory-block,
body.parent-tir .subcategory-block,
body.category-id-3 .category-miniature,
body.parent-tir .category-miniature,
body.category-id-3 .category-grid .category-item,
body.parent-tir .category-grid .category-item,
body.category-id-3 .category-list .category-item,
body.parent-tir .category-list .category-item,
body.category-id-3 .subcategory-block .card,
body.parent-tir .subcategory-block .card,
body.category-id-3 .category-miniature .card,
body.parent-tir .category-miniature .card,
body.category-id-3 .category-grid .category-item .card,
body.parent-tir .category-grid .category-item .card {
  background:#5e7561 !important;
  color:#fff !important;
  border:0 !important;
}
body.category-id-3 .subcategory-block a,
body.parent-tir .subcategory-block a,
body.category-id-3 .category-miniature a,
body.parent-tir .category-miniature a,
body.category-id-3 .category-grid .category-item a,
body.parent-tir .category-grid .category-item a {
  color:#fff !important;
}

/* Nettoyage d’overlays/pseudos qui remettent du blanc */
.subcategory-block::before,
.category-miniature::before,
.category-item::before {
  background: transparent !important;
}

/* === Couleur de famille via variable (définie sur <body>) === */
body.category-id-4, body.parent-chasse         { --fam-color: #ff5f1f; /* CHASSE */ }
body.category-id-5, body.parent-protection     { --fam-color: #374f6b; /* PROTECTION/DEFENSE */ }
body.category-id-6, body.parent-outdoors       { --fam-color: #9e9764; /* OUTDOORS */ }
body.category-id-3, body.parent-tir            { --fam-color: #5e7561; /* TIR/SPORTIF */ }

/* === Application uniforme à tous les blocs “sous-catégorie” et wrappers internes === */
/* Cible large pour éviter les overrides du thème (Warehouse) : */
body[class*="category-id-"] .subcategory-block,
body[class*="category-id-"] .subcategory-block .card,
body[class*="category-id-"] .subcategory-block .card-body,
body[class*="category-id-"] .category-miniature,
body[class*="category-id-"] .category-miniature .card,
body[class*="category-id-"] .category-miniature .card-body,
body[class*="category-id-"] .category-grid .category-item,
body[class*="category-id-"] .category-grid .category-item .card,
body[class*="category-id-"] .category-grid .category-item .card-body,
body[class*="category-id-"] .category-list .category-item,
body[class*="category-id-"] .category-list .category-item .card,
body[class*="category-id-"] .category-list .category-item .card-body,
body[class*="category-id-"] .category-miniature .thumbnail-container,
body[class*="category-id-"] .category-miniature .media,
body[class*="category-id-"] .category-miniature .caption,
body[class*="category-id-"] .subcategory-block::before,
body[class*="category-id-"] .category-miniature::before,
body[class*="category-id-"] .category-item::before,
body[class*="category-id-"] .category-miniature .bg-secondary,
body[class*="category-id-"] .subcategory-block .bg-secondary {
  background: var(--fam-color) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* Liens en blanc dans ces blocs */
body[class*="category-id-"] .subcategory-block a,
body[class*="category-id-"] .category-miniature a,
body[class*="category-id-"] .category-grid .category-item a,
body[class*="category-id-"] .category-list .category-item a {
  color: #fff !important;
}

/* Kill overlays/masques résiduels qui recolorent */
body[class*="category-id-"] .subcategory-block::before,
body[class*="category-id-"] .category-miniature::before,
body[class*="category-id-"] .category-item::before {
  background: transparent !important;
  content: none !important;
}

/* Si le thème force un fond via classes utilitaires */
body[class*="category-id-"] .bg-light,
body[class*="category-id-"] .bg-secondary,
body[class*="category-id-"] .bg-dark {
  background: var(--fam-color) !important;
}

/* Titres des sous-catégories */
body[class*="category-id-"] .subcategory-block .h3,
body[class*="category-id-"] .category-miniature .h3,
body[class*="category-id-"] .category-miniature .category-title,
body[class*="category-id-"] .category-item .h3 {
  color: #fff !important;
}


/* Force le texte/titre des sous-catégories en blanc */
body.parent-chasse   .subcategory-block .subcategory-name,
body.parent-chasse   .category-miniature .category-name,
body.parent-chasse   .category-grid .category-item .category-name,
body.parent-chasse   .category-list .category-item .category-name,
body.category-id-3   .subcategory-block .subcategory-name,
body.category-id-3   .category-miniature .category-name,
body.category-id-3   .category-grid .category-item .category-name,
body.category-id-3   .category-list .category-item .category-name,

body.parent-outdoors .subcategory-block .subcategory-name,
body.parent-outdoors .category-miniature .category-name,
body.parent-outdoors .category-grid .category-item .category-name,
body.parent-outdoors .category-list .category-item .category-name,
body.category-id-4   .subcategory-block .subcategory-name,
body.category-id-4   .category-miniature .category-name,
body.category-id-4   .category-grid .category-item .category-name,
body.category-id-4   .category-list .category-item .category-name,

body.parent-protection .subcategory-block .subcategory-name,
body.parent-protection .category-miniature .category-name,
body.parent-protection .category-grid .category-item .category-name,
body.parent-protection .category-list .category-item .category-name,
body.category-id-5     .subcategory-block .subcategory-name,
body.category-id-5     .category-miniature .category-name,
body.category-id-5     .category-grid .category-item .category-name,
body.category-id-5     .category-list .category-item .category-name,

body.parent-tir .subcategory-block .subcategory-name,
body.parent-tir .category-miniature .category-name,
body.parent-tir .category-grid .category-item .category-name,
body.parent-tir .category-list .category-item .category-name,
body.category-id-6 .subcategory-block .subcategory-name,
body.category-id-6 .category-miniature .category-name,
body.category-id-6 .category-grid .category-item .category-name,
body.category-id-6 .category-list .category-item .category-name {
  color: #fff !important;
}


/* Cart Page */
#cart .product-line-info {
	font-size: 18px;
	font-weight: 700;
}
#cart .product-line-info a {
	color: #000;
}
#cart .cart-item .product-image {
	max-width: 82px;
}

/* Responsive */
@media (max-width: 1440px) and (min-width: 1320px) {

}
@media (max-width: 1320px) and (min-width: 1201px) {
	.desktop-header-style-2 .col-header-center .search-widget {
		max-width: 80%;
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	.desktop-header-style-2 .col-header-center .search-widget {
		max-width: 80%;
	}
	.stuck-menu #iqitmegamenu-horizontal .cbp-hrmenu-tab > .nav-link {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	/**/
	.icon-category .elementor-heading-title {
		font-size: 20px !important;
		font-weight: 500;
	}
	.icon-category .elementor-widget-wrap .elementor-widget-image {
		padding: 0px 5px;
		width: 45px;
	}
	.icon-category .elementor-button-link {
		padding: 0px 15px;
	}
	/**/
	.products-grid .product-miniature-default {
		padding: 10px;
	}
	.product-miniature-grid .product-title {
		font-size: 16px;
	}
	/**/
	.home-block-padding .elementor-column-wrap {
		padding: 40px !important;
	}
	.block-product-right .elementor-widget-heading .elementor-widget-container {
		padding-bottom: 50px !important;
	}
	.block-product-right h2.elementor-heading-title {
		font-size: 32px !important;
	}
}
@media (max-width: 991px) and (min-width: 0px) {
	header #mobile-header .mobile-main-bar {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	img.logo {
		width: 182px;
		height: auto;
	}
	#header .col-mobile-btn-account .fa-user::before,
	#header .ps-shoppingcart .fa-shopping-bag::before {
		margin-top: 8px;
	}
	.mobile-menu__column-title {
		font-size: 16px;
	}
	.mobile-menu__column {
		margin-bottom: 25px;
	}
	/**/
	#contact .h1.page-title {
		margin: 0px !important;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	#contact .page-content .contact-page-info {
		margin-bottom: 30px;
		width: 100%;
	}
	#contact .page-content {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	#contact .page-content .contact-page-info .contact-rich {
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	#contact .page-content .col-sm-8 {
		margin-left: 0px;
		padding: 40px 20px;
		background: #f8f8f8;
		max-width: 100%;
		width: 100%;
		flex: auto;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.col-block-70, .col-block-30 {
		width: 100% !important;
	}
	.col-block-30 {
		padding-top: 10px;
	}
	.col-block-30 .elementor-column-wrap {
		padding-left: 0px !important;
	}
	.col-block-30 .elementor-column-wrap > .elementor-widget-wrap {
		display: flex;
		justify-content: space-between;
	}
	.col-block-30 .elementor-column-wrap > .elementor-widget-wrap .elementor-widget-wrap {
		padding-left: 15px;
		flex-direction: column;
	}
	.col-block-30 .elementor-column-wrap .elementor-widget-wrap .category1,
	.col-block-30 .elementor-column-wrap .elementor-widget-wrap .category2 {
		margin: 0px;
		width: calc(50% - 5px);
	}
	.icon-category {
		width: 50% !important;
	}
	/**/
	.products-grid .product-miniature-default {
		padding: 10px;
	}
	.product-miniature-grid .product-title {
		font-size: 16px;
	}
	.block-product-left {
		width: 66.66% !important;
	}
	.block-product-right {
		width: 33.33% !important;
	}
	/**/
	.section-icons-bottom .elementor-col-25 {
		width: 50%;
	}
	/**/
	.bottom-contact .bottom-contact-map {
		width: 100%;
	}
	.bottom-contact .bottom-contact-info,
	.bottom-contact .bottom-contact-bg {
		width: 50%;
	}
	/**/
	#authentication .login-form {
		width: 60%;
	}
	#authentication #content-wrapper, #password #content-wrapper, #registration #content-wrapper {
		padding: 40px 0px;
	}
	#authentication .h1.page-title,
	#password .h1.page-title,
	#registration .h1.page-title,
	#cart .h1.page-title, #checkout .h1.page-title,
	#module-iqitsearch-searchiqit .h1.page-title {
		margin-bottom: 0px;
		padding-top: 15px;
	}
	/**/
}


@media (max-width: 768px) and (min-width: 0px) {
	#header .col-mobile-btn-menu .fa-bars::before,
	#header .col-mobile-btn-search .fa-search::before,
	#header .col-mobile-btn-account .fa-user::before,
	#header .ps-shoppingcart .fa-shopping-bag::before {
		width: 26px;
		height: 26px;
	}
	/**/
	.col-block-70, .col-block-30 {
		width: 100% !important;
	}
	.col-block-30 {
		padding-top: 10px;
	}
	.col-block-30 .elementor-column-wrap > .elementor-widget-wrap .elementor-widget-wrap {
		padding-left: 15px;
		flex-direction: column;
	}
	.block-category {
		height: 220px;
	}
	#footer-container-first {
		padding: 30px 20px 40px 20px;
	}
	#footer-container-first .ps-emailsubscription-block {
		width: 100%;
	}
	#footer-container-main {
		padding-top: 40px !important;
		padding-bottom: 10px;
	}
	#footer-copyrights .copyright-txt {
		margin: 15px 0px !important;
		text-align: left;
	}
	/**/
	.row.tab-section .product-description,
	.row.tab-section .product-details-tab,
	.row.tab-section .legislation-details-tab {
		padding: 15px 15px 15px 15px;
	}
	#product .col-left-product-thumbs {
		margin-top: 0px;
	}
	#product .product-quantity .col-add-qty {
		width: 100px;
	}
	#product .product-quantity .col-add-btn {
		width: calc(100% - 100px);
	}
	.ps-shoppingcart.dropdown #blockcart-content {
		top: 63px;
	}
	/**/
	#authentication .login-form {
		width: 100%;
	}
	#authentication #content-wrapper,
	#password #content-wrapper,
	#registration #content-wrapper {
		padding: 20px 0px;
	}
	#authentication .h1.page-title,
	#password .h1.page-title,
	#registration .h1.page-title,
	#cart .h1.page-title, #checkout .h1.page-title,
	#contact .h1.page-title,
	#module-iqitsearch-searchiqit .h1.page-title {
		margin-bottom: 0px;
		padding-top: 15px;
	}
	#contact .page-content .contact-page-info > .part {
		margin-top: 15px !important;
		padding: 0px 25px 0px 25px !important;
	}
	#contact .page-content .contact-page-info > .part p {
		padding-top: 10px;
	}
	.contact-page-info {
		border-bottom: none;
	}
	contact .contact-form .form-group.row .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/**/
	.mobile-order-1 {
		order: 1;
	}
	.mobile-order-2 {
		order: 2;
	}
	/**/
	/* 8 colonnes sur grands écrans (≥1200px) en flex/Bootstrap */
@media (min-width:1200px){
  .brands-list.row .brand.brand-miniature {
    flex: 0 0 12.5%;   /* 100 / 8 */
    max-width: 12.5%;
  }
}
	
}