:root {
	--fond-site: #dbdbdb;
	--fond-footer: #000;
	--couleur-txt: #000;
	--couleur-footer: #fff;
	/*--couleur-hover: #b19731;*/
	--couleur-hover: #009543;
	--menu-hover: rgba(255, 255, 255, .1);
	--marge-ext: 15px;
	--small-txt: 11px; 
}

body {
	background-color: var(--fond-site);
	color: var(--couleur-txt);
	font-family: "Poppins", sans-serif;
	line-height: 1.4;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
	-webkit-font-smoothing: antialiased;
}
a {
	color: var(--couleur-texte);
	text-decoration: none;
	transition: all 400ms;
}
a:hover {
	color: var(--couleur-hover);
	text-decoration: none;
	transition: all 400ms;
}
ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    line-height: 160%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}
.wp-block-group {
	position: relative;
	width: 100%;
}
.wp-block-group__inner-container {
	position: relative;
	width: cal(100% - 30px);
	max-width: 1570px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.backBlack {
	background-color: #000;
}
.wp-block-columns.backBlack {
    margin-bottom: 0;
	padding-bottom: 30px;
}
.wp-block-columns.firstgrid {
	padding-top: 60px;
}
.wp-block-columns.backBlack.lastgrid {
    margin-bottom: 0;
	padding-bottom: 60px;
}
.woocommerce-breadcrumb { display: none !important; }
.single-product .main-content h3 {
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    text-transform: uppercase !important;
}

header.main-header {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: var(--fond-site);
}
.top-menu-container {
	position: relative;
	width: 100%;
	background-color: var(--fond-footer);
}
.top-menu-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	color: var(--couleur-footer);
	padding: 6px 0px 7px;
	font-size: var(--small-txt);
}
.top-menu-left{
	text-align: left;
}
.top-menu-right {
	text-align: right;
}
.logo-and-menu-container {
	position: relative;
	width:100%;
}
.logo-and-menu-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	/*padding: 14px 0 15px;*/
	column-gap: 50px;
}
.logo-content {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-content img {
	height: 40px;
}
.menu-content {
	position: relative;
}
.mobile-menu {
	display: flex;
}
.menu-content ul.menu {
	position: relative;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-content ul.menu > li {
	position: relative;
	display: block;
	margin-left: 30px;
}
.menu-content ul.menu > li > a {
	position: relative;
	display: block;
	height: 80px;
	line-height: 80px;
	font-weight: 700;
	text-transform: uppercase;
}
/*.menu-content .menu > li > ul.sub-menu {
	position: absolute;
	display: none;
	flex-direction: column;
	list-style: none;
	padding: 10px;
	grid-gap: 4px;
	background-color: #fff;
	border: 0px solid #000;
	top: 56px;
	left: -10px;
	opacity: 0;
	white-space: nowrap; 
	max-width: none; 
	width: auto; 
	transition: opacity 1s;
	-webkit-box-shadow: 5px 5px 4px -2px rgba(0,0,0,0.1); 
	box-shadow: 5px 5px 4px -2px rgba(0,0,0,0.1);
}
.menu-content .menu > li.black > ul.sub-menu {
	position: absolute;
	display: none;
	flex-direction: column;
	list-style: none;
	padding: 10px;
	grid-gap: 4px;
	background-color: #000;
	border: 0px solid #000;
	top: 56px;
	left: -10px;
	opacity: 0;
	white-space: nowrap;
	max-width: none;
	width: auto;
	transition: opacity 1s;
	-webkit-box-shadow: 5px 5px 4px -2px rgba(0,0,0,0.1); 
	box-shadow: 5px 5px 4px -2px rgba(0,0,0,0.1);
}
.menu-content .menu > li.black > ul.sub-menu a {
	color:#fff;
}*/
.menu-content .menu > li > ul.sub-menu {
	position: absolute;
	display: none;
	flex-direction: column;
	list-style: none;
	padding: 0px;
	grid-gap: 0px;
	background-color: #fff;
	border: 1px solid #000;
	top: 56px;
	left: -11px;
	opacity: 0;
	white-space: nowrap; /* Empêche le retour à la ligne */
	max-width: none; /* Désactive toute limite de largeur */
	width: auto; /* Largeur automatique basée sur le contenu */
	transition: opacity 1s;
	-webkit-box-shadow: 5px 5px 4px -2px rgba(0,0,0,0.1); 
	box-shadow: 5px 5px 4px -2px rgba(0,0,0,0.1);
}
.menu-content .menu > li > ul.sub-menu > li  {
	padding: 10px;
}
.menu-content .menu > li > ul.sub-menu > li a  {
	text-transform: uppercase;
}
.menu-content .menu > li > ul.sub-menu > li + li {
	border-top: 1px solid #000;
}
.menu-content .menu > li:hover > ul.sub-menu {
	display: flex;
	opacity: 1;
	transition: opacity 1s;
}

/* Style de base du bouton HAMBURGER */
.hamburger {
  padding: 28px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  position: relative;
}

/* Conteneur des barres */
.hamburger-box {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

/* Barres du hamburger */
.hamburger-inner {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: background 0.1s 0.2s ease-in-out;
}

/* Position des barres */
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: transform 0.2s 0.2s ease-in-out;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  top: 8px;
}

/* Animation au clic (croix) */
.hamburger.active .hamburger-inner {
  background-color: transparent;
}

.hamburger.active .hamburger-inner::before {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .hamburger-inner::after {
  transform: translateY(-8px) rotate(-45deg);
}
.cart-mobile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 0;
	padding-left: 0;
}
.nav-mobile {
	position: fixed;
	z-index: 10;
	left: 100vw;
	top: 107px;
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	transition: left 0.5s ease;
}
.nav-mobile.active {
	left: 0;
}

/* Style du menu */
.menu-mobile {
  list-style: none;
  padding: 0;
  margin: auto;
}

.menu-mobile li {
  margin-bottom: 10px;
  position: relative; /* Pour positionner la flèche */
}

.menu-mobile a {
  display: block;
  padding: 1px 30px 1px 0; /* Espace pour la flèche */
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

/* Sous-menus (masqués par défaut) */
.menu-mobile ul {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
  list-style: none;
}

/* Flèche pour les éléments avec sous-menu */
.menu-mobile .has-submenu > a {
  position: relative;
}

.menu-mobile .has-submenu > a::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* Flèche tournée quand le sous-menu est ouvert */
.menu-mobile .has-submenu.active > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Bouton flèche (cliquable séparément) */
.submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}



.header-spacer {
	position: relative;
	display: block;
	width: 100%;
}
footer.main-footer {
	position: relative;
	display: block;
	width: 100%;
	background-color: var(--fond-footer);
	padding: 15px 0 10px;
}
.footer-container {
	position: relative;
	display: grid;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.footer-content {
	position: relative;
	color: var(--couleur-footer);
}
.img-footer {
	height: 100px;
	margin-top: 18px;
}
h3 {
	margin: 15px 0;
}
.footer-content.bottom {
	position: relative;
	display: flex;
	justify-content: space-between;
	grid-column: 1 / span 4;
	padding-top: 30px;
	font-size: var(--small-txt);
    line-height: 40px;
}
.footer-left {
	text-align: left;
}
.footer-right {
	text-align: right;
}
.footer-menu {
	position: relative;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	column-gap: 20px;
	margin-top: 0;
}
.footer-menu li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.footer-social {
	position: relative;
	display: flex;
	margin-top: 4px;
	height: auto;
    overflow: hidden;
    list-style: none !important;
    padding: 0;
}
.footer-social li {
	margin-bottom: 0;
    line-height: 150%;
    float: none;
    display: inline-block;
    height: 36px;
}
.footer-social a {
	/*position: relative;
	display: block;
	padding: 5px;*/
	display: inline-block;
    padding: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.35s;
}
.footer-social a.facebook:hover {
    background-color: #3b5998;
}
.footer-social a.vimeo:hover {
    background-color: #7FC400;
}
.footer-social a.linkedin:hover {
    background-color: #007bb6;
}
.footer-social a.instagram:hover {
    background-color: #517fa4;
}
.footer-social a i {
	display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: top 0.35s;
    width: 100%;
    margin-bottom: 21px;
	font-size: 22px;
}
.footer-social a:hover i {
    top: -56px;
}

.wrapper {
	position: relative;
	padding: 0 var(--marge-ext);
}

.main-container {
	position: relative;
	display: block;
	width: 100%;
}
.main-content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

/*   WOOCOMMERCE   */

.woocommerce div.product div.images .flex-control-nav {
    margin: 30px -15px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: calc(25% - 30px);
}
.woocommerce div.product .woocommerce-tabs {
	display: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    float: left;
    width: 22%;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    overflow: visible; 
	position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel {
    float: right !important;
    width: 78% !important;
    margin-bottom: 0 !important;
    border: 0px solid var(--fond-site) !;
    padding: 0px !important;
    min-height: 140px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: var(--fond-site) !important;
    color: var(--couleur-txt) !important;
    z-index: 2;
    border-bottom-color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border: 0px solid #fff !important;
    border-right: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0 !important;
    position: absolute !important;
    bottom: 0px !important;
    width: 0px !important;
    height: 0px !important;
    content: " " !important;
    box-sizing: border-box !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    white-space: nowrap;
    margin-right: 0;
    padding: 11px 15px;
    display: block;
    background: #fff0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 95%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 26px;
	font-weight: 300;
	position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	position: relative;
    border: 1px solid #fff;
    background-color: var(--fond-site) !important;
    color: var(--couleur-txt);
	font-weight: 300;
    display: inline-block;
    position: relative;
    z-index: 0;
	width: 100%;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: none !important;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border: none !important;
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: none !important;
    margin: 10px 15px !important;
    width: calc(100% - 30px) !important;
}
.woocommerce table.shop_attributes td {
    text-align: right;
    font-weight: 400 !important;
}
.woocommerce table.shop_attributes th {
    font-weight: 400 !important;
	text-align: left !important;
}
.woocommerce-Tabs-panel h2 {
	display: none;
}
.sku_wrapper {
	display: block;
}
.woocommerce p.price {
	margin-top: 0;
	line-height: 26px;
	color: var(--couleur-txt) !important;
	font-size: 18px !important;
	padding-bottom: 60px;
}
.jckqvBtn { display: none !important; }
h1.woocommerce-products-header__title { text-transform: uppercase; }
/* content product block */
.product-card__image {
	display: block;
	width: 100%; /* Largeur relative au conteneur parent */
	padding-bottom: 100%; /* Hauteur = largeur (crée un carré) */
	position: relative; /* Permet de positionner le contenu à l'intérieur */
	overflow: hidden; /* Évite les débordements */
}
.product-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    object-fit: cover;
	transition: transform 0.3s ease;
}
.outofstock .product-card__out {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(153,153, 153,0.70);
	z-index: 9;
}
.product-card:hover .product-card__image img {
	transform: scale(1.3);
}
.product-card {
	position: relative;
	display: block;
	border-radius: 3px;
	overflow: hidden;
}
.product-card__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 149, 67,0.80);
	opacity: 0;
	transition: all .3s;
}
.product-card:hover .product-card__content {
	opacity: 1;
	transition: all .3s;
}
.product-card__price {
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 10px;
	padding: 2px 5px;
	background-color: #fff;
	color: #000;
	font-weight: 700 !important;
    letter-spacing: 1px;
    font-size: 12px !important;
    border-radius: 3px;
}
.product-card__title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-right: 10px;
	color:#000;
    font-size: 16px;
	line-height: 1.6;
}
.product-card__title h3 {
    padding: 0 !important;
    margin: 0;
    font-size: 16px !important;
	line-height: 1.6 !important;
}
.product-badges {
    position: absolute;         /* si tu veux les mettre en overlay sur l'image */
    top: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.badge {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
	background: #999;
    border-radius: 3px;
	text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 1px;
}
/*.upsells .products.columns-4 {
	position: relative !important;
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.upsells .products.columns-4 li {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}
.upsells ul.products::before {
    display: none !important;
}*/
.upsells h2 {
	display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: var(--couleur-hover) !important;
}
/* Ajoute un icône de caddie avant le texte du bouton */
.single_add_to_cart_button:before {
    /*content: "\f217"; 
    font-family: "Font Awesome 6 Free"; */
	position: absolute;
	top: 0;
	left: 5px;
	content:"";
	background-image: url(/wp-content/themes/typographe/images/addtocart.svg);
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    font-weight: 900;
    margin-right: 8px;
    vertical-align: middle;
	color: rgba(255,255,255, .6);
	transition: all .3s;
    font-size: 20px;
}
.single_add_to_cart_button:hover:before {
	color: rgba(255,255,255, 1);
	transition: all .3s;
}

.woocommerce div.product form.cart .button {
    /*background-color: #b19731;*/
	background-color: #009543;
	height: 42px;
	width: 50px;
}

/* --- Carte générale de catégorie --- */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .wp-block-latest-posts.columns-4 li {
    margin: 0 30px 30px 0;
    width: calc(25% - 23px);
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last, .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
}

.woocommerce ul.products li.product-category .bkc-cat-card {
    position: relative;
    height: 100%;
    background: transparent;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Effet "carte qui se décolle" au survol */
.woocommerce ul.products li.product-category .bkc-cat-card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

/* On neutralise les décorations sur le lien si besoin */
.woocommerce ul.products li.product-category a {
    text-decoration: none;
    color: inherit;
}

/* --- Image + overlay --- */

.bkc-cat-thumb {
    position: relative;
    overflow: hidden;
}

.bkc-cat-thumb img {
    display: block;
    width: 100%;
    height: auto;
	margin: 0 !important;
}

/* Overlay qui ne couvre que l'image */
.bkc-cat-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(177, 151, 49, 0.80);*/
	background: rgba(0, 149, 67, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none; /* ne bloque pas le clic sur la carte */
}

/* Apparition en "fade" au survol de la carte */
.bkc-cat-card:hover .bkc-cat-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* --- Cercle blanc avec flèche --- */

.bkc-cat-overlay-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Flèche "qui se dessine" (illusion de dessin) */
.bkc-cat-arrow {
    position: relative;
    display: block;
    width: 0;
    height: 2px;
    background-color: transparent;
    animation: bkc-arrow-draw 0.4s ease-out forwards;
}

/* Trait de la flèche (ligne horizontale) */
.bkc-cat-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 22px;
    height: 2px;
    background-color: rgba(0, 149, 67, 0.80); /* même teinte que l’overlay */
    transform: translateY(-50%);
}

/* Pointe de la flèche (chevron) */
.bkc-cat-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(0, 149, 67, 0.80);
    border-right: 2px solid rgba(0, 149, 67, 0.80);
    transform: translateY(-50%) rotate(45deg);
}

/* Animation qui donne l'impression que la flèche se dessine */
@keyframes bkc-arrow-draw {
    0% {
        width: 0;
        opacity: 0;
        transform: translateX(-8px);
    }
    100% {
        width: 22px;
        opacity: 1;
        transform: translateX(0);
    }
}

/* --- Boîte du titre avec bordure blanche (sauf en haut) --- */

.bkc-cat-title-box {
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 25px;
    box-sizing: border-box;
    background: transparent;
	border-radius: 0 0 2px 2px
}

.bkc-cat-title {
    margin: 0;
    font-size: 18px !important; 
    text-transform: none; 
    text-align: center;
    color: #000;
	font-weight: 400;
}
.bkc-cat-card:hover .bkc-cat-title {
	color: rgba(0, 149, 67, 1);
}

/* --- Carte produit archive --- */

.bkc-prod-card-link--archive {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Zone image carrée avec coins légers (3px) */
.bkc-prod-thumb-wrapper {
    position: relative;
	display: block;
    border-radius: 3px;
    overflow: hidden;
    background: #f4f4f4; /* fallback si pas d'image */
}

/* Force le carré (aspect ratio) */
.bkc-prod-thumb {
    position: relative;	
	display: block;
    width: 100%;
    aspect-ratio: 1 / 1; /* carré moderne, supporté par les navigateurs récents */
	z-index: 1;
}

/* Deux images empilées l'une sur l'autre */
.bkc-product-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.35s ease;
}

/* Par défaut : on voit la 1ère image */
.bkc-product-image--primary {
    opacity: 1;
}

/* La 2e est cachée */
.bkc-product-image--secondary {
    opacity: 0;
}

/* Au survol de la carte, on swap les opacités (fade) */
.bkc-prod-card-link--archive:hover .bkc-product-image--primary {
    opacity: 0;
}

.bkc-prod-card-link--archive:hover .bkc-product-image--secondary {
    opacity: 1;
}

/* --- Overlay bas (1/4 de la hauteur de l'image) --- */

.bkc-prod-thumb-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25%;
	width: 100%;
    background: rgba(0, 149, 67, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* pas cliquable tant que pas hover parent */
	z-index: 10;
}

/* Au survol on fait apparaître l'overlay en fade + léger slide */
li.product:hover .bkc-prod-thumb-overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.bkc-prod-overlay-inner {
    display: flex;
    gap: 10px;
}

/* --- Boutons ronds avec pictos Font Awesome --- */

.bkc-btn-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
	border: 0px solid rgba(0, 149, 67, 0.80);
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

/* Pas de texte, tout passe par l'icône */
.bkc-btn-icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* pour les icônes solides */
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

.bkc-btn-icon:hover {
    background: #fff;
}

/* Pas de texte, tout passe par l'icône */
.bkc-btn-icon:hover::before {
    color: rgba(0, 149, 67, 0.80);
}

/* Ajout au panier (\f217) */
.bkc-btn-add-to-cart::before {
    /*content: "\f217";*/
	/*content: "\f217"; 
    font-family: "Font Awesome 6 Free"; 
	position: absolute;*/
	top: 0;
	left: 5px;
	content:"";
	background-image: url(/wp-content/themes/typographe/images/addtocart.svg);
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Quickview (\f06e) */
.bkc-btn-quickview::before {
    content: "\f06e";
}

/* Lien <a> add_to_cart : on neutralise toute déco texte */
.bkc-btn-icon.add_to_cart_button {
    text-decoration: none;
}

/* --- Zone titre + prix --- */

.bkc-prod-info {
	position: relative;
	display: block;
    text-align: center;
    margin-top: 10px;
}

.bkc-prod-title {
    font-size: 15px !important;
	font-weight: 300;
    margin: 0 0 4px;
}

.bkc-prod-price .price {
    font-weight: 300;
	color: #000 !important;
}
/***** QUICKVIEW ******/
.bkc-qv-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.bkc-qv-modal.is-open {
    display: flex;
}

.bkc-qv-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.bkc-qv-modal-inner {
    position: relative;
    background: #ffffff;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    z-index: 1;
    border-radius: 6px;
}

.bkc-qv-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.bkc-qv-product {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.bkc-qv-left,
.bkc-qv-right {
    width: 50%;
}

.bkc-qv-image {
    width: 100%;
    height: auto;
    display: block;
}

.bkc-qv-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.bkc-qv-price {
    font-weight: 600;
    margin-bottom: 10px;
}

.bkc-qv-excerpt {
    margin-bottom: 16px;
}
/* Anim d'ouverture de la modale */
.bkc-qv-modal-inner {
    position: relative;
    background: #ffffff;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    z-index: 1;
    border-radius: 15px;
    transform: scale(0.95);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.bkc-qv-modal.is-open .bkc-qv-modal-inner {
    transform: scale(1);
    opacity: 1;
}

/* Loader */
.bkc-qv-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.bkc-qv-loader span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 149, 67, 1);
    animation: bkc-spin 0.8s linear infinite;
}
.bkc-qv-loader-spinner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #000; /* couleur principale */
    animation: bkc-spin 0.8s linear infinite;
}

@keyframes bkc-spin {
    to {
        transform: rotate(360deg);
    }
}
/* Conteneur ATC quickview */
.bkc-qv-atc {
    margin-top: 20px;
}
.woocommerce .quantity .qty {
    width: 50px !important;
	height: 40px !important;
	border: 0px;
    text-align: center;
	font-weight: 300 !important;
}
/* Quantité */
.bkc-qv-quantity .qty {
    max-width: 80px;
	border: 1px solid var(--couleur-hover) !important;
	border-radius: 3px;
}


/* Bouton ATC icône-only */
.bkc-qv-atc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 50px;
    height: 42px;
    border-radius: 3px;
    border: none;
    background-color: rgba(0, 149, 67, 1);
    cursor: pointer;
    padding: 0;
    position: relative;
}
.bkc-qv-cart {
	display: flex;
}
/* Icône Font Awesome \f217 */
.bkc-qv-atc-btn::before {
    /*font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f217";
    font-size: 18px;
    color: #ffffff;
    line-height: 1;*/
	content: "";
	position: absolute;
	top:0;
	left: 5px;
	background-image: url(/wp-content/themes/typographe/images/addtocart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
}

/* Petit hover */
.bkc-qv-atc-btn:hover {
    opacity: 0.8;
}
/* carousel quickview */
.bkc-qv-slider {
    position: relative;
    overflow: hidden;
}

.bkc-qv-slider-track {
    position: relative;
}

.bkc-qv-slide {
    display: none;
}

.bkc-qv-slide.is-active {
    display: block;
}

.bkc-qv-slider-prev,
.bkc-qv-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bkc-qv-slider-prev {
    left: 8px;
}

.bkc-qv-slider-next {
    right: 8px;
}

.bkc-qv-slider-prev:hover,
.bkc-qv-slider-next:hover {
    background: rgba(0, 0, 0, 0.7);
}
/* On ne cache la pagination que si JS est actif et a mis la classe sur le body */
body.bkc-has-infinite-scroll .woocommerce-pagination {
    display: none;
}

/* Petit style du loader (facultatif) */
.bkc-infinite-loader {
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    color: #666;
}

/* FILTRES */
.bkc-product-filters {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px 30px;
	margin-bottom: 30px;
}
.bkc-filter-actions {
    float: right;
    margin-top: -21px;
}
.bkc-filter-actions button {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-weight: 700;
	color: #009543;
	/* color: #b19731; */
	opacity: .7;
	transition: all .3s;
}
.bkc-filter-actions button:hover {
	opacity: 1;
	transition: all .3s;
}
/** SELECT2 **/
.bkc-product-filters .select2-container--default .select2-selection--single {
    height: 40px;
    border-radius: 4px;
    border-color: #ddd;
}

.bkc-product-filters .select2-container--default
.select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
}

.bkc-product-filters .select2-container--default
.select2-selection--single .select2-selection__arrow {
    height: 38px;
}

/** FILTRES PRIX **/
.bkc-filter-price {
    margin-top: 10px;
}

#bkc-price-slider {
    margin: 8px 0 4px;
}

.bkc-price-display {
    font-size: 14px;
    color: #333;
}

/****** COULEUR BOUTON CHECKOUT *******/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: rgba(0, 149, 67, 1);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: rgba(0, 149, 67, 0.80);
    color: #fff;
}
.woocommerce-info {
    border-top-color: rgba(0, 149, 67, 1);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fff;
    color: #000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: rgba(0, 149, 67, 1);
    background-color: #e5e5e5;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #fff;
    color: rgba(0, 149, 67, 0.80);
}
.woocommerce-info::before {
    color: rgba(0, 149, 67, 1);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;#dbdbdb
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #dbdbdb;
    color: #000;
}
#additional_message_field { display: none !important; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 110px;
    background-color: #E5E5E5;
}

/* Conteneur de l'image */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Image + zoom */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 0;
}

/* OVERLAY doré */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 149, 67, 0.8); /* #b19731 à 0.8 */
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* ROND BLANC qui arrive du bas */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image .gss-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transform: translate(-50%, 250%);  /* caché sous le cadre */
    opacity: 0;
    z-index: 2;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

/* FLÈCHE fine à l'intérieur du rond */
/* Trait horizontal */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image .gss-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background-color: rgba(0, 149, 67, 0.80);
    transform: translate(-50%, -50%);
}

/* Pointe de la flèche */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image .gss-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(0, 149, 67, 0.80);
    border-right: 2px solid rgba(0, 149, 67, 0.80);
    /* on décale un peu vers la droite pour que la pointe soit en bout de trait */
    transform: translate(calc(-50% + 7px), -50%) rotate(45deg);
}

/* HOVER : zoom + overlay + apparition du rond/flèche */
.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image:hover img {
    transform: scale(1.1);
}

.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image:hover::before {
    opacity: 1;
}

.wp-block-latest-posts.latest-posts-hover-zoom 
    .wp-block-latest-posts__featured-image:hover .gss-arrow {
    opacity: 1;
    transform: translate(-50%, -50%);  /* vient se placer pile au centre */
}
.wp-block-latest-posts__post-title {
	font-weight: bold;
	margin-top: 4px;
	display: block;
	position: relative;
}

/* Bloc embed YouTube en pleine largeur dans la colonne de contenu */
.wp-block-embed.is-type-video.is-provider-youtube,
.wp-block-embed-youtube {
    width: 100%;
    max-width: 100%;
}
.wp-block-embed.is-type-video.is-provider-youtube,
.wp-block-embed-youtube {
    width: 100%;
    max-width: 100% !important;
}
/* Boîte responsive pour l'iframe YouTube */
.wp-block-embed.is-type-video.is-provider-youtube .wp-block-embed__wrapper,
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16/9 = 0.5625 → 56.25% */
    overflow: hidden;
}

/* L'iframe remplit la boîte */
.wp-block-embed.is-type-video.is-provider-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.valeurs .wp-block-image a {
    display: inline-block;
    width: 100%;
}
.valeurs .wp-block-image img {
    box-sizing: border-box;
    height: auto;
    width: 100% !important;
    vertical-align: bottom;
	max-width: none;
}


/* Style de l'icône du panier */
.menu-cart-icon {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.menu-cart-icon .cart-button {
    font-size: 20px;
    color: #333;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
	background-image: url(/wp-content/themes/typographe/images/cart.svg);
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.menu-cart-icon .cart-count {
    position: absolute;
    top: 15px;
    right: -10px;
    background: #ff0000;
    color: white;
    border-radius: 50%;
    padding: 2px 0px;
    font-size: 12px;
    min-width: 18px;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

/* Mini-panier déroulant */
.cart-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 15px;
}

.menu-cart-icon:hover .cart-dropdown {
    opacity: 1;
    visibility: visible;
}

.cart-dropdown-inner {
    max-height: 400px;
    overflow-y: auto;
}

/* Style des vignettes dans le mini-panier */
.cart-items {
    list-style: none;
	padding: 0;
}
.cart-item {
    display: flex;
    /*align-items: center;*/
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.cart-item-thumbnail {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px;
}

.cart-item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details {
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}

.cart-item-name {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #333;
    text-decoration: none;
    line-height: 1.2;
}

.cart-item-name:hover {
    color: #0073aa;
}

.cart-item-quantity {
    font-size: 13px;
    color: #777;
}

.cart-item-price {
    font-weight: 600;
    color: #333;
}

.remove-item {
    color: #ff0000;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
}


/* Total et boutons */
.cart-total {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
	margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.cart-buttons {
    display: flex;
    gap: 10px;
}

.cart-buttons .button {
    flex: 1;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.view-cart {
    background: #f0f0f0;
    color: #333;
}

.go-checkout {
    background: #333;
    color: white;
}

/* Panier vide */
.cart-empty {
    text-align: center;
    padding: 20px;
    color: #777;
}

.menu-item-language { order: 100; }

/* Style de base pour l'icône utilisateur */
.menu-item-user-account {
    position: relative;
    order: 98; /* Place l'icône avant le panier (order:99) et le sélecteur de langue (order:100) */
}

/* Icône utilisateur */
.user-account-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 20px;
    color: #333;
    transition: color 0.3s;
}

.user-account-link:hover {
    color: #000;
}

/* Sous-menu pour utilisateur connecté */
.user-submenu {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 999;
    padding: 10px 0;
    border-radius: 4px;
}

.user-submenu .submenu-item {
    padding: 8px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.user-submenu .submenu-item:last-child {
    border-bottom: none;
}

.user-submenu .submenu-item a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.user-submenu .submenu-item a:hover {
    color: #000;
}

/* Afficher le sous-menu au survol */
.menu-item-user-account:hover .user-submenu {
    display: block;
}

.related {
	clear: both;
	position: relative;
	margin-bottom: 50px;
}
.related h2 {
	/*display: none;*/
}
/* Masquer le comportement par défaut */
.related.products ul.products {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px;
    padding: 0 20px;
    margin: 0;
}

/* Désactiver le style par défaut des colonnes WooCommerce */
.related.products ul.products.columns-4 {
    column-count: unset !important;
}

/* Style des items */
.related.products ul.products li.product {
    flex: 0 0 calc(25% - 13px); /* 4 items par slide */
    scroll-snap-align: start;
    /*min-width: 250px;  Largeur minimale pour éviter le rétrécissement */
	margin-right: 0;
}

/* Masquer le scrollbar natif (optionnel) */
.related.products ul.products::-webkit-scrollbar {
    display: none;
}

/* Boutons de navigation (optionnel) */
.related.products .carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
	position: absolute;
    top: -20px;
    right: 0;
}

.related.products .carousel-nav button {
    background: #f5f5f5;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin: 20px 0;
}

.testimonial-item {
    flex: 1 1 300px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #f9f9f9;
}

.testimonial-title {
    margin-top: 0;
    color: #333;
}

.testimonial-content {
    font-style: italic;
    color: #555;
}
.gmb-modal-open-button {
    background: var(--couleur-hover) !important;
}
.woocommerce-message::before {
    color: var(--couleur-hover);
}
.woocommerce-message {
    border-top-color: var(--couleur-hover);
}
.is-popup-search-form form {
    width: 60%;
}
div.is-ajax-search-details {
    width: 180px !important;
}
/* Pour mobile : pile l’image au-dessus du texte */
@media (max-width: 768px) {
    .bkc-qv-product {
        flex-direction: column;
    }

    .bkc-qv-left,
    .bkc-qv-right {
        width: 100%;
    }
	.menu-content { display: none; }
	.footer-content.bottom {
		grid-column: 1 / span 1;
		flex-direction: column;
	}
	.footer-container {
		grid-template-columns: 1fr;
	}
	.footer-right {
		text-align: left;
	}
	.footer-menu {
		justify-content: flex-start;
		margin-left: 0;
        padding-left: 0;
	}
	.menu-mobile {
		list-style: none;
		padding: 0 20px;
		margin: auto;
	}
	.text_content {
		padding: 0 20px;
	}
	.bkc-product-filters {
		grid-template-columns: 1fr;
	}
	.content-area {
		padding: 0 20px;
	}
	.bkc-cat-title {
    	font-size: 15px !important;
	}
}


@media (min-width: 768px) {
    .main-content, .footer-container, .logo-and-menu-content, .top-menu-content, .menu-mobile {
        max-width: 708px;
    }
	.wp-block-group__inner-container > p, .wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > ul, .wp-block-group__inner-container > div:not(.wp-block-gss-swiper-slider) {
		max-width: 708px;
		margin-left: auto;
		margin-right: auto;
	}
	.woocommerce div.product div.images {
        width: 45%;
    }
	.woocommerce div.product div.summary {
        width: 51%;
		margin-bottom: 30px;
		float: right;
		padding-left: 15px;
    }
	.menu-content { display: none; }
	.footer-content.bottom {
		grid-column: 1 / span 2;
		flex-direction: column;
	}
	.footer-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-right {
		text-align: left;
	}
	.footer-menu {
		justify-content: flex-start;
		margin-left: 0;
        padding-left: 0;
	}
	.bkc-product-filters {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 992px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 48%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
}
@media (min-width: 992px) {
    .main-content, .footer-container, .logo-and-menu-content, .top-menu-content, .menu-mobile {
        max-width: 932px;
    }
	.wp-block-group__inner-container > p, .wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > ul, .wp-block-group__inner-container > div:not(.wp-block-gss-swiper-slider) {
		max-width: 932px;
		margin-left: auto;
		margin-right: auto;
	}
	.logo-and-menu-content {
		column-gap: 0px;
	}
	.menu-content ul.menu > li {
		font-size: 12px;
	}
	.menu-content { display: none; }
	.footer-content.bottom {
		grid-column: 1 / span 4;
		flex-direction: column;
	}
	.footer-container {
		grid-template-columns: repeat(4, 1fr);
	}
	.footer-content.bottom {
		grid-column: 1 / span 4;
		flex-direction: row;
	}
	.footer-right {
		text-align: left;
	}
	.footer-menu {
		justify-content: flex-end;
	}
	.bkc-product-filters {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 1200px) {
    .main-content, .footer-container, .logo-and-menu-content, .top-menu-content {
        max-width: 1140px;
    }
	.wp-block-group__inner-container > p, .wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > ul, .wp-block-group__inner-container > div:not(.wp-block-gss-swiper-slider) {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.logo-and-menu-content {
		column-gap: 50px;
	}
	.menu-content ul.menu > li {
		font-size: 15px;
	}
	.mobile-menu { display: none; }
	.menu-content { display: block; }
}
@media only screen and (min-width: 1630px) {
    .main-content, .footer-container, .logo-and-menu-content, .top-menu-content {
        max-width: 1570px;
    }
	.wp-block-group__inner-container > p, .wp-block-group__inner-container > h1, .wp-block-group__inner-container > h2, .wp-block-group__inner-container > ul, .wp-block-group__inner-container > div:not(.wp-block-gss-swiper-slider)  {
		max-width: 1570px;
		margin-left: auto;
		margin-right: auto;
	}
	.menu-content { display: block; }
}


