:root {
  --rfc-global-ink: #111526;
  --rfc-global-night: #090d19;
  --rfc-global-rose: #e52b70;
  --rfc-global-rose-dark: #bd1855;
  --rfc-global-gold: #f2b442;
  --rfc-global-muted: #666a78;
}

body:has(.rfc-global-header) {
  min-width: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  background: #f7f4f6 !important;
  color: var(--rfc-global-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  -webkit-font-smoothing: antialiased;
}

body:has(.rfc-global-header) *,
body:has(.rfc-global-header) *::before,
body:has(.rfc-global-header) *::after {
  box-sizing: border-box;
}

body:has(.rfc-global-header) .header-top {
  background: var(--rfc-global-night) !important;
}

body:has(.rfc-global-header) .header-center {
  background:
    radial-gradient(circle at 16% 17%, rgba(229, 43, 112, 0.2), transparent 28%),
    radial-gradient(circle at 86% 13%, rgba(242, 180, 66, 0.13), transparent 24%),
    linear-gradient(135deg, #090d19 0%, #14182a 58%, #21111f 100%) !important;
  padding-bottom: 42px !important;
}

body:has(.rfc-global-header) .header-center > .main:first-child,
body:has(.rfc-global-header) .header-center > br {
  display: none !important;
}

.rfc-global-header {
  position: relative !important;
  z-index: 500 !important;
  display: flex !important;
  width: min(1180px, calc(100% - 36px)) !important;
  max-width: none !important;
  min-height: 76px !important;
  margin: 0 auto 36px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.rfc-global-header::before {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 50% !important;
  z-index: -1 !important;
  width: 100vw !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(4, 8, 17, 0.14) !important;
  content: "" !important;
  transform: translateX(-50%) !important;
}

.rfc-global-brand {
  display: inline-flex !important;
  width: 270px !important;
  flex: 0 0 270px !important;
  align-items: center !important;
  color: #17213b !important;
  text-decoration: none !important;
}

.rfc-global-brand img {
  display: block !important;
  width: 100% !important;
  height: 66px !important;
  flex: 0 0 auto !important;
  border-radius: 8px !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.rfc-global-links {
  display: flex !important;
  margin: 0 auto !important;
  align-items: center !important;
  gap: 2px !important;
}

.rfc-global-links a {
  display: block !important;
  border-radius: 9px !important;
  color: #313649 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 10px 10px !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.rfc-global-links a:hover,
.rfc-global-links a:focus-visible {
  background: #fff0f5 !important;
  color: var(--rfc-global-rose-dark) !important;
}

.rfc-global-actions {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  gap: 8px !important;
}

.rfc-global-login,
.rfc-global-cta {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.rfc-global-login {
  border: 1px solid #ded9dd !important;
  background: #fff !important;
  color: #303546 !important;
}

.rfc-global-cta {
  border: 0 !important;
  background: linear-gradient(135deg, #f73b79, #d91f65) !important;
  box-shadow: 0 8px 20px rgba(217, 31, 101, 0.23) !important;
  color: #fff !important;
}

.rfc-global-mobile-menu {
  position: relative !important;
  display: none !important;
}

.rfc-global-mobile-menu summary {
  display: flex !important;
  min-height: 40px !important;
  align-items: center !important;
  border: 1px solid #ded9dd !important;
  border-radius: 10px !important;
  color: #252a3d !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 8px 11px !important;
  list-style: none !important;
}

.rfc-global-mobile-menu summary::-webkit-details-marker {
  display: none !important;
}

.rfc-global-mobile-menu > div {
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  display: grid !important;
  width: 230px !important;
  overflow: hidden !important;
  border: 1px solid #e4dce1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 20px 50px rgba(17, 21, 38, 0.2) !important;
  padding: 8px !important;
}

.rfc-global-mobile-menu a {
  border-radius: 8px !important;
  color: #24283a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 12px !important;
  text-decoration: none !important;
}

.rfc-global-mobile-menu a:hover,
.rfc-global-mobile-menu a:focus-visible {
  background: #fff0f5 !important;
  color: var(--rfc-global-rose-dark) !important;
}

body:has(.rfc-global-header) .header-center .main.padtop {
  width: min(960px, calc(100% - 30px)) !important;
  padding-top: 0 !important;
}

body:has(.rfc-global-header) .bgslider,
body:has(.rfc-global-header) .formbox {
  border-color: rgba(255, 255, 255, 0.11) !important;
  border-radius: 20px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24) !important;
}

body:has(.rfc-global-header) .bgslider {
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

body:has(.rfc-global-header) .border {
  border-color: transparent !important;
  background: #fff !important;
}

body:has(.rfc-global-header) .formbox,
body:has(.rfc-global-header) .formpad {
  background-color: #fff !important;
}

body:has(.rfc-global-header) .medhome,
body:has(.rfc-global-header) .smallhome,
body:has(.rfc-global-header) h1,
body:has(.rfc-global-header) h2,
body:has(.rfc-global-header) h3 {
  color: var(--rfc-global-ink) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

body:has(.rfc-global-header) h1 span,
body:has(.rfc-global-header) h2 span,
body:has(.rfc-global-header) h3 span,
body:has(.rfc-global-header) .medhome span {
  color: var(--rfc-global-rose-dark) !important;
}

body:has(.rfc-global-header) section#content {
  background: #f7f4f6 !important;
  padding-top: 38px !important;
}

body:has(.rfc-global-header) .box,
body:has(.rfc-global-header) .boxborder,
body:has(.rfc-global-header) .boxcontent,
body:has(.rfc-global-header) .tab-content {
  overflow: hidden !important;
  border-color: rgba(17, 21, 38, 0.1) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 32px rgba(17, 21, 38, 0.06) !important;
}

body:has(.rfc-global-header) .boxpad,
body:has(.rfc-global-header) .boxcontent,
body:has(.rfc-global-header) .border {
  color: #414554 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body:has(.rfc-global-header) a {
  color: var(--rfc-global-rose-dark);
}

body:has(.rfc-global-header) footer:not(.rfc-site-footer),
body:has(.rfc-global-header) .wrapperFF.col4,
body:has(.rfc-global-header) .wrapperFF.col5 {
  border-color: #e8e1e6 !important;
  background: #fff !important;
  color: #676a75 !important;
}

body:has(.rfc-global-header) #copyright,
body:has(.rfc-global-header) #copyright a {
  color: #555965 !important;
}

/* Le message d'entrée Prelinker reste intact ; seul son affichage est harmonisé. */
body .ptprelinker-disclaimer.ptprelinker--box {
  z-index: 999999 !important;
  display: flex !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body .ptprelinker-disclaimer .ptprelinker-content {
  position: relative !important;
  display: block !important;
  width: min(420px, calc(100vw - 32px)) !important;
  max-width: 420px !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: calc(100vh - 32px) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #101628, #1e1021) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  padding: 30px 22px 22px !important;
}

body .ptprelinker-disclaimer .ptprelinker-content-inner,
body .ptprelinker-disclaimer .ptprelinker-content-content,
body .ptprelinker-disclaimer .ptprelinker-content-inner__content,
body .ptprelinker-disclaimer .ptprelinker-content-inner__datas {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

body .ptprelinker-disclaimer .ptprelinker-title:empty {
  display: none !important;
}

body .ptprelinker-disclaimer .ptprelinker-infos {
  display: block !important;
  width: 100% !important;
  margin: 0 0 24px !important;
  color: #fff !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
}

body .ptprelinker-disclaimer .ptprelinker-content-inner__buttons {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  grid-template-columns: 0.82fr 1.18fr !important;
  gap: 10px !important;
  padding: 0 !important;
}

body .ptprelinker-disclaimer .ptprelinker-button {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 54px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 12px 10px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
}

body .ptprelinker-disclaimer .ptprelinker-button-wrong {
  background: rgba(255, 255, 255, 0.09) !important;
}

body .ptprelinker-disclaimer .ptprelinker-button-success {
  border-color: #e93275 !important;
  background: linear-gradient(135deg, #ff477e, #d91f65) !important;
}

body .ptprelinker-disclaimer .ptprelinker-close {
  top: 10px !important;
  right: 12px !important;
  display: flex !important;
  width: 36px !important;
  height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 1040px) {
  .rfc-global-links {
    display: flex !important;
    margin-left: auto !important;
  }

  .rfc-global-mobile-menu {
    display: none !important;
  }

  .rfc-global-links a:nth-child(n + 4) {
    display: none !important;
  }

  .rfc-global-brand {
    width: 235px !important;
    flex-basis: 235px !important;
  }
}

@media (max-width: 820px) {
  .rfc-global-links {
    display: none !important;
  }

  .rfc-global-mobile-menu {
    display: block !important;
  }
}

@media (max-width: 700px) {
  .rfc-global-header {
    width: calc(100% - 22px) !important;
    min-height: 67px !important;
    margin-bottom: 24px !important;
    gap: 8px !important;
  }

  .rfc-global-brand {
    width: 182px !important;
    flex-basis: 182px !important;
  }

  .rfc-global-brand img {
    height: 48px !important;
  }

  .rfc-global-login {
    display: none !important;
  }

  .rfc-global-cta {
    min-height: 38px !important;
    font-size: 11px !important;
    padding: 8px 10px !important;
  }

  .rfc-global-mobile-menu summary {
    min-height: 38px !important;
    font-size: 0 !important;
    padding: 7px 10px !important;
  }

  .rfc-global-mobile-menu summary::after {
    content: "☰" !important;
    font-size: 18px !important;
  }

  body:has(.rfc-global-header) .header-center {
    padding-bottom: 26px !important;
  }

  body:has(.rfc-global-header) .header-center .main.padtop,
  body:has(.rfc-global-header) .container_12 {
    width: calc(100% - 22px) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body:has(.rfc-global-header) .bgslider,
  body:has(.rfc-global-header) .formbox {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 16px !important;
  }

  body:has(.rfc-global-header) .container_12 [class*="grid_"] {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 390px) {
  .rfc-global-brand {
    width: 162px !important;
    flex-basis: 162px !important;
  }

  .rfc-global-cta {
    display: none !important;
  }
}

/* Pages dynamiques : habillage commun sans modifier le générateur de profils. */
body:has(.rfc-global-header) #main {
  width: 100% !important;
  min-height: 100vh !important;
}

body:has(.rfc-global-header) .header-center .main.padtop {
  display: flex !important;
  max-width: 1180px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  align-items: stretch !important;
  gap: 22px !important;
}

body:has(.rfc-global-header) .header-center .main.padtop > .bgslider {
  width: auto !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
}

body:has(.rfc-global-header) .header-center .main.padtop > .formbox {
  position: relative !important;
  width: 350px !important;
  min-width: 320px !important;
  height: auto !important;
  flex: 0 0 350px !important;
  margin: 0 !important;
  overflow: visible !important;
}

body:has(.rfc-global-header) .bgslider > .border {
  height: 100% !important;
  min-height: 100% !important;
  padding: clamp(22px, 4vw, 44px) !important;
  text-align: left !important;
}

body:has(.rfc-global-header) .bgslider > .border > h1,
body:has(.rfc-global-header) .bgslider > .border > .medhome {
  margin: 0 0 18px !important;
  color: #111526 !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  font-weight: 850 !important;
  text-align: left !important;
}

body:has(.rfc-global-header) .bgslider > .border p {
  max-width: 72ch !important;
  margin: 0 0 14px !important;
  color: #4f5362 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body:has(.rfc-global-header) .formbox .formpad {
  min-height: 100% !important;
  padding: 24px 20px !important;
}

body:has(.rfc-global-header) .formbox::before {
  display: block !important;
  background: linear-gradient(135deg, #f83d7b, #cf1e60) !important;
  color: #fff !important;
  content: "Inscription rapide et discrète" !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  padding: 15px 20px !important;
  text-align: center !important;
}

body:has(.rfc-global-header) .formbox input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
body:has(.rfc-global-header) .formbox select,
body:has(.rfc-global-header) .formbox textarea {
  width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #ddd7dc !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #171b2d !important;
  font-size: 16px !important;
  padding: 10px 12px !important;
}

body:has(.rfc-global-header) .formbox button,
body:has(.rfc-global-header) .formbox input[type="submit"],
body:has(.rfc-global-header) .formbox a[class*="btn"] {
  min-height: 50px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #fa3e7c, #ce1c5d) !important;
  box-shadow: 0 10px 24px rgba(206, 28, 93, 0.25) !important;
  color: #fff !important;
  font-weight: 850 !important;
}

body:has(.rfc-global-header) section#content > .container_12 {
  width: min(1180px, calc(100% - 36px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body:has(.rfc-global-header) section#content .wrapper.padtop {
  padding-top: 0 !important;
}

body:has(.rfc-global-header) .boxborder,
body:has(.rfc-global-header) .box > .border,
body:has(.rfc-global-header) section#content .boxcontent {
  padding: clamp(20px, 3vw, 34px) !important;
}

body:has(.rfc-global-header) .boxborder > .boxpad {
  padding: 0 !important;
}

body:has(.rfc-global-header) section#content h1,
body:has(.rfc-global-header) section#content h2 {
  float: none !important;
  width: auto !important;
  margin: 0 0 16px !important;
  color: #121628 !important;
  font-size: clamp(24px, 3vw, 34px) !important;
  font-weight: 850 !important;
  text-align: left !important;
}

body:has(.rfc-global-header) section#content p,
body:has(.rfc-global-header) section#content li {
  color: #4b4f5e !important;
  font-size: 15px !important;
  line-height: 1.78 !important;
}

body:has(.rfc-global-header) .breadcumbs {
  margin: 0 0 22px !important;
  border: 1px solid #ece5e9 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: 10px 14px !important;
  text-align: left !important;
}

body:has(.rfc-global-header) .breadcumbs p {
  margin: 0 !important;
  font-size: 12px !important;
}

body:has(.rfc-global-header) .prsmbrs {
  display: inline-block !important;
  float: none !important;
  width: calc(25% - 16px) !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 390px !important;
  margin: 8px 6px !important;
  overflow: hidden !important;
  vertical-align: top !important;
  border: 1px solid #e8e0e5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(17, 21, 38, 0.08) !important;
  color: #545866 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  padding: 0 14px 16px !important;
  text-align: left !important;
  transition: transform 160ms ease, box-shadow 160ms ease !important;
}

body:has(.rfc-global-header) .prsmbrs:hover {
  box-shadow: 0 16px 38px rgba(17, 21, 38, 0.14) !important;
  transform: translateY(-3px) !important;
}

body:has(.rfc-global-header) .prsmbrs > br:first-child {
  display: none !important;
}

body:has(.rfc-global-header) .prsmbrs .alignprofil {
  width: calc(100% + 28px) !important;
  margin: 0 -14px 12px !important;
  color: #171b2d !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body:has(.rfc-global-header) .prsmbrs .avatarstyle {
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  margin: 0 0 11px !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
}

body:has(.rfc-global-header) .prsmbrs .alignprofil > a {
  display: inline-flex !important;
  margin-left: 6px !important;
  vertical-align: middle !important;
}

body:has(.rfc-global-header) .prsmbrs .alignprofil > a img {
  display: inline-block !important;
  width: 21px !important;
  height: 21px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

body:has(.rfc-global-header) .prsmbrs strong {
  color: #222638 !important;
  font-weight: 750 !important;
}

body:has(.rfc-global-header) .cats {
  display: inline-flex !important;
  float: none !important;
  width: auto !important;
  min-height: 40px !important;
  margin: 5px 3px !important;
  align-items: center !important;
  border: 1px solid #eadfe5 !important;
  border-radius: 999px !important;
  background: #fff7fa !important;
  padding: 0 !important;
}

body:has(.rfc-global-header) .cats a {
  display: block !important;
  color: #a7174c !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  padding: 9px 14px !important;
  text-decoration: none !important;
}

body:has(.rfc-global-header) .wrapperFF.col5 {
  display: none !important;
}

@media (max-width: 900px) {
  body:has(.rfc-global-header) .prsmbrs {
    width: calc(50% - 16px) !important;
  }
}

@media (max-width: 700px) {
  .rfc-global-mobile-menu summary::after {
    content: "\2630" !important;
  }

  body:has(.rfc-global-header) .header-center .main.padtop {
    display: flex !important;
    flex-direction: column !important;
  }

  body:has(.rfc-global-header) .header-center .main.padtop > .formbox {
    width: 100% !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    order: -1 !important;
  }

  body:has(.rfc-global-header) .header-center .main.padtop > .bgslider {
    order: 0 !important;
  }

  body:has(.rfc-global-header) .bgslider > .border {
    padding: 22px 18px !important;
  }

  body:has(.rfc-global-header) .bgslider > .border > h1,
  body:has(.rfc-global-header) .bgslider > .border > .medhome {
    font-size: 28px !important;
  }

  body:has(.rfc-global-header) section#content > .container_12 {
    width: calc(100% - 22px) !important;
  }

  body:has(.rfc-global-header) .boxborder,
  body:has(.rfc-global-header) .box > .border,
  body:has(.rfc-global-header) section#content .boxcontent {
    padding: 18px 14px !important;
  }

  body:has(.rfc-global-header) .prsmbrs {
    width: calc(50% - 12px) !important;
    min-height: 365px !important;
    margin: 6px 3px !important;
    padding-right: 11px !important;
    padding-left: 11px !important;
  }

  body:has(.rfc-global-header) .prsmbrs .alignprofil {
    width: calc(100% + 22px) !important;
    margin-right: -11px !important;
    margin-left: -11px !important;
  }
}

@media (max-width: 460px) {
  body:has(.rfc-global-header) .prsmbrs {
    width: 100% !important;
    min-height: 0 !important;
    margin: 7px 0 !important;
  }

  body:has(.rfc-global-header) .prsmbrs .avatarstyle {
    height: 210px !important;
  }
}

/* Contenu de conversion contextualisé : texte stable par URL et maillage éditorial. */
body:has(.rfc-global-header) .rfc-enrichment {
  width: 100% !important;
  margin: 10px 0 32px !important;
  overflow: hidden !important;
  border: 1px solid #e9e1e6 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(17, 21, 38, 0.07) !important;
}

body:has(.rfc-global-header) .rfc-enrichment-head {
  max-width: 820px !important;
  padding: clamp(24px, 4vw, 42px) clamp(20px, 4vw, 42px) 22px !important;
}

body:has(.rfc-global-header) .rfc-enrichment-head > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #bd1855 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

body:has(.rfc-global-header) .rfc-enrichment-head > span::before {
  width: 21px !important;
  height: 2px !important;
  border-radius: 9px !important;
  background: currentColor !important;
  content: "" !important;
}

body:has(.rfc-global-header) .rfc-enrichment h2 {
  margin: 11px 0 13px !important;
  color: #111526 !important;
  font-size: clamp(27px, 4vw, 40px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
}

body:has(.rfc-global-header) .rfc-enrichment-head p {
  margin: 0 !important;
  color: #5e626f !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body:has(.rfc-global-header) .rfc-enrichment-grid {
  display: grid !important;
  padding: 0 clamp(20px, 4vw, 42px) clamp(24px, 4vw, 38px) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body:has(.rfc-global-header) .rfc-enrichment-grid article {
  min-width: 0 !important;
  border: 1px solid #eee7eb !important;
  border-radius: 15px !important;
  background: #faf8f9 !important;
  padding: 20px !important;
  text-align: left !important;
}

body:has(.rfc-global-header) .rfc-enrichment-grid article > span {
  display: inline-flex !important;
  width: 31px !important;
  height: 31px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9px !important;
  background: #fff0f5 !important;
  color: #bd1855 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body:has(.rfc-global-header) .rfc-enrichment-grid h3 {
  margin: 13px 0 8px !important;
  color: #1a1e30 !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

body:has(.rfc-global-header) .rfc-enrichment-grid p {
  margin: 0 !important;
  color: #666a76 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body:has(.rfc-global-header) .rfc-enrichment-links {
  display: flex !important;
  margin: 0 clamp(20px, 4vw, 42px) 28px !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

body:has(.rfc-global-header) .rfc-enrichment-links strong {
  margin-right: 3px !important;
  color: #3d4150 !important;
  font-size: 12px !important;
}

body:has(.rfc-global-header) .rfc-enrichment-links a {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  border: 1px solid #eadfe5 !important;
  border-radius: 999px !important;
  background: #fff8fa !important;
  color: #a7174c !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  padding: 7px 11px !important;
  text-decoration: none !important;
}

body:has(.rfc-global-header) .rfc-enrichment-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  background:
    radial-gradient(circle at 10% 20%, rgba(229, 43, 112, 0.22), transparent 32%),
    linear-gradient(135deg, #0c1120, #21111f) !important;
  color: #fff !important;
  padding: 26px clamp(20px, 4vw, 42px) !important;
}

body:has(.rfc-global-header) .rfc-enrichment-cta > div {
  display: grid !important;
  gap: 4px !important;
}

body:has(.rfc-global-header) .rfc-enrichment-cta span {
  color: #ff75a4 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body:has(.rfc-global-header) .rfc-enrichment-cta strong {
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

body:has(.rfc-global-header) .rfc-enrichment-cta small {
  color: rgba(255, 255, 255, 0.63) !important;
  font-size: 11px !important;
}

body:has(.rfc-global-header) .rfc-enrichment-cta > a {
  display: inline-flex !important;
  min-height: 48px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, #fa4380, #cf1e60) !important;
  box-shadow: 0 12px 28px rgba(229, 43, 112, 0.26) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  padding: 12px 17px !important;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  body:has(.rfc-global-header) .rfc-enrichment-grid {
    grid-template-columns: 1fr !important;
  }

  body:has(.rfc-global-header) .rfc-enrichment-cta {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  body:has(.rfc-global-header) .rfc-enrichment-cta > a {
    width: 100% !important;
  }
}

/* Landing pages dynamiques : localités, pays, affinités et mots-clés. */
body:has(.rfc-global-header) .header-center .main.rfc-dynamic-hero {
  display: grid !important;
  width: min(1120px, calc(100% - 30px)) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 22px 0 42px !important;
  align-items: stretch !important;
  background: transparent !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
  grid-template-areas:
    "lead form"
    "copy copy" !important;
  gap: 22px !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero-lead {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: 440px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(90deg, rgba(9, 13, 27, 0.97) 0%, rgba(9, 13, 27, 0.91) 48%, rgba(9, 13, 27, 0.42) 76%, rgba(9, 13, 27, 0.16) 100%),
    url("/images/hero-rencontre-rfc-2026.jpg") 76% 34% / cover no-repeat !important;
  box-shadow: 0 24px 64px rgba(3, 7, 18, 0.31) !important;
  color: #fff !important;
  padding: clamp(28px, 5vw, 58px) !important;
  flex-direction: column !important;
  justify-content: center !important;
  grid-area: lead !important;
  isolation: isolate !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero-lead::after {
  position: absolute !important;
  right: 24px !important;
  bottom: 22px !important;
  width: 78px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff3f7d, #f8bd42) !important;
  content: "" !important;
  z-index: -1 !important;
}

body:has(.rfc-global-header) .rfc-dynamic-eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 18px !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  color: #ffb9d0 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  padding: 8px 12px !important;
  text-transform: uppercase !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero-lead h1 {
  max-width: 660px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(35px, 5vw, 60px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.052em !important;
  line-height: 0.98 !important;
  text-align: left !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.32) !important;
  text-transform: none !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero-lead h1 span {
  color: #ff5d93 !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero-lead h1 img {
  width: 30px !important;
  height: 30px !important;
  margin-right: 7px !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero-lead > p {
  max-width: 610px !important;
  margin: 21px 0 0 !important;
  color: rgba(255, 255, 255, 0.77) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  padding: 0 !important;
}

body:has(.rfc-global-header) .rfc-dynamic-proof {
  display: flex !important;
  margin-top: 25px !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

body:has(.rfc-global-header) .rfc-dynamic-proof span {
  display: inline-flex !important;
  min-height: 30px !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(7, 10, 21, 0.36) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  padding: 6px 10px !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero > .formbox {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 440px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #eadfe5 !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 24px 64px rgba(3, 7, 18, 0.22) !important;
  float: none !important;
  flex-direction: column !important;
  grid-area: form !important;
}

body:has(.rfc-global-header) .rfc-dynamic-hero > .formbox .formpad {
  width: 100% !important;
  min-height: 0 !important;
  padding: 22px 20px 24px !important;
  flex: 1 1 auto !important;
}

body:has(.rfc-global-header) .rfc-dynamic-seo-copy {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 1px solid #e9e1e6 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 42px rgba(8, 12, 25, 0.08) !important;
  color: #555966 !important;
  font-size: 14px !important;
  line-height: 1.78 !important;
  padding: clamp(24px, 4vw, 42px) !important;
  text-align: left !important;
  grid-area: copy !important;
}

body:has(.rfc-global-header) .rfc-dynamic-seo-copy p {
  max-width: 92ch !important;
  margin: 0 auto 15px !important;
  color: #555966 !important;
  font-size: 14px !important;
  line-height: 1.78 !important;
  padding: 0 !important;
}

body:has(.rfc-global-header) .rfc-editorial-kicker {
  display: block !important;
  margin: 0 0 10px !important;
  color: #bd1855 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

body:has(.rfc-global-header) .rfc-editorial-title {
  margin: 0 0 22px !important;
  color: #15192a !important;
  font-size: clamp(25px, 4vw, 38px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.12 !important;
  text-align: left !important;
  text-transform: none !important;
}

body:has(.rfc-global-header) .rfc-editorial-copy {
  color: #5b5f6d !important;
  font-size: 14px !important;
  line-height: 1.78 !important;
  text-align: left !important;
}

body:has(.rfc-global-header) .rfc-profile-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 1040px !important;
  margin: 22px auto 8px !important;
  align-items: stretch !important;
  justify-content: center !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body:has(.rfc-global-header) section#content > .container_12 > .wrapper > .grid_12,
body:has(.rfc-global-header) section#content .grid_12:has(.rfc-profile-grid) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  clear: both !important;
  float: none !important;
}

body:has(.rfc-global-header) section#content .box:has(.rfc-profile-grid),
body:has(.rfc-global-header) section#content .boxborder:has(.rfc-profile-grid) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box !important;
  float: none !important;
}

body:has(.rfc-global-header) .rfc-dynamic-content-shell {
  display: block !important;
  width: min(1180px, calc(100% - 30px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  clear: both !important;
}

body:has(.rfc-global-header) .rfc-dynamic-content-shell > .rfc-enrichment,
body:has(.rfc-global-header) .rfc-dynamic-content-shell > .rfc-lower-carousel,
body:has(.rfc-global-header) .rfc-dynamic-content-shell > .rfc-secondary-copy {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box !important;
}

body:has(.rfc-global-header) .rfc-secondary-copy {
  overflow: hidden !important;
  border: 1px solid #e9e1e6 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(17, 21, 38, 0.07) !important;
}

body:has(.rfc-global-header) .rfc-secondary-copy > .border {
  padding: clamp(24px, 4vw, 42px) !important;
}

body:has(.rfc-global-header) .rfc-profile-grid .prsmbrs {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body:has(.rfc-global-header) .boxpad:has(.rfc-profile-grid) > h2,
body:has(.rfc-global-header) .box:has(.rfc-profile-grid) h2.medhome {
  width: 100% !important;
  margin: 0 0 10px !important;
  float: none !important;
  text-align: center !important;
}

body:has(.rfc-global-header) .rfc-lower-carousel {
  width: 100% !important;
  margin: 18px 0 34px !important;
  overflow: hidden !important;
  border: 1px solid #e9e1e6 !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #101526, #22121f) !important;
  box-shadow: 0 18px 46px rgba(8, 12, 25, 0.15) !important;
  color: #fff !important;
  padding: clamp(22px, 4vw, 36px) !important;
}

body:has(.rfc-global-header) .rfc-lower-carousel-head {
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}

body:has(.rfc-global-header) .rfc-lower-carousel-head > span {
  color: #ff79a7 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body:has(.rfc-global-header) section#content .rfc-lower-carousel h2 {
  margin: 8px 0 !important;
  color: #fff !important;
  font-size: clamp(25px, 4vw, 36px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

body:has(.rfc-global-header) section#content .rfc-lower-carousel p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  padding: 0 !important;
}

body:has(.rfc-global-header) .rfc-lower-carousel #caruser {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  body:has(.rfc-global-header) .rfc-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body:has(.rfc-global-header) .header-center .main.rfc-dynamic-hero {
    width: calc(100% - 22px) !important;
    padding: 14px 0 28px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "form"
      "lead"
      "copy" !important;
    gap: 14px !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-hero-lead {
    min-height: 380px !important;
    border-radius: 17px !important;
    background:
      linear-gradient(90deg, rgba(9, 13, 27, 0.96) 0%, rgba(9, 13, 27, 0.87) 60%, rgba(9, 13, 27, 0.45) 100%),
      url("/images/hero-rencontre-rfc-2026.jpg") 72% 32% / cover no-repeat !important;
    padding: 28px 22px !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-hero-lead h1 {
    font-size: clamp(32px, 11vw, 45px) !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-hero-lead > p {
    font-size: 14px !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-hero > .formbox {
    min-height: 0 !important;
    border-radius: 17px !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-hero > .formbox button,
  body:has(.rfc-global-header) .rfc-dynamic-hero > .formbox input[type="submit"] {
    width: 100% !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-seo-copy {
    border-radius: 17px !important;
    padding: 24px 19px !important;
  }

  body:has(.rfc-global-header) .rfc-lower-carousel {
    border-radius: 17px !important;
    padding: 25px 16px !important;
  }

  body:has(.rfc-global-header) .rfc-dynamic-content-shell {
    width: calc(100% - 22px) !important;
  }
}

@media (max-width: 520px) {
  body:has(.rfc-global-header) .rfc-profile-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 13px !important;
  }

  body:has(.rfc-global-header) .rfc-profile-grid .prsmbrs .avatarstyle {
    height: 230px !important;
  }
}
