/* =========================
   INDEX DES MARQUES
   ========================= */
 /*ul {
  padding-left: 1.1rem;
}
 ul li {
  margin: .4rem 0;
}*/

.cc-brand-index .cc-brand-info {
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafafa 0%, #f4f4f4 100%);
  padding: 14px 16px;
}

.cc-brand-index .cc-brand-info__label {
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #777;
}

.cc-brand-index .cc-brand-info__value {
  display: block;
  margin-top: 5px;
  font-size: 1.05rem;
  color: #222;
}


.cc-brand-index .cc-brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .cc-brand-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .cc-brand-grid { grid-template-columns: repeat(2, 1fr); }
}
/* =========================
   INDEX DES MARQUES
   ========================= */

.cc-brand-index {
  margin: 0 0 2rem;
}

.cc-brand-index .cc-section {
  margin-bottom: 1.75rem;
}

.cc-brand-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .cc-brand-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cc-brand-index__grid {
    grid-template-columns: 1fr;
  }
}

.cc-brand-index__card {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cc-brand-index__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  border-color: #d8d8d8;
}

.cc-brand-index__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.cc-brand-index__media {
  height: 130px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-bottom: 1px solid #efefef;
}

.cc-brand-index__media img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.cc-brand-index__placeholder {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  background: #f1f1f1;
}

.cc-brand-index__body {
  padding: 1rem 1rem 1.1rem;
}

.cc-brand-index__title {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #333;
}

.cc-brand-index__meta {
  font-size: .88rem;
  color: #777;
  margin-bottom: .7rem;
}

.cc-brand-index__excerpt {
  margin: 0 0 .85rem;
  font-size: .94rem;
  line-height: 1.5;
  color: #444;
}

.cc-brand-index__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: auto;
}

.cc-brand-index__stat {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .25rem .6rem;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  background: #f8f8f8;
  font-size: .8rem;
  color: #555;
}


#cc-brand-index {
  color: #333;
  margin: 0 0 2.5rem;
}

#cc-brand-index a {
  text-decoration: none;
}

#cc-brand-index .cc-section__sub {
  color: #666;
  opacity: 1;
}

#cc-brand-index .cc-brand-index__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1.25rem;
  align-items: stretch;
  margin: 0 0 2rem;
}

#cc-brand-index .cc-brand-index__hero-main,
#cc-brand-index .cc-brand-index__hero-side {
  min-width: 0;
}

#cc-brand-index .cc-brand-index__hero-main {
  padding: 1.4rem 1.5rem 1.5rem;
}


#cc-brand-index h1 {
  margin: 0 0 .7rem;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #222;
}

#cc-brand-index .cc-brand-index__intro {
  margin: 0;
  max-width: 860px;
  font-size: 1rem;
  line-height: 1.7;
  color: #4a4a4a;
}

#cc-brand-index .cc-brand-index__info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.15rem 1.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

#cc-brand-index .cc-brand-index__info-label {
  display: block;
  margin-bottom: .35rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #777;
}

#cc-brand-index .cc-brand-index__info-value {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2rem);
  line-height: 1;
  color: #222;
}

#cc-brand-index .cc-brand-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0 0 2.2rem;
}

#cc-brand-index .cc-brand-index__card {
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .15s ease;
}

#cc-brand-index .cc-brand-index__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0,0,0,.07);
  border-color: #d6d6d6;
}

#cc-brand-index .cc-brand-index__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

#cc-brand-index .cc-brand-index__media {
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #fafafa;
  border-bottom: 1px solid #efefef;
}

#cc-brand-index .cc-brand-index__media img {
  display: block;
  max-width: 100%;
  max-height: 86px;
  width: auto;
  height: auto;
  object-fit: contain;
}

#cc-brand-index .cc-brand-index__placeholder {
  width: 100%;
  height: 86px;
  border-radius: 10px;
  background: #f0f0f0;
}

#cc-brand-index .cc-brand-index__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem 1.1rem;
}

#cc-brand-index .cc-brand-index__title {
  margin: 0 0 .35rem;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #222;
}

#cc-brand-index .cc-brand-index__meta {
  margin: 0 0 .65rem;
  font-size: .88rem;
  color: #777;
}

#cc-brand-index .cc-brand-index__excerpt {
  margin: 0 0 .85rem;
  font-size: .94rem;
  line-height: 1.55;
  color: #4b4b4b;
}

#cc-brand-index .cc-brand-index__stats {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: auto;
}

#cc-brand-index .cc-brand-index__stat {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: .28rem .62rem;
  border: 1px solid #e4e4e4;
  border-radius: 999px;
  background: #f8f8f8;
  font-size: .8rem;
  color: #555;
  line-height: 1.3;
}

#cc-brand-index .cc-brand-index__cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .9rem;
  font-weight: 600;
  color: #333;
}

#cc-brand-index .cc-brand-index__cta::after {
  content: "→";
  transition: transform .15s ease;
}

#cc-brand-index .cc-brand-index__card:hover .cc-brand-index__cta::after {
  transform: translateX(2px);
}

#cc-brand-index .cc-brand-index__block {
  margin-top: 2.4rem;
}

#cc-brand-index .cc-grid--hub .cc-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

#cc-brand-index .cc-grid--hub .cc-card:hover {
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
}

#cc-brand-index .cc-grid--hub .cc-card__thumb--empty {
  background: #f1f1f1;
}

@media (max-width: 980px) {
  #cc-brand-index .cc-brand-index__hero {
    grid-template-columns: 1fr;
  }

  #cc-brand-index .cc-brand-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #cc-brand-index .cc-brand-index__grid {
    grid-template-columns: 1fr;
  }

  #cc-brand-index .cc-brand-index__hero-main,
  #cc-brand-index .cc-brand-index__info-card {
    padding: 1.1rem 1rem;
  }
}
/* =========================
   SEO bas de page
   ========================= */

#cc-brand-index .cc-brand-index__seo-bottom {
  margin: 2.8rem 0 0;
  padding: 1.4rem 1.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fafafa;
}

#cc-brand-index .cc-brand-index__seo-bottom h2 {
  margin: 0 0 .6rem;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #333;
}

#cc-brand-index .cc-brand-index__seo-bottom p {
  margin: 0 0 .75rem;
  font-size: .95rem;
  line-height: 1.7;
  color: #555;
}

#cc-brand-index .cc-brand-index__seo-bottom p:last-child {
  margin-bottom: 0;
}




/*===
   FILTRES INDEX MARQUES
======*/

#cc-brand-index .cc-brand-filters {
  margin: 0 0 1.6rem;
}

#cc-brand-index .cc-brand-filters__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(160px, 1fr));
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  background: #fafafa;
}

#cc-brand-index .cc-brand-filters__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#cc-brand-index .cc-brand-filters__item label {
  margin-bottom: .45rem;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #777;
}

#cc-brand-index .cc-brand-filters__input,
#cc-brand-index .cc-brand-filters__select {
  width: 100%;
  min-height: 44px;
  padding: .7rem .85rem;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: .95rem;
  line-height: 1.3;
  box-shadow: none;
}

#cc-brand-index .cc-brand-filters__input:focus,
#cc-brand-index .cc-brand-filters__select:focus {
  outline: none;
  border-color: #bdbdbd;
  box-shadow: 0 0 0 3px rgba(0,0,0,.04);
}

@media (max-width: 980px) {
  #cc-brand-index .cc-brand-filters__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #cc-brand-index .cc-brand-filters__item--search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  #cc-brand-index .cc-brand-filters__inner {
    grid-template-columns: 1fr;
    padding: .9rem;
  }

  #cc-brand-index .cc-brand-filters__item--search {
    grid-column: auto;
  }
}
#cc-brand-index .cc-brand-filters__reset {
  height: 44px;
  margin-top: auto;
  padding: 0 1rem;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-size: .9rem;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease;
}

#cc-brand-index .cc-brand-filters__reset:hover {
  background: #f4f4f4;
  border-color: #cfcfcf;
}
#cc-brand-index .cc-brand-filters__reset:disabled {
  opacity: .5;
  cursor: default;
}
#cc-brand-index .cc-brand-active-filters {
  margin: .75rem 0 1.2rem;
  font-size: .92rem;
  color: #555;
}

#cc-brand-index .cc-brand-active-filters-label {
  margin-right: .45rem;
  font-weight: 600;
  color: #444;
}

#cc-brand-index .cc-brand-active-filter {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin: 0 .4rem .35rem 0;
  padding: .35rem .65rem;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  background: #f5f5f5;
  font-size: .85rem;
  color: #444;
  line-height: 1;
}

#cc-brand-index .cc-brand-active-filter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e7e7e7;
  color: #444;
  font-size: .8rem;
  line-height: 1;
  cursor: pointer;
}

#cc-brand-index .cc-brand-active-filter button:hover {
  background: #dcdcdc;
}

#cc-brand-index .cc-brand-active-filter button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,0,0,.06);
}
#cc-brand-index .cc-brand-filters__results {
  margin: .65rem 0 1rem;
  font-size: .92rem;
  color: #666;
}

#cc-brand-index .cc-brand-filters__results strong {
  color: #333;
}
#cc-brand-index .cc-brand-empty {
  margin: 1rem 0 1.5rem;
  padding: 1.2rem 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #fafafa;
  text-align: center;
}

#cc-brand-index .cc-brand-empty__title {
  margin: 0 0 .35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
}

#cc-brand-index .cc-brand-empty__text {
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
  color: #666;
}



/*--- PAGES MARQUES DEDIEE ---*/

/* HERO MARQUE */
.cc-hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin: 1.5rem 0 2.25rem;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

.cc-hero__bg {
  position: absolute;
  inset: 0;
}
.cc-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.cc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.55) 45%,
    rgba(0,0,0,.25) 100%
  );
}

.cc-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.25rem;
  padding: 1.4rem 1.4rem 1.6rem;
  align-items: center;
  min-height: 280px;
}

.cc-hero__logo {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  display: grid;
  place-items: center;
}
.cc-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 14px;
  display: block;
}

.cc-hero__kicker {
  margin: 0 0 .25rem;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .85;
}
.cc-hero__content{color:white}
.cc-hero__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1.1;
    color: #fff;
}

.cc-hero__meta {
  margin: .55rem 0 0;
  opacity: .85;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .95rem;
}
.cc-hero__meta a { text-decoration: underline;color:white; }
.cc-hero__meta a:hover{color:white;}
.cc-hero__excerpt {
  margin: .85rem 0 0;
  max-width:75ch;
  opacity: .92;
}

.cc-hero__actions {
  margin-top: 1.05rem;
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

/* Boutons */
.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .62rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(6px);
}
.cc-btn--primary {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.26);
      color: #eee;
}
.cc-btn--ghost {
  background: transparent;
    color: #eee;
}

@media (max-width: 820px) {
  .cc-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cc-hero__logo {
    width: 92px;
    height: 92px;
    border-radius: 18px;
  }
}

.cc-section__head { margin-bottom: 1rem; }
.cc-section__sub { opacity: .75; margin-top: .25rem; }

.cc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 980px) { .cc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cc-grid { grid-template-columns: 1fr; } }

.cc-card {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
}
.cc-card__thumb img { width: 100%; height: 220px; object-fit: cover; display: block; }
.cc-card__body { padding: .9rem 1rem 1.1rem; }
.cc-card__meta { font-size: .85rem; opacity: .75; display: flex; gap: .5rem; align-items: center; }
.cc-card__title { margin: .4rem 0 0; font-size:.95rem; line-height: 1.25;text-align:left;}
.cc-card__title a { text-decoration: none; }
.cc-dot { opacity: .5; }
.cc-grid--products .cc-card__thumb img,
.cc-grid--news .cc-card__thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.cc-card__thumb--empty {
  height: 220px;
  background: rgba(255,255,255,.06);
}

.cc-badges {
  margin-top: .75rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}

.cc-badge {
  font-size: .8rem;
  padding: .25rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}


/* piwigo*/
.cc-grid--piwigo .cc-card { cursor: default; }
.cc-card--piwigo .cc-card__body { padding: 1rem 1rem 1.1rem; }
.cc-card--piwigo .cc-card__title a { text-decoration: none; }
.cc-card--piwigo .cc-card__title a:hover { text-decoration: underline; }
.cc-grid--piwigo .cc-card__thumb img { width:100%; height:220px; object-fit:cover; display:block; }
.cc-grid--piwigo .cc-card__thumb--empty { height:220px; background: rgba(255,255,255,.06); }




/*----*/
/* =========================
   PAGE MARQUE (tax-marque)
   ========================= */
 .site-main,
 main {
  margin: 0 auto;
}

 h1 {
  letter-spacing: -0.02em;
}

 h2 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
}

 p {
  line-height: 1.7;
}

/* petits détails typographiques */
 a {
  text-underline-offset: 3px;
}
 a:hover {
  text-decoration: underline;
}

/* =========================
   SECTIONS
   ========================= */
.cc-section__head {
  margin-bottom: 1rem;
}

.cc-section__sub {
  margin: .25rem 0 0;
  opacity: .75;
}

/* =========================
   GRIDS + CARDS (news/piwigo)
   ========================= */
.cc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 980px) { .cc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cc-grid { grid-template-columns: 1fr; } }

.cc-card {
 border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  overflow: hidden;
  transition: transform .15s ease, border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.cc-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.30);
  background: rgba(255,255,255,.10);
  box-shadow: 0 16px 36px rgba(0,0,0,.45);
}

.cc-card__thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.cc-card__thumb--empty {
  height: 220px;
  background: rgba(255,255,255,.06);
}

.cc-card__body {
  padding: .95rem 1rem 1.1rem;
}

.cc-card__meta {
  font-size: .88rem;
  opacity: .78;
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap;
}

.cc-dot { opacity: .55; }

.cc-card__title {
  margin: .45rem 0 0;
  font-size: 1.05rem;
  line-height: 1.25;
}
.cc-card__title a {
  text-decoration: none;
}


/* Grille produits adaptative */
.cc-products {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 980px) { .cc-products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .cc-products { grid-template-columns: 1fr; } }

/* Card base */
.cc-pcard {
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
  transition: transform .15s ease, border-color .15s ease;
}
.cc-pcard:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.18); }

.cc-pcard__thumb img { width: 100%; object-fit: cover; display: block; }
.cc-pcard__thumb--empty { background: rgba(255,255,255,.06); width: 100%; }

/* Corps */
.cc-pcard__body { padding: .9rem 1rem 1rem; }
.cc-pcard__meta { font-size: .88rem; opacity: .78; }
.cc-pcard__title { margin: .45rem 0 0; font-size: 1.05rem; line-height: 1.25; }
.cc-pcard__title a { text-decoration: none; }

.cc-pcard__type { text-decoration: none; border-bottom: 1px dotted rgba(255,255,255,.25); }
.cc-pcard__type:hover { text-decoration: underline; }

/* Tailles */
.cc-pcard--lg .cc-pcard__thumb img,
.cc-pcard--lg .cc-pcard__thumb--empty { height: 240px; }

.cc-pcard--md .cc-pcard__thumb img,
.cc-pcard--md .cc-pcard__thumb--empty { height: 180px; }
.cc-pcard--md .cc-pcard__body { padding: .75rem .9rem .85rem; }
.cc-pcard--md .cc-pcard__title { font-size: 1rem; }

.cc-pcard--sm .cc-pcard__thumb img,
.cc-pcard--sm .cc-pcard__thumb--empty { height: 140px; }
.cc-pcard--sm .cc-pcard__body { padding: .65rem .8rem .75rem; }
.cc-pcard--sm .cc-pcard__title { font-size: .95rem; }

/* XS : image carrée only, sans texte */
.cc-pcard--xs .cc-pcard__thumb img,
.cc-pcard--xs .cc-pcard__thumb--empty { height: 140px; }
.cc-pcard--xs .cc-pcard__thumb img { aspect-ratio: 1 / 1; object-fit: cover; }



.cc-section__footer {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
}

.cc-archives h2 {
  font-size: 1.1rem;
  opacity: .9;
}

.cc-archive-list {
  list-style: none;
  padding: 0;
  margin: .5rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem 1.2rem;
}

.cc-archive-list li {
  margin: .25rem 0;
  font-size: .95rem;
  opacity: .85;
}

.cc-archive-year {
  opacity: .6;
  margin-left: .25rem;
}
.cc-archive-list {
  list-style: none;
  padding: 0;
  margin: .5rem 0 0;
}

.cc-archive-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: .6rem;
  align-items: center;
  margin: .35rem 0;
  opacity: .9;
}

.cc-archive-thumb img,
.cc-archive-thumb--empty {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}

.cc-archive-text {
  font-size: .95rem;
  line-height: 1.3;
}

.cc-archive-link {
  text-decoration: none;
}

.cc-archive-year {
  opacity: .6;
  margin-left: .25rem;
}


@media (max-width: 640px) {

  .cc-archive-list { grid-template-columns: 1fr; }
  .cc-archive-item {
    grid-template-columns: 44px 1fr;
  }
  .cc-archive-thumb img,
  .cc-archive-thumb--empty {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
}



/* =========================
   CONTENU EDITORIAL (Description + Avis)
   ========================= */

.cc-brand-intro__text p{font-size: .9em;margin-bottom: 10px;}
.cc-brand-intro__text ul li{font-size: .9em;}
.cc-brand-intro__aside{margin:1.5rem 0 0;}


.cc-term-content p,
.cc-term-avis p {margin: .9rem 0;
}


/*--
Contenus annexes
---*/
.cc-hub-links { display:flex; gap:.75rem; flex-wrap:wrap; margin-top:.75rem; }
.cc-hub-link { padding:.6rem 1rem; border-radius:999px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.06); text-decoration:none; }
.cc-hub-link--ghost { background:transparent; }

.cc-meta-link { text-decoration:none; border-bottom:1px dotted rgba(255,255,255,.25); }
.cc-meta-link:hover { text-decoration:underline; }

.cc-newslist { list-style:none; padding:0; margin:.5rem 0 0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.6rem 1.2rem; }
@media (max-width:640px){ .cc-newslist{ grid-template-columns:1fr; } }

.cc-newsitem { display:grid; grid-template-columns:56px 1fr; gap:.6rem; align-items:center; }
.cc-newsitem__thumb img, .cc-newsitem__thumb--empty {
  width:56px; height:56px; border-radius:10px; object-fit:cover; display:block;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12);
}
.cc-newsitem__date { display:block; font-size:.85rem; opacity:.7; margin-bottom:.15rem; }
.cc-newsitem__link { text-decoration:none; line-height:1.25; }
.cc-newsitem__link:hover { text-decoration:underline; }

.brand-polls__grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-polls__item {
  flex: 0 1 360px; 
  max-width: 400px; 
  width: 100%;
}

.brand-polls__item .col-md-12{
    border: 1px solid #333;
    border-radius: 8px;
    background: #fefefe;}

@media (max-width: 768px) {
  .brand-polls__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* Piwigo hub */
.cc-piwigo-grid{
  display:grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 980px){ .cc-piwigo-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px){ .cc-piwigo-grid{ grid-template-columns: repeat(2, 1fr); } }

.cc-piwigo-card{
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
  transition: transform .15s ease, border-color .15s ease;
}
.cc-piwigo-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.18);
}

.cc-piwigo-card a{ text-decoration:none; display:block; }

.cc-piwigo-meta{
  margin: .9rem 1rem .5rem;
  font-size: .85rem;
  opacity: .75;
  display:flex;
  align-items:center;
  gap:.4rem;
  flex-wrap:wrap;
}
.cc-piwigo-sep{ opacity:.55; }

.cc-piwigo-figure{ margin: 0; }
.cc-piwigo-figure img{
  width:100%;
  height: 170px;
  object-fit: cover;
  display:block;
}

.cc-piwigo-title{
  margin: .7rem 1rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
}



/*------- */

/* Base */
.cc-brand{ color:#111; }
.cc-container{ max-width:1100px; margin:0 auto; padding:0 18px; }
.cc-section{ padding:20px 0; }
.cc-muted{ opacity:.75; }
.cc-section__head{ margin-bottom: 18px; }
.cc-band--soft{ background: rgba(0,0,0,.035); }
.cc-band--dark{ background: rgba(0,0,0,.12); }

/* Hero placeholder */
.cc-hero__inner{
  border-radius: 18px;
  overflow:hidden;
  background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.20));
  padding: 26px;
  display:grid;
  grid-template-columns: 84px 1fr;
  gap: 18px;
  color: #fff;
}
.cc-hero__logo{ width:84px; height:84px; border-radius:16px; background: rgba(255,255,255,.12); }
.cc-hero__kicker{ font-size:.75rem; letter-spacing:.12em; opacity:.85; }
.cc-hero h1{ margin:.25rem 0 .35rem; font-size: 2rem; letter-spacing:-.02em; }
.cc-hero__meta{ font-size:.95rem; opacity:.9; }
.cc-hero__meta a{ color:#fff; text-decoration: underline; text-underline-offset:3px; }
.cc-hero__pills{ margin-top: 12px; display:flex; gap:10px; flex-wrap:wrap; }
.cc-pill{
  display:inline-flex; padding:.45rem .75rem; border-radius: 999px;
  background: rgba(255,255,255,.14); color:#fff; text-decoration:none;
  border:1px solid rgba(255,255,255,.18);
}
.cc-pill--ghost{ background: transparent; }

/* Split intro */
.cc-split{ display:grid; grid-template-columns: 2fr 1fr; gap: 28px; align-items:start; }
@media(max-width:900px){ .cc-split{ grid-template-columns:1fr; } }
.cc-aside{
  border:1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.6);
  padding: 14px;
}
.cc-stat{ padding: 12px; border-radius: 12px; background: rgba(0,0,0,.03); }
.cc-stat + .cc-stat{ margin-top:10px; }
.cc-stat__label{ 
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #777;
    margin-bottom: 2px;
    font-weight: 600;
    text-align: left;}
.cc-stat__value{
    text-align: left;}

/* Review */
.cc-review__grid{display: block;}
.cc-review__text{overflow: hidden;}
.cc-vote{
    float: right;
    width: 267px;
    margin: 0 0 20px 20px;
    shape-outside: margin-box;}

@media(max-width:900px){  .cc-vote{float: none;width: 100%;margin: 20px 0;  }}

.cc-review blockquote{
  margin:0 0 14px;
  padding: 12px 14px;
  border-left: 4px solid rgba(0,0,0,.22);
  background: rgba(255,255,255,.35);
  border-radius: 12px;
}
.cc-vote{
  border:1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.55);
  padding: 14px;
}
.cc-vote__title{ font-weight:700; margin-bottom:10px; }
.cc-vote__box{ height: 120px; border-radius: 12px; background: rgba(0,0,0,.05); display:flex; align-items:center; justify-content:center; opacity:.7; }

/* Cards produits */
.cc-products{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
@media(max-width:980px){ .cc-products{ grid-template-columns: repeat(2,1fr);} }
@media(max-width:640px){ .cc-products{ grid-template-columns:1fr;} }

.cc-card{
  border:1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  background: rgba(255,255,255,.85);
  overflow:hidden;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.cc-card:hover{ transform: translateY(-2px); border-color: rgba(0,0,0,.16); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.cc-card__img{ height: 210px; background: rgba(0,0,0,.06); }
.cc-card__body{ padding: 14px 14px 16px; }
.cc-card__meta{ font-size:.88rem; opacity:.75; }
.cc-card__meta a{ color:inherit; text-decoration:none; border-bottom:1px dotted rgba(0,0,0,.25); }
.cc-card__title{ margin: 8px 0 0; font-size: 1.02rem; line-height:1.25; }
.cc-card__title a{ text-decoration:none; color:inherit; }

/* News */
.cc-newsgrid{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
@media(max-width:980px){ .cc-newsgrid{ grid-template-columns: repeat(2,1fr);} }
@media(max-width:640px){ .cc-newsgrid{ grid-template-columns:1fr;} }
.cc-news{
  display:grid; grid-template-columns: 64px 1fr; gap: 10px; align-items:center;
  padding: 12px; border-radius: 16px; text-decoration:none;
  border: 1px solid rgba(0,0,0,.10); background: rgba(255,255,255,.75);
}
.cc-news__thumb{ width:64px; height:64px; border-radius: 12px; background: rgba(0,0,0,.06); }
.cc-news__date{ font-size:.85rem; opacity:.7; margin-bottom:2px; }
.cc-news__title{ line-height:1.25; }

/* Archives */
.cc-archives{ margin-top:30px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.08); }
.cc-archives__title{ font-weight:700; margin-bottom: 8px; }
.cc-archives__list{ margin:0; padding-left: 18px; opacity:.85; }
.cc-archives__list span{ opacity:.65; }

/* Gallery */
.cc-gallery{ display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
@media(max-width:980px){ .cc-gallery{ grid-template-columns: repeat(3,1fr);} }
@media(max-width:640px){ .cc-gallery{ grid-template-columns: repeat(2,1fr);} }
.cc-gitem{
  display:block; border-radius: 16px; overflow:hidden;
  border:1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.06);
  aspect-ratio: 1/1;
}
.cc-gitem img{ width:100%; height:100%; object-fit:cover; display:block; }
.cc-cta{ margin-top: 14px; }
.cc-btn{
  display:inline-flex; padding:.6rem 1rem; border-radius: 999px;
  border:1px solid rgba(0,0,0,.14);
  text-decoration:none; color:inherit;
}

/* ===== OPTION : catalogue visuel dynamique =====
   Activer en remplaçant cc-brand--premium par cc-brand--visual
*/
.cc-brand--visual .cc-card__img{ height: 240px; }
.cc-brand--visual .cc-products{ gap: 18px; }
.cc-brand--visual .cc-card{
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 36px rgba(0,0,0,.16);
}
.cc-brand--visual .cc-card:hover{ transform: translateY(-3px); box-shadow: 0 22px 44px rgba(0,0,0,.22); }
.cc-brand--visual .cc-band--dark{ background: rgba(0,0,0,.18); }


/* =========================================
   PAGE MARQUE – VERSION PREMIUM CLAIR
   ========================================= */

body.tax-marque .cc-brand{
  color:#333;
}

body.tax-marque .cc-band--soft{
  background:#f6f6f6;
  border-radius:20px;
  margin:0 20px 30px;
}

body.tax-marque .cc-band--dark{
  background:#ececec;
  border-radius:20px;
}

body.tax-marque .cc-pcard{
  background:#ffffff;
  border:1px solid #e5e5e5;
  border-radius:20px;
  transition:all .2s ease;
}

body.tax-marque .cc-pcard:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* News */
body.tax-marque .cc-newsitem{
  background:#ffffff;
  border:1px solid #e8e8e8;
  border-radius:16px;
}

body.tax-marque .cc-newsitem:hover{
  background:#fafafa;
}

/* Review */
body.tax-marque .cc-review blockquote{
  background:#ffffff;
  border-left:4px solid #d5d5d5;
  box-shadow:0 8px 20px rgba(0,0,0,.05);
}

/* Aside */
body.tax-marque .cc-aside{
  background:#ffffff;
  border:1px solid #e5e5e5;
}

/* Piwigo */
body.tax-marque .cc-piwigo-card{
  background:#ffffff;
  border:1px solid #e5e5e5;
}

body.tax-marque .cc-piwigo-card:hover{
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

#produits{padding:20px;    margin-top: 30px;}
#galeries{padding:0 20px;}
#actus{padding: 20px 0;}
#actus h2{margin-top: 1rem;}
#avis .cc-review .cc-review__text p{margin-bottom: 10px;font-size: .9em}
#produits h2, #galeries h2, #actus h2{ margin-left:0px;}

/* =========================================
   TITRES CLASSIQUES – MARQUE
   ========================================= */
body.tax-marque h1,
body.tax-marque h2,
body.tax-marque h3{
  font-family: "Inter", sans-serif;
  font-weight:600;
  letter-spacing:-0.01em;
}


body.tax-marque .cc-brand .cc-section h2{
  font-weight: 600;
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  letter-spacing: -0.01em;
  margin: 0 20px 20px;
  border-bottom:1px solid #e5e5e5;
  padding-bottom:10px;
  color:#333;
  text-align: left;
}
.tax-marque h3{
  margin-bottom:20px;}

body.tax-marque .cc-brand .cc-section__sub{
  font-size: .95rem;
  opacity: .65;
  margin-bottom: 2rem;
}

body.tax-marque .cc-brand .cc-section{
  padding: 40px 0 25px;
}

body.tax-marque .cc-brand .cc-section__head{
  margin-bottom: 1.2rem;
}

body.tax-marque .cc-brand .cc-section + .cc-section{
  border-top: 1px solid rgba(0,0,0,.05);
}

.cc-piece{
  margin: 25px 0;
  padding: 16px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.cc-piece__label{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #666;
  margin-bottom: 10px;
}

.cc-piece__img{
    width: 100%;
    max-height: 150px;
    border-radius: 6px;
    display: block;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: top;
}
.cc-piece__imglink:hover .cc-piece__img { opacity: .92; }

.cc-piece__title{
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
    font-size: 18px;
    text-align: center;
}

.cc-piece__meta{
  color: #666;
  font-size: 14px;
  margin-bottom: 12px;
}

.cc-piece__actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cc-piece__btn{
  display: inline-block;
  padding: 10px 12px;
  border-radius: 6px;
  background: #333;
  color: #fff;
  border:1px solid #333;
  text-decoration: none;
  font-size: 14px;
  transition: all .15s ease;
}
.cc-piece__btn:hover{background:transparent;border:1px solid #333;}

.cc-piece__btn--ghost{
  background: transparent;
  color: #333;
  border: 1px solid #333;
}