/* Reponse Studio - Base shared CSS. Generated from custom-css-optimise-safe.css. */

/* Source lines 1-31 */
/* Icônes de sous-menu Kadence - couleur Reponse Studio globale */
.kadence-svg-icon.kadence-arrow-down-svg,
.kadence-svg-icon.kadence-arrow-down-svg svg,
.kadence-svg-icon.kadence-arrow-down-svg svg path {
  color: #D6003B !important;
  fill: #D6003B !important;
  stroke: #D6003B !important;
}

/* Hover / focus - blanc pour garder le contraste */
.menu-item-has-children:hover .kadence-svg-icon.kadence-arrow-down-svg,
.menu-item-has-children:hover .kadence-svg-icon.kadence-arrow-down-svg svg,
.menu-item-has-children:hover .kadence-svg-icon.kadence-arrow-down-svg svg path,
.menu-item-has-children:focus-within .kadence-svg-icon.kadence-arrow-down-svg,
.menu-item-has-children:focus-within .kadence-svg-icon.kadence-arrow-down-svg svg,
.menu-item-has-children:focus-within .kadence-svg-icon.kadence-arrow-down-svg svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.yith-wcmap .user-profile .user-avatar.avatar-upload:after {
    background-color: #D6003B !important;
}
.entry-tags.entry-tags a.tag-link:hover {
    color: #000000;
}
.woocommerce .star-rating { color: #D6003B;
}
body .wc-block-review-list .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
	color: #D6003B;
}

/* Source lines 86-120 */
:root {
  --sticky-header: 60px;
  --rs-red: #D6003B;
  --rs-red-hover: #c00035;
  --rs-white: #ffffff;
  --rs-black: #131313;
  --rs-dark: #3d3d3d;
}
html { scroll-padding-top: var(--sticky-header); }
h1[id], h2[id], h3[id], h4[id], [id].anchor, .kb-anchor {
  scroll-margin-top: var(--sticky-header);
}
.admin-bar html {
  scroll-padding-top: calc(var(--sticky-header) + 32px);
}
.admin-bar h1[id], .admin-bar h2[id], .admin-bar h3[id], .admin-bar h4[id],
.admin-bar [id].anchor, .admin-bar .kb-anchor {
  scroll-margin-top: calc(var(--sticky-header) + 32px);
}
.splide__pagination__page {
    background: #D6003B !important;
    border-color: #D6003B !important;
}
.splide__pagination__page.is-active {
    background: #D6003B !important; /* Optional: set active dot color */
    border-color: #D6003B !important;
}
/* Style normal des flèches ICS */
.ics-calendar-pagination.prev,
.ics-calendar-pagination.next {
    background: #131313 !important;
    color: #ffffff !important; /* blanc sur noir, propre */
    border: 1px solid rgba(255,255,255,0.2) !important; /* optionnel mais classe */
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease !important; /* effet smooth */
}

/* Source lines 188-250 */
.simulateur {
  --kb-form-check-highlight-color: #D6003B;
}
/* Kadence Forms, radio + checkbox, override garanti */
.kb-form-basic-style {
  --kb-form-check-highlight-color: #D6003B !important;
}
.kb-form-basic-style input[type="radio"]:checked,
.kb-form-basic-style input[type="checkbox"]:checked {
  background: #D6003B !important;
  border-color: #D6003B !important;
}
/* Sélecteur de devise WooPayments dans le header */
.site-header select[name="currency"],
.site-header select[name="woocommerce-currency-switcher"],
.site-header .wp-block-woocommerce-currency-switcher select,
.site-header .wc-block-currency-switcher select {
	padding-left: 6px !important;
	padding-right: 30px !important;
	min-width: 62px !important;
	background-position: right 6px center !important;
	font-weight: 700 !important;
	letter-spacing: 0.02em !important;
}
/* Sélecteur devise mobile dans le menu Kadence */
.rs-mobile-currency-switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	max-width: 250px;
	margin: 0 0 10px 0;
	padding: 15px 14px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 3px;
	background: rgba(255,255,255,0.04);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rs-mobile-currency-switcher a {
	color: #ffffff !important;
	text-decoration: none !important;
	line-height: 1;
}

.rs-mobile-currency-switcher a:hover {
	color: #D6003B !important;
}

.rs-mobile-currency-switcher a.is-active {
	color: #D6003B !important;
	font-weight: 800 !important;
}

.rs-mobile-currency-switcher span {
	color: #ffffff;
	opacity: 0.45;
	line-height: 1;
}

/* Source lines 376-1307 */
/* Reponse Studio - Languette latérale Ressources */

/* Conteneur principal */
.rs-side-access {
  display: flex !important;
  align-items: flex-start !important;
  font-family: inherit !important;
  position: relative !important;
  transition: opacity 0.18s ease !important;
}

/* Masquage après 300px via JavaScript */
body .rs-side-access.rs-side-access-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}

/* Onglet vertical */
.rs-side-access-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  background: #D6003B !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 14px 8px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.1 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35) !important;
}

/* Focus clavier propre */
.rs-side-access-tab:focus {
  outline: none !important;
}

.rs-side-access-tab:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 3px !important;
}

/* Panneau caché par défaut */
.rs-side-access-panel {
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
  min-width: 240px !important;
  background: #141414 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 2px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-10px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
  overflow: hidden !important;
}

/* Ouverture au survol réel de la languette */
.rs-side-access:hover .rs-side-access-panel,
.rs-side-access:focus-within .rs-side-access-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

/* Liens du panneau */
.rs-side-access-panel a {
  display: block !important;
  padding: 13px 15px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  white-space: nowrap !important;
}

/* Dernier lien sans bordure */
.rs-side-access-panel a:last-child {
  border-bottom: 0 !important;
}

/* Survol des liens */
.rs-side-access-panel a:hover,
.rs-side-access-panel a:focus {
  background: #D6003B !important;
  color: #ffffff !important;
}

/* Nettoyage de la liste du menu latéral Ressources */
.rs-side-access-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rs-side-access-list li {
  margin: 0 !important;
  padding: 0 !important;
}

/* Masquage mobile et tablette */
@media (max-width: 1024px) {
  .rs-side-access {
    display: none !important;
  }
}
/* =========================================================
   Reponse Studio - Bouton Ressources mobile centré en bas
   ========================================================= */

.rs-mobile-resources {
  font-family: inherit !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
  will-change: opacity, transform;
}

.rs-mobile-resources-details {
  position: relative !important;
  width: auto !important;
}

.rs-mobile-currency-details {
  display: none !important;
}

.rs-mobile-resources-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  list-style: none !important;
  background: #131313 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 9px 18px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1 !important;
  cursor: pointer !important;
  width: auto !important;
  min-width: 214px !important;
  max-width: calc(100vw - 32px) !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35) !important;
}

.rs-mobile-resources-button::-webkit-details-marker {
  display: none !important;
}

/* Panneau mobile qui s'ouvre vers le haut */
.rs-mobile-resources-panel {
  position: absolute !important;
  bottom: calc(100% + 8px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 270px !important;
  max-width: calc(100vw - 32px) !important;
  background: #141414 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 2px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45) !important;
  overflow: hidden !important;
}

.rs-mobile-resources-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rs-mobile-resources-list li {
  margin: 0 !important;
  padding: 0 !important;
}

.rs-mobile-resources-list a {
  display: block !important;
  padding: 13px 15px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.rs-mobile-resources-list li:last-child a {
  border-bottom: 0 !important;
}

.rs-mobile-resources-list a:hover,
.rs-mobile-resources-list a:focus {
  background: #D6003B !important;
  color: #ffffff !important;
}

/* Masque le bouton Ressources mobile pendant le scroll */
body.rs-is-scrolling .rs-mobile-resources {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
}

/* Sécurité, cacher le bouton mobile sur desktop */
@media (min-width: 1025px) {
  .rs-mobile-resources {
    display: none !important;
  }
}
/* Reponse Studio - Languette devise verticale desktop
   Position gérée par Kadence Fixed Section */

/* Conteneur principal */
.rs-devise-lateral {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  font-family: inherit !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

/* Masquer la languette devise après 300 px de scroll */
.rs-devise-lateral.rs-devise-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Languette verticale complète */
.rs-devise-lateral-tab {
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  width: 31px !important;
  height: 148px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #D6003B !important;
  color: #ffffff !important;
  font-family: inherit !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  gap: 0 !important;
  overflow: hidden !important;
}

/* Survol de la languette */
.rs-devise-lateral:hover .rs-devise-lateral-tab,
.rs-devise-lateral-tab:hover,
.rs-devise-lateral.is-open .rs-devise-lateral-tab {
  background: #c00035 !important;
}

/* Texte DEVISE */
.rs-devise-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 !important;
  padding: 8px 0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

/* Devise active visible dans la verticalité */
.rs-devise-current {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 7px 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* Menu devise qui sort vers la droite */
.rs-devise-lateral-menu {
  position: absolute !important;
  left: 31px !important;
  right: auto !important;
  top: 50% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  transform: translateY(-50%) translateX(-6px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

/* Ouverture au survol + au clic */
.rs-devise-lateral:hover .rs-devise-lateral-menu,
.rs-devise-lateral.is-open .rs-devise-lateral-menu {
  transform: translateY(-50%) translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Boutons devises collés */
.rs-devise-lateral-menu button {
  width: 64px !important;
  height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 30px !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.18s ease, color 0.18s ease !important;
}

/* Séparation fine entre les devises */
.rs-devise-lateral-menu button + button {
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Survol des devises */
.rs-devise-lateral-menu button:hover {
  background: #222222 !important;
  color: #ffffff !important;
}

/* Devise active */
.rs-devise-lateral-menu button.is-active {
  background: #D6003B !important;
  color: #ffffff !important;
}

/* Devise active au survol */
.rs-devise-lateral-menu button.is-active:hover {
  background: #c00035 !important;
  color: #ffffff !important;
}

/* Desktop seulement */
@media (max-width: 1024px) {
  .rs-devise-lateral {
    display: none !important;
  }
}
/* Blog - dégradé global centré en ellipse, fin au noir pur, sans masquer le fil d'ariane */
.blog #archive-container,
.archive #archive-container,
.category #archive-container,
.date #archive-container {
  position: relative;
  box-sizing: border-box;
  padding: 24px;
  margin: 0 0 0 -24px;
  width: calc(100% + 48px);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 88% at 50% 50%,
      rgba(214, 0, 59, 0.18) 0%,
      rgba(214, 0, 59, 0.09) 32%,
      rgba(214, 0, 59, 0.035) 44%,
      rgba(0, 0, 0, 0.92) 56%,
      rgba(0, 0, 0, 1) 72%,
      #000000 100%
    );
}

/* Garde les cartes articles propres au-dessus du fond */
.blog #archive-container article,
.archive #archive-container article,
.category #archive-container article,
.date #archive-container article {
  position: relative;
  z-index: 1;
}

/* Boutique WooCommerce - dégradé global derrière la grille produits */
.woocommerce-shop ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
  position: relative;
  box-sizing: border-box;
  padding: 24px;
  margin: -24px 0 0 -24px;
  width: calc(100% + 48px);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 36% 108% at 50% 48%,
      rgba(214, 0, 59, 0.21) 0%,
      rgba(214, 0, 59, 0.11) 18%,
      rgba(214, 0, 59, 0.045) 30%,
      rgba(0, 0, 0, 0.92) 48%,
      rgba(0, 0, 0, 1) 68%,
      #000000 100%
    );
}

/* Produits au-dessus du fond */
.woocommerce-shop ul.products li.product,
.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.tax-product_tag ul.products li.product {
  position: relative;
  z-index: 1;
}
/* Reponse Studio - Languette latérale Outils Studio
   Position gérée par Kadence Fixed Section */

/* Conteneur principal */
.rs-tools-access {
  display: flex !important;
  align-items: flex-start !important;
  font-family: inherit !important;
  position: relative !important;
  z-index: 999997 !important;
  transition: opacity 0.18s ease !important;
}

/* Masquage après 300px via JavaScript */
.rs-tools-access.rs-tools-access-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Onglet vertical */
.rs-tools-access-tab {
  appearance: none !important;
  -webkit-appearance: none !important;
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  background: #D6003B !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 14px 8px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.1 !important;
  cursor: pointer !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35) !important;
}

/* Focus clavier propre */
.rs-tools-access-tab:focus {
  outline: none !important;
}

.rs-tools-access-tab:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 3px !important;
}

/* Panneau caché par défaut */
.rs-tools-access-panel {
  position: absolute !important;
  left: 100% !important;
  right: auto !important;
  top: 0 !important;
  min-width: 250px !important;
  background: #141414 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 2px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-10px) !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
  overflow: hidden !important;
}

/* Ouverture au survol réel de la languette */
.rs-tools-access:hover .rs-tools-access-panel,
.rs-tools-access:focus-within .rs-tools-access-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

/* Liens du panneau */
.rs-tools-access-panel a {
  display: block !important;
  padding: 13px 15px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  white-space: nowrap !important;
}

/* Dernier lien sans bordure */
.rs-tools-access-panel a:last-child {
  border-bottom: 0 !important;
}

/* Survol des liens */
.rs-tools-access-panel a:hover,
.rs-tools-access-panel a:focus {
  background: #D6003B !important;
  color: #ffffff !important;
}

/* Nettoyage de la liste */
.rs-tools-access-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rs-tools-access-list li {
  margin: 0 !important;
  padding: 0 !important;
}

/* Masquage mobile et tablette */
@media (max-width: 1024px) {
  .rs-tools-access {
    display: none !important;
  }
}
/* Reponse Studio - Harmonisation des languettes latérales */

.rs-side-access-tab,
.rs-tools-access-tab,
.rs-devise-lateral-tab {
  width: 31px !important;
  min-width: 31px !important;
  max-width: 31px !important;
  box-sizing: border-box !important;
  background: #D6003B !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}
/* Reponse Studio - Position stable des languettes latérales après breadcrumb */

/* Kadence garde la position fixe de base: on ne force plus top sur ses wrappers. */
.kadence-pro-fixed-item:has(.rs-tools-access),
.kadence-pro-fixed-item:has(.rs-devise-lateral) {
  margin: 0 !important;
}

/* Position interne commune, sans conflit avec le sticky Kadence. */
.rs-side-access,
.rs-tools-access,
.rs-devise-lateral {
  position: relative !important;
  top: 30px !important;
}

/* OUTILS STUDIO sous RESSOURCES. Ajuster uniquement cette valeur si besoin. */
.rs-tools-access {
  margin-top: 130px !important;
}

/* DEVISE sous OUTILS STUDIO. Ajuster uniquement cette valeur si besoin. */
.rs-devise-lateral {
  margin-top: 260px !important;
}

/* Ressources + Outils Studio */
.rs-side-access-tab,
.rs-tools-access-tab {
  padding: 14px 0 !important;
}

/* Devise */
.rs-devise-lateral-tab {
  padding: 0 !important;
}

/* Texte interne Devise harmonisé */
.rs-devise-label {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.1 !important;
}

/* Bloc CHF Fr. harmonisé mais plus discret */
.rs-devise-current {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
}

/* Devise latérale cachée par défaut sur les pages non WooCommerce.
   rs-woocommerce.css la réaffiche sur les pages boutique utiles. */
.kadence-pro-fixed-item:has(.rs-devise-lateral) {
  display: none !important;
}
/* Cloudflare Turnstile - centrage réel du conteneur */
.cf-turnstile-wrapper,
.cf-turnstile,
#cf-turnstile,
[class*="turnstile"] {
  display: block !important;
  width: 300px !important;
  max-width: 300px !important;
  margin: 14px auto !important;
  text-align: center !important;
}

/* Masquer Ressources quand la bannière cookies Kadence est visible */
body:has(#kadence-conversion-12366.kadence-conversion-visible) .rs-mobile-resources,
body:has(#kadence-conversion-12366.kc-visible) .rs-mobile-resources {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(12px) !important;
}
/* Reponse Studio - Ressources, page active */
.rs-side-access-list a.rs-side-access-active {
    display: block;
    background: #D6003B !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    border-radius: 3px;
    font-weight: 600;
}

/* Supprime l'ancienne puce active */
.rs-side-access-list a.rs-side-access-active::before {
    display: none !important;
    content: none !important;
}

/* Reponse Studio - Outils Studio, page active */
.rs-tools-access-list a.rs-tools-access-active {
    display: block;
    background: #D6003B !important;
    color: #ffffff !important;
    padding: 8px 10px !important;
    border-radius: 3px;
    font-weight: 600;
}

/* Supprime l'ancienne puce active */
.rs-tools-access-list a.rs-tools-access-active::before {
    display: none !important;
    content: none !important;
}

/* Reponse Studio - Ressources mobile, page active */
.rs-mobile-resources-list a.rs-mobile-resources-active {
    display: block;
    background: #D6003B !important;
    color: #ffffff !important;
    padding: 10px 12px !important;
    border-radius: 3px;
    font-weight: 600;
}

/* Nettoyage des puces éventuelles */
.rs-mobile-resources-list,
.rs-mobile-resources-list li {
    list-style: none !important;
}

.rs-mobile-resources-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
/* Reponse Studio - Forcer Inter et supprimer l'usage visuel de Rubik */
.rs-side-access,
.rs-side-access *,
.rs-tools-access,
.rs-tools-access *,
.rs-devise-lateral,
.rs-devise-lateral *,
.kb-count-up-process,
.kb-count-up-number,
.kb-button,
.kb-button *,
.kt-button,
.kt-button *,
.kt-btn-inner-text,
.site-footer,
.site-footer *,
.site-container .site-footer-row-container-inner,
.mobile-html,
.mobile-html *,
.rs-mobile-currency-switcher,
.rs-mobile-currency-switcher *,
.mailpoet_form,
.mailpoet_form *,
.mailpoet-has-font,
.mailpoet_text,
.mailpoet_submit {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
}
/* ==========================================================
   Reponse Studio - Lumière rouge premium uniquement sur pages
   Pas blog, pas articles, pas boutique, pas archives
   Sans z-index, sans impact menu/footer
   Desktop + mobile
   ========================================================== */

/* Fond global de base */
html,
body {
	background: #000000 !important;
}

/* Desktop uniquement sur les pages WordPress classiques */
@media (min-width: 1025px) {

	body.page:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) {
		background:
			/* Fondu noir haut et bas */
			linear-gradient(
				180deg,
				#000000 0%,
				rgba(0, 0, 0, 0.98) 8%,
				rgba(0, 0, 0, 0.55) 18%,
				rgba(0, 0, 0, 0) 32%,
				rgba(0, 0, 0, 0) 68%,
				rgba(0, 0, 0, 0.55) 82%,
				rgba(0, 0, 0, 0.98) 92%,
				#000000 100%
			),

			/* Lumière rouge centrale très étirée */
			linear-gradient(
				90deg,
				#000000 0%,
				rgba(214, 0, 59, 0.008) 1%,
				rgba(214, 0, 59, 0.016) 8%,
				rgba(214, 0, 59, 0.030) 20%,
				rgba(214, 0, 59, 0.052) 34%,
				rgba(214, 0, 59, 0.085) 44%,
				rgba(214, 0, 59, 0.118) 50%,
				rgba(214, 0, 59, 0.085) 56%,
				rgba(214, 0, 59, 0.052) 66%,
				rgba(214, 0, 59, 0.030) 80%,
				rgba(214, 0, 59, 0.016) 92%,
				rgba(214, 0, 59, 0.008) 99%,
				#000000 100%
			) !important;

		background-attachment: fixed !important;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
}

/* Mobile et tablette uniquement sur les pages WordPress classiques */
@media (max-width: 1024px) {

	body.page:not(.woocommerce-page):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account) {
		background:
			/* Fondu noir haut et bas mobile */
			linear-gradient(
				180deg,
				#000000 0%,
				rgba(0, 0, 0, 0.98) 8%,
				rgba(0, 0, 0, 0.55) 18%,
				rgba(0, 0, 0, 0) 32%,
				rgba(0, 0, 0, 0) 68%,
				rgba(0, 0, 0, 0.55) 82%,
				rgba(0, 0, 0, 0.98) 92%,
				#000000 100%
			),

			/* Lumière rouge centrale mobile */
			linear-gradient(
				90deg,
				#000000 0%,
				rgba(214, 0, 59, 0.010) 2%,
				rgba(214, 0, 59, 0.020) 12%,
				rgba(214, 0, 59, 0.040) 28%,
				rgba(214, 0, 59, 0.070) 42%,
				rgba(214, 0, 59, 0.100) 50%,
				rgba(214, 0, 59, 0.070) 58%,
				rgba(214, 0, 59, 0.040) 72%,
				rgba(214, 0, 59, 0.020) 88%,
				rgba(214, 0, 59, 0.010) 98%,
				#000000 100%
			) !important;

		background-attachment: scroll !important;
		background-repeat: no-repeat !important;
		background-size: 100% 100% !important;
	}
}
/* ==========================================================
   Reponse Studio - Breadcrumb autonome propre
   ========================================================== */

.rs-header-breadcrumb {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: #000000 !important;
  border: none !important;
  box-sizing: border-box !important;
}

.rs-header-breadcrumb__inner {
  width: 100% !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 5px 1.5rem !important;
  box-sizing: border-box !important;
  text-align: left !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .rs-header-breadcrumb__inner {
    transform: translateX(-16px) !important;
  }
}

.rs-header-breadcrumb__inner a {
  color: #cfcfcf !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

.rs-header-breadcrumb__inner a:hover,
.rs-header-breadcrumb__inner a:focus {
  color: #D6003B !important;
  text-decoration: none !important;
}

.rs-breadcrumb-current {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
}

.rs-breadcrumb-separator {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 7px !important;
  color: #D6003B !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  transform: translateY(-0.5px) !important;
}

@media (max-width: 767px) {
  .rs-header-breadcrumb {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

  .rs-header-breadcrumb__inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 8px 6px !important;
    overflow: visible !important;
    white-space: normal !important;
    transform: none !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .rs-header-breadcrumb__inner a,
  .rs-breadcrumb-current {
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .rs-breadcrumb-separator {
    margin: 0 8px !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
  }
}

/* Source lines 1691-1766 */
/* Reponse Studio - Harmonisation des graisses Inter pour limiter les variantes chargées */

/* Autorise le navigateur à simuler les graisses manquantes si nécessaire */
body {
    font-synthesis-weight: auto;
}

/* Remplace les graisses intermédiaires par Inter 400 */
[style*="font-weight: 500"],
.has-medium-font-weight,
.rs-breadcrumb a,
.rs-breadcrumb-separator,
.woocommerce a.button,
.woocommerce .button,
.add_to_cart_button,
.kb-button,
.kt-button,
.kt-btn-inner-text {
    font-weight: 400 !important;
}

/* Remplace les graisses fortes non nécessaires par Inter 700 */
[style*="font-weight: 600"],
[style*="font-weight: 800"],
.has-semibold-font-weight,
.has-bold-font-weight,
.has-extra-bold-font-weight,
.rs-breadcrumb-current,
.woocommerce-loop-product__title,
.woocommerce-LoopProduct-link-title,
.woocommerce-loop-product__title a,
.rs-mobile-resources-button {
    font-weight: 700 !important;
}

/* Reponse Studio - Gestion équilibrée du gras manuel dans les titres H2/H3/H4 */
.entry-content h2 strong,
.site-main h2 strong,
h2.kt-adv-heading strong {
    font-weight: 600 !important;
}

.entry-content h3 strong,
.site-main h3 strong,
h3.kt-adv-heading strong,
.entry-content h4 strong,
.site-main h4 strong,
h4.kt-adv-heading strong {
    font-weight: 400 !important;
}
/* Reponse Studio - Footer navigation, un lien par ligne */
#footer-navigation ul,
.footer-navigation ul,
#footer-menu {
    display: block !important;
}

#footer-navigation li,
.footer-navigation li,
#footer-menu li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 5px !important;
}

#footer-navigation a,
.footer-navigation a,
#footer-menu a {
    display: inline-block !important;
    line-height: 1.45 !important;
}
/* Reponse Studio - Alignement vertical de la navigation footer */
#footer-navigation,
.footer-navigation {
    margin-top: 4px !important;
}

/* Source lines 1802-1957 */
/* Reponse Studio - Titre au-dessus de la navigation footer */
#footer-navigation {
    display: block !important;
}

#footer-navigation::before {
    content: "REPONSE STUDIO";
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 9px;
    margin-left: 16px;
}

#footer-navigation .footer-menu-container {
    display: block !important;
}

#footer-navigation #footer-menu {
    display: block !important;
}

/* Reponse Studio - Alignement mobile du titre footer */
@media (max-width: 767px) {
    #footer-navigation::before {
        margin-left: 0 !important;
        text-align: center !important;
    }
}

/* Reponse Studio - Footer mobile entièrement centré */
@media (max-width: 767px) {
    .site-footer,
    .site-footer .site-footer-section,
    .site-footer .footer-widget-area,
    .site-footer .widget,
    .site-footer .widget-title,
    .site-footer .footer-navigation,
    .site-footer .footer-menu-container {
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .site-footer .widget ul,
    .site-footer .widget_nav_menu ul,
    .site-footer .footer-navigation ul,
    .site-footer #footer-menu {
        padding-left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        list-style: none !important;
        text-align: center !important;
    }

    .site-footer .widget li,
    .site-footer .widget_nav_menu li,
    .site-footer .footer-navigation li,
    .site-footer #footer-menu li {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }

    .site-footer .widget a,
    .site-footer .widget_nav_menu a,
    .site-footer .footer-navigation a,
    .site-footer #footer-menu a {
        display: inline-block !important;
        text-align: center !important;
    }

    .site-footer img,
    .site-footer .custom-logo,
    .site-footer .wp-block-image {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #colophon .site-footer-row,
    #colophon .site-footer-section,
    #colophon .footer-widget-area,
    #colophon .footer-widget-area-inner {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    #colophon .footer-widget-area.content-mobile-align-left,
    #colophon .footer-widget-area.content-mobile-align-right,
    #colophon .footer-widget-area.content-mobile-align-center,
    #colophon .footer-widget-area.content-mobile-align-left .footer-widget-area-inner,
    #colophon .footer-widget-area.content-mobile-align-right .footer-widget-area-inner,
    #colophon .footer-widget-area.content-mobile-align-center .footer-widget-area-inner {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    #colophon .site-footer-row-container-inner,
    #colophon .site-top-footer-inner-wrap,
    #colophon .site-middle-footer-inner-wrap,
    #colophon .site-bottom-footer-inner-wrap {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-items: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    /*
     * Empêche le contenu long du footer d'élargir la grille mobile.
     * Le logo reste centré par rapport à l'écran, et non par rapport
     * à un conteneur flex devenu plus large que le viewport.
     */
    #colophon .site-footer-row-container-inner > .site-container,
    #colophon .site-footer-row,
    #colophon .site-footer-section,
    #colophon .footer-widget-area,
    #colophon .footer-widget-area-inner,
    #colophon .widget,
    #colophon .rs-footer-info,
    #colophon .rs-footer-info .kt-inside-inner-col {
        box-sizing: border-box !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    #colophon .site-footer-row-container-inner > .site-container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #colophon .rs-footer-info figure.alignright {
        float: none !important;
        display: table !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #colophon .rs-footer-info img.wp-image-12192 {
        width: 200px !important;
        max-width: 70vw !important;
        height: auto !important;
    }

    #colophon .rs-footer-info p {
        overflow-wrap: anywhere;
    }

    #colophon .widget,
    #colophon .widget *:where(:not(.screen-reader-text)) {
        text-align: center !important;
    }
}
/* Reponse Studio - Liens actifs footer plus visibles */
.site-footer .current-menu-item > a,
.site-footer .current_page_item > a,
.site-footer .current-menu-ancestor > a,
.site-footer .current_page_ancestor > a,
.site-footer a.rs-footer-current {
    color: #ffffff !important;
    font-weight: 700 !important;
    position: relative;
    padding-left: 10px;
}

/* Point rouge discret avant le lien actif */
.site-footer .current-menu-item > a::before,
.site-footer .current_page_item > a::before,
.site-footer .current-menu-ancestor > a::before,
.site-footer .current_page_ancestor > a::before,
.site-footer a.rs-footer-current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #D6003B;
    border-radius: 50%;
    transform: translateY(-50%);
}
/* Reponse Studio - Point actif footer centré mobile + tablette */
@media (max-width: 1024px) {

    #footer-navigation li,
    #footer-menu li {
        text-align: center !important;
    }

    #footer-navigation .current-menu-item > a,
    #footer-navigation .current_page_item > a,
    #footer-navigation .current-menu-ancestor > a,
    #footer-navigation .current_page_ancestor > a,
    #footer-navigation a.rs-footer-current,
    #footer-menu .current-menu-item > a,
    #footer-menu .current_page_item > a,
    #footer-menu .current-menu-ancestor > a,
    #footer-menu .current_page_ancestor > a,
    #footer-menu a.rs-footer-current {
        display: inline-block !important;
        width: auto !important;
        max-width: max-content !important;
        position: relative !important;
        padding-left: 10px !important;
        margin-left: 0 !important;
        color: #ffffff !important;
        font-weight: 700 !important;
    }

    #footer-navigation .current-menu-item > a::before,
    #footer-navigation .current_page_item > a::before,
    #footer-navigation .current-menu-ancestor > a::before,
    #footer-navigation .current_page_ancestor > a::before,
    #footer-navigation a.rs-footer-current::before,
    #footer-menu .current-menu-item > a::before,
    #footer-menu .current_page_item > a::before,
    #footer-menu .current-menu-ancestor > a::before,
    #footer-menu .current_page_ancestor > a::before,
    #footer-menu a.rs-footer-current::before {
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}
/* Reponse Studio - Titres des publications similaires plus sobres */
.entry-related .entry-title,
.entry-related .entry-title a,
.related-posts .entry-title,
.related-posts .entry-title a,
.wp-block-kadence-posts .entry-title,
.wp-block-kadence-posts .entry-title a {
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 200 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
/* Reponse Studio - Correction position bouton Ressources mobile */
@media (max-width: 1024px) {
  .rs-mobile-resources {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(0px + env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%) !important;
    z-index: 999999 !important;
  }

  body.rs-is-scrolling .rs-mobile-resources {
    transform: translateX(-50%) translateY(12px) !important;
  }
}
/* Reponse Studio - Priorité d'ouverture des languettes latérales */
.kadence-pro-fixed-item:has(.rs-side-access) {
  z-index: 100030 !important;
}

.kadence-pro-fixed-item:has(.rs-tools-access) {
  z-index: 100020 !important;
}

.kadence-pro-fixed-item:has(.rs-devise-lateral) {
  z-index: 100010 !important;
}

.rs-side-access-panel {
  z-index: 100040 !important;
}
.rs-side-tab-icon {
  display: inline-block !important;
  margin-bottom: 6px !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

/* Source lines 2009-2072 */
/* Icône 3 lignes pour bottom_ressources_mobile */
.rs-mobile-resources-button {
  gap: 10px !important;
}

.rs-mobile-resources-icon {
  display: inline-flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  width: 18px !important;
  height: 14px !important;
  flex: 0 0 18px !important;
}

.rs-mobile-resources-icon span {
  display: block !important;
  width: 18px !important;
  height: 2px !important;
  background: currentColor !important;
  border-radius: 999px !important;
}

.rs-mobile-resources-text {
  display: inline-block !important;
}
/* Reponse Studio - Menu mobile ressources sans aucun trait */
.rs-mobile-resources-panel {
  border: 0 !important;
  background: #131313 !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45) !important;
}

.rs-mobile-resources-list a,
.rs-mobile-resources-list li {
  border: 0 !important;
}
@media (max-width: 1024px) {
  .rs-mobile-resources {
    transition: transform 0.22s ease, opacity 0.22s ease !important;
    will-change: transform, opacity !important;
  }

  .rs-mobile-resources.rs-mobile-resources-hidden {
    transform: translate3d(-50%, 120%, 0) !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
/* Base neutre des liens "En savoir plus" Kadence */
a.post-more-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

a.post-more-link .kadence-svg-iconset,
a.post-more-link .kadence-arrow-right-alt-svg,
a.post-more-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
