.margin_block {padding:100px 0;}

.products {
background:white!important;
}


.single_main_img img {
background:white!important;
}

.banner_footer img {
width:60%!important;
margin-top:20px;
margin-left:50px;
}

/* =========================================================
   CORRECTIF DÉFINITIF - À REMPLACER DANS CSS ADDITIONNEL
   Remplacez TOUT le CSS additionnel par ce code
   ========================================================= */

/* =========================================================
   HOME — NOUVEAUTÉS
   ========================================================= */

body.home h1.section-title {
  max-width: 1500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body.home .section_1 .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

body.home .section_1 .products_home {
  display: flex !important;
  flex-direction: column !important;
}

body.home .section_1 .products_home .home-product-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  height: 100% !important;
}

body.home .section_1 .products_home .home-product-link {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  transition: transform .22s ease !important;
}

body.home .section_1 .products_home:hover .home-product-link {
  transform: translateY(-4px) !important;
}

body.home .section_1 .products_home a.home-product-link img {
  width: 100% !important;
  height: 240px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  transition: filter .22s ease !important;
}

body.home .section_1 .products_home:hover .home-product-link img {
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.18)) !important;
}

body.home .section_1 .products_home a.home-product-brand {
  display: block !important;
  margin: 10px 0 6px !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: rgba(0,0,0,.45) !important;
}

body.home .section_1 .products_home a.home-product-brand:hover {
  text-decoration: underline !important;
}

body.home .section_1 .products_home .home-product-title,
body.home .section_1 .products_home a.home-product-title,
body.home .section_1 .products_home .home-product-title a {
  color: #111 !important;
  font-family: inherit !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  text-align: center !important;
  min-height: 2.4em !important;
  margin: 0 !important;
}

body.home .section_1 .products_home a.home-product-title:hover,
body.home .section_1 .products_home .home-product-title a:hover {
  text-decoration: underline !important;
}

body.home .section_1 .products_home .query {
  width: 100% !important;
  max-width: 520px !important;
  margin: 12px auto !important;
  text-align: center !important;
}

body.home .section_1 .products_home .query p {
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 1.35 !important;
}

body.home .section_1 .products_home .red_button {
  margin-top: auto !important;
}

/* =========================================================
   VIGNETTES PRODUITS - STYLE UNIFIÉ PARTOUT
   ========================================================= */

.lad-product-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: transform 0.22s ease !important;
}

.lad-product-card:hover {
  transform: translateY(-4px) !important;
}

.lad-product-link {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
}

.lad-product-thumb {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: 260px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 15px !important;
  width: 100% !important;
}

.lad-product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  transition: filter 0.22s ease !important;
}

.lad-product-card:hover .lad-product-thumb img {
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.18)) !important;
}

a.lad-product-brand {
  display: block !important;
  margin: 0 0 6px 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(0,0,0,.45) !important;
  text-decoration: none !important;
  text-align: center !important;
  width: 100% !important;
}

a.lad-product-brand:hover {
  text-decoration: underline !important;
}

a.lad-product-title {
  display: block !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #111 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  text-align: center !important;
  width: 100% !important;
}

a.lad-product-title:hover {
  text-decoration: underline !important;
}

/* =========================================================
   PAGE /PRODUITS/ (archive) - Grille
   ========================================================= */

body.post-type-archive-produits .lad-products-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(240px, 1fr)) !important;
  gap: 10px 60px !important;
}

@media (max-width: 992px) {
  body.post-type-archive-produits .lad-products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 60px 40px !important;
  }
}

@media (max-width: 576px) {
  body.post-type-archive-produits .lad-products-grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
}

/* =========================================================
   FIL D'ARIANE — POSITION IDENTIQUE PARTOUT
   ========================================================= */

.breadcrumb-custom {
  font-size: 13px !important;
  color: rgba(0,0,0,.55) !important;
  margin: 10px 0 20px !important;
  padding-left: 255px !important; /* POSITION FIXE PARTOUT */
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.breadcrumb-custom a {
  font-size: 13px !important;
  color: rgba(0,0,0,.55) !important;
  text-decoration: none !important;
}

.breadcrumb-custom a:hover {
  text-decoration: underline !important;
}

.breadcrumb-custom span.separator {
  margin: 0 6px !important;
  color: rgba(0,0,0,.35) !important;
  font-size: 13px !important;
}

span.breadcrumb_last {
  display: inline !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-family: "Playfair Display", serif !important;
}

/* =========================================================
   PAGES TAXONOMY-CATEGORIES
   ========================================================= */

body.taxonomy-categories .lad-wrap {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

body.taxonomy-categories .lad-wrap > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Colonne gauche - ALIGNÉE SOUS LE LOGO */
body.taxonomy-categories .col-lg-3.sidebar-col {
  padding-left: 50px !important;
  padding-right: 15px !important;
}

body.taxonomy-categories .col-lg-9.content-col {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Fil d'Ariane - MÊME POSITION PARTOUT */
body.taxonomy-categories .breadcrumb-custom,
body.taxonomy-categories nav.breadcrumb-custom {
  padding-left: 255px !important;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}

/* Titre page - 20px */
body.taxonomy-categories .archive-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  line-height: 1.2 !important;
}

/* ========================================
   CAPSULES - À GAUCHE, POLICE NOIRE, PLUS GROSSES
   ======================================== */

body.taxonomy-categories .brand-cat-nav,
body.taxonomy-categories .brand-cat-nav--brands {
  display: flex !important;
  text-align: left !important;
  justify-content: flex-start !important;
  padding-left: 0 !important;
  margin: 0 0 50px 0 !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

body.taxonomy-categories .brand-cat-nav li {
  list-style: none !important;
}

body.taxonomy-categories .brand-cat-nav a,
body.taxonomy-categories .brand-cat-nav--brands a {
  margin: 0 !important;
  padding: 16px 34px !important; /* PLUS GROSSES */
  background: #fff !important;
  border: 2px solid #ddd !important;
  border-radius: 30px !important;
  color: #000 !important; /* NOIR */
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 17px !important; /* PLUS GROSSE */
  font-family: inherit !important; /* HARMONISÉE */
  transition: all 0.3s ease !important;
}

body.taxonomy-categories .brand-cat-nav a:hover,
body.taxonomy-categories .brand-cat-nav--brands a:hover {
  background: #000 !important; /* NOIR */
  color: #fff !important;
  border-color: #000 !important;
  transform: translateY(-2px) !important;
}

/* ========================================
   SECTIONS - MASQUER TOUS LES TITRES
   ======================================== */

body.taxonomy-categories .category-brand-block {
  margin-bottom: 80px !important;
  position: relative !important;
}

/* MASQUER TOUS les titres de sections (Accessoires, FURUTECH, etc.) */
body.taxonomy-categories .category-brand-title {
  display: none !important;
}

/* ========================================
   CARROUSEL - Flèches MOINS AGRESSIVES
   ======================================== */

body.taxonomy-categories .lad-carousel {
  position: relative !important;
  padding-right: 120px !important;
}

body.taxonomy-categories .lad-carousel-prev,
body.taxonomy-categories .lad-carousel-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(0, 0, 0, 0.15) !important; /* MOINS AGRESSIF */
  color: rgba(0, 0, 0, 0.6) !important; /* GRIS */
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  font-size: 24px !important;
  cursor: pointer !important;
  z-index: 10 !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

body.taxonomy-categories .lad-carousel-prev {
  right: 60px !important;
  left: auto !important;
}

body.taxonomy-categories .lad-carousel-next {
  right: 0 !important;
  left: auto !important;
}

body.taxonomy-categories .lad-carousel-prev:hover,
body.taxonomy-categories .lad-carousel-next:hover {
  background: rgba(0, 0, 0, 0.3) !important; /* UN PEU PLUS FONCÉ AU SURVOL */
  color: rgba(0, 0, 0, 0.9) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

/* Track carrousel */
body.taxonomy-categories .lad-products-carousel {
  display: flex !important;
  gap: 30px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  padding: 10px 0 20px 0 !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

body.taxonomy-categories .lad-products-carousel::-webkit-scrollbar {
  display: none !important;
}

body.taxonomy-categories .lad-product-card {
  flex: 0 0 280px !important;
  min-width: 280px !important;
}

/* Bouton retour */
body.taxonomy-categories a.lad-back-products {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 14px !important;
  border: 1px solid #ddd !important;
  border-radius: 999px !important;
  background: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #111 !important;
  transition: all 0.3s ease !important;
}

body.taxonomy-categories a.lad-back-products:hover {
  background: #f5f5f5 !important;
}

@media (min-width: 769px) {
  body.taxonomy-categories a.lad-back-products {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 9999 !important;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 991px) {
  body.taxonomy-categories .col-lg-3.sidebar-col {
    padding-left: 15px !important;
  }
  
  .breadcrumb-custom {
    padding-left: 15px !important;
  }
}

@media (max-width: 768px) {
  body.taxonomy-categories .lad-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  body.taxonomy-categories .archive-title {
    font-size: 18px !important;
  }
  
  body.taxonomy-categories .breadcrumb-custom {
    padding-left: 20px !important;
  }
  
  .breadcrumb-custom {
    padding-left: 20px !important;
  }
  
  body.taxonomy-categories .lad-carousel {
    padding-right: 0 !important;
  }
  
  body.taxonomy-categories .lad-carousel-prev,
  body.taxonomy-categories .lad-carousel-next {
    display: none !important;
  }
  
  body.taxonomy-categories .lad-product-card {
    flex: 0 0 220px !important;
    min-width: 220px !important;
  }
  
  body.taxonomy-categories .lad-product-thumb {
    height: 200px !important;
  }
  
  body.taxonomy-categories a.lad-back-products {
    position: static !important;
    margin: 20px 0 !important;
  }
  
  span.breadcrumb_last {
    font-size: 22px !important;
  }
}
/* ================================
   TAXONOMY CATEGORIES : alignements
   ================================ */

/* 1) Remonter tout le contenu (réduire le grand blanc en haut) */
.taxonomy-categories .lad-wrap,
.taxonomy-categories .page_product,
.taxonomy-categories .content-col {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* 2) Aligner le fil d’Ariane avec le titre (breadcrumb + H1) */
.taxonomy-categories .breadcrumb-custom {
  margin: 0 0 8px 0 !important;  /* espace sous le breadcrumb */
  padding: 0 !important;
}

.taxonomy-categories .archive-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.taxonomy-categories .archive-title {
  margin-top: 0 !important;
}

/* 3) Capsules : texte noir */
.taxonomy-categories .lad-capsule,
.taxonomy-categories .lad-capsule:visited,
.taxonomy-categories .brand-cat-nav a,
.taxonomy-categories .brand-cat-nav--brands a {
  color: #000 !important;
}

/* 4) Augmenter la police des rubriques sous les capsules (ex: "Accessoires") */
.taxonomy-categories h2,
.taxonomy-categories .lad-section-title,
.taxonomy-categories .section-title {
  font-size: 24px !important;
  line-height: 1.2 !important;
  margin-top: 18px !important;
}

/* ================================
   TAXONOMY CATEGORIES (colonne droite)
   Le blanc vient de: main.content-col { padding-top: 75px; }
   ================================ */

/* 1) Remonter la colonne de droite */
.taxonomy-categories main.content-col{
  padding-top: 0 !important;
}

/* 2) Alignement vertical breadcrumb / titre */
.taxonomy-categories .breadcrumb-custom{
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  display: block;
}

.taxonomy-categories .archive-header{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.taxonomy-categories .archive-title{
  margin-top: 0 !important;
}

/* 3) Capsules : police noire */
.taxonomy-categories .lad-capsule,
.taxonomy-categories .lad-capsule:visited,
.taxonomy-categories .brand-cat-nav a,
.taxonomy-categories .brand-cat-nav--brands a{
  color: #000 !important;
}

/* 4) Titres de rubriques sous les capsules (ex: "Accessoires") */
.taxonomy-categories .category-brand-block > h2,
.taxonomy-categories h2{
  font-size: 26px !important;
  line-height: 1.2 !important;
}
/* Remonter la colonne de droite (annule le padding-top imposé par style.css) */
.taxonomy-categories .content-col,
.taxonomy-categories .col-lg-9.content-col{
  padding-top: 0 !important;
}

/* Aligner verticalement le fil d’Ariane avec le titre */
.taxonomy-categories .breadcrumb-custom{
  margin: 0 0 6px 0 !important;
  padding: 0 !important;
  display: block;
}

/* Titres de rubriques sous les capsules (ex : "Accessoires") */
.taxonomy-categories .category-brand-block > h2{
  font-size: 26px !important;
  line-height: 1.2 !important;
}

/* Capsules en noir */
.taxonomy-categories .lad-capsule,
.taxonomy-categories .lad-capsule:visited,
.taxonomy-categories .brand-cat-nav a,
.taxonomy-categories .brand-cat-nav--brands a{
  color: #000 !important;
}
/* Aligner le fil d’Ariane à gauche */
.taxonomy-categories .breadcrumb-custom{
  justify-content: flex-start !important;
}

.taxonomy-categories .breadcrumb-custom .breadcrumbs-wrap{
  justify-content: flex-start !important;
  text-align: left !important;
  margin-left: 0 !important;
}
/* Corriger l'alignement horizontal du fil d’Ariane */
.taxonomy-categories .breadcrumb-custom{
  padding-left: 0 !important;
}
/* 1) Si le décalage vient du conteneur de droite */
.page_product.taxonomy-categories main.col-lg-9.col-md-9.col-sm-12.content-col{
  padding-left: 0 !important;
}

/* 2) Si le décalage vient du breadcrumb lui-même */
.page_product.taxonomy-categories nav.breadcrumb-custom.hidden-xs{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* 3) Si le décalage vient du wrapper interne */
.page_product.taxonomy-categories nav.breadcrumb-custom.hidden-xs .breadcrumbs-wrap{
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}
/* Ajustement fin : léger décalage à droite du fil d’Ariane */
.page_product.taxonomy-categories nav.breadcrumb-custom{
  margin-left: 12px; /* ajuste à 10 / 12 / 15 px selon ton œil */
}
/* Forcer l’état actif "Nos produits" sur toutes les pages paginées */
.post-type-archive-produits .menu-item-nos-produits > a,
.post-type-archive-produits.paged .menu-item-nos-produits > a{
  color: #ff6a00 !important;
  border-bottom: 2px solid #ff6a00; /* si c’est ton indicateur actif */
}
/* Menu : garder "Nos Produits" en orange sur /produits/ et /produits/page/2/ etc. */
.post-type-archive-produits #menu-item-1179 > a,
.post-type-archive-produits.paged #menu-item-1179 > a{
  color: #ff6a00 !important;
}

/* Si ton thème utilise un soulignement/trait pour l'actif, on le force aussi */
.post-type-archive-produits #menu-item-1179 > a,
.post-type-archive-produits.paged #menu-item-1179 > a{
  border-bottom-color: #ff6a00 !important;
}
/* ================================
   PAGE D’ACCUEIL – section logos bas de page
   ================================ */

/* Empêcher les images de devenir démesurées */
.section_3 img{
  max-width: 100%;
  height: auto;
  display: block;
}
/* =========================================
   PAGE D’ACCUEIL – section "La philosophie"
   On ne touche QU’À LA PHOTO À DROITE
   ========================================= */

/* Image à droite (photo éditoriale) */
.section_3 .col-lg-4.col-md-4.text-right > img{
  max-width: 100%;
  height: auto;
}

/* =========================================
   PAGE D’ACCUEIL – logos partenaires
   (ON N’Y TOUCHE PAS)
   ========================================= */
/* AUCUNE règle ici volontairement */
/* =========================================================
   HOME – Image à droite de "La Philosophie" (uniquement)
   ========================================================= */
.section_3 .col-lg-4.col-md-4.text-right > img{
  width: 100% !important;
  max-height: 520px;      /* ajuste si besoin (480 / 520 / 560) */
  object-fit: cover;      /* garde un rendu "photo" sans déformation */
  display: block;
}

/* =========================================================
   HOME – Dernières actus : images de vignettes (uniquement)
   ========================================================= */
.actu_home .news_list img,
.actu_home img.wp-post-image{
  width: 100% !important;
  height: 260px !important;   /* hauteur homogène des cartes */
  object-fit: cover;
  display: block;
}
/* Décaler verticalement l’image à droite de "La Philosophie" */
.section_3 .col-lg-4.col-md-4.text-right > img{
  margin-top: 130px; /* ajuste : 30 / 40 / 50 px */
}
/* =========================================================
   HOME – Derniers articles : VIGNETTES UNIQUEMENT
   ========================================================= */

.news_list img.attachment-post-thumbnail,
.news_list img.wp-post-image{
  width: 100% !important;
  height: 220px !important;   /* ajuste : 200 / 220 / 240 */
  object-fit: cover;
  display: block;
}
/* =========================================================
   ARTICLES (single_post) – empêcher les images géantes
   ========================================================= */

/* Image mise en avant / wp-post-image sur l'article */
.single_post img.wp-post-image,
.single-post img.wp-post-image{
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  max-height: 700px;          /* ajuste : 600 / 700 / 800 */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Toutes les images dans le contenu de l'article */
.single_post .entry-content img,
.single-post .entry-content img{
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
}
/* ===== Nos marques : layout propre (sans shortcodes) ===== */
.lad-brands {
  max-width: 1100px;
  margin: 0 auto;
}

.lad-brand {
  display: flex;
  gap: 32px;
  padding: 34px 0;
  border-bottom: 1px solid #eee;
}

.lad-brand:last-child { border-bottom: 0; }

.lad-brand__logo {
  flex: 0 0 220px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lad-brand__logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

.lad-brand__content {
  flex: 1;
  min-width: 0; /* évite les débordements */
}

.lad-brand__content p {
  margin: 0 0 14px 0;
}

/* Images produits : jamais monstrueuses */
.lad-brand__media {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0 6px 0;
  align-items: flex-start;
}

.lad-brand__media img {
  max-width: 220px; /* ajuste si tu veux plus grand/petit */
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* Une vignette + texte (ex : "Convertisseur DAC…") */
.lad-brand__product {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 16px 0;
}

.lad-brand__product img {
  width: 150px;
  height: auto;
  border-radius: 6px;
  display: block;
}

.lad-brand__product span {
  display: inline-block;
}

/* Lien site de la marque */
.lad-brand__site {
  margin-top: 14px;
}

.lad-brand__site a {
  word-break: break-word;
}

/* Responsive */
@media (max-width: 900px) {
  .lad-brand {
    flex-direction: column;
  }
  .lad-brand__logo {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .lad-brand__logo img {
    max-width: 200px;
  }
  .lad-brand__media img {
    max-width: 180px;
  }
}
/* Logo FURUTECH plus grand */
#furutech .lad-brand__logo img {
  max-width: 400px;   /* valeur actuelle ~220px */
}
/* FURUTECH : forcer l'agrandissement du SVG */
#furutech .lad-brand__logo{
  flex: 0 0 320px;           /* réserve plus de place pour le logo */
}

#furutech .lad-brand__logo img{
  width: 220px !important;   /* largeur réelle (pas juste max-width) */
  max-width: none !important;
  height: auto !important;
}
/* ===== Nos marques : alignements logos + textes ===== */

/* Colonne logo : largeur constante */
.lad-brand__logo{
  flex: 0 0 260px;           /* largeur colonne logo */
  display: flex;
  align-items: center;       /* centre verticalement le logo */
  justify-content: center;   /* centre horizontalement le logo */
  min-height: 90px;          /* zone logo = même hauteur partout */
}

/* Logos : même “hauteur visuelle” sans déformation */
.lad-brand__logo img{
  width: auto !important;
  height: 52px !important;   /* règle la hauteur commune (ajustable) */
  max-height: 52px !important;
  max-width: 240px !important;
}

/* Texte : toujours aligné et bien lisible */
.lad-brand__content{
  padding-top: 0;            /* on enlève tout décalage accidentel */
}

/* Exception : FURUTECH peut rester un peu plus grand si tu veux */
#furutech .lad-brand__logo img{
  height: 60px !important;
  max-height: 60px !important;
  max-width: 260px !important;
}
#furutech .lad-brand__logo img{
  width: auto !important;
}
/* FURUTECH : aligner le texte avec les autres marques */
#furutech .lad-brand__logo{
  flex: 0 0 260px;   /* EXACTEMENT la même largeur que les autres */
}
/* Sbooster : réduire la taille du logo */
#sbooster .lad-brand__logo img{
  height: 38px !important;
  max-height: 38px !important;
}
/* --- L’Audiodistribution : liste revendeurs (cartes) --- */
.lad-wrap { max-width: 980px; margin: 0 auto; }

.lad-section-title{
  margin: 22px 0 10px;
  font-weight: 700;
  font-size: 22px;
}

.lad-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 10px 0 26px;
}

@media (min-width: 780px){
  .lad-grid{ grid-template-columns: 1fr 1fr; }
}

.lad-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 14px 14px 12px;
  background: #fff;
}

.lad-card h3{
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.lad-meta{ font-size: 14px; line-height: 1.45; }
.lad-meta .lad-line{ margin: 2px 0; }

.lad-actions{
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lad-btn{
  display: inline-block;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration: none !important;
  font-size: 14px;
}

.lad-brands{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.lad-chip{
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  font-size: 12px;
  letter-spacing: .2px;
}
/* Lisibilité liste revendeurs */
.lad-section-title{margin:22px 0 10px;font-weight:700;font-size:22px}
.lad-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:10px 0 26px}
@media (min-width:780px){.lad-grid{grid-template-columns:1fr 1fr}}
.lad-card{border:1px solid rgba(0,0,0,.10);border-radius:10px;padding:14px;background:#fff}
.lad-card h3{margin:0 0 8px;font-size:16px;letter-spacing:.2px;text-transform:uppercase}
.lad-meta{font-size:14px;line-height:1.45}
.lad-actions{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}
.lad-btn{display:inline-block;padding:8px 10px;border-radius:8px;border:1px solid rgba(0,0,0,.12);text-decoration:none!important;font-size:14px}
.lad-brands{margin-top:10px;display:flex;flex-wrap:wrap;gap:6px}
.lad-chip{display:inline-block;padding:4px 8px;border-radius:999px;border:1px solid rgba(0,0,0,.12);font-size:12px;letter-spacing:.2px}
/* ===== Page Points de vente : layout ===== */
.pdv-toolbar{
  display:flex; flex-wrap:wrap; gap:14px;
  align-items:flex-end; justify-content:space-between;
  margin: 10px 0 18px;
}

.pdv-toggle{
  display:flex; gap:10px; align-items:center;
}

.pdv-toggle button{
  border:1px solid #d9d9d9;
  background:#fff;
  padding:10px 14px;
  border-radius:999px;
  font-weight:600;
  cursor:pointer;
}
.pdv-toggle button.is-active{
  background:#111;
  color:#fff;
  border-color:#111;
}

.pdv-filters{
  display:flex; gap:14px; flex-wrap:wrap;
}
.pdv-filters label{ font-weight:600; margin-right:6px; }
.pdv-filters select{
  min-width:240px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid #d9d9d9;
  background:#fff;
}

/* ===== Grille de cartes ===== */
.pdv-grid{
  display:grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap:16px;
  margin-top:14px;
}
@media (min-width: 820px){
  .pdv-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1180px){
  .pdv-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.pdv-card{
  border:1px solid #e7e7e7;
  border-radius:16px;
  padding:16px 16px 14px;
  background:#fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
}

.pdv-card__head{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:12px; margin-bottom:10px;
}

.pdv-card__title{
  margin:0;
  font-size:16px;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.pdv-pill{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #e2e2e2;
  background:#fafafa;
  white-space:nowrap;
}

.pdv-card__row{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
  padding:10px 0;
  border-top:none;
}

.pdv-link{
  display:inline-flex; align-items:center; justify-content:center;
  padding:9px 12px;
  border-radius:10px;
  background:#111;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
}
.pdv-link:hover{ opacity:.9; }

.pdv-meta{
  color:#666;
  font-size:13px;
  line-height:1.3;
}

/* ===== Badges marques ===== */
.pdv-brands{
  display:flex; flex-wrap:wrap; gap:8px;
  margin-top:10px;
}
.pdv-badge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid #e6e6e6;
  background:#fff;
}
#site-footer {
  border-top: none !important;
}
.page-id-17 .entry-content,
.page-id-17 .post-content,
.page-id-17 .site-main {
  min-height: 700px;
}
footer,
.site-footer,
#footer,
.main-footer {
  border-top: none !important;
  box-shadow: none !important;
}

footer:before,
footer:after,
.site-footer:before,
.site-footer:after,
#footer:before,
#footer:after,
.main-footer:before,
.main-footer:after {
  display: none !important;
  content: none !important;
}
#site-footer {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#site-footer,
#site-footer::before,
#site-footer::after,
#site-footer + *,
#site-footer + *::before,
#site-footer + *::after {
  border-top: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.pager::before,
.pager::after {
  display: none !important;
  content: none !important;
}