@charset "UTF-8";
/* CSS Document */

/* =========================
   BASE / GLOBAL
   ========================= */

body { font-family: "Roboto"; }

.container_general { padding: 0 50px; }

ul li { list-style: none; }

img { height: auto; }

.no_padding { padding: 0; }

.big_text {
  font-family: "Playfair display";
  color: black;
  font-size: 25px;
  line-height: 35px;
}

iframe { width: 100%; height: 500px; }

/* =========================
   NAVBAR / HEADER
   ========================= */

.navbar-brand img {
  width: 200px !important;
  margin-top: -10px;
}

.navbar { padding: 20px 70px 9px 50px; }

.navbar-default {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 12px;
  background-color: white;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid white;
}

.navbar-default .navbar-right li a {
  color: black;
  text-transform: uppercase;
}

.navbar-default .active a {
  background-color: transparent !important;
  padding-bottom: 24px;
  border-bottom: 2px solid #ef7825;
  margin-bottom: -10px;
  color: #ef7825 !important;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-left: 10px;
}

header {
  padding: 50px 50px;
  z-index: 9999;
  position: relative;
}

header img {
  width: 90%;
  min-height: 500px;
  margin-left: 10%;
  margin-top: -30px;
  height: auto;
  object-fit: contain;
  -webkit-filter: drop-shadow(3px 20px 15px rgba(0,0,0,.3));
  filter: drop-shadow(3px 20px 15px rgba(0,0,0,.3));
}

/* =========================
   TITRES / TEXTE
   ========================= */

h1 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 40px;
  margin-top: 40px;
}

h2 {
  font-size: 20px;
  margin: 0px 0 10px 0;
  font-family: "Playfair Display";
  font-weight: 600;
}

p {
  color: #545454;
  line-height: 25px;
  font-size: 14px;
  font-weight: 400;
}

/* =========================
   BOUTONS
   ========================= */

.red_button {
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #ef7825;
  border: none;
  transition: all 1s ease-in-out;
}

.red_button:hover { background-color: #001625; }

.red_button a { color: white; }

/* =========================
   HOME / SECTIONS
   ========================= */

.actu_home {
  padding-top: 70px;
  padding-bottom: 70px;
}

.home_actu .col-md-4 { height: auto !important; }

.news_about img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 15px;
}

.news_about a { color: black; }

.banner_home {
  width: 100%;
  background: #001525 url('images/banner.jpg') no-repeat left center;
  text-align: right !important;
  color: white !important;
  background-size: contain;
  padding: 150px 15%;
  z-index: 2000;
}

.banner_home img { width: 200px; }

.banner_home p {
  color: white !important;
  padding-left: 40%;
  font-size: 20px !important;
}

.banner_home h1 {
  font-family: 'Roboto' !important;
  margin-bottom: 10px !important;
}

.section_1 {
  background: url(images/background.svg) no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0;
  padding: 80px 0 120px 0;
  text-align: center;
  z-index: 1;
  position: relative;
}

.section_1 .col-lg-4 { text-align: center; }

.section_1 img {
  width: 65%;
  height: 220px;
  object-fit: contain;
  margin: 0 auto 20px;
}

.section_1 p {
  width: 60%;
  line-height: 22px;
  font-size: 14px;
  color: #838383;
  margin: auto;
}

.excerpt { height: 80px; }

.left_content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.padding_50 { padding: 0 50px; }
.padding_10 { padding: 7% 15%; }

/* =========================
   CAROUSEL (Bootstrap)
   ========================= */

#myCarousel { height: auto; margin-top: 70px; padding-top: 0px; }
#myCarousel img { width: 100%; margin-top: 0px; padding-top: 0px; height: auto; }

.carousel-control {
  position: absolute;
  top: 70px;
  left: 0;
  width: 15%;
  opacity: 1;
  font-size: 20px;
  color: black;
  text-align: center;
  text-shadow: none;
  padding-top: 10.25%;
}

.carousel-control.left { background-image: none; }
.carousel-control.right { left: auto; right: 0; background-image: none; }

.carousel-indicators { position: absolute; top: 100px; }
.carousel-indicators li, .carousel-indicators .active { border: none; background-color: #ef7825; }
.carousel-indicators li { background-color: black; border: none; }

.section_3 { margin-top: -105px; z-index: 0; }
.section_3 .col-md-8, .section_3 .col-md-4 { height: 800px; }
.section_3 .col-md-8 { padding: 60px 0; }
.section_3 img { width: 100%; height: 100%; margin-left: 30px; }

/* =========================
   NEWSLETTER / FOOTER
   ========================= */

.newsletter {
  width: 100%;
  background-color: #EBEBEB;
  padding: 15px 0 10px 0;
}

.social_networks ul { margin: 0; padding: 0; }

.social_networks li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
}

.form-inline label { margin-right: 20px; font-weight: 400; }
.col-md-6 ul { margin: 0; padding: 0; }

.form-inline input {
  border-radius: 0;
  width: 250px !important;
  margin-right: 0;
  border: 1px solid #EBEBEB;
}

.mc4wp-form-fields input { padding: 5px 10px !important; border: none !important; }

.submit {
  background-color: #ef7825 !important;
  border: none;
  color: white;
  padding: 5px 30px;
}

.wpcf7-form-control-wrap .wpcf7-form-control { border: 1px solid grey; width: 70%; }

.wpcf7-submit {
  background-color: #ef7825;
  border-radius: 30px;
  padding: 10px 50px !important;
  color: white;
  margin-left: -3px;
  border: none !important;
}

footer { width: 100%; padding-bottom: 20px; background-color: #001625; }

.content_footer { padding: 80px 20px 100px 20px; }
.content_footer img { width: 150px; }

.footer_brands { margin: 70px 0; padding: 0; text-align: right; }
.footer_brands li { list-style: none; display: inline-block; width: 55px; }

.footer_brands img {
  transform: rotate(-50deg);
}

.nav_footer {
  margin: 100px 0 40px 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

.nav_footer li { list-style: none; display: inline-block; margin-left: 40px; }
.nav_footer li a { color: white; font-size: 12px; font-weight: 500; }

.privacy { text-align: center; color: white; padding: 20px 0; }
.privacy ul { margin: 0; padding: 0; }

.privacy ul li {
  list-style: none;
  display: inline-block;
  color: #ccc;
  font-size: 11px;
  margin-left: 40px;
  margin-right: 40px;
}

.privacy a { color: #ccc; }

/* =========================
   BREADCRUMB / MENU GAUCHE PRODUITS
   ========================= */

.breadcrumb {
  font-family: "Playfair Display";
  background-color: transparent;
}

.breadcrumb span {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  color: black;
}

.breadcrumb span a { color: black; }

.breadcrumb .breadcrumb_last { font-weight: 200; }
.unbold { font-weight: 200; }

.nav_products { 
  margin: 0;
  padding: 0 0 0 50px;
}

.nav_products .children { margin: 0; padding: 0; }

.nav_products .children li {
  list-style: none;
  color: #838383;
  font-weight: 400;
  margin: 5px 0;
  font-family: "Roboto";
  line-height: 16px;
  font-size: 14px;
}

.nav_products .children li a { color: #838383; }

.nav_products .cat-item {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 20px;
  color: black;
  line-height: 30px;
  margin-top: 20px;
}

.nav_products .cat-item a { color: black; }

/* =========================
   CARTES PRODUITS HOME
   ========================= */

.section_1 .products_home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 20px 30px;
  height: 100%;
  min-height: 520px;
}

.section_1 .products_home img { margin-bottom: 15px; }

.section_1 .products_home h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 3.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_1 .products_home .query {
  margin-bottom: 20px;
  min-height: 90px;
}

.section_1 .products_home .red_button { margin-top: auto; }

.home-product-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.home-product-brand {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .65;
}

.home-product-title {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.2;
}

/* =========================
   SECTION FAMILLES DE PRODUITS
   ========================= */

.section_families {
  background-color: #f7f7f7;
  padding: 80px 0 100px 0;
}

.section_families h2 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.section_families .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section_families .row > [class*="col-"] {
  float: none;
  display: flex;
  padding: 15px;
}

.family_box {
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  padding: 40px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.family_box h3 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}

.family_box p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.family_box a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #ef7825;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.family_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  background-color: #ef7825;
}

.family_box:hover h3,
.family_box:hover p { color: #fff; }

.family_box:hover a {
  background-color: #fff;
  color: #ef7825;
}

@media (min-width: 1200px) {
  .section_families .row > [class*="col-"] { flex: 0 0 25%; max-width: 25%; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_families .row > [class*="col-"] { flex: 0 0 33.3333%; max-width: 33.3333%; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_families .row > [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
}

/* =========================
   PAGE TEMPLATE PRODUITS
   ========================= */

.page-template-produits .page_product .products {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-align: center !important;
  padding: 30px 0 !important;
  margin: 20px 0 !important;
  min-height: 420px !important;
  position: static !important;
  transition: none !important;
}

.page-template-produits .caption_products { display: none !important; }

.page-template-produits .page_product .products img {
  display: block !important;
  margin: 0 auto 20px auto !important;
  width: 280px !important;
  height: 280px !important;
  object-fit: contain !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
}

.page-template-produits .page_product .product_name {
  display: block !important;
  margin-top: 10px !important;
  font-size: 16px !important;
  text-align: center !important;
}

/* =========================
   ARCHIVE PRODUITS (/produits/)
   ========================= */

body.post-type-archive-produits .products_display{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 70px 40px;
}

body.post-type-archive-produits .products_display > div[class*="col-"]{
  float: none !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  flex: 0 0 calc((100% - 2 * 40px) / 3) !important;
  max-width: calc((100% - 2 * 40px) / 3) !important;
}

body.post-type-archive-produits .products_display .products{
  height: 340px;
  border: 1px solid #eee;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

body.post-type-archive-produits .products_display .products img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

body.post-type-archive-produits .products_display .product_name{
  display: block;
  text-align: center;
  margin-top: 12px;
  line-height: 1.25;
  font-weight: 700;
  min-height: 44px;
}

/* =========================
   VIGNETTES PRODUITS UNIFIÉES
   ========================= */

.lad-products-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 28px;
  align-items: start;
}

.lad-product-card{
  display: block;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lad-product-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  border-color: rgba(0,0,0,.18);
}

.lad-product-thumb{
  height: 320px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.lad-product-thumb img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.lad-product-meta{
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(0,0,0,.06);
}

.lad-product-brand{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  margin-bottom: 8px;
  display: inline-block;
  text-decoration: none;
}

.lad-product-brand:hover {
  text-decoration: underline;
}

.lad-product-link {
  display: block;
  text-decoration: none;
}

.lad-product-title{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.25em * 2);
  margin-top: 6px;
}

/* Structure carte alternative */
.lad-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.lad-card__imglink{ 
  display: block;
  text-decoration: none;
}

.lad-card__img{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.lad-card__body{
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 14px 16px 16px;
  position: static !important;
}

.lad-card__line{
  display: block;
  margin-top: 6px;
  line-height: 1.25;
  position: static !important;
}

.lad-card__brandlink,
.lad-card__brand{
  display: inline-block;
  font-size: 12px;
  letter-spacing: .12em;
  opacity: .65;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-decoration: none;
  position: static !important;
}

.lad-card__brandlink:hover{
  text-decoration: underline;
}

.lad-card__sep{
  margin: 0 6px;
  opacity: .5;
}

.lad-card__titlelink{
  display: inline;
  font-weight: 700;
  text-decoration: none;
  position: static !important;
}

.lad-card__titlelink:hover{
  text-decoration: underline;
}

/* =========================
   TAXONOMY CATEGORIES - PROPRE
   ========================= */

/* Wrapper sans padding (géré par les colonnes) */
.taxonomy-categories .lad-wrap{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.taxonomy-categories .lad-wrap > .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Colonne gauche alignée avec logo (50px) */
.taxonomy-categories .sidebar-col,
.taxonomy-categories .col-lg-3.sidebar-col{
  padding-left: 50px !important;
  padding-right: 15px !important;
}

/* Colonne droite */
.taxonomy-categories .content-col,
.taxonomy-categories .col-lg-9.content-col{
  padding-left: 15px !important;
  padding-right: 50px !important;
}

/* Pastilles marques */
.taxonomy-categories .brand-cat-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 12px 0 26px;
  padding: 0;
  list-style: none;
}

.taxonomy-categories .brand-cat-nav a{
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
}

.taxonomy-categories .brand-cat-nav a:hover{
  border-color: #999;
}

/* Carrousel horizontal */
.lad-carousel{
  position: relative;
}

.lad-products-carousel{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 24px;
  padding: 10px 44px 18px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.lad-products-carousel > *{
  flex: 0 0 340px;
  max-width: 340px;
  scroll-snap-align: start;
}

.lad-products-carousel::-webkit-scrollbar{
  height: 10px;
}

/* Flèches carrousel */
.lad-carousel-prev,
.lad-carousel-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-size: 36px;
  line-height: 52px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lad-carousel-prev{
  left: 0;
}

.lad-carousel-next{
  right: 0;
}

/* Bouton retour */
a.lad-back-products{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  z-index: 9999;
}
/* =========================================================
   ALIGNEMENTS COLONNE GAUCHE + FILS D'ARIANE
   Version finale - Alignement avec "Accessoires"
   ========================================================= */

/* =========================
   PAGE TAXONOMY (catégories/marques)
   ========================= */

/* Colonne gauche : 50px aligné logo + 75px du header */
.taxonomy-categories .sidebar-col,
.taxonomy-categories .col-lg-3.sidebar-col {
  padding-left: 10px !important;
  padding-top: 75px !important;
}

/* Menu : annule le padding-left de la ligne 460 */
.taxonomy-categories .nav_products {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
}

/* Fil d'Ariane : MÊME hauteur que "Accessoires" (75px) */
.taxonomy-categories nav.breadcrumb-custom {
  padding-left: 50px !important;
  margin-top: 75px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

/* Colonne droite : descend de 75px aussi */
.taxonomy-categories .content-col,
.taxonomy-categories .col-lg-9.content-col {
  padding-top: 75px !important;
}

/* =========================
   PAGE ARCHIVE /produits/
   ========================= */

/* Colonne gauche : 75px du header (pareil que taxonomy) */
body.post-type-archive-produits .col-lg-3 {
  padding-top: 75px !important;
}

/* Menu : annule le padding-left */
body.post-type-archive-produits .nav_products {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
}

/* Fil d'Ariane : aligné avec les vignettes produits (colonne gauche occupe ~25% = ~205px) */
body.post-type-archive-produits nav.breadcrumb-custom {
  margin-left: 205px !important;
  padding-left: 0 !important;
  margin-top: 75px !important;
  margin-bottom: 20px !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

/* Zone produits : descend de 75px */
body.post-type-archive-produits .products_display {
  margin-top: 75px !important;
}

/* =========================
   STYLE FILS D'ARIANE
   ========================= */

/* Dernier terme : 20px gras */
nav.breadcrumb-custom span.breadcrumb_last,
.breadcrumb-custom span.breadcrumb_last {
  font-size: 20px !important;
  font-weight: 600 !important;
  font-family: "Playfair Display", serif !important;
  color: #111 !important;
}

/* Premiers termes : 15px */
nav.breadcrumb-custom a,
.breadcrumb-custom a {
  font-size: 15px !important;
  color: rgba(0,0,0,.55) !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991px) {
  .taxonomy-categories .sidebar-col,
  .taxonomy-categories .col-lg-3.sidebar-col {
    padding-left: 15px !important;
    padding-top: 20px !important;
  }
  
  .taxonomy-categories .content-col,
  .taxonomy-categories .col-lg-9.content-col {
    padding-top: 20px !important;
  }
  
  .taxonomy-categories nav.breadcrumb-custom {
    padding-left: 15px !important;
    margin-top: 20px !important;
  }
  
  body.post-type-archive-produits .col-lg-3 {
    padding-top: 20px !important;
  }
  
  body.post-type-archive-produits nav.breadcrumb-custom {
    padding-left: 15px !important;
    margin-top: 20px !important;
  }
  
  body.post-type-archive-produits .products_display {
    margin-top: 20px !important;
  }
  
  nav.breadcrumb-custom span.breadcrumb_last {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .taxonomy-categories .sidebar-col,
  .taxonomy-categories .col-lg-3.sidebar-col {
    padding-top: 15px !important;
  }
  
  .taxonomy-categories .content-col,
  .taxonomy-categories .col-lg-9.content-col {
    padding-top: 15px !important;
  }
  
  .taxonomy-categories nav.breadcrumb-custom {
    padding-left: 15px !important;
    margin-top: 15px !important;
  }
  
  body.post-type-archive-produits .col-lg-3 {
    padding-top: 15px !important;
  }
  
  body.post-type-archive-produits nav.breadcrumb-custom {
    padding-left: 15px !important;
    margin-top: 15px !important;
  }
  
  body.post-type-archive-produits .products_display {
    margin-top: 15px !important;
  }
  
  nav.breadcrumb-custom span.breadcrumb_last {
    font-size: 16px !important;
  }
}
/* Le dernier terme du fil d’Ariane doit être IDENTIQUE aux autres */
.breadcrumb-custom .current {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.breadcrumb-custom span.current {
  all: unset;
  display: inline;
}
/* Fix breadcrumb : dernier item strictement identique au reste */
.breadcrumb-custom .breadcrumbs-wrap .current,
.breadcrumb-custom .breadcrumbs-wrap span.current {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
/* Dernier terme du fil d’Ariane = même style que les familles à gauche */
nav.breadcrumb-custom span.breadcrumb_last,
nav.breadcrumb-custom span.current {
  font-family: "Playfair Display", serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}
/* Page Produits : aligner le menu gauche avec les pages taxonomie */
.page_product .sidebar-col {
  margin-top: 40px;
}
/* Archive Produits : remonter légèrement la colonne gauche */
.post-type-archive-produits .padding_50 {
  padding-top: 0px; /* ajuste */
}
/* Archive Produits : remonter la colonne gauche */
.post-type-archive-produits aside {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Capsules (famille) */
.lad-capsules{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 10px 0 30px 0;
}
.lad-capsule{
  display:inline-flex;
  align-items:center;
  padding: 6px 12px;
  border:1px solid #ddd;
  border-radius:999px;
  text-decoration:none;
  line-height:1;
}

/* Carrousel : flèches rondes + ombre douce */
.lad-carousel{
  position:relative;
}

.lad-arrow{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  border: 1px solid #e6e6e6;
  background:#fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:2;
}

.lad-arrow svg{ display:block; }

.lad-arrow--prev{ left:-14px; }
.lad-arrow--next{ right:-14px; }

/* Bonus : masque les flèches sur mobile si besoin */
@media (max-width: 767px){
  .lad-arrow{ display:none; }
}

/* =========================
   HAUT DE PAGE - PAGES CATALOGUE
   (Familles / Catégories / Marques catalogue)
   ========================= */

.taxonomy-categories .content-col {
  /* évite les variations verticales dues à des marges héritées */
}

.taxonomy-categories .lad-page-header {
  margin: 0 0 18px 0;
}

.taxonomy-categories .lad-breadcrumb nav,
.taxonomy-categories .lad-breadcrumb .breadcrumb-custom,
.taxonomy-categories .lad-breadcrumb #breadcrumbs,
.taxonomy-categories .lad-breadcrumb .breadcrumb {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 12px;      /* petit breadcrumb */
  line-height: 1.2;
}

.taxonomy-categories .lad-page-title {
  margin: 0 0 10px 0 !important;   /* aligné au breadcrumb */
  padding: 0 !important;
  line-height: 1.05;
}

.taxonomy-categories .lad-page-intro {
  margin: 0 0 14px 0;
  max-width: 900px;
}

/* Capsules : harmoniser tous les systèmes existants */
.taxonomy-categories .lad-capsules,
.taxonomy-categories .brand-cat-nav,
.taxonomy-categories .brand-cat-nav--brands {
  margin: 0 0 18px 0 !important;
}

/* Capsules "pilules" (les tiennes + les liens simples) */
.taxonomy-categories .lad-capsule,
.taxonomy-categories .brand-cat-nav a,
.taxonomy-categories .brand-cat-nav--brands a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  margin: 0 10px 10px 0;
}
/* Alignement capsules à gauche (au lieu de centré) */
.taxonomy-categories .lad-capsules,
.taxonomy-categories .brand-cat-nav,
.taxonomy-categories .brand-cat-nav--brands{
  justify-content: flex-start !important;
  text-align: left !important;
}
/* Sécurise le layout en flex si besoin */
.taxonomy-categories .brand-cat-nav,
.taxonomy-categories .brand-cat-nav--brands,
.taxonomy-categories .lad-capsules{
  display: flex;
  flex-wrap: wrap;
}

/* Hover sobre */
.taxonomy-categories .lad-capsule:hover,
.taxonomy-categories .brand-cat-nav a:hover,
.taxonomy-categories .brand-cat-nav--brands a:hover {
  text-decoration: underline;
}

/* Espace avant le premier bloc produits (stabilise le "départ") */
.taxonomy-categories .category-brand-block:first-of-type {
  margin-top: 0 !important;
}

/* Titres de sections (catégorie / marque) */
.taxonomy-categories .category-brand-title {
  margin: 0 0 12px 0 !important;
  line-height: 1.1;
}
/* ===============================
   TAXONOMIES – Remonter les titres
   =============================== */

.taxonomy-categories .archive-header{
  margin: 0 !important;
  padding: 0 !important;
}

.taxonomy-categories .archive-title{
  margin: 10px 0 12px 0 !important;
  text-align: left !important;
}
/* =========================================================
   AJUSTEMENTS DESIGN — pages TAXONOMY (marques / familles / catégories)
   - Remonter le titre
   - Aligner les capsules à gauche
   ========================================================= */

/* 1) Remonter le bloc header (breadcrumb + titre) */
.taxonomy-categories .archive-header{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.taxonomy-categories .archive-header h1,
.taxonomy-categories h1{
  margin-top: 10px !important;     /* <- baisse encore si tu veux remonter */
  margin-bottom: 14px !important;
  line-height: 1.05 !important;
}

/* 2) Capsules : forcer l’alignement à gauche */
.taxonomy-categories .lad-capsules,
.taxonomy-categories .brand-cat-nav,
.taxonomy-categories .brand-cat-nav--brands{
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px 10px !important;       /* espace horizontal/vertical */
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  text-align: left !important;      /* au cas où un parent centre tout */
}

/* 3) Les "pilules" elles-mêmes (tu avais déjà, je le garde mais propre) */
.taxonomy-categories .lad-capsule,
.taxonomy-categories .brand-cat-nav a,
.taxonomy-categories .brand-cat-nav--brands a{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  margin: 0 !important;             /* le gap gère l’espace */
}

/* 4) Remonter les titres de sections sous les capsules (ex: "Accessoires") */
.taxonomy-categories .category-brand-block > h2,
.taxonomy-categories .category-brand-block > h3,
.taxonomy-categories h2.lad-category-title,
.taxonomy-categories h3.lad-category-title{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/* Largeur générale du wrapper */
.lad-wrap {
    max-width: 1600px;
    margin: 0 auto;
}
.taxonomy-categories .lad-wrap {
    max-width: 1600px !important;
}