.elementor-105 .elementor-element.elementor-element-20d17a7{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-7630cfe{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-c416439{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-046ed3d{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-258b7b4{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-dc24fc4{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-60c3ba2{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-1c53db7{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}.elementor-105 .elementor-element.elementor-element-710163e{--display:flex;--padding-top:00px;--padding-bottom:00px;--padding-left:00px;--padding-right:00px;}/* Start custom CSS for shortcode, class: .elementor-element-3e866c1 *//* =============================================================================
   AUDACE 2.0 — Hero Section CSS
   À coller dans :
   - Apparence > Personnaliser > CSS additionnel
   - OU Elementor > Paramètres du site > CSS personnalisé
   - OU dans un fichier custom.css de votre thème enfant
   =============================================================================
*/

/* -----------------------------------------------------------------------------
   VARIABLES GLOBALES
   Modifiez ici pour changer les couleurs sur tout le hero
----------------------------------------------------------------------------- */
:root {
  --a2-gold:        #C9A84C;
  --a2-gold-light:  #E8D5A3;
  --a2-gold-dark:   #8B6914;
  --a2-noir:        #1A1A1A;
  --a2-noir-2:      #111110;
  --a2-white:       #FFFFFF;
  --a2-gray:        #9A9A96;
  --a2-red:         #E04040;
  /* Ces 3 variables sont écrasées en inline par le PHP selon les choix ACF */
  --audace-accent:  #E04040;
  --audace-bg:      #1A1A1A;
  --audace-overlay: rgba(0, 0, 0, 0.6);
}


/* =============================================================================
   BASE — commune aux deux layouts
============================================================================= */
.audace-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: inherit;
  box-sizing: border-box;
}

.audace-hero *,
.audace-hero *::before,
.audace-hero *::after {
  box-sizing: border-box;
}

/* Réinitialisation des styles Elementor qui pourraient interférer */
.audace-hero a {
  text-decoration: none;
}
.audace-hero button {
  font-family: inherit;
  cursor: pointer;
}
.audace-hero h1 {
  margin: 0;
  padding: 0;
}


/* =============================================================================
   HERO CLASSIQUE
============================================================================= */
.audace-hero--classic {
  display: flex;
  align-items: stretch;
  min-height: 700px;
  background: var(--a2-noir);
}


/* ── Bloc texte gauche ── */
.audace-hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 48px;
  max-width: 58%;
}

/* Accroche */
.audace-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--a2-gold);
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
.audace-hero__eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--a2-gold);
  flex-shrink: 0;
}

/* Titre */
.audace-hero__title {
  color: var(--a2-white);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 18px 0 !important;
  padding: 0 !important;
}
.audace-hero__title em {
  color: var(--a2-gold);
  font-style: italic;
}

/* Description */
.audace-hero__subtitle {
  color: #777777;
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 36px 0;
  max-width: 400px;
}

/* Boutons */
.audace-hero__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.audace-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  border: none;
}
.audace-hero__btn:hover {
  opacity: 0.85;
  text-decoration: none !important;
}

.audace-hero__btn--primary {
  background: var(--a2-gold);
  color: var(--a2-noir) !important;
  padding: 14px 30px;
}
.audace-hero__btn--primary:hover {
  background: var(--a2-gold-dark);
  opacity: 1;
}

.audace-hero__btn--secondary {
  background: transparent;
  color: var(--a2-gold) !important;
  padding: 13px 22px;
  border: 1px solid rgba(201, 168, 76, 0.35);
}
.audace-hero__btn--secondary:hover {
  border-color: var(--a2-gold);
  opacity: 1;
}

/* Réseaux sociaux */
.audace-hero__social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.audace-hero__social > span {
  color: #444444;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.audace-hero__social-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #666666;
  font-size: 11px;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.audace-hero__social-link:hover {
  color: var(--a2-gold);
}
.audace-hero__social-link svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}


/* ── Slider droite ── */
.audace-hero__slider {
  width: 42%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: #252522;
}

/* Dégradé de fondu entre texte et image */
.audace-hero__slider::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--a2-noir) 0%, transparent 22%);
  z-index: 2;
  pointer-events: none;
}

/* Badge flottant sur le slider */
.audace-hero__badge {
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 5;
  background: var(--a2-gold);
  color: var(--a2-noir);
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  font-weight: 600;
}


/* =============================================================================
   SLIDER — commun classique + soldes
============================================================================= */

/* Track */
.audace-slider__track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* Slide individuel */
.audace-slide {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.audace-slide--placeholder {
  background: linear-gradient(160deg, #252522 0%, #1A1A18 100%);
}

/* Flèches de navigation */
.audace-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  color: #ffffff;
  padding: 0;
}
.audace-slider__arrow:hover {
  border-color: var(--a2-gold);
  background: rgba(0, 0, 0, 0.65);
}
.audace-slider__arrow svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}
.audace-slider__arrow--prev { left: 14px; }
.audace-slider__arrow--next { right: 14px; }

/* Dots */
.audace-slider__dots {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 5;
  display: flex;
  gap: 6px;
  align-items: center;
}
.audace-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  padding: 0;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.audace-dot--active {
  background: var(--a2-gold);
  width: 16px;
  border-radius: 3px;
}
.audace-dot:hover:not(.audace-dot--active) {
  background: rgba(255, 255, 255, 0.55);
}

/* Compteur 1 / 3 */
.audace-slider__counter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.32);
  font-size: 10px;
  letter-spacing: 2px;
  pointer-events: none;
  white-space: nowrap;
}


/* =============================================================================
   HERO SOLDES — base commune image + preset
============================================================================= */
.audace-hero--sales {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--audace-bg);
}

/* Overlay sombre sur l'image de fond */
.audace-hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--audace-overlay);
  z-index: 2;
  pointer-events: none;
}

/* Slider plein écran (mode image) */
.audace-hero--sales-image .audace-slider__track {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.audace-hero--sales-image .audace-slider__arrow {
  z-index: 6;
}
.audace-hero--sales-image .audace-slider__arrow--prev { left: 20px; }
.audace-hero--sales-image .audace-slider__arrow--next { right: 20px; }
.audace-hero--sales-image .audace-slider__dots {
  z-index: 6;
  bottom: 24px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}


/* ── Décoration fond preset ── */
.audace-hero__preset-deco {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

/* Bande colorée en haut */
.audace-hero__preset-stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: repeating-linear-gradient(
    90deg,
    var(--audace-accent) 0px,
    var(--audace-accent) 60px,
    var(--a2-gold) 60px,
    var(--a2-gold) 120px
  );
}

/* Cercles décoratifs */
.audace-hero__preset-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 440px;
  height: 440px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.07);
}
.audace-hero__preset-circle--left  { left:  -170px; }
.audace-hero__preset-circle--right { right: -170px; }

/* Texture diagonale subtile */
.audace-hero__preset-tex {
  position: absolute;
  inset: 0;
  opacity: 0.025;
  background-image: repeating-linear-gradient(
    45deg,
    #C9A84C 0px,
    #C9A84C 1px,
    transparent 1px,
    transparent 12px
  );
}


/* ── Contenu centré (commun image + preset) ── */
.audace-hero__sales-content {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 48px;
}

/* Badge label (ex: "Soldes d'été 2026") */
.audace-hero__sales-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--audace-accent);
  color: #ffffff;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 6px 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.audace-hero__sales-tag::before,
.audace-hero__sales-tag::after {
  content: '✦';
  font-size: 7px;
  opacity: 0.7;
}

/* Remise principale (ex: "-50%") */
.audace-hero__sales-discount {
  font-size: clamp(52px, 7.5vw, 96px);
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 12px;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
}

/* Sous-titre (ex: "sur toute la boutique") */
.audace-hero__sales-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 36px;
  font-weight: 400;
}

/* Bouton CTA soldes */
.audace-hero__btn--sales {
  background: #ffffff;
  color: var(--a2-noir) !important;
  padding: 16px 48px;
  font-size: 10px;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.audace-hero__btn--sales:hover {
  background: var(--a2-gold);
  opacity: 1;
}


/* =============================================================================
   COMPTE À REBOURS
============================================================================= */
.audace-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.audace-countdown__label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.audace-countdown__blocks {
  display: flex;
  align-items: center;
  gap: 8px;
}

.audace-countdown__block {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 16px;
  text-align: center;
  min-width: 56px;
}

.audace-countdown__val {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.audace-countdown__unit {
  display: block;
  color: rgba(255, 255, 255, 0.32);
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
}

.audace-countdown__sep {
  color: rgba(255, 255, 255, 0.18);
  font-size: 24px;
  line-height: 1;
  align-self: flex-start;
  padding-top: 10px;
}

/* Message fin de soldes */
.audace-countdown--ended .audace-countdown__ended-msg {
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 1024px)
============================================================================= */
@media (max-width: 1024px) {
  .audace-hero__content {
    padding: 56px 36px;
    max-width: 55%;
  }
  .audace-hero__slider {
    width: 45%;
  }
}


/* =============================================================================
   RESPONSIVE — Mobile paysage / petite tablette (< 900px)
============================================================================= */
@media (max-width: 900px) {

  /* Hero classique : empilé verticalement */
  .audace-hero--classic {
    flex-direction: column;
    min-height: auto;
  }
  .audace-hero__content {
    padding: 48px 24px;
    max-width: 100%;
    order: 2;
  }
  .audace-hero__slider {
    width: 100%;
    height: 340px;
    order: 1;
  }
  /* Fondu adapté au sens vertical */
  .audace-hero__slider::before {
    background: linear-gradient(180deg, var(--a2-noir) 0%, transparent 30%);
  }

  /* Hero soldes */
  .audace-hero--sales {
    min-height: 420px;
  }
  .audace-hero__sales-content {
    padding: 48px 24px;
  }
  .audace-hero__sales-discount {
    font-size: 56px;
  }
  .audace-hero__sales-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }

  /* Compte à rebours */
  .audace-countdown__block {
    padding: 8px 12px;
    min-width: 46px;
  }
  .audace-countdown__val { font-size: 20px; }
}


/* =============================================================================
   RESPONSIVE — Mobile portrait (< 600px)
============================================================================= */
@media (max-width: 600px) {

  .audace-hero__eyebrow {
    font-size: 8px;
    letter-spacing: 3px;
  }

  .audace-hero__title {
    font-size: 28px !important;
  }

  .audace-hero__subtitle {
    font-size: 12px;
  }

  /* Boutons empilés sur mobile */
  .audace-hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .audace-hero__btn {
    justify-content: center;
    text-align: center;
  }

  .audace-hero__social {
    gap: 10px;
  }

  .audace-hero__slider {
    height: 260px;
  }

  /* Soldes */
  .audace-hero__sales-content {
    padding: 40px 16px;
  }
  .audace-hero__sales-discount {
    font-size: 44px;
  }
  .audace-hero__sales-tag {
    font-size: 8px;
    letter-spacing: 2px;
    padding: 5px 12px;
  }
  .audace-hero__btn--sales {
    padding: 14px 32px;
    font-size: 9px;
  }

  /* Compte à rebours */
  .audace-countdown__blocks {
    gap: 5px;
  }
  .audace-countdown__block {
    padding: 7px 8px;
    min-width: 38px;
  }
  .audace-countdown__val { font-size: 17px; }
  .audace-countdown__sep { font-size: 17px; padding-top: 7px; }
  .audace-countdown__unit { font-size: 6px; letter-spacing: 1px; }

  /* Dots plus grands sur mobile pour le touch */
  .audace-dot {
    width: 8px;
    height: 8px;
  }
  .audace-dot--active {
    width: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b25ca30 *//* =============================================================================
   AUDACE 2.0 — Réassurance CSS
   À charger dans Elementor > CSS personnalisé
   ou dans votre thème enfant
============================================================================= */

/* ── Grille 4 colonnes ── */
.audace-rea {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border-top: 1px solid #ECEAE4;
  border-bottom: 1px solid #ECEAE4;
  width: 100%;
}

/* ── Bloc individuel ── */
.audace-rea__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 28px;
  border-right: 1px solid #ECEAE4;
  transition: background 0.2s ease;
}
.audace-rea__item:last-child {
  border-right: none;
}
.audace-rea__item:hover {
  background: #FAFAF8;
}

/* ── Cercle icône ── */
.audace-rea__icon {
  width: 44px;
  height: 44px;
  border: 1px solid #ECEAE4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
.audace-rea__item:hover .audace-rea__icon {
  border-color: #C9A84C;
}
.audace-rea__icon svg {
  width: 18px;
  height: 18px;
  color: #C9A84C;
  stroke: #C9A84C;
}

/* ── Textes ── */
.audace-rea__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.audace-rea__title {
  font-size: 12px;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audace-rea__subtitle {
  font-size: 10px;
  color: #9A9A96;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Responsive tablette (< 900px) : 2 colonnes ── */
@media (max-width: 900px) {
  .audace-rea {
    grid-template-columns: repeat(2, 1fr);
  }
  .audace-rea__item:nth-child(2) {
    border-right: none;
  }
  .audace-rea__item:nth-child(1),
  .audace-rea__item:nth-child(2) {
    border-bottom: 1px solid #ECEAE4;
  }
}

/* ── Responsive mobile (< 600px) : 1 colonne ── */
@media (max-width: 600px) {
  .audace-rea {
    grid-template-columns: 1fr;
  }
  .audace-rea__item {
    border-right: none;
    border-bottom: 1px solid #ECEAE4;
    padding: 16px 20px;
  }
  .audace-rea__item:last-child {
    border-bottom: none;
  }
  .audace-rea__title {
    white-space: normal;
  }
  .audace-rea__subtitle {
    white-space: normal;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e90f70d *//* =============================================================================
   AUDACE 2.0 — Section Nos Univers [audace_univers]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:       #C9A84C;
  --a2-gold-light: #E8D5A3;
  --a2-gold-dark:  #8B6914;
  --a2-noir:       #1A1A1A;
  --a2-white:      #FFFFFF;
  --a2-gray:       #9A9A96;
  --a2-gray-mid:   #ECEAE4;

  --univers-mt:      64px;   /* margin-top de la section */
  --univers-mb:      64px;   /* margin-bottom de la section */
  --univers-card-ml: 48px;   /* marge gauche — aligne sur la grille */
  --univers-card-w:  260px;  /* largeur fixe de la card */
}


/* =============================================================================
   SECTION — Layout général
   ============================================================================= */
.audace-univers {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: var(--univers-mt);
  margin-bottom: var(--univers-mb);
  background: var(--a2-noir);
}


/* =============================================================================
   CARD FIXE GAUCHE
   ============================================================================= */
.audace-univers__card {
  flex-shrink: 0;
  width: var(--univers-card-w);
  margin-left: var(--univers-card-ml);
  background: var(--a2-noir);
  border-right: 1px solid rgba(201, 168, 76, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px;
  position: relative;
  z-index: 2;
}

/* Accroche */
.audace-univers__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--a2-gold);
  margin-bottom: 14px;
  font-weight: 400;
}
.audace-univers__eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--a2-gold);
  flex-shrink: 0;
}

/* Titre */
.audace-univers__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--a2-white);
  margin: 0 0 12px 0;
  padding: 0;
}
.audace-univers__title em {
  color: var(--a2-gold);
  font-style: italic;
}

/* Description */
.audace-univers__desc {
  font-size: 11px;
  line-height: 1.8;
  color: #555555;
  margin: 0 0 20px 0;
}

/* Bouton */
.audace-univers__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-weight: 500;
  padding: 10px 18px;
  width: fit-content;
  background: var(--a2-gold);
  color: var(--a2-noir);
  transition: opacity 0.2s ease;
}
.audace-univers__btn:hover {
  opacity: 0.82;
  text-decoration: none;
}

/* Navigation */
.audace-univers__nav {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  align-items: center;
  flex-wrap: wrap;
}

/* Flèches */
.audace-univers__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #252200;
  color: #554400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.audace-univers__arrow:hover {
  border-color: var(--a2-gold);
  color: var(--a2-gold);
}
.audace-univers__arrow svg {
  width: 12px;
  height: 12px;
}

/* Dots */
.audace-univers__dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.audace-univers .audace-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
  background: #2A2200;
  cursor: pointer;
  padding: 0;
  transition: all 0.22s ease;
  flex-shrink: 0;
}
.audace-univers .audace-dot--active {
  background: var(--a2-gold);
  width: 14px;
  border-radius: 3px;
}

/* Compteur */
.audace-univers__counter {
  font-size: 9px;
  letter-spacing: 1px;
  color: #332200;
  margin-left: 4px;
}


/* =============================================================================
   SLIDER — Zone droite sans marge
   ============================================================================= */
.audace-univers__slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.audace-univers__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.audace-univers__slide {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}


/* =============================================================================
   ITEMS — Catégories WooCommerce
   ============================================================================= */
.audace-univers__cat {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  min-width: 120px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  background: #252522;
  transition: flex 0.3s ease;
}
.audace-univers__cat:hover {
  flex: 1.15;
}

/* Overlay */
.audace-univers__cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.85) 100%);
  opacity: 0.75;
  transition: opacity 0.25s ease;
}
.audace-univers__cat:hover .audace-univers__cat-overlay {
  opacity: 0.92;
}

/* Label */
.audace-univers__cat-label {
  position: relative;
  z-index: 2;
  padding: 18px 16px;
  width: 100%;
}
.audace-univers__cat-name {
  color: var(--a2-white);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  padding: 0;
  line-height: 1.3;
}
.audace-univers__cat-count {
  display: block;
  color: var(--a2-gold-light);
  font-size: 10px;
  letter-spacing: 1px;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 1024px)
   ============================================================================= */
@media (max-width: 1024px) {
  :root {
    --univers-card-ml: 24px;
    --univers-card-w:  220px;
  }
  .audace-univers__cat { min-height: 260px; }
}


/* =============================================================================
   RESPONSIVE — Mobile paysage (< 900px)
   ============================================================================= */
@media (max-width: 900px) {
  .audace-univers { flex-direction: column; }
  .audace-univers__card {
    width: 100%;
    margin-left: 0;
    padding: 32px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.12);
  }
  .audace-univers__slider { width: 100%; }
  .audace-univers__cat { min-height: 200px; min-width: 140px; }
}


/* =============================================================================
   RESPONSIVE — Mobile portrait (< 600px)
   ============================================================================= */
@media (max-width: 600px) {
  :root {
    --univers-mt: 40px;
    --univers-mb: 40px;
  }
  .audace-univers__card { padding: 28px 16px; }
  .audace-univers__title { font-size: 19px; }
  .audace-univers__cat { min-height: 180px; min-width: 110px; }
  .audace-univers__cat-name { font-size: 10px; letter-spacing: 1px; }
  .audace-univers .audace-dot { width: 7px; height: 7px; }
  .audace-univers .audace-dot--active { width: 18px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8b5274c *//* =============================================================================
   AUDACE 2.0 — Section Nouveaux Arrivages [audace_arrivages]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:       #C9A84C;
  --a2-gold-light: #E8D5A3;
  --a2-gold-dark:  #8B6914;
  --a2-noir:       #1A1A1A;
  --a2-white:      #FFFFFF;
  --a2-gray:       #9A9A96;
  --a2-gray-light: #F7F6F3;
  --a2-gray-mid:   #ECEAE4;
  --a2-red:        #E04040;

  --arr-mt:      64px;   /* margin-top de la section */
  --arr-mb:      64px;   /* margin-bottom de la section */
  --arr-card-ml: 48px;   /* marge gauche — aligne sur la grille */
  --arr-card-w:  260px;  /* largeur fixe de la card */
}


/* =============================================================================
   SECTION — Layout général
   ============================================================================= */
.audace-arr {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: var(--arr-mt);
  margin-bottom: var(--arr-mb);
  background: var(--a2-white);
}


/* =============================================================================
   CARD FIXE GAUCHE
   ============================================================================= */
.audace-arr__card {
  flex-shrink: 0;
  width: var(--arr-card-w);
  margin-left: var(--arr-card-ml);
  background: var(--a2-white);
  border-right: 1px solid var(--a2-gray-mid);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px;
  position: relative;
  z-index: 2;
}

/* Accroche */
.audace-arr__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--a2-gold);
  margin-bottom: 14px;
  font-weight: 400;
}
.audace-arr__eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--a2-gold);
  flex-shrink: 0;
}

/* Titre */
.audace-arr__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--a2-noir);
  margin: 0 0 12px 0;
  padding: 0;
}
.audace-arr__title em {
  color: var(--a2-gold);
  font-style: italic;
}

/* Description */
.audace-arr__desc {
  font-size: 11px;
  line-height: 1.8;
  color: var(--a2-gray);
  margin: 0 0 20px 0;
}

/* Bouton */
.audace-arr__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-weight: 500;
  padding: 10px 18px;
  width: fit-content;
  background: var(--a2-noir);
  color: var(--a2-gold);
  transition: opacity 0.2s ease;
}
.audace-arr__btn:hover {
  opacity: 0.82;
  text-decoration: none;
}

/* Navigation */
.audace-arr__nav {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  align-items: center;
  flex-wrap: wrap;
}

/* Flèches */
.audace-arr__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid var(--a2-gray-mid);
  color: var(--a2-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.audace-arr__arrow:hover {
  border-color: var(--a2-noir);
  color: var(--a2-noir);
}
.audace-arr__arrow svg {
  width: 12px;
  height: 12px;
}

/* Dots */
.audace-arr__dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.audace-arr .audace-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
  background: var(--a2-gray-mid);
  cursor: pointer;
  padding: 0;
  transition: all 0.22s ease;
  flex-shrink: 0;
}
.audace-arr .audace-dot--active {
  background: var(--a2-noir);
  width: 14px;
  border-radius: 3px;
}

/* Compteur */
.audace-arr__counter {
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--a2-gray);
  margin-left: 4px;
}


/* =============================================================================
   SLIDER — Zone droite sans marge
   ============================================================================= */
.audace-arr__slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.audace-arr__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* Slide = groupe de fiches produits */
.audace-arr__slide {
  display: flex;
  flex-shrink: 0;
  gap: 0;
  background: var(--a2-white);
  padding: 24px 0 24px 24px;
}


/* =============================================================================
   FICHES PRODUITS
   ============================================================================= */
.audace-arr__product {
  width: 192px;
  flex-shrink: 0;
  padding-right: 12px;
  position: relative;
}

/* Image */
.audace-arr__img-wrap {
  display: block;
  position: relative;
  width: 180px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--a2-gray-light);
  text-decoration: none;
}

/* Hover — bouton panier */
.audace-arr__hover-actions {
  position: absolute;
  bottom: 12px; /* en bas de l'image */
  left: 0;
  width: 180px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 5;
  pointer-events: none;
}
.audace-arr__product:hover .audace-arr__hover-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Bouton + Panier */
.audace-arr__cart {
  background: var(--a2-gold);
  color: var(--a2-noir);
  border: none;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 16px;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.audace-arr__cart:hover {
  background: var(--a2-gold-dark);
}
.audace-arr__cart--link {
  background: var(--a2-noir);
  color: var(--a2-gold);
}
.audace-arr__cart--link:hover {
  background: #333333;
}

/* Badges */
.audace-arr__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 7px;
  font-weight: 600;
  z-index: 3;
  line-height: 1;
}
.audace-arr__badge--new {
  background: var(--a2-noir);
  color: var(--a2-gold);
}
.audace-arr__badge--promo {
  background: var(--a2-gold);
  color: var(--a2-noir);
}

/* Infos texte */
.audace-arr__info {
  padding: 0 2px;
}

/* Catégorie */
.audace-arr__cat {
  display: block;
  font-size: 9px;
  color: var(--a2-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* Nom produit */
.audace-arr__name {
  font-size: 12px;
  font-weight: 400;
  color: var(--a2-noir);
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
}
.audace-arr__name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.audace-arr__name a:hover {
  color: var(--a2-gold-dark);
}

/* Étoiles */
.audace-arr__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.audace-arr__stars-val {
  color: var(--a2-gold);
  font-size: 10px;
  letter-spacing: 1px;
}
.audace-arr__stars-count {
  color: var(--a2-gray);
  font-size: 9px;
}

/* Prix WooCommerce */
.audace-arr__price {
  font-size: 13px;
  font-weight: 500;
  color: var(--a2-gold-dark);
  line-height: 1.4;
}
.audace-arr__price del {
  color: var(--a2-gray);
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 4px;
}
.audace-arr__price ins {
  text-decoration: none;
  color: var(--a2-red);
  font-weight: 500;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 1024px)
   ============================================================================= */
@media (max-width: 1024px) {
  :root {
    --arr-card-ml: 24px;
    --arr-card-w:  220px;
  }
  .audace-arr__product    { width: 170px; }
  .audace-arr__img-wrap   { width: 158px; height: 210px; }
  .audace-arr__hover-actions { width: 158px; }
}


/* =============================================================================
   RESPONSIVE — Mobile paysage (< 900px)
   ============================================================================= */
@media (max-width: 900px) {
  .audace-arr { flex-direction: column; }
  .audace-arr__card {
    width: 100%;
    margin-left: 0;
    padding: 32px 24px;
    border-right: none;
    border-bottom: 1px solid var(--a2-gray-mid);
  }
  .audace-arr__slider { width: 100%; }
  .audace-arr__slide  { padding: 16px 0 16px 16px; }
  .audace-arr__product  { width: 160px; }
  .audace-arr__img-wrap { width: 148px; height: 196px; }
  .audace-arr__hover-actions { width: 148px; }
}


/* =============================================================================
   RESPONSIVE — Mobile portrait (< 600px)
   ============================================================================= */
@media (max-width: 600px) {
  :root {
    --arr-mt: 40px;
    --arr-mb: 40px;
  }
  .audace-arr__card  { padding: 28px 16px; }
  .audace-arr__title { font-size: 19px; }

  .audace-arr__product    { width: 145px; }
  .audace-arr__img-wrap   { width: 133px; height: 177px; }

  /* Sur mobile : bouton panier toujours visible */
  .audace-arr__hover-actions {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: 133px;
  }

  .audace-arr .audace-dot          { width: 7px; height: 7px; }
  .audace-arr .audace-dot--active  { width: 18px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-04b0bb0 *//* =============================================================================
   AUDACE 2.0 — Section Ventes Flash [audace_flash]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:       #C9A84C;
  --a2-gold-light: #E8D5A3;
  --a2-gold-dark:  #8B6914;
  --a2-noir:       #1A1A1A;
  --a2-noir-2:     #1A1200;   /* fond card flash (noir chaud) */
  --a2-white:      #FFFFFF;
  --a2-gray:       #9A9A96;
  --a2-gray-light: #F7F6F3;
  --a2-gray-mid:   #ECEAE4;
  --a2-red:        #E04040;

  --flash-mt:      64px;
  --flash-mb:      64px;
  --flash-card-ml: 48px;
  --flash-card-w:  260px;
}


/* =============================================================================
   SECTION — Layout général
   ============================================================================= */
.audace-flash {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: var(--flash-mt);
  margin-bottom: var(--flash-mb);
  background: var(--a2-gray-light);
}


/* =============================================================================
   CARD FIXE GAUCHE — fond noir chaud
   ============================================================================= */
.audace-flash__card {
  flex-shrink: 0;
  width: var(--flash-card-w);
  margin-left: var(--flash-card-ml);
  background: var(--a2-noir-2);
  border-right: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px;
  position: relative;
  z-index: 2;
}

/* Accroche */
.audace-flash__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--a2-gold);
  margin-bottom: 14px;
  font-weight: 400;
}
.audace-flash__eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--a2-gold);
  flex-shrink: 0;
}

/* Titre */
.audace-flash__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--a2-white);
  margin: 0 0 12px 0;
  padding: 0;
}
.audace-flash__title em {
  color: var(--a2-gold);
  font-style: italic;
}

/* Description */
.audace-flash__desc {
  font-size: 11px;
  line-height: 1.8;
  color: #555555;
  margin: 0 0 20px 0;
}

/* Bouton */
.audace-flash__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-weight: 500;
  padding: 10px 18px;
  width: fit-content;
  background: var(--a2-gold);
  color: var(--a2-noir);
  transition: opacity 0.2s ease;
  margin-top: 4px;
}
.audace-flash__btn:hover {
  opacity: 0.82;
  text-decoration: none;
}


/* =============================================================================
   COMPTE À REBOURS
   ============================================================================= */
.audace-flash__countdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.audace-flash__countdown-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.audace-flash__countdown-blocks {
  display: flex;
  align-items: center;
  gap: 6px;
}

.audace-flash__countdown-block {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 8px 10px;
  text-align: center;
  min-width: 46px;
}

.audace-flash__countdown-val {
  display: block;
  color: var(--a2-gold);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.audace-flash__countdown-unit {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 3px;
}

.audace-flash__countdown-sep {
  color: rgba(201, 168, 76, 0.4);
  font-size: 18px;
  align-self: flex-start;
  padding-top: 8px;
  line-height: 1;
}

.audace-flash__countdown--ended .audace-flash__countdown-ended {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* =============================================================================
   NAVIGATION
   ============================================================================= */
.audace-flash__nav {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.audace-flash__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #2A2000;
  color: #554400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.audace-flash__arrow:hover {
  border-color: var(--a2-gold);
  color: var(--a2-gold);
}
.audace-flash__arrow svg {
  width: 12px;
  height: 12px;
}

.audace-flash__dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.audace-flash .audace-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
  background: #2A2000;
  cursor: pointer;
  padding: 0;
  transition: all 0.22s ease;
  flex-shrink: 0;
}
.audace-flash .audace-dot--active {
  background: var(--a2-gold);
  width: 14px;
  border-radius: 3px;
}

.audace-flash__counter {
  font-size: 9px;
  letter-spacing: 1px;
  color: #443300;
  margin-left: 4px;
}


/* =============================================================================
   SLIDER — Zone droite
   ============================================================================= */
.audace-flash__slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.audace-flash__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.audace-flash__slide {
  display: flex;
  flex-shrink: 0;
  gap: 0;
  background: var(--a2-gray-light);
  padding: 24px 0 24px 24px;
}


/* =============================================================================
   FICHES PRODUITS
   ============================================================================= */
.audace-flash__product {
  width: 192px;
  flex-shrink: 0;
  padding-right: 12px;
  position: relative;
}

.audace-flash__img-wrap {
  display: block;
  position: relative;
  width: 180px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--a2-white);
  text-decoration: none;
}

/* Hover actions */
.audace-flash__hover-actions {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 180px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 5;
  pointer-events: none;
}
.audace-flash__product:hover .audace-flash__hover-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Bouton panier */
.audace-flash__cart {
  background: var(--a2-red);
  color: var(--a2-white);
  border: none;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 16px;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.audace-flash__cart:hover {
  background: #c03030;
}
.audace-flash__cart--link {
  background: var(--a2-noir);
  color: var(--a2-gold);
}
.audace-flash__cart--link:hover {
  background: #333333;
}

/* Badge réduction */
.audace-flash__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 700;
  z-index: 3;
  line-height: 1;
  background: var(--a2-gold);
  color: var(--a2-noir);
}
.audace-flash__badge--tag {
  background: var(--a2-red);
  color: var(--a2-white);
}

/* Infos texte */
.audace-flash__info {
  padding: 0 2px;
}

.audace-flash__cat {
  display: block;
  font-size: 9px;
  color: var(--a2-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.audace-flash__name {
  font-size: 12px;
  font-weight: 400;
  color: var(--a2-noir);
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
}
.audace-flash__name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.audace-flash__name a:hover {
  color: var(--a2-gold-dark);
}

.audace-flash__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.audace-flash__stars-val   { color: var(--a2-gold); font-size: 10px; letter-spacing: 1px; }
.audace-flash__stars-count { color: var(--a2-gray); font-size: 9px; }

/* Prix WooCommerce */
.audace-flash__price {
  font-size: 13px;
  font-weight: 500;
  color: var(--a2-red);
  line-height: 1.4;
}
.audace-flash__price del {
  color: var(--a2-gray);
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 4px;
}
.audace-flash__price ins {
  text-decoration: none;
  color: var(--a2-red);
  font-weight: 600;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 1024px)
   ============================================================================= */
@media (max-width: 1024px) {
  :root {
    --flash-card-ml: 24px;
    --flash-card-w:  220px;
  }
  .audace-flash__product  { width: 170px; }
  .audace-flash__img-wrap { width: 158px; height: 210px; }
  .audace-flash__hover-actions { width: 158px; }
}


/* =============================================================================
   RESPONSIVE — Mobile paysage (< 900px)
   ============================================================================= */
@media (max-width: 900px) {
  .audace-flash { flex-direction: column; }
  .audace-flash__card {
    width: 100%;
    margin-left: 0;
    padding: 32px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  }
  .audace-flash__slider { width: 100%; }
  .audace-flash__slide  { padding: 16px 0 16px 16px; }
  .audace-flash__product  { width: 160px; }
  .audace-flash__img-wrap { width: 148px; height: 196px; }
  .audace-flash__hover-actions { width: 148px; }
  .audace-flash__countdown-block { min-width: 40px; padding: 6px 8px; }
  .audace-flash__countdown-val   { font-size: 17px; }
}


/* =============================================================================
   RESPONSIVE — Mobile portrait (< 600px)
   ============================================================================= */
@media (max-width: 600px) {
  :root {
    --flash-mt: 40px;
    --flash-mb: 40px;
  }
  .audace-flash__card  { padding: 28px 16px; }
  .audace-flash__title { font-size: 19px; }

  .audace-flash__countdown-blocks { gap: 4px; }
  .audace-flash__countdown-block  { min-width: 36px; padding: 5px 7px; }
  .audace-flash__countdown-val    { font-size: 15px; }
  .audace-flash__countdown-sep    { font-size: 15px; padding-top: 5px; }

  .audace-flash__product    { width: 145px; }
  .audace-flash__img-wrap   { width: 133px; height: 177px; }
  .audace-flash__hover-actions {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: 133px;
  }
  .audace-flash .audace-dot         { width: 7px; height: 7px; }
  .audace-flash .audace-dot--active { width: 18px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-61c27b8 *//* =============================================================================
   AUDACE 2.0 — Section Ventes Flash [audace_flash]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:       #C9A84C;
  --a2-gold-light: #E8D5A3;
  --a2-gold-dark:  #8B6914;
  --a2-noir:       #1A1A1A;
  --a2-noir-2:     #1A1200;   /* fond card flash (noir chaud) */
  --a2-white:      #FFFFFF;
  --a2-gray:       #9A9A96;
  --a2-gray-light: #F7F6F3;
  --a2-gray-mid:   #ECEAE4;
  --a2-red:        #E04040;

  --flash-mt:      64px;
  --flash-mb:      64px;
  --flash-card-ml: 48px;
  --flash-card-w:  260px;
}


/* =============================================================================
   SECTION — Layout général
   ============================================================================= */
.audace-flash {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: var(--flash-mt);
  margin-bottom: var(--flash-mb);
  background: var(--a2-gray-light);
}


/* =============================================================================
   CARD FIXE GAUCHE — fond noir chaud
   ============================================================================= */
.audace-flash__card {
  flex-shrink: 0;
  width: var(--flash-card-w);
  margin-left: var(--flash-card-ml);
  background: var(--a2-noir-2);
  border-right: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px;
  position: relative;
  z-index: 2;
}

/* Accroche */
.audace-flash__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--a2-gold);
  margin-bottom: 14px;
  font-weight: 400;
}
.audace-flash__eyebrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background: var(--a2-gold);
  flex-shrink: 0;
}

/* Titre */
.audace-flash__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--a2-white);
  margin: 0 0 12px 0;
  padding: 0;
}
.audace-flash__title em {
  color: var(--a2-gold);
  font-style: italic;
}

/* Description */
.audace-flash__desc {
  font-size: 11px;
  line-height: 1.8;
  color: #555555;
  margin: 0 0 20px 0;
}

/* Bouton */
.audace-flash__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-weight: 500;
  padding: 10px 18px;
  width: fit-content;
  background: var(--a2-gold);
  color: var(--a2-noir);
  transition: opacity 0.2s ease;
  margin-top: 4px;
}
.audace-flash__btn:hover {
  opacity: 0.82;
  text-decoration: none;
}


/* =============================================================================
   COMPTE À REBOURS
   ============================================================================= */
.audace-flash__countdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.audace-flash__countdown-label {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.audace-flash__countdown-blocks {
  display: flex;
  align-items: center;
  gap: 6px;
}

.audace-flash__countdown-block {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(201, 168, 76, 0.2);
  padding: 8px 10px;
  text-align: center;
  min-width: 46px;
}

.audace-flash__countdown-val {
  display: block;
  color: var(--a2-gold);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.audace-flash__countdown-unit {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 3px;
}

.audace-flash__countdown-sep {
  color: rgba(201, 168, 76, 0.4);
  font-size: 18px;
  align-self: flex-start;
  padding-top: 8px;
  line-height: 1;
}

.audace-flash__countdown--ended .audace-flash__countdown-ended {
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* =============================================================================
   NAVIGATION
   ============================================================================= */
.audace-flash__nav {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.audace-flash__arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #2A2000;
  color: #554400;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: transparent;
  padding: 0;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.audace-flash__arrow:hover {
  border-color: var(--a2-gold);
  color: var(--a2-gold);
}
.audace-flash__arrow svg {
  width: 12px;
  height: 12px;
}

.audace-flash__dots {
  display: flex;
  gap: 5px;
  align-items: center;
}
.audace-flash .audace-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: none;
  background: #2A2000;
  cursor: pointer;
  padding: 0;
  transition: all 0.22s ease;
  flex-shrink: 0;
}
.audace-flash .audace-dot--active {
  background: var(--a2-gold);
  width: 14px;
  border-radius: 3px;
}

.audace-flash__counter {
  font-size: 9px;
  letter-spacing: 1px;
  color: #443300;
  margin-left: 4px;
}


/* =============================================================================
   SLIDER — Zone droite
   ============================================================================= */
.audace-flash__slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.audace-flash__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.audace-flash__slide {
  display: flex;
  flex-shrink: 0;
  gap: 0;
  background: var(--a2-gray-light);
  padding: 24px 0 24px 24px;
}


/* =============================================================================
   FICHES PRODUITS
   ============================================================================= */
.audace-flash__product {
  width: 192px;
  flex-shrink: 0;
  padding-right: 12px;
  position: relative;
}

.audace-flash__img-wrap {
  display: block;
  position: relative;
  width: 180px;
  height: 240px;
  overflow: hidden;
  margin-bottom: 12px;
  background: var(--a2-white);
  text-decoration: none;
}

/* Hover actions */
.audace-flash__hover-actions {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 180px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 5;
  pointer-events: none;
}
.audace-flash__product:hover .audace-flash__hover-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Bouton panier */
.audace-flash__cart {
  background: var(--a2-red);
  color: var(--a2-white);
  border: none;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 16px;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.audace-flash__cart:hover {
  background: #c03030;
}
.audace-flash__cart--link {
  background: var(--a2-noir);
  color: var(--a2-gold);
}
.audace-flash__cart--link:hover {
  background: #333333;
}

/* Badge réduction */
.audace-flash__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-weight: 700;
  z-index: 3;
  line-height: 1;
  background: var(--a2-gold);
  color: var(--a2-noir);
}
.audace-flash__badge--tag {
  background: var(--a2-red);
  color: var(--a2-white);
}

/* Infos texte */
.audace-flash__info {
  padding: 0 2px;
}

.audace-flash__cat {
  display: block;
  font-size: 9px;
  color: var(--a2-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.audace-flash__name {
  font-size: 12px;
  font-weight: 400;
  color: var(--a2-noir);
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.4;
}
.audace-flash__name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.audace-flash__name a:hover {
  color: var(--a2-gold-dark);
}

.audace-flash__stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.audace-flash__stars-val   { color: var(--a2-gold); font-size: 10px; letter-spacing: 1px; }
.audace-flash__stars-count { color: var(--a2-gray); font-size: 9px; }

/* Prix WooCommerce */
.audace-flash__price {
  font-size: 13px;
  font-weight: 500;
  color: var(--a2-red);
  line-height: 1.4;
}
.audace-flash__price del {
  color: var(--a2-gray);
  font-size: 11px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 4px;
}
.audace-flash__price ins {
  text-decoration: none;
  color: var(--a2-red);
  font-weight: 600;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 1024px)
   ============================================================================= */
@media (max-width: 1024px) {
  :root {
    --flash-card-ml: 24px;
    --flash-card-w:  220px;
  }
  .audace-flash__product  { width: 170px; }
  .audace-flash__img-wrap { width: 158px; height: 210px; }
  .audace-flash__hover-actions { width: 158px; }
}


/* =============================================================================
   RESPONSIVE — Mobile paysage (< 900px)
   ============================================================================= */
@media (max-width: 900px) {
  .audace-flash { flex-direction: column; }
  .audace-flash__card {
    width: 100%;
    margin-left: 0;
    padding: 32px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(201, 168, 76, 0.15);
  }
  .audace-flash__slider { width: 100%; }
  .audace-flash__slide  { padding: 16px 0 16px 16px; }
  .audace-flash__product  { width: 160px; }
  .audace-flash__img-wrap { width: 148px; height: 196px; }
  .audace-flash__hover-actions { width: 148px; }
  .audace-flash__countdown-block { min-width: 40px; padding: 6px 8px; }
  .audace-flash__countdown-val   { font-size: 17px; }
}


/* =============================================================================
   RESPONSIVE — Mobile portrait (< 600px)
   ============================================================================= */
@media (max-width: 600px) {
  :root {
    --flash-mt: 40px;
    --flash-mb: 40px;
  }
  .audace-flash__card  { padding: 28px 16px; }
  .audace-flash__title { font-size: 19px; }

  .audace-flash__countdown-blocks { gap: 4px; }
  .audace-flash__countdown-block  { min-width: 36px; padding: 5px 7px; }
  .audace-flash__countdown-val    { font-size: 15px; }
  .audace-flash__countdown-sep    { font-size: 15px; padding-top: 5px; }

  .audace-flash__product    { width: 145px; }
  .audace-flash__img-wrap   { width: 133px; height: 177px; }
  .audace-flash__hover-actions {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    width: 133px;
  }
  .audace-flash .audace-dot         { width: 7px; height: 7px; }
  .audace-flash .audace-dot--active { width: 18px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-fb458db *//* =============================================================================
   AUDACE 2.0 — Section Édito [audace_edito]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:       #C9A84C;
  --a2-gold-light: #E8D5A3;
  --a2-gold-dark:  #8B6914;
  --a2-noir:       #1A1A1A;
  --a2-white:      #FFFFFF;
  --a2-gray:       #9A9A96;

  --edito-mt: 0;    /* Pas de marge — la section est pleine largeur */
  --edito-mb: 0;
  --edito-max: 1140px;
  --edito-pad: 48px;
}


/* =============================================================================
   SECTION
   ============================================================================= */
.audace-edito {
  width: 100%;
  /* background-color injecté en inline via PHP (color picker ACF) */
}


/* =============================================================================
   INNER — max-width centré avec padding
   ============================================================================= */
.audace-edito__inner {
  max-width: var(--edito-max);
  margin: 0 auto;
  padding: 80px var(--edito-pad);
  display: flex;
  align-items: center;
  gap: 64px;
}

/* Disposition inversée : image gauche, texte droite */
.audace-edito--reverse .audace-edito__inner {
  flex-direction: row-reverse;
}


/* =============================================================================
   ZONE TEXTE
   ============================================================================= */
.audace-edito__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Accroche */
.audace-edito__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--a2-gold);
  margin-bottom: 16px;
  font-weight: 400;
}
.audace-edito__eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--a2-gold);
  flex-shrink: 0;
}

/* Titre */
.audace-edito__title {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 18px 0;
  padding: 0;
}
.audace-edito__title em {
  color: var(--a2-gold);
  font-style: italic;
}

/* Couleurs texte selon le fond */
.audace-edito--text-light .audace-edito__title {
  color: var(--a2-white);
}
.audace-edito--text-dark .audace-edito__title {
  color: var(--a2-noir);
}

/* Texte wysiwyg */
.audace-edito__text {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 28px;
  max-width: 520px;
}
.audace-edito--text-light .audace-edito__text {
  color: rgba(255, 255, 255, 0.65);
}
.audace-edito--text-dark .audace-edito__text {
  color: #555555;
}
.audace-edito__text p { margin: 0 0 12px 0; }
.audace-edito__text p:last-child { margin-bottom: 0; }
.audace-edito__text strong { color: var(--a2-gold); font-weight: 500; }

/* Zone bouton + lien */
.audace-edito__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

/* Bouton principal */
.audace-edito__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 28px;
  background: var(--a2-gold);
  color: var(--a2-noir);
  border: none;
  transition: opacity 0.2s ease;
}
.audace-edito__btn:hover {
  opacity: 0.82;
  text-decoration: none;
}

/* Lien secondaire */
.audace-edito__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  color: var(--a2-gold);
  border-bottom: 1px solid var(--a2-gold);
  padding-bottom: 2px;
  transition: opacity 0.2s ease;
}
.audace-edito__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* Flèche auto après le lien secondaire */
.audace-edito__link::after {
  content: '→';
  font-size: 11px;
  font-style: normal;
}


/* =============================================================================
   ZONE IMAGE
   ============================================================================= */
.audace-edito__visual {
  width: 380px;
  flex-shrink: 0;
  position: relative;
}

/* Cadre décoratif */
.audace-edito__img-wrap {
  position: relative;
  overflow: hidden;
  line-height: 0; /* supprime l'espace sous l'image */
}

/* Double bordure décorative */
.audace-edito__img-wrap::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  z-index: 0;
  pointer-events: none;
}
.audace-edito__img-wrap::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(201, 168, 76, 0.08);
  z-index: 3;
  pointer-events: none;
}

/* Image */
.audace-edito__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

/* Voile doré optionnel */
.audace-edito__img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(201, 168, 76, 0.08);
  z-index: 2;
  pointer-events: none;
}

/* Placeholder (pas d'image uploadée) */
.audace-edito__visual--placeholder {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.12);
}
.audace-edito__img-placeholder {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.audace-edito__img-placeholder svg {
  width: 120px;
  height: 120px;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 1024px)
   ============================================================================= */
@media (max-width: 1024px) {
  :root {
    --edito-pad: 32px;
  }
  .audace-edito__inner {
    gap: 40px;
    padding: 64px var(--edito-pad);
  }
  .audace-edito__visual {
    width: 300px;
  }
}


/* =============================================================================
   RESPONSIVE — Mobile (< 768px)
   ============================================================================= */
@media (max-width: 768px) {
  .audace-edito__inner,
  .audace-edito--reverse .audace-edito__inner {
    flex-direction: column;
    padding: 48px 24px;
    gap: 36px;
  }
  .audace-edito__visual {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .audace-edito__content {
    align-items: center;
    text-align: center;
  }
  .audace-edito__eyebrow {
    justify-content: center;
  }
  .audace-edito__actions {
    align-items: center;
  }
  .audace-edito__text {
    max-width: 100%;
  }
}


/* =============================================================================
   RESPONSIVE — Mobile portrait (< 480px)
   ============================================================================= */
@media (max-width: 480px) {
  .audace-edito__inner {
    padding: 40px 16px;
  }
  .audace-edito__title {
    font-size: 22px;
  }
  .audace-edito__btn {
    padding: 12px 22px;
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-defc65d *//* =============================================================================
   AUDACE 2.0 — Section Tendances & Blog [audace_blog]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:       #C9A84C;
  --a2-gold-dark:  #8B6914;
  --a2-noir:       #1A1A1A;
  --a2-white:      #FFFFFF;
  --a2-gray:       #9A9A96;
  --a2-gray-light: #F7F6F3;
  --a2-gray-mid:   #ECEAE4;

  --blog-max: 1140px;
  --blog-pad: 48px;
  --blog-mt:  64px;
  --blog-mb:  64px;
  --blog-gap: 20px;
  --blog-img-h: 220px;
}


/* =============================================================================
   SECTION
   ============================================================================= */
.audace-blog {
  background: var(--a2-white);
  padding: var(--blog-mt) 0 var(--blog-mb);
  width: 100%;
}

.audace-blog__inner {
  max-width: var(--blog-max);
  margin: 0 auto;
  padding: 0 var(--blog-pad);
}


/* =============================================================================
   EN-TÊTE
   ============================================================================= */
.audace-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}

.audace-blog__header-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Accroche */
.audace-blog__eyebrow {
  font-size: 11px;
  color: var(--a2-gray);
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

/* Titre section */
.audace-blog__section-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--a2-noir);
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
.audace-blog__title-accent {
  color: var(--a2-gold);
}

/* Lien Voir tout */
.audace-blog__see-all-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--a2-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.audace-blog__see-all-link::after {
  content: '→';
  font-size: 11px;
}
.audace-blog__see-all-link:hover {
  opacity: 0.75;
  text-decoration: none;
}


/* =============================================================================
   GRILLE 3 COLONNES
   ============================================================================= */
.audace-blog__grid {
  display: grid;
  grid-template-columns: repeat(var(--blog-cols, 3), 1fr);
  gap: var(--blog-gap);
}


/* =============================================================================
   CARTE ARTICLE
   ============================================================================= */
.audace-blog__card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--a2-gray-mid);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.audace-blog__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Image */
.audace-blog__img-wrap {
  display: block;
  overflow: hidden;
  height: var(--blog-img-h);
  background: var(--a2-gray-light);
  flex-shrink: 0;
  text-decoration: none;
}
.audace-blog__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.audace-blog__card:hover .audace-blog__img {
  transform: scale(1.04);
}
.audace-blog__img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #252522 0%, #1A1A18 100%);
}

/* Corps de la carte */
.audace-blog__body {
  display: flex;
  flex-direction: column;
  padding: 18px 20px 22px;
  flex: 1;
}

/* Badge catégorie */
.audace-blog__badge {
  display: inline-block;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 9px;
  font-weight: 600;
  margin-bottom: 10px;
  width: fit-content;
  line-height: 1.4;
  /* background et color injectés en inline depuis PHP */
}

/* Titre article */
.audace-blog__title {
  font-size: 13px;
  font-weight: 500;
  color: var(--a2-noir);
  line-height: 1.45;
  margin: 0 0 8px 0;
  padding: 0;
}
.audace-blog__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.audace-blog__title a:hover {
  color: var(--a2-gold-dark);
}

/* Date */
.audace-blog__date {
  display: block;
  font-size: 10px;
  color: var(--a2-gray);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

/* Extrait */
.audace-blog__excerpt {
  font-size: 11px;
  color: #666666;
  line-height: 1.7;
  margin: 0 0 14px 0;
  flex: 1;
}

/* Lien Lire l'article */
.audace-blog__read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--a2-gold-dark);
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease, color 0.2s ease;
}
.audace-blog__read-more::after {
  content: '→';
  font-size: 10px;
  transition: transform 0.2s ease;
}
.audace-blog__read-more:hover {
  color: var(--a2-gold);
  gap: 8px;
}
.audace-blog__read-more:hover::after {
  transform: translateX(3px);
}


/* =============================================================================
   PIED DE SECTION — Bouton centré
   ============================================================================= */
.audace-blog__footer {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.audace-blog__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--a2-noir);
  color: var(--a2-noir);
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 13px 28px;
  text-decoration: none;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
}
.audace-blog__btn::after {
  content: '→';
  font-size: 11px;
}
.audace-blog__btn:hover {
  background: var(--a2-noir);
  color: var(--a2-gold);
  text-decoration: none;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 900px) : 2 colonnes
   ============================================================================= */
@media (max-width: 900px) {
  :root {
    --blog-pad: 24px;
  }
  .audace-blog__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* Cacher le 3e article sur tablette si on n'en a que 3 */
  .audace-blog__card:nth-child(3) {
    display: none;
  }
}


/* =============================================================================
   RESPONSIVE — Mobile (< 600px) : 1 colonne
   ============================================================================= */
@media (max-width: 600px) {
  :root {
    --blog-mt:    40px;
    --blog-mb:    40px;
    --blog-pad:   16px;
    --blog-img-h: 180px;
    --blog-gap:   14px;
  }

  .audace-blog__grid {
    grid-template-columns: 1fr !important;
  }
  /* Réafficher le 3e article sur mobile */
  .audace-blog__card:nth-child(3) {
    display: flex;
  }

  .audace-blog__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
  }

  .audace-blog__section-title {
    font-size: 19px;
  }

  .audace-blog__btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-acecbc1 *//* =============================================================================
   AUDACE 2.0 — Section Instagram [audace_instagram]
   =============================================================================
   À charger dans :
   - Elementor > Paramètres du site > CSS personnalisé
   - OU thème enfant > custom.css
   ============================================================================= */

:root {
  --a2-gold:      #C9A84C;
  --a2-gold-dark: #8B6914;
  --a2-noir:      #1A1A1A;
  --a2-noir-3:    #0F0F0E;
  --a2-white:     #FFFFFF;
  --a2-gray:      #9A9A96;

  --ig-max: 1140px;
  --ig-pad: 48px;
  --ig-mt:  64px;
  --ig-mb:  64px;
  --ig-gap: 3px;
}


/* =============================================================================
   SECTION
   ============================================================================= */
.audace-ig {
  background: var(--a2-noir-3);
  padding: var(--ig-mt) 0 var(--ig-mb);
  width: 100%;
}

.audace-ig__inner {
  max-width: var(--ig-max);
  margin: 0 auto;
  padding: 0 var(--ig-pad);
}


/* =============================================================================
   EN-TÊTE CENTRÉ
   ============================================================================= */
.audace-ig__header {
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Accroche */
.audace-ig__eyebrow {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--a2-gray);
  margin: 0;
  padding: 0;
}

/* Titre */
.audace-ig__title {
  font-size: 22px;
  font-weight: 400;
  color: var(--a2-white);
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.audace-ig__title-accent {
  color: var(--a2-gold);
}

/* Description */
.audace-ig__description {
  font-size: 12px;
  color: #555555;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.audace-ig__description strong {
  color: var(--a2-gold);
  font-weight: 500;
}

/* Bouton Suivre */
.audace-ig__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--a2-gold);
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  margin-top: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.4);
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.audace-ig__btn svg {
  width: 16px;
  height: 16px;
  color: var(--a2-gold);
  flex-shrink: 0;
}
.audace-ig__btn:hover {
  opacity: 0.75;
  border-color: var(--a2-gold);
  text-decoration: none;
}


/* =============================================================================
   GRILLE 6 PHOTOS — bord à bord
   ============================================================================= */
.audace-ig__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--ig-gap);
  /* Déborde jusqu'au bord pour un effet immersif */
  margin-left: calc(-1 * var(--ig-pad));
  margin-right: calc(-1 * var(--ig-pad));
}


/* =============================================================================
   CELLULE
   ============================================================================= */
.audace-ig__cell {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  text-decoration: none;
  background: #1E1E1C;
  cursor: pointer;
}
.audace-ig__cell:hover .audace-ig__hover {
  opacity: 1;
}

/* Photo */
.audace-ig__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.audace-ig__cell:hover .audace-ig__photo {
  transform: scale(1.06);
}

/* Placeholder sombre */
.audace-ig__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #252522 0%, #1A1A18 100%);
}

/* Hover doré */
.audace-ig__hover {
  position: absolute;
  inset: 0;
  background: rgba(201, 168, 76, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.audace-ig__hover svg {
  width: 22px;
  height: 22px;
  color: var(--a2-noir);
  stroke: var(--a2-noir);
}
.audace-ig__hover span {
  color: var(--a2-noir);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}


/* =============================================================================
   RESPONSIVE — Tablette (< 900px) : 3 colonnes
   ============================================================================= */
@media (max-width: 900px) {
  :root {
    --ig-pad: 24px;
  }
  .audace-ig__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* =============================================================================
   RESPONSIVE — Mobile (< 600px) : 2 colonnes
   ============================================================================= */
@media (max-width: 600px) {
  :root {
    --ig-mt:  40px;
    --ig-mb:  40px;
    --ig-pad: 0;
    --ig-gap: 2px;
  }

  .audace-ig__inner {
    padding: 0;
  }
  .audace-ig__header {
    padding: 0 16px;
    margin-bottom: 24px;
  }

  .audace-ig__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
  }

  /* Masquer les 2 dernières cellules sur mobile pour garder une grille propre */
  .audace-ig__cell:nth-child(5),
  .audace-ig__cell:nth-child(6) {
    display: none;
  }

  .audace-ig__title {
    font-size: 19px;
  }
}/* End custom CSS */