/*
Theme Name: OrthoDiet
Theme URI: https://www.orthodiet.org/
Description: Thème OrthoDiet pour orthodiet.org.
Author: OrthoDiet
Template: jnews
Version: 1.0.1
Text Domain: orthodiet
Requires at least: 6.0
Requires PHP: 8.1
*/

:root {
  --od-bg: #ffffff;
  --od-canvas: #ffffff;
  --od-text: #242424;
  --od-text-strong: #191919;
  --od-muted: #757575;
  --od-muted-soft: #6b6b6b;
  --od-border: #e6e6e6;
  --od-serif: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
  --od-sans: sohne, "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --od-mono: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
  --od-content: 680px;
  --od-feed: 728px;
  --od-accent: #000000;
  --od-link: #242424;
  --od-home-pill-bg: #000000;
  --od-home-pill-hover: #191919;
  --od-home-arrow-bg: #000000;
  --od-home-section-title: clamp(32px, 4vw, 48px);
  --od-header-bg: #000000;
  --od-header-text: #ffffff;
  --od-header-muted: rgba(255, 255, 255, 0.65);
  --od-header-border: rgba(255, 255, 255, 0.12);
}

/* Base */
body.orthodiet,
body.orthodiet .jeg_viewport,
body.orthodiet .jeg_main {
  background: var(--od-canvas) !important;
  color: var(--od-text) !important;
  font-family: var(--od-sans) !important;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.orthodiet.jnews_boxed_container .jeg_viewport,
body.orthodiet.jnews_boxed_container_shadow .jeg_viewport {
  box-shadow: none !important;
  max-width: none !important;
  margin: 0 !important;
}

body.orthodiet a {
  color: var(--od-link);
  text-decoration: none;
}

body.orthodiet a:hover {
  color: var(--od-text-strong);
}

/* Header — une ligne : logo à gauche, nav à droite */
body.orthodiet .jeg_topbar,
body.orthodiet .jeg_ad_top,
body.orthodiet .jeg_header_instagram_wrapper,
body.orthodiet .jnews_header_topbar_weather,
body.orthodiet .jeg_button_1,
body.orthodiet .jeg_top_date,
body.orthodiet .jeg_breakingnews,
body.orthodiet .jeg_header_top_ads,
body.orthodiet .jeg_header .socials_widget {
  display: none !important;
}

body.orthodiet .jeg_header.normal,
body.orthodiet .jeg_header_sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: var(--od-header-bg) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--od-header-border);
  box-shadow: none !important;
}

body.orthodiet .jeg_header.normal {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 8px 0 0;
}

body.orthodiet .jeg_midbar {
  order: 1;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  display: block !important;
  float: none !important;
}

body.orthodiet .jeg_bottombar {
  order: 2;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  margin-top: 0 !important;
  display: block !important;
  float: none !important;
  padding-bottom: 8px;
}

body.orthodiet .jeg_midbar .container,
body.orthodiet .jeg_bottombar .container {
  max-width: 1192px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

body.orthodiet .jeg_midbar .jeg_nav_row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0;
}

body.orthodiet .jeg_bottombar .jeg_nav_row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
}

body.orthodiet .jeg_midbar .jeg_nav_col.jeg_nav_left,
body.orthodiet .jeg_midbar .jeg_nav_col.jeg_nav_right {
  display: none !important;
}

body.orthodiet .jeg_bottombar .jeg_nav_col.jeg_nav_left,
body.orthodiet .jeg_bottombar .jeg_nav_col.jeg_nav_right {
  display: none !important;
}

body.orthodiet .jeg_midbar .jeg_nav_col.jeg_nav_center,
body.orthodiet .jeg_bottombar .jeg_nav_col.jeg_nav_center {
  width: 100%;
  flex: 1 1 100%;
}

body.orthodiet .jeg_midbar .item_wrap,
body.orthodiet .jeg_bottombar .item_wrap {
  justify-content: center !important;
}

body.orthodiet .jeg_logo h1.site-title {
  margin: 0;
  line-height: 1;
  text-align: center;
}

body.orthodiet .jeg_logo img,
body.orthodiet .jeg_logo_img {
  max-height: 32px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

body.orthodiet .jeg_main_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 24px;
  margin: 0;
}

body.orthodiet .jeg_main_menu > li > a,
body.orthodiet .jeg_menu > li > a {
  font-family: var(--od-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--od-muted) !important;
  letter-spacing: 0;
  text-transform: none !important;
  line-height: 44px !important;
  padding: 0 !important;
}

body.orthodiet .jeg_header .jeg_bottombar.jeg_navbar,
body.orthodiet .jeg_header .jeg_bottombar .jeg_main_menu > li > a {
  line-height: 44px !important;
  height: auto !important;
}

body.orthodiet .jeg_header .jeg_midbar,
body.orthodiet .jeg_header .jeg_bottombar.jeg_navbar {
  height: auto !important;
}

body.orthodiet .jeg_header .jeg_main_menu > li > a,
body.orthodiet .jeg_header .jeg_menu > li > a {
  color: var(--od-header-muted) !important;
}

body.orthodiet .jeg_header .jeg_main_menu > li > a:hover,
body.orthodiet .jeg_header .jeg_main_menu > li.current-menu-item > a,
body.orthodiet .jeg_header .jeg_menu > li > a:hover {
  color: var(--od-header-text) !important;
}

body.orthodiet .jeg_main_menu > li > a:hover,
body.orthodiet .jeg_main_menu > li.current-menu-item > a {
  color: var(--od-text) !important;
}

body.orthodiet .jeg_main_menu > li > a:before {
  display: none !important;
}

body.orthodiet .jeg_header .jeg_main_menu > li > a::after {
  content: "+";
  margin-left: 2px;
  font-weight: 400;
  color: inherit;
}

body.orthodiet .jeg_header .jeg_logo img,
body.orthodiet .jeg_header .jeg_logo_img {
  filter: brightness(0) invert(1);
}

body.orthodiet .jeg_header .jeg_search_wrapper .jeg_search_input,
body.orthodiet .jeg_navbar_mobile_wrapper .jeg_search_input {
  border: none;
  border-radius: 99px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--od-header-text);
  padding: 8px 16px 8px 36px;
  min-width: 240px;
}

body.orthodiet .jeg_search_wrapper .jeg_search_input {
  border: none;
  border-radius: 99px;
  font-size: 14px;
  background: #f9f9f9;
  color: var(--od-muted);
  padding: 8px 16px 8px 36px;
  min-width: 240px;
}

body.orthodiet .jeg_nav_search {
  width: auto !important;
}

/* Header NASA — barre 3 colonnes + panneau Explorer */
body.orthodiet.od-header-ready .jeg_midbar,
body.orthodiet.od-header-ready .jeg_bottombar {
  display: none !important;
}

body.orthodiet .od-header-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 24px 14px;
  box-sizing: border-box;
}

body.orthodiet .od-header-bar__left {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  min-width: 0;
}

body.orthodiet .od-header-bar__center {
  justify-self: center;
}

body.orthodiet .od-header-bar__right {
  justify-self: end;
  min-width: 0;
}

body.orthodiet .od-header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

body.orthodiet .od-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  background: transparent;
  color: var(--od-header-text);
  font-family: var(--od-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

body.orthodiet .od-explore-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}

body.orthodiet .od-explore-btn.is-open .od-explore-btn__icon {
  transform: rotate(45deg);
}

body.orthodiet .od-header-search {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.orthodiet .od-header-search input[type="search"] {
  width: min(220px, 28vw);
  min-width: 120px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 2px;
  background: transparent;
  color: var(--od-header-text);
  font-family: var(--od-sans);
  font-size: 14px;
}

body.orthodiet .od-header-search input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

body.orthodiet .od-header-bar__right .jeg_main_menu {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 4px 20px;
}

body.orthodiet .od-header-bar__right .jeg_main_menu > li > a::after {
  content: none;
}

body.orthodiet .jeg_header.normal {
  position: relative;
}

body.orthodiet .od-explore-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 120;
  background: var(--od-header-bg);
  border-top: 1px solid var(--od-header-border);
  border-bottom: 1px solid var(--od-header-border);
}

body.orthodiet .od-explore-panel__inner {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 48px;
  max-width: 1192px;
  margin: 0 auto;
  padding: 32px 24px 40px;
  box-sizing: border-box;
}

body.orthodiet .od-explore-panel__nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.orthodiet .od-explore-panel__link {
  display: block;
  padding: 10px 0;
  color: var(--od-header-text);
  font-family: var(--od-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.orthodiet .od-explore-panel__link:hover,
body.orthodiet .od-explore-panel__link.is-active {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.orthodiet .od-explore-panel__label {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--od-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.orthodiet .od-explore-panel__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

body.orthodiet .od-explore-card__thumb {
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 2px;
}

body.orthodiet .od-explore-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.orthodiet .od-explore-card__img--placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.08);
}

body.orthodiet .od-explore-card__meta {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--od-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.orthodiet .od-explore-card__title {
  margin: 0 0 10px;
  font-family: var(--od-sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

body.orthodiet .od-explore-card__title a {
  color: var(--od-header-text);
  text-decoration: none;
}

body.orthodiet .od-explore-card__title a:hover {
  text-decoration: underline;
}

body.orthodiet .od-explore-card__foot {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--od-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.orthodiet .od-explore-panel__empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
}

body.orthodiet.od-explore-open {
  overflow: hidden;
}

body.orthodiet.od-explore-open .jeg_header_sticky,
body.orthodiet.od-explore-open .jeg_navbar_mobile_wrapper {
  z-index: 200;
}

/* Desktop — un seul header NASA (Explorer), pas le double JNews */
@media (min-width: 992px) {
  body.orthodiet .jeg_navbar_mobile_wrapper {
    display: none !important;
  }

  body.orthodiet .jeg_header_sticky {
    display: none !important;
  }

  body.orthodiet .jeg_header.normal:has(.od-header-bar) > .jeg_topbar,
  body.orthodiet .jeg_header.normal:has(.od-header-bar) > .jeg_midbar,
  body.orthodiet .jeg_header.normal:has(.od-header-bar) > .jeg_bottombar,
  body.orthodiet.od-header-ready .jeg_header.normal > .jeg_topbar,
  body.orthodiet.od-header-ready .jeg_header.normal > .jeg_midbar,
  body.orthodiet.od-header-ready .jeg_header.normal > .jeg_bottombar {
    display: none !important;
  }

  body.orthodiet .jeg_header.normal:has(.od-header-bar),
  body.orthodiet.od-header-ready .jeg_header.normal {
    padding: 0;
  }
}

/* Contenu principal */
body.orthodiet .jeg_container,
body.orthodiet .jeg_content {
  max-width: 1192px;
}

body.orthodiet .jeg_content .content-inner {
  padding-top: 32px;
  padding-bottom: 48px;
}

body.orthodiet .jeg_breadcrumbs {
  display: none !important;
}

/* Homepage — masquer blocs redondants */
body.orthodiet.home [data-unique*="jnews_module_16835_"],
body.orthodiet.home .content-inner > .jeg_main_content:not(.vc_column_container),
body.orthodiet.home .content-inner > .jeg_sidebar,
body.orthodiet.home .content-inner > .widget {
  display: none !important;
}

body.orthodiet.home .jeg_main,
body.orthodiet.home .jeg_container,
body.orthodiet.home .jeg_content,
body.orthodiet.home .jeg_vc_content,
body.orthodiet.home .jeg-vc-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.orthodiet.home .jeg_content > .container:has(.jeg_latestpost) {
  display: none !important;
}

body.orthodiet.home .vc_custom_od_home.vc_row[data-vc-full-width="true"] {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.orthodiet.home .jeg_content .content-inner {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

body.orthodiet.home .wpb_column.vc_col-sm-8,
body.orthodiet.home .vc_row .vc_col-sm-8,
body.orthodiet.home .wpb_column.vc_col-sm-12,
body.orthodiet.home .vc_row .vc_col-sm-12,
body.orthodiet.home .vc_custom_od_home .jeg_main_content {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

body.orthodiet.home .jeg_content,
body.orthodiet.home .jeg_content .content-inner,
body.orthodiet.home .vc_custom_od_home,
body.orthodiet.home .vc_custom_od_home .wpb_wrapper {
  overflow: visible !important;
}

/* Hero Microbiome 360 — accueil */
body.orthodiet.home .od-mb360-hero {
  margin: 0 0 40px;
  padding: 8px 0 0;
  color: var(--od-text);
  font-family: var(--od-sans);
  background: transparent;
}

body.orthodiet.home .od-mb360-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--od-text-strong);
}

body.orthodiet.home .od-mb360-hero__title {
  margin: 0 0 28px;
  font-family: var(--od-sans) !important;
  font-size: clamp(32px, 5vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em;
  color: var(--od-text-strong) !important;
}

body.orthodiet.home .od-mb360-gradient {
  background-image: linear-gradient(135deg, #2a2a2a 0%, #111 65%, #000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body.orthodiet.home .od-mb360-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--od-border);
  border-top: 3px solid #000;
  background: #fff;
  overflow: hidden;
  border-radius: 2px;
}

body.orthodiet.home .od-mb360-hero__copy {
  padding: 28px 32px 32px;
}

body.orthodiet.home .od-mb360-hero__subtitle {
  margin: 0 0 16px;
  font-family: var(--od-sans) !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: var(--od-text-strong) !important;
}

body.orthodiet.home .od-mb360-hero__text {
  margin: 0 0 24px;
  max-width: 54ch;
  font-size: 15px;
  line-height: 1.6;
  color: var(--od-muted);
}

body.orthodiet.home .od-mb360-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

body.orthodiet.home .od-mb360-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: opacity 0.2s, border-color 0.2s, background-color 0.2s;
}

body.orthodiet.home .od-mb360-btn--primary {
  padding: 12px 18px;
  border: 1px solid #191919;
  border-radius: 2px;
  color: #fff !important;
  background: #191919;
}

body.orthodiet.home .od-mb360-btn--primary:hover {
  background: #000;
  border-color: #000;
}

body.orthodiet.home .od-mb360-btn--ghost {
  color: var(--od-muted) !important;
}

body.orthodiet.home .od-mb360-btn--ghost:hover {
  color: var(--od-text-strong) !important;
}

body.orthodiet.home .od-mb360-hero__media {
  display: flex;
  flex-direction: column;
  width: 280px;
  flex-shrink: 0;
  min-height: 100%;
  border-left: 1px solid var(--od-border);
}

body.orthodiet.home .od-mb360-hero__figure {
  flex: 1 1 auto;
  min-height: 240px;
  overflow: hidden;
}

body.orthodiet.home .od-mb360-hero__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

body.orthodiet.home .od-mb360-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 20px;
  border-top: 1px solid var(--od-border);
  background: #fafafa;
}

body.orthodiet.home .od-mb360-hero__stats div {
  text-align: left;
}

body.orthodiet.home .od-mb360-hero__stats span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--od-text-strong);
}

body.orthodiet.home .od-mb360-hero__stats strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var(--od-text-strong);
}

body.orthodiet.home .jnews_element_ads .od-mb360-hero,
body.orthodiet.home .widget_jnews_module_element_ads .od-mb360-hero {
  box-shadow: none !important;
  border: 0 !important;
}

/* Hero Microbiome 360 — version compacte (accueil) */
body.orthodiet.home .od-mb360-hero--compact {
  margin: 0 0 24px;
  padding: 0;
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 12px 16px;
  border: 1px solid var(--od-border);
  border-left: 3px solid #000;
  border-radius: 2px;
  background: #fafafa;
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__eyebrow {
  margin: 0;
  flex: 1 1 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--od-text-strong);
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__text {
  margin: 0;
  flex: 1 1 280px;
  max-width: none;
  font-size: 13px;
  line-height: 1.45;
  color: var(--od-muted);
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-left: auto;
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-btn {
  font-size: 12px;
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-btn--primary {
  padding: 8px 12px;
}

body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__title,
body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__subtitle,
body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__panel,
body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__media {
  display: none !important;
}

body.orthodiet.home .vc_row[data-vc-full-width],
body.orthodiet.home .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
}

body.orthodiet .jeg_slider_wrapper,
body.orthodiet .jeg_heroblock,
body.orthodiet .jeg_hero_style_7,
body.orthodiet .jeg_slide_caption {
  display: none !important;
}

/* Accueil — article éditorial en vedette (sous le bandeau Microbiome) */
body.orthodiet.home .od-featured-post,
body.orthodiet.home .od-featured-module .od-featured-post,
body.orthodiet.home .jeg_ad_module .od-featured-post {
  display: block !important;
  visibility: visible !important;
  margin: 24px 0 32px;
  padding: 24px;
  border: 1px solid var(--od-border);
  border-radius: 4px;
  background: var(--od-surface, #fafafa);
}

body.orthodiet.home .od-featured-post__label {
  margin: 0 0 12px;
  font-family: var(--od-sans) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--od-muted) !important;
}

body.orthodiet.home .od-featured-post__layout {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 28px;
}

body.orthodiet.home .od-featured-post__image {
  display: block !important;
  flex: 0 0 220px;
  width: 220px;
  max-width: 220px;
  height: 293px;
  border-radius: 2px;
  overflow: hidden;
}

body.orthodiet.home .od-featured-post__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center;
}

body.orthodiet.home .od-featured-post__body {
  flex: 1 1 auto;
  min-width: 0;
}

body.orthodiet.home .od-featured-post__category {
  margin: 0 0 8px;
  font-family: var(--od-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--od-muted) !important;
}

body.orthodiet.home .od-featured-post__title {
  margin: 0 0 10px !important;
}

body.orthodiet.home .od-featured-post__title a {
  font-family: var(--od-serif) !important;
  font-size: clamp(22px, 3vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: var(--od-text-strong) !important;
  text-decoration: none !important;
}

body.orthodiet.home .od-featured-post__title a:hover {
  opacity: 0.85;
}

body.orthodiet.home .od-featured-post__excerpt {
  margin: 0 0 16px;
  font-family: var(--od-sans) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: var(--od-muted) !important;
}

body.orthodiet.home .od-featured-post__cta {
  display: inline-block;
  font-family: var(--od-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--od-text-strong) !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}

body.orthodiet.home .od-featured-post__cta:hover {
  opacity: 0.75;
}

/* Accueil — sections NASA */
body.orthodiet.home .od-home-home-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.orthodiet.home .jeg_latestpost,
body.orthodiet.home .jeg_postblock_3 {
  display: none !important;
}

body.orthodiet.home .vc_custom_od_home .wpb_wrapper,
body.orthodiet.home .vc_custom_od_home .vc_column_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.orthodiet.home .od-home-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.orthodiet.home .od-home-home--head,
body.orthodiet.home .od-home-home--more {
  padding: 0 clamp(16px, 3vw, 48px) 24px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

body.orthodiet.home .od-home-bleed {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(6px, 1vw, 14px) 40px;
  box-sizing: border-box;
}

body.orthodiet.home .od-home-section {
  padding: 40px 0 0;
}

body.orthodiet.home .od-home-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

body.orthodiet.home .od-home-head__title {
  margin: 0 !important;
  font-family: var(--od-sans) !important;
  font-size: var(--od-home-section-title) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
  color: var(--od-text-strong) !important;
}

body.orthodiet.home .od-home-head__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--od-sans) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: var(--od-text-strong) !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.orthodiet.home .od-home-head__more:hover {
  opacity: 0.8;
}

body.orthodiet.home .od-home-head__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--od-home-arrow-bg);
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
}

body.orthodiet.home .od-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
  grid-template-rows: minmax(220px, 1fr) minmax(220px, 1fr);
  gap: clamp(8px, 1vw, 12px);
  width: 100%;
  max-width: none;
}

body.orthodiet.home .od-home-card {
  position: relative;
  display: flex;
  min-height: 200px;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff !important;
}

body.orthodiet.home .od-home-card--hero {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: clamp(360px, 42vw, 520px);
}

body.orthodiet.home .od-home-card--tall {
  grid-column: 2;
  grid-row: 1 / 3;
  min-height: clamp(360px, 42vw, 520px);
}

body.orthodiet.home .od-home-card--stack-top {
  grid-column: 3;
  grid-row: 1;
}

body.orthodiet.home .od-home-card--stack-bottom {
  grid-column: 3;
  grid-row: 2;
}

body.orthodiet.home .od-home-card__media {
  position: absolute;
  inset: 0;
}

body.orthodiet.home .od-home-card__img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

body.orthodiet.home .od-home-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.88) 100%);
}

body.orthodiet.home .od-home-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 20px;
  margin-top: auto;
}

body.orthodiet.home .od-home-card__type,
body.orthodiet.home .od-home-compact__type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.orthodiet.home .od-home-card__type-icon {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

body.orthodiet.home .od-home-compact__type .od-home-card__type-icon {
  border-color: var(--od-muted);
}

body.orthodiet.home .od-home-card__time,
body.orthodiet.home .od-home-compact__time {
  margin: 8px 0 6px;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

body.orthodiet.home .od-home-card__title {
  font-family: var(--od-sans) !important;
  font-size: clamp(18px, 2.2vw, 26px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
}

body.orthodiet.home .od-home-card--hero .od-home-card__title {
  font-size: clamp(22px, 2.8vw, 34px) !important;
}

body.orthodiet.home .od-home-compact-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px) clamp(12px, 1.5vw, 20px);
  margin-top: clamp(16px, 2vw, 28px);
  width: 100%;
}

body.orthodiet.home .od-home-section--more {
  padding-top: 48px;
  border-top: 1px solid var(--od-border);
}

body.orthodiet.home .od-home-compact-row--more {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 20px);
  margin-top: 0;
}

body.orthodiet.home .od-home-compact-row--more .od-home-compact {
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
}

body.orthodiet.home .od-home-compact-row--more .od-home-compact__thumb {
  width: 56px;
  height: 56px;
}

body.orthodiet.home .od-home-compact-row--more .od-home-compact__title {
  font-size: clamp(14px, 1.4vw, 15px) !important;
  line-height: 1.28 !important;
}

body.orthodiet.home .od-home-compact-row--more .od-home-compact__time,
body.orthodiet.home .od-home-compact-row--more .od-home-compact__type {
  font-size: 10px !important;
}

body.orthodiet.home .jeg_postblock_25,
body.orthodiet.home .vc_custom_1499411173780 {
  display: none !important;
}

body.orthodiet.home .od-home-compact {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  text-decoration: none !important;
  color: inherit !important;
}

body.orthodiet.home .od-home-compact__thumb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}

body.orthodiet.home .od-home-compact__img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.orthodiet.home .od-home-compact__title {
  display: block;
  margin: 4px 0 8px;
  font-family: var(--od-sans) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: var(--od-text-strong) !important;
}

body.orthodiet.home .od-home-compact__time {
  margin: 0;
  color: var(--od-muted) !important;
}

body.orthodiet.home .od-home-compact__type {
  color: var(--od-muted) !important;
  font-size: 10px !important;
}

body.orthodiet.home .od-home-spotlight {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  background: #000;
  color: #fff;
}

body.orthodiet.home .od-home-spotlight__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  min-height: clamp(320px, 42vw, 560px);
  max-width: none;
  align-items: stretch;
}

body.orthodiet.home .od-home-spotlight__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 64px);
}

body.orthodiet.home .od-home-spotlight__label {
  margin: 0 0 12px;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65) !important;
}

body.orthodiet.home .od-home-spotlight__title {
  margin: 0 0 16px !important;
  font-family: var(--od-sans) !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em;
  color: #fff !important;
}

body.orthodiet.home .od-home-spotlight__text {
  margin: 0 0 16px;
  max-width: 52ch;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

body.orthodiet.home .od-home-spotlight__details {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  max-width: 52ch;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.orthodiet.home .od-home-spotlight__details li + li {
  margin-top: 6px;
}

body.orthodiet.home .od-home-spotlight__details strong {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600 !important;
}

body.orthodiet.home .od-home-spotlight__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-bottom: 24px;
}

body.orthodiet.home .od-home-spotlight__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.orthodiet.home .od-home-spotlight__stat strong {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.1;
}

body.orthodiet.home .od-home-spotlight__stat span {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5) !important;
}

body.orthodiet.home .od-home-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.orthodiet.home .od-home-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 0;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

body.orthodiet.home .od-home-spotlight__cta--primary {
  background: var(--od-home-pill-bg);
  color: #fff !important;
}

body.orthodiet.home .od-home-spotlight__cta--primary:hover {
  background: var(--od-home-pill-hover);
  opacity: 1;
}

body.orthodiet.home .od-home-spotlight__cta--ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff !important;
  background: transparent;
}

body.orthodiet.home .od-home-spotlight__cta--ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

body.orthodiet.home .od-home-spotlight__cta .od-home-head__arrow {
  width: 22px;
  height: 22px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.18);
}

body.orthodiet.home .od-home-spotlight__media {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100%;
  border-radius: 0;
  background: #0a2824;
  text-decoration: none !important;
  color: #fff !important;
  border: 0;
}

body.orthodiet.home .od-home-spotlight__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 42vw, 560px);
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

body.orthodiet.home .od-home-spotlight__media:hover .od-home-spotlight__photo {
  transform: scale(1.03);
}

body.orthodiet.home .od-home-spotlight__media-label {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 1;
}

body.orthodiet.home .od-home-section--topic + .od-home-section--topic {
  border-top: 1px solid var(--od-border);
  margin-top: 8px;
}

/* Bannière congrès */
body.orthodiet .wpb_single_image {
  margin-bottom: 32px !important;
}

body.orthodiet .wpb_single_image .vc_single_image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}

body.orthodiet .wpb_heading.wpb_singleimage_heading {
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--od-muted) !important;
  text-align: left;
  margin-bottom: 8px !important;
}

body.orthodiet .vc_separator {
  display: none !important;
}

body.orthodiet .jnews_element_ads > div,
body.orthodiet .widget_jnews_module_element_ads .ads-wrapper > div > div {
  box-shadow: none !important;
  border: 1px solid var(--od-border) !important;
  border-radius: 8px !important;
}

/* Feed — liste Medium (texte à gauche, vignette à droite) */
body.orthodiet .jeg_block_heading,
body.orthodiet .jeg_block_title {
  font-family: var(--od-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--od-muted) !important;
  border: 0 !important;
  margin-bottom: 8px !important;
}

body.orthodiet .jeg_block_heading .jeg_block_title span {
  background: none !important;
  padding: 0 !important;
}

/* Feed — liste Medium (texte à gauche, vignette à droite) */
body.orthodiet.home .jeg_posts .jeg_post,
body.orthodiet.home .jeg_postblock_25 .jeg_post {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px;
  grid-template-areas:
    "title thumb"
    "excerpt thumb";
  column-gap: 24px;
  row-gap: 2px;
  align-items: stretch;
  border-bottom: 1px solid var(--od-border) !important;
  padding: 32px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_postblock_heading,
body.orthodiet.home .jeg_postblock_25 .jeg_postblock_heading {
  grid-area: title;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb,
body.orthodiet.home .jeg_postblock_25 .jeg_thumb {
  grid-area: thumb;
  width: 112px !important;
  max-width: 112px;
  min-width: 112px;
  margin: 0 !important;
  align-self: stretch;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_postblock_content,
body.orthodiet.home .jeg_postblock_25 .jeg_postblock_content {
  grid-area: excerpt;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb > a,
body.orthodiet.home .jeg_postblock_25 .jeg_thumb > a {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 112px;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb .thumbnail-container,
body.orthodiet.home .jeg_postblock_25 .jeg_thumb .thumbnail-container {
  flex: 1 1 auto;
  width: 112px !important;
  height: 100% !important;
  min-height: 112px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb .thumbnail-container > div,
body.orthodiet.home .jeg_postblock_25 .jeg_thumb .thumbnail-container > div {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb img,
body.orthodiet.home .jeg_postblock_25 .jeg_thumb img {
  width: 112px !important;
  height: 100% !important;
  min-height: 112px;
  object-fit: cover;
  object-position: center center;
}

body.orthodiet .jeg_postblock article,
body.orthodiet .jeg_postblock .jeg_post {
  border-bottom: 1px solid var(--od-border) !important;
  padding: 28px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.orthodiet.home .jeg_postblock_heading,
body.orthodiet.home .jeg_postblock .jeg_post_title {
  margin: 0 !important;
  padding: 0 !important;
}

body.orthodiet.home .jeg_postblock .jeg_post_title a,
body.orthodiet.home .jeg_post_title a {
  font-size: 28px !important;
  line-height: 1.15 !important;
}

body.orthodiet .jeg_postblock .jeg_post_title a,
body.orthodiet .jeg_post_title a {
  font-family: var(--od-sans) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--od-text-strong) !important;
  letter-spacing: -0.02em;
}

body.orthodiet .jeg_postblock .jeg_post_title a:hover {
  text-decoration: none;
  color: var(--od-text) !important;
}

body.orthodiet.home .jeg_post_excerpt,
body.orthodiet.home .jeg_post_excerpt p {
  margin-top: 0 !important;
}

body.orthodiet .jeg_post_excerpt,
body.orthodiet .jeg_post_excerpt p {
  font-family: var(--od-sans) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: var(--od-muted) !important;
  margin-top: 8px !important;
}

body.orthodiet .jeg_post_meta,
body.orthodiet .jeg_meta_author,
body.orthodiet .jeg_meta_date {
  font-size: 13px !important;
  color: var(--od-muted) !important;
  font-family: var(--od-sans) !important;
}

body.orthodiet .jeg_post_category a,
body.orthodiet .jeg_post_category {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--od-muted) !important;
  text-transform: none !important;
  background: none !important;
}

body.orthodiet .jeg_readmore {
  display: none !important;
}

body.orthodiet .jeg_pl_xs_2:before,
body.orthodiet .jeg_pl_xs_4 .jeg_postblock_content:before {
  display: none !important;
}

/* Article single — layout Medium */
body.orthodiet.single .od-article-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

body.orthodiet.single .od-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  flex-shrink: 0;
  border: 1px solid var(--od-border);
  border-radius: 50%;
  background: var(--od-bg);
  color: var(--od-text-strong);
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, transform 0.15s;
}

body.orthodiet.single .od-back-btn:hover {
  background: #f9f9f9;
  border-color: var(--od-text);
}

body.orthodiet.single .od-back-btn:active {
  transform: scale(0.96);
}

body.orthodiet.single .jeg_sidebar,
body.orthodiet.single .widget-area,
body.orthodiet.single .jeg_sticky_sidebar {
  display: none !important;
}

body.orthodiet.single .jeg_main_content {
  width: 100% !important;
  max-width: var(--od-content);
  margin-left: auto !important;
  margin-right: auto !important;
  flex: 0 0 100% !important;
  float: none !important;
}

body.orthodiet.single .jeg_content > .row {
  display: block !important;
}

body.orthodiet.single .entry-header,
body.orthodiet.single .jeg_main_content,
body.orthodiet.single .entry-content {
  max-width: var(--od-content);
  margin-left: auto;
  margin-right: auto;
}

/* Tags pills au-dessus du titre */
body.orthodiet.single .od-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

body.orthodiet.single .od-topic-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid var(--od-border);
  border-radius: 99px;
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--od-muted) !important;
  background: var(--od-bg);
  line-height: 1.4;
}

body.orthodiet.single .od-topic-pill:hover {
  border-color: var(--od-text);
  color: var(--od-text) !important;
}

/* Titre article — sans-serif bold comme Medium */
body.orthodiet.single h1.jeg_post_title,
body.orthodiet.single .entry-header h1.jeg_post_title,
body.orthodiet.single .entry-header .jeg_post_title {
  font-family: var(--od-sans) !important;
  font-size: clamp(32px, 5vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.462px;
  color: var(--od-text-strong) !important;
  margin: 0 0 24px !important;
}

body.orthodiet.single .entry-header .jeg_post_subtitle {
  font-family: var(--od-sans) !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
  color: var(--od-muted) !important;
  font-weight: 400 !important;
  margin-bottom: 24px;
}

/* Byline Medium */
body.orthodiet.single .jeg_post_meta,
body.orthodiet.single .jeg_post_meta_2 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 32px !important;
  background: transparent !important;
}

body.orthodiet.single .jeg_post_meta .meta_left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

body.orthodiet.single .jeg_meta_author {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  margin-right: 0 !important;
}

body.orthodiet.single .jeg_meta_author img {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  margin: 0 !important;
}

body.orthodiet.single .jeg_meta_author .meta_text,
body.orthodiet.single .jeg_meta_category {
  display: none !important;
}

body.orthodiet.single .jeg_meta_author a {
  font-family: var(--od-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--od-text-strong) !important;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

body.orthodiet .jeg_meta_author a::after,
body.orthodiet .jeg_authorname a::after,
body.orthodiet .jeg_author_box .author-name a::after,
body.orthodiet .author.vcard a.url.fn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='11' fill='%231D9BF0'/%3E%3Cpath fill='%23fff' d='M9.5 14.2 6.3 11l1.1-1.1 2.1 2.1 5.2-5.2 1.1 1.1z'/%3E%3C/svg%3E");
}

body.orthodiet .od-verified-badge {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: -2px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='11' fill='%231D9BF0'/%3E%3Cpath fill='%23fff' d='M9.5 14.2 6.3 11l1.1-1.1 2.1 2.1 5.2-5.2 1.1 1.1z'/%3E%3C/svg%3E");
}

body.orthodiet.single .jeg_meta_date,
body.orthodiet.single .od-read-time {
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  color: var(--od-muted) !important;
}

body.orthodiet.single .jeg_meta_date a {
  color: var(--od-muted) !important;
  pointer-events: none;
}

body.orthodiet.single .jeg_meta_date::before {
  content: none;
}

body.orthodiet.single .jeg_post_meta .jeg_meta_date,
body.orthodiet.single .jeg_post_meta .od-read-time {
  display: none !important;
}

body.orthodiet.single .od-article-stats {
  margin: 0 0 20px;
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  line-height: 1.4;
  color: var(--od-muted) !important;
}

body.orthodiet.single .od-article-stats .od-read-time,
body.orthodiet.single .od-article-stats .od-article-date {
  color: var(--od-muted) !important;
}

body.orthodiet.single .jeg_meta_author .meta_text {
  display: none !important;
}

body.orthodiet.single .od-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
}

body.orthodiet.single .od-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--od-border);
  border-radius: 99px;
  font-family: var(--od-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--od-muted) !important;
  background: var(--od-bg);
  text-decoration: none !important;
  transition: border-color 0.2s, color 0.2s;
}

body.orthodiet.single .od-action-btn:hover {
  border-color: var(--od-text);
  color: var(--od-text-strong) !important;
}

body.orthodiet.single .jeg_meta_reading_time {
  display: none !important;
}

body.orthodiet.single .jeg_post_meta .meta_right {
  display: none !important;
}

/* Barre d'actions sous le byline */
body.orthodiet.single .jeg_share_top_container,
body.orthodiet.single .jeg_share_button.share-top {
  max-width: var(--od-content);
  margin: 0 auto 32px;
  border-top: 1px solid var(--od-border);
  border-bottom: 1px solid var(--od-border);
  padding: 12px 0;
}

body.orthodiet.single .jeg_share_button.share-float {
  display: none !important;
}

/* Image hero */
body.orthodiet.single .jeg_featured,
body.orthodiet.single .jeg_featured_img {
  max-width: var(--od-content);
  margin: 0 auto 40px;
}

body.orthodiet.single .jeg_featured img,
body.orthodiet.single .featured_image img {
  border-radius: 0;
  width: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

body.orthodiet.single .featured_image .thumbnail-container {
  padding-bottom: 52% !important;
  overflow: visible;
}

body.orthodiet.single .jeg_featured,
body.orthodiet.single .featured_image {
  margin-bottom: 0 !important;
}

/* Corps de l'article — serif Medium */
body.orthodiet.single .entry-content,
body.orthodiet.single .entry-content p,
body.orthodiet.single .entry-content li {
  font-family: var(--od-serif) !important;
}

body.orthodiet.single .entry-content {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.06px;
  color: var(--od-text);
}

body.orthodiet.single .entry-content p {
  margin-bottom: 1.6em;
}

body.orthodiet.single .entry-content h2,
body.orthodiet.single .entry-content h3,
body.orthodiet.single .entry-content .wp-block-heading {
  font-family: var(--od-sans) !important;
  letter-spacing: -0.384px;
  color: var(--od-text-strong);
  margin-top: 1.8em;
  margin-bottom: 0.5em;
}

body.orthodiet.single .entry-content h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

body.orthodiet.single .entry-content h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

body.orthodiet.single .entry-content a:not(.od-cta-primary):not(.od-cta-pro__button) {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

body.orthodiet.single .entry-content blockquote {
  border-left: 3px solid var(--od-border);
  margin: 1.6em 0;
  padding-left: 20px;
  font-style: italic;
  color: var(--od-muted-soft);
}

body.orthodiet.single .entry-content blockquote.od-shareable {
  font-style: normal;
  font-size: 1.15em;
  line-height: 1.5;
  color: var(--od-text);
  border-left-color: var(--od-accent);
  padding: 0.25em 0 0.25em 20px;
}

body.orthodiet.single .entry-content pre,
body.orthodiet.single .entry-content code {
  font-family: var(--od-mono);
  font-size: 0.85em;
}

body.orthodiet.single .entry-content pre {
  background: #f9f9f9;
  border: 1px solid var(--od-border);
  border-radius: 4px;
  padding: 16px;
  overflow-x: auto;
  line-height: 1.45;
}

body.orthodiet.single .entry-content img {
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

/* Références — sous l’image à la une, style légende Medium */
body.orthodiet.single .od-references--hero {
  max-width: var(--od-content);
  margin: 0 auto 40px;
  padding: 0;
}

body.orthodiet.single .od-references__inner {
  border-top: 1px solid var(--od-border);
  padding: 12px 0 0;
}

body.orthodiet.single .od-references__title {
  font-family: var(--od-sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--od-muted) !important;
  margin: 0 0 10px !important;
}

body.orthodiet.single .od-references__list {
  list-style: none;
  counter-reset: od-ref;
  margin: 0;
  padding: 0;
}

body.orthodiet.single .od-references__list li {
  position: relative;
  counter-increment: od-ref;
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: var(--od-muted) !important;
  margin: 0 0 8px;
  padding-left: 22px;
}

body.orthodiet.single .od-references__list li:last-child {
  margin-bottom: 0;
}

body.orthodiet.single .od-references__list li::before {
  content: counter(md-ref) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  color: var(--od-muted);
}

body.orthodiet.single .od-references__list li em {
  font-style: italic;
  color: var(--od-muted-soft);
}

body.orthodiet.single .od-references__list li a {
  color: var(--od-muted-soft);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.orthodiet.single #comments,
body.orthodiet.single .comment-respond,
body.orthodiet.single .jeg_comment_wrapper {
  display: none !important;
}

body.orthodiet.single .jeg_post_tags {
  max-width: var(--od-content);
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--od-border);
}

body.orthodiet.single .jeg_post_tags a {
  display: inline-flex;
  padding: 4px 12px;
  margin: 0 8px 8px 0;
  border: 1px solid var(--od-border);
  border-radius: 99px;
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  color: var(--od-muted) !important;
  background: var(--od-bg);
}

/* Archives, listes & pages secondaires */
body.orthodiet.archive .jeg_sidebar,
body.orthodiet.category .jeg_sidebar,
body.orthodiet.tag .jeg_sidebar,
body.orthodiet.author .jeg_sidebar,
body.orthodiet.search .jeg_sidebar,
body.orthodiet.error404 .jeg_sidebar,
body.orthodiet.blog .jeg_sidebar,
body.orthodiet.archive .widget-area,
body.orthodiet.category .widget-area,
body.orthodiet.tag .widget-area,
body.orthodiet.author .widget-area,
body.orthodiet.search .widget-area,
body.orthodiet.error404 .widget-area,
body.orthodiet.blog .widget-area {
  display: none !important;
}

body.orthodiet.archive .jeg_main_content,
body.orthodiet.category .jeg_main_content,
body.orthodiet.tag .jeg_main_content,
body.orthodiet.author .jeg_main_content,
body.orthodiet.search .jeg_main_content,
body.orthodiet.error404 .jeg_main_content,
body.orthodiet.blog .jeg_main_content {
  width: 100% !important;
  max-width: var(--od-feed);
  margin-left: auto !important;
  margin-right: auto !important;
  flex: 0 0 100% !important;
  float: none !important;
}

body.orthodiet.archive .jeg_content > .row,
body.orthodiet.category .jeg_content > .row,
body.orthodiet.tag .jeg_content > .row,
body.orthodiet.author .jeg_content > .row,
body.orthodiet.search .jeg_content > .row,
body.orthodiet.error404 .jeg_content > .row,
body.orthodiet.blog .jeg_content > .row {
  display: block !important;
}

body.orthodiet.error404 .jeg_404_content .jeg_main_content {
  width: 100% !important;
  max-width: var(--od-feed);
}

body.orthodiet .jeg_archive_header {
  border-bottom: 1px solid var(--od-border);
  padding-bottom: 28px;
  margin-bottom: 8px;
}

body.orthodiet.error404 .jeg_archive_header {
  text-align: center;
  border-bottom: 0;
  padding: 48px 0 24px;
  margin-bottom: 0;
}

body.orthodiet.error404 .jeg_archive_header p {
  max-width: 42ch;
  margin: 12px auto 0;
  font-size: 17px;
  line-height: 1.6;
  color: var(--od-muted);
}

body.orthodiet .jeg_archive_header h1,
body.orthodiet .jeg_archive_title {
  margin: 0;
  font-family: var(--od-sans) !important;
  font-size: clamp(28px, 4vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: var(--od-text-strong) !important;
}

body.orthodiet.error404 .jeg_archive_title {
  font-size: clamp(36px, 6vw, 52px) !important;
}

body.orthodiet.search .jeg_archive_search {
  display: none !important;
}

body.orthodiet.search .jeg_archive_header {
  display: flex;
  flex-direction: column;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

body.orthodiet.search .jeg_archive_header h1 {
  order: 1;
  margin-bottom: 0;
}

body.orthodiet.search .jeg_archive_header .od-search-filters {
  order: 2;
}

body.orthodiet.search .jeg_archive_header .jeg_archive_search {
  order: 3;
}

body.orthodiet.search .od-search-filters {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid var(--od-border);
  border-radius: 0;
  background: transparent;
}

body.orthodiet.search .od-search-filters__field {
  flex: 1 1 220px;
}

body.orthodiet.search .od-search-filters__field input {
  width: 100%;
}

body.orthodiet.search .jeg_content .content-inner {
  padding-top: 24px;
}

body.orthodiet.search .jeg_postblock_3 {
  margin-top: 0;
}

body.orthodiet.search .jeg_pagination {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--od-border);
}

body.orthodiet.search .jeg_pagination .page_nav {
  font-family: var(--od-sans);
  font-size: 14px;
}

body.orthodiet .jeg_archive_search {
  margin-top: 20px;
}

body.orthodiet.error404 .jeg_archive_search {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

body.orthodiet .jeg_archive_search .jeg_search_form {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
}

body.orthodiet .jeg_archive_search .jeg_search_input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid var(--od-border) !important;
  border-radius: 99px !important;
  padding: 12px 18px !important;
  background: #fff !important;
  color: var(--od-text) !important;
  font-size: 15px !important;
}

body.orthodiet .jeg_archive_search .jeg_search_button {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  border: 1px solid var(--od-text-strong) !important;
  border-radius: 50% !important;
  background: var(--od-text-strong) !important;
  color: #fff !important;
}

body.orthodiet .jeg_archive_search .jeg_search_result {
  display: none !important;
}

body.orthodiet .jeg_block_heading {
  border: 0 !important;
  margin: 0 0 8px !important;
  padding: 24px 0 0 !important;
  background: none !important;
}

body.orthodiet .jeg_block_heading .jeg_block_title {
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--od-muted) !important;
}

body.orthodiet .jeg_block_heading .jeg_block_title span {
  background: none !important;
  padding: 0 !important;
}

body.orthodiet .jeg_block_heading::before,
body.orthodiet .jeg_block_heading::after,
body.orthodiet .jeg_block_heading_6::after {
  display: none !important;
}

body.orthodiet:not(.home):not(.single) .jeg_postblock.jeg_col_2o3,
body.orthodiet:not(.home):not(.single) .jeg_postblock.jeg_col_3o3 {
  width: 100% !important;
  max-width: 100% !important;
}

/* Feed liste — vignette à gauche (archives, recherche, 404, blog) */
body.orthodiet:not(.home):not(.single) .jeg_posts .jeg_post.jeg_pl_md_2,
body.orthodiet:not(.home):not(.single) .jeg_postblock_3 .jeg_post.jeg_pl_md_2 {
  display: grid !important;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-areas: "thumb content";
  column-gap: 24px;
  align-items: stretch;
  border-bottom: 1px solid var(--od-border) !important;
  padding: 32px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb {
  grid-area: thumb;
  width: 112px !important;
  max-width: 112px;
  min-width: 112px;
  margin: 0 !important;
  align-self: stretch;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb > a {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  min-height: 112px;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb .thumbnail-container,
body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb .thumbnail-container > div {
  flex: 1 1 auto;
  width: 112px !important;
  height: 100% !important;
  min-height: 112px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb img {
  width: 112px !important;
  height: 100% !important;
  min-height: 112px;
  object-fit: cover;
  object-position: center center;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_postblock_content {
  grid-area: content;
  min-width: 0;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_title {
  margin: 0 !important;
  padding: 0 !important;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_title a {
  font-size: 24px !important;
  line-height: 1.2 !important;
}

body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_excerpt,
body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_excerpt p {
  margin-top: 6px !important;
}

/* Posts sans vignette — pleine largeur, partout */
body.orthodiet .jeg_post:has(.thumbnail-container.no_thumbnail) .jeg_thumb,
body.orthodiet .jeg_post.od-no-thumb .jeg_thumb {
  display: none !important;
}

body.orthodiet.home .jeg_posts .jeg_post:has(.thumbnail-container.no_thumbnail),
body.orthodiet.home .jeg_postblock_25 .jeg_post:has(.thumbnail-container.no_thumbnail),
body.orthodiet.home .jeg_posts .jeg_post.od-no-thumb,
body.orthodiet.home .jeg_postblock_25 .jeg_post.od-no-thumb {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "title"
    "excerpt" !important;
}

body.orthodiet:not(.home):not(.single) .jeg_posts .jeg_post:has(.thumbnail-container.no_thumbnail),
body.orthodiet:not(.home):not(.single) .jeg_postblock_3 .jeg_post:has(.thumbnail-container.no_thumbnail),
body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2:has(.thumbnail-container.no_thumbnail),
body.orthodiet:not(.home):not(.single) .jeg_posts .jeg_post.od-no-thumb,
body.orthodiet:not(.home):not(.single) .jeg_postblock_3 .jeg_post.od-no-thumb {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas: "content" !important;
}

body.orthodiet .jeg_post:has(.thumbnail-container.no_thumbnail) .jeg_post_title a,
body.orthodiet .jeg_post.od-no-thumb .jeg_post_title a {
  font-size: clamp(22px, 3vw, 28px) !important;
  line-height: 1.2 !important;
}

/* En-tête catégorie JNews — style Medium (sans bannière bleue) */
body.orthodiet .jnews_category_header_top,
body.orthodiet .jeg_cat_header {
  background: transparent !important;
  margin-bottom: 0 !important;
}

body.orthodiet .jeg_cat_header .jeg_cat_overlay,
body.orthodiet .jeg_cat_header .jeg_cat_bg {
  display: none !important;
}

body.orthodiet .jeg_cat_header .container {
  max-width: var(--od-feed);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

body.orthodiet .jeg_cat_header .jeg_title_wrap {
  border-bottom: 1px solid var(--od-border);
  padding: 32px 0 28px;
  margin-bottom: 8px;
}

body.orthodiet .jeg_cat_header .jeg_cat_title {
  margin: 0 !important;
  font-family: var(--od-sans) !important;
  font-size: clamp(28px, 4vw, 36px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: var(--od-text-strong) !important;
}

body.orthodiet .jeg_cat_header .jeg_cat_desc {
  margin-top: 12px !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: var(--od-muted) !important;
  max-width: 42ch;
}

/* Blocs JNews encadrés — fond plat sur listes */
body.orthodiet:not(.home):not(.single) .jeg_postblock.jeg_pb_boxed,
body.orthodiet:not(.home):not(.single) .jeg_postblock.jeg_pb_boxed_shadow {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

/* Pages statiques */
body.orthodiet.page:not(.home) .jeg_sidebar,
body.orthodiet.page:not(.home) .widget-area {
  display: none !important;
}

body.orthodiet.page:not(.home) .jeg_main_content {
  width: 100% !important;
  max-width: var(--od-content);
  margin-left: auto !important;
  margin-right: auto !important;
  flex: 0 0 100% !important;
}

body.orthodiet.page:not(.home) .jeg_content > .row {
  display: block !important;
}

body.orthodiet.page:not(.home) h1.jeg_post_title,
body.orthodiet.page:not(.home) .entry-header .jeg_post_title {
  font-family: var(--od-sans) !important;
  font-size: clamp(32px, 5vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  color: var(--od-text-strong) !important;
  margin-bottom: 24px;
}

body.orthodiet.page:not(.home) .entry-content,
body.orthodiet.page:not(.home) .entry-content p,
body.orthodiet.page:not(.home) .entry-content li {
  font-family: var(--od-serif) !important;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.06px;
  color: var(--od-text);
}

body.orthodiet.page:not(.home) .entry-content a:not(.od-cta-primary):not(.od-cta-pro__button) {
  color: var(--od-text-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.orthodiet.page:not(.home) .entry-content h2,
body.orthodiet.page:not(.home) .entry-content h3 {
  font-family: var(--od-sans) !important;
  color: var(--od-text-strong) !important;
}

body.orthodiet .jeg_ad.jnews_mobile_sticky_ads {
  display: none !important;
}

/* Archives — rétrocompat */
body.orthodiet.archive .jeg_main_content,
body.orthodiet.category .jeg_main_content,
body.orthodiet.search .jeg_main_content {
  max-width: var(--od-feed);
  margin-left: auto;
  margin-right: auto;
}

body.orthodiet.archive .jeg_archive_header,
body.orthodiet.category .jeg_archive_header {
  border-bottom: 1px solid var(--od-border);
  padding-bottom: 24px;
  margin-bottom: 8px;
}

body.orthodiet.archive .jeg_archive_header h1,
body.orthodiet.category .jeg_archive_header h1 {
  font-family: var(--od-sans) !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

/* Footer minimal */
body.orthodiet .jeg_footer {
  background: var(--od-bg) !important;
  border-top: 1px solid var(--od-border);
  margin-top: 48px;
}

body.orthodiet .jeg_footer_content {
  background: transparent !important;
  padding: 32px 0 !important;
}

body.orthodiet .jeg_footer_primary,
body.orthodiet .jeg_footer_secondary .jeg_menu,
body.orthodiet .jeg_footer_heading,
body.orthodiet .jeg_footer .socials_widget,
body.orthodiet .jeg_footer .widget {
  display: none !important;
}

body.orthodiet .jeg_footer .copyright,
body.orthodiet .jeg_aside_copyright p {
  color: var(--od-muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

body.orthodiet .jeg_footer_secondary {
  border: 0 !important;
  padding: 0 !important;
}

body.orthodiet .od-legal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  max-width: 680px;
  margin: 16px auto 0;
  padding: 0 16px;
}

body.orthodiet .od-legal-footer a {
  font-family: var(--od-sans) !important;
  font-size: 13px !important;
  color: var(--od-muted) !important;
  text-decoration: none;
}

body.orthodiet .od-legal-footer a:hover {
  color: var(--od-text) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Mobile drawer */
body.orthodiet #jeg_off_canvas .jeg_mobile_wrapper {
  background: #fff !important;
}

body.orthodiet #jeg_off_canvas .jeg_mobile_menu {
  padding: 8px 0 24px;
}

body.orthodiet .jeg_mobile_menu > li {
  border-bottom: 1px solid var(--od-border);
}

body.orthodiet .jeg_mobile_menu > li:last-child {
  border-bottom: 0;
}

body.orthodiet .jeg_mobile_menu li a {
  font-family: var(--od-sans) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--od-text-strong) !important;
  padding: 14px 20px !important;
  line-height: 1.4 !important;
}

body.orthodiet .jeg_mobile_menu li a:hover {
  color: var(--od-text) !important;
  background: #fafafa;
}

body.orthodiet .jeg_mobile_menu .menu-item-19184,
body.orthodiet .jeg_mobile_menu .menu-item-19185 {
  display: none !important;
}

/* Pagination — bouton charger plus (icône seule) */
body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore {
  text-align: center;
  padding: 8px 0 40px;
}

body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  border-radius: 50% !important;
  overflow: hidden;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12l7 7 7-7'/%3E%3C/svg%3E") center / 18px 18px no-repeat !important;
  transition: border-color 0.2s, background-color 0.2s;
}

body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore a::before,
body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore a::after {
  content: none !important;
  display: none !important;
}

body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore a:hover {
  background-color: #f9f9f9 !important;
  border-color: var(--od-text) !important;
}

body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore a.active {
  background-image: none !important;
  position: relative;
}

body.orthodiet .jeg_pagination_loadmore .jeg_block_loadmore a.active::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 2px solid var(--od-border);
  border-top-color: var(--od-text);
  border-radius: 50%;
  animation: od-loadmore-spin 0.7s linear infinite;
}

@keyframes od-loadmore-spin {
  to {
    transform: rotate(360deg);
  }
}

/* Scroll to top — même style que « Voir plus » */
body.orthodiet .jscroll-to-top > a,
body.orthodiet .jscroll-to-top .jscroll-to-top_link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  border-radius: 50% !important;
  overflow: hidden;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23242424' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E") center / 18px 18px no-repeat !important;
  border: 1px solid var(--od-border) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transition: border-color 0.2s, background-color 0.2s;
}

body.orthodiet .jscroll-to-top > a:hover,
body.orthodiet .jscroll-to-top .jscroll-to-top_link:hover {
  background-color: #f9f9f9 !important;
  border-color: var(--od-text) !important;
  opacity: 1 !important;
}

body.orthodiet .jscroll-to-top > a i,
body.orthodiet .jscroll-to-top .jscroll-to-top_link i {
  display: none !important;
}

body.orthodiet .jeg_pagenav_1 .page_number,
body.orthodiet .jeg_block_loadmore a {
  border: 1px solid var(--od-border) !important;
  border-radius: 99px !important;
  font-size: 14px !important;
  color: var(--od-text) !important;
  background: #fff !important;
  font-family: var(--od-sans) !important;
}

body.orthodiet .jeg_pagenav_1 .page_number.active {
  background: var(--od-text-strong) !important;
  color: #fff !important;
  border-color: var(--od-text-strong) !important;
}

body.orthodiet .jnews_element_ads a[style*="background"],
body.orthodiet .widget_jnews_module_element_ads a[style*="background"] {
  border-radius: 99px !important;
}

@media (max-width: 991px) {
  body.orthodiet {
    overflow-x: hidden;
  }

  /* Header desktop masqué — le thème enfant forçait display:flex et cassait le layout mobile */
  body.orthodiet .jeg_header.normal,
  body.orthodiet .jeg_header_sticky .jeg_header.normal {
    display: none !important;
  }

  /* Conteneur sticky JNews vide — masquer la barre blanche fantôme */
  body.orthodiet .jeg_header_sticky {
    display: none !important;
  }

  body.orthodiet .jeg_navbar_mobile_wrapper {
    display: block !important;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: var(--od-header-bg) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--od-header-border);
    min-height: 52px;
  }

  body.orthodiet .jeg_navbar_mobile,
  body.orthodiet .jeg_navbar_mobile.jeg_sticky_nav,
  body.orthodiet .jeg_mobile_bottombar.jeg_mobile_midbar,
  body.orthodiet .jeg_mobile_bottombar .container,
  body.orthodiet .jeg_mobile_bottombar .jeg_nav_row {
    background: var(--od-header-bg) !important;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_row {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 52px;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_col {
    display: flex !important;
    align-items: center;
    min-width: 0;
    float: none !important;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_col.jeg_nav_left {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_col.jeg_nav_center {
    flex: 1 1 auto;
    justify-content: center;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_col.jeg_nav_right {
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  body.orthodiet .jeg_mobile_bottombar .item_wrap {
    display: flex !important;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  body.orthodiet .jeg_nav_col.jeg_nav_left {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  body.orthodiet .od-explore-panel--mobile {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 150;
  }

  body.orthodiet .od-explore-panel--mobile .od-explore-panel__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 16px 32px;
  }

  body.orthodiet .od-explore-panel--mobile .od-explore-panel__cards {
    grid-template-columns: 1fr;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_col.jeg_nav_left .od-explore-btn {
    padding: 6px 10px;
    font-size: 13px;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_col.jeg_nav_left .od-explore-btn__label {
    display: none;
  }

  /* JNews translate le contenu hors écran au scroll → barre blanche vide */
  body.orthodiet .jeg_navbar_mobile,
  body.orthodiet .jeg_navbar_mobile.jeg_sticky_nav {
    transform: none !important;
    -webkit-transform: none !important;
  }

  body.orthodiet .jeg_mobile_bottombar.jeg_mobile_midbar {
    border: 0 !important;
    box-shadow: none !important;
    background: var(--od-header-bg) !important;
  }

  body.orthodiet .jeg_mobile_bottombar .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_row {
    min-height: 52px;
  }

  body.orthodiet .jeg_mobile_logo,
  body.orthodiet .jeg_mobile_logo .site-title,
  body.orthodiet .jeg_mobile_logo a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    line-height: 1;
  }

  body.orthodiet .jeg_mobile_logo .jeg_logo_img {
    max-height: 32px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto;
    opacity: 1 !important;
    visibility: visible !important;
    filter: brightness(0) invert(1);
  }

  /* JNews translate le header mobile au scroll — garder le logo dans la zone visible */
  body.orthodiet .jeg_navbar_mobile.jeg_sticky_nav .jeg_mobile_logo,
  body.orthodiet .jeg_navbar_mobile.jeg_sticky_nav .jeg_mobile_logo img {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_search_toggle {
    display: block !important;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_logo img,
  body.orthodiet .jeg_mobile_bottombar .jeg_logo_img {
    max-height: 32px !important;
    filter: brightness(0) invert(1);
  }

  body.orthodiet .jeg_nav_col.jeg_nav_center.jeg_nav_grow {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.orthodiet .jeg_mobile_toggle,
  body.orthodiet .jeg_mobile_bottombar .jeg_search_toggle,
  body.orthodiet .jeg_mobile_bottombar .jeg_search_toggle i,
  body.orthodiet .jeg_mobile_toggle i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--od-header-text) !important;
    font-size: 18px;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_nav_item {
    display: flex !important;
    align-items: center;
  }

  body.orthodiet .jeg_mobile_bottombar .od-header-tools {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  body.orthodiet .jeg_mobile_bottombar .od-explore-btn {
    color: var(--od-header-text) !important;
    border-color: rgba(255, 255, 255, 0.35);
  }

  body.orthodiet .jeg_mobile_bottombar .jeg_search_input {
    min-width: 0;
    width: 100%;
  }

  /* Conteneurs pleine largeur */
  body.orthodiet .jeg_container,
  body.orthodiet .jeg_content,
  body.orthodiet .jeg_content .container,
  body.orthodiet .jeg_main .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body.orthodiet .jeg_content .content-inner {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  body.orthodiet .vc_row[data-vc-full-width="true"] {
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.orthodiet .wpb_column,
  body.orthodiet .wpb_column.vc_col-sm-8,
  body.orthodiet .vc_row .vc_col-sm-8,
  body.orthodiet .jeg_main_content.col-sm-8 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.orthodiet.home .wpb_column.vc_col-sm-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.orthodiet.home .jeg_content .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.orthodiet.home .jeg_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Accueil — masquer le flux dupliqué (NEWS INDEX) */
  body.orthodiet.home .jeg_latestpost {
    display: none !important;
  }

  /* Hero Microbiome 360 — compact */
  body.orthodiet.home .od-mb360-hero--compact {
    margin-bottom: 16px;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px;
    gap: 12px;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 1.45;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__text {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.5;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-hero__actions {
    margin-left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-btn {
    font-size: 13px;
    justify-content: center;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-btn--primary {
    flex: none;
    width: 100%;
    padding: 11px 16px;
  }

  body.orthodiet.home .od-mb360-hero--compact .od-mb360-btn--ghost {
    justify-content: center;
    padding: 4px 0;
  }

  body.orthodiet.home .od-featured-post {
    margin: 12px 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.orthodiet.home .od-featured-post__layout {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0;
  }

  body.orthodiet.home .od-featured-post__image {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 2px;
    margin-bottom: 14px;
  }

  body.orthodiet.home .od-featured-post__image img {
    height: 100% !important;
  }

  body.orthodiet.home .od-featured-post__body {
    width: 100%;
  }

  body.orthodiet.home .od-featured-post__label {
    margin-bottom: 8px;
  }

  body.orthodiet.home .od-featured-post__title a {
    font-size: clamp(20px, 5.5vw, 26px) !important;
    line-height: 1.2 !important;
  }

  body.orthodiet.home .od-featured-post__excerpt {
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px;
  }

  body.orthodiet.home .od-featured-post__cta {
    font-size: 15px !important;
  }

  body.orthodiet.home .od-home-home {
    padding-bottom: 32px;
  }

  body.orthodiet.home .od-home-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  body.orthodiet.home .od-home-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  body.orthodiet.home .od-home-card--hero,
  body.orthodiet.home .od-home-card--tall,
  body.orthodiet.home .od-home-card--stack-top,
  body.orthodiet.home .od-home-card--stack-bottom {
    grid-column: 1;
    grid-row: auto;
    min-height: 260px;
  }

  body.orthodiet.home .od-home-compact-row,
  body.orthodiet.home .od-home-compact-row--more {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.orthodiet.home .od-home-bleed {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.orthodiet.home .od-home-spotlight__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.orthodiet.home .od-home-spotlight__copy {
    padding: 32px 20px;
  }

  body.orthodiet.home .od-home-spotlight__media {
    min-height: 220px;
  }

  body.orthodiet.home .od-home-spotlight__photo {
    min-height: 220px;
  }

  body.orthodiet.home .od-home-spotlight__stats {
    gap: 16px 20px;
  }

  body.orthodiet.home .od-home-spotlight__stat strong {
    font-size: 18px;
  }

  /* Hero Microbiome 360 (legacy — pleine largeur) */
  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) {
    margin-bottom: 28px;
    padding-top: 0;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__title {
    font-size: clamp(26px, 7vw, 34px) !important;
    margin-bottom: 20px;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__panel {
    grid-template-columns: 1fr;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__copy {
    padding: 20px 16px;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__subtitle {
    font-size: clamp(18px, 5vw, 22px) !important;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__text {
    font-size: 14px;
    margin-bottom: 18px;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-btn--primary {
    justify-content: center;
    text-align: center;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__media {
    width: 100%;
    border-left: 0;
    border-top: 1px solid var(--od-border);
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__figure {
    min-height: 180px;
    max-height: 220px;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 14px 12px;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__stats span {
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  body.orthodiet.home .od-mb360-hero:not(.od-mb360-hero--compact) .od-mb360-hero__stats strong {
    font-size: 18px;
  }

  /* Feed accueil — vignette compacte à droite (style Medium) */
  body.orthodiet.home .jeg_posts .jeg_post,
  body.orthodiet.home .jeg_postblock_25 .jeg_post {
    grid-template-columns: minmax(0, 1fr) 72px;
    grid-template-areas:
      "title thumb"
      "excerpt thumb";
    column-gap: 14px;
    row-gap: 4px;
    padding: 20px 0 !important;
  }

  body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb,
  body.orthodiet.home .jeg_postblock_25 .jeg_thumb {
    width: 72px !important;
    max-width: 72px;
    min-width: 72px;
    min-height: 72px;
  }

  body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb > a,
  body.orthodiet.home .jeg_postblock_25 .jeg_thumb > a {
    min-height: 72px;
  }

  body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb .thumbnail-container,
  body.orthodiet.home .jeg_postblock_25 .jeg_thumb .thumbnail-container,
  body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb .thumbnail-container > div {
    width: 72px !important;
    min-height: 72px;
    max-height: 72px;
  }

  body.orthodiet.home .jeg_posts .jeg_post .jeg_thumb img,
  body.orthodiet.home .jeg_postblock_25 .jeg_thumb img {
    width: 72px !important;
    min-height: 72px;
    max-height: 72px;
  }

  body.orthodiet.home .jeg_postblock .jeg_post_title a,
  body.orthodiet.home .jeg_post_title a {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  body.orthodiet.home .jeg_post_excerpt,
  body.orthodiet.home .jeg_post_excerpt p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body.orthodiet.home .jeg_posts .jeg_post:has(.thumbnail-container.no_thumbnail),
  body.orthodiet.home .jeg_postblock_25 .jeg_post:has(.thumbnail-container.no_thumbnail),
  body.orthodiet.home .jeg_posts .jeg_post.od-no-thumb,
  body.orthodiet.home .jeg_postblock_25 .jeg_post.od-no-thumb {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "title"
      "excerpt" !important;
  }

  /* Archives & listes — vignette compacte à gauche */
  body.orthodiet:not(.home):not(.single) .jeg_posts .jeg_post.jeg_pl_md_2,
  body.orthodiet:not(.home):not(.single) .jeg_postblock_3 .jeg_post.jeg_pl_md_2 {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "thumb content";
    column-gap: 14px;
    padding: 20px 0 !important;
  }

  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb {
    width: 72px !important;
    max-width: 72px;
    min-width: 72px;
    min-height: 72px;
  }

  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb .thumbnail-container,
  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb .thumbnail-container > div,
  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_thumb img {
    width: 72px !important;
    min-height: 72px;
    max-height: 72px;
  }

  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_title a {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_excerpt,
  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2 .jeg_post_excerpt p {
    font-size: 14px !important;
  }

  body.orthodiet:not(.home):not(.single) .jeg_posts .jeg_post:has(.thumbnail-container.no_thumbnail),
  body.orthodiet:not(.home):not(.single) .jeg_postblock_3 .jeg_post:has(.thumbnail-container.no_thumbnail),
  body.orthodiet:not(.home):not(.single) .jeg_post.jeg_pl_md_2:has(.thumbnail-container.no_thumbnail),
  body.orthodiet:not(.home):not(.single) .jeg_posts .jeg_post.od-no-thumb,
  body.orthodiet:not(.home):not(.single) .jeg_postblock_3 .jeg_post.od-no-thumb {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "content" !important;
  }

  body.orthodiet .jeg_postblock .jeg_post_title a {
    font-size: 18px !important;
  }

  body.orthodiet .jeg_cat_header .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.orthodiet .jeg_cat_header .jeg_title_wrap {
    padding: 20px 0 16px;
  }

  /* Article single — layout Medium mobile */
  body.orthodiet.single .jeg_navbar_mobile_wrapper {
    position: relative;
    top: auto;
  }

  body.orthodiet.single .jeg_content .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.orthodiet.single .jeg_content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.orthodiet.single .jeg_main_content,
  body.orthodiet.single .entry-header,
  body.orthodiet.single .entry-content,
  body.orthodiet.single .jeg_share_top_container,
  body.orthodiet.single .jeg_post_tags,
  body.orthodiet.single .od-action-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  body.orthodiet.single .jeg_content .content-inner {
    padding-top: 12px;
  }

  body.orthodiet.single .od-back-btn {
    display: none;
  }

  body.orthodiet.single .od-article-top {
    margin-bottom: 16px;
  }

  body.orthodiet.single .od-topics {
    gap: 0 12px;
  }

  body.orthodiet.single .od-topic-pill {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 14px !important;
    color: var(--od-text-strong) !important;
  }

  body.orthodiet.single .od-topic-pill::after {
    content: " +";
    color: var(--od-muted);
  }

  body.orthodiet.single h1.jeg_post_title,
  body.orthodiet.single .entry-header h1.jeg_post_title {
    font-size: clamp(28px, 8.2vw, 34px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    margin-bottom: 12px !important;
  }

  body.orthodiet.single .od-article-stats {
    margin-bottom: 14px;
  }

  body.orthodiet.single .jeg_post_meta,
  body.orthodiet.single .jeg_post_meta_2 {
    margin-bottom: 14px !important;
  }

  body.orthodiet.single .jeg_meta_author img {
    width: 36px !important;
    height: 36px !important;
  }

  body.orthodiet.single .entry-content,
  body.orthodiet.single .entry-content .content-inner > p,
  body.orthodiet.single .entry-content .content-inner > li {
    font-size: 20px !important;
    line-height: 1.6;
  }

  body.orthodiet.single .entry-content .content-inner {
    display: flex;
    flex-direction: column;
  }

  body.orthodiet.single .entry-content .od-references--hero {
    order: 99;
    margin-top: 28px;
    margin-bottom: 0;
  }

  body.orthodiet.single .entry-header .jeg_post_subtitle {
    font-size: 18px !important;
  }

  body.orthodiet.single .entry-content h2 {
    font-size: 24px;
  }

  body.orthodiet.single .entry-content h3 {
    font-size: 20px;
  }

  body.orthodiet.single .jeg_featured,
  body.orthodiet.single .jeg_featured_img,
  body.orthodiet.single .featured_image {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  body.orthodiet.single .jeg_featured img,
  body.orthodiet.single .featured_image img {
    box-shadow: none;
  }

  /* Pages statiques */
  body.orthodiet.page:not(.home) .entry-content,
  body.orthodiet.page:not(.home) .entry-content p {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  body.orthodiet.error404 .jeg_archive_header {
    padding: 32px 16px 16px;
  }

  /* Bannière Microbiome bas de page */
  body.orthodiet .jnews_ads_content_bottom a[style*="height"],
  body.orthodiet .jnews_ads_content_bottom a[style*="Height"] {
    height: auto !important;
    min-height: 0 !important;
    border-radius: 8px !important;
  }

  body.orthodiet .jnews_ads_content_bottom a[style] > div {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 16px !important;
    gap: 10px;
  }

  body.orthodiet .jnews_ads_content_bottom a[style] h1 {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  body.orthodiet .jnews_ads_content_bottom a[style] p {
    font-size: 13px !important;
  }

  body.orthodiet .jnews_ads_content_bottom a[style] span[style*="background"] {
    align-self: stretch;
    text-align: center;
    padding: 10px 16px !important;
    font-size: 14px !important;
    white-space: normal !important;
  }

  /* Footer */
  body.orthodiet .jeg_footer_content {
    padding: 24px 16px !important;
  }

  body.orthodiet .jeg_footer .copyright,
  body.orthodiet .jeg_aside_copyright p {
    font-size: 12px !important;
  }
}

/* Page profil — layout article Medium (ex. /amin-gasmi/) */
body.orthodiet.od-article-page .jeg_breadcrumbs,
body.orthodiet.od-article-page .jeg_share_button,
body.orthodiet.od-article-page .jeg_post_tags {
  display: none !important;
}

body.orthodiet.od-article-page .jeg_sidebar,
body.orthodiet.od-article-page .widget-area,
body.orthodiet.od-article-page .jeg_sticky_sidebar {
  display: none !important;
}

body.orthodiet.od-article-page .jeg_main_content {
  width: 100% !important;
  max-width: var(--od-content);
  margin-left: auto !important;
  margin-right: auto !important;
  flex: 0 0 100% !important;
  float: none !important;
}

body.orthodiet.od-article-page .jeg_content > .row {
  display: block !important;
}

body.orthodiet.od-article-page .jeg_content.jeg_singlepage > .container {
  max-width: calc(var(--od-content) + 40px);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.orthodiet.od-article-page .jeg_content.jeg_singlepage > .container > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.orthodiet.od-article-page .entry-header,
body.orthodiet.od-article-page .entry-content {
  max-width: var(--od-content);
  margin-left: auto;
  margin-right: auto;
}

body.orthodiet.od-article-page .entry-header {
  text-align: center;
}

body.orthodiet.od-article-page .od-article-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

body.orthodiet.od-article-page .od-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  flex-shrink: 0;
  border: 1px solid var(--od-border);
  border-radius: 50%;
  background: var(--od-bg);
  color: var(--od-text-strong);
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, transform 0.15s;
}

body.orthodiet.od-article-page .od-back-btn:hover {
  background: #f9f9f9;
  border-color: var(--od-text);
}

body.orthodiet.od-article-page .od-back-btn:active {
  transform: scale(0.96);
}

body.orthodiet.od-article-page h1.jeg_post_title,
body.orthodiet.od-article-page .entry-header .jeg_post_title {
  font-family: var(--od-sans) !important;
  font-size: clamp(32px, 5vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.462px;
  color: var(--od-text-strong) !important;
  margin: 0 0 16px !important;
}

body.orthodiet.od-article-page .entry-header .jeg_post_subtitle,
body.orthodiet.od-article-page .od-lede {
  font-family: var(--od-sans) !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
  color: var(--od-muted) !important;
  font-weight: 400 !important;
  margin: 0 0 28px !important;
}

body.orthodiet.od-article-page .featured_image,
body.orthodiet.od-article-page .jeg_featured,
body.orthodiet.od-article-page .od-article-featured {
  max-width: var(--od-content);
  margin: 0 auto 32px !important;
}

body.orthodiet.od-article-page .featured_image img,
body.orthodiet.od-article-page .od-article-featured img,
body.orthodiet.od-article-page .od-article-featured__img {
  display: block;
  position: static !important;
  width: 100%;
  max-height: 420px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

body.orthodiet.od-article-page .od-article-featured .thumbnail-container {
  padding-bottom: 0 !important;
  height: auto !important;
}

body.orthodiet.od-article-page .entry-content,
body.orthodiet.od-article-page .entry-content p,
body.orthodiet.od-article-page .entry-content li {
  font-family: var(--od-serif) !important;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.06px;
  color: var(--od-text);
}

body.orthodiet.od-article-page .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.orthodiet.od-article-page .entry-content p {
  margin-bottom: 1.6em;
}

body.orthodiet.od-article-page .entry-content h2 {
  font-family: var(--od-sans) !important;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.384px;
  color: var(--od-text-strong);
  margin-top: 1.8em;
  margin-bottom: 0.5em;
}

body.orthodiet.od-article-page .entry-content a:not(.od-cta-primary) {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

body.orthodiet.od-article-page .entry-content ul {
  margin: 0 0 1.6em;
  padding-left: 1.2em;
}

body.orthodiet.od-article-page .wp-block-buttons,
body.orthodiet.od-article-page .wp-block-button {
  display: none !important;
}

body.orthodiet.od-article-page .entry-content .od-cta-pro__button,
body.orthodiet.od-article-page .entry-content .od-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 99px;
  background: var(--od-accent);
  color: #fff !important;
  font-family: var(--od-sans) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.2s, transform 0.15s;
}

body.orthodiet.od-article-page .entry-content .od-cta-pro__button--ghost {
  background: transparent;
  border: 1px solid var(--od-border);
  color: var(--od-text) !important;
}

body.orthodiet.od-article-page .entry-content .od-article-cta,
body.orthodiet.od-article-page .entry-content p:has(> .od-cta-primary),
body.orthodiet.od-article-page .entry-content p:has(> .od-cta-pro__button) {
  text-align: center;
  margin: 2em 0;
}

body.orthodiet.od-article-page .od-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 99px;
  background: var(--od-accent);
  color: #fff !important;
  font-family: var(--od-sans) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: background-color 0.2s, transform 0.15s;
}

body.orthodiet.od-article-page .od-cta-primary:hover {
  background: var(--od-home-pill-hover);
  color: #fff !important;
}

body.orthodiet.od-article-page .od-cta-primary:active {
  transform: scale(0.98);
}

@media (max-width: 767px) {
  body.orthodiet.od-article-page .entry-content,
  body.orthodiet.od-article-page .entry-content p {
    font-size: 18px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.orthodiet.od-article-page .featured_image,
  body.orthodiet.od-article-page .jeg_featured,
  body.orthodiet.od-article-page .od-article-featured {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  body.orthodiet.od-article-page .featured_image img,
  body.orthodiet.od-article-page .od-article-featured img {
    box-shadow: none;
    border-radius: 0;
  }
}

/* Newsletter paywall — style Medium, au milieu des articles */
.od-nl-paywall-wrap {
  position: relative;
  margin: 48px 0 0;
  padding-top: 8px;
  border-top: 1px solid var(--od-border);
}

.od-nl-paywall__ghost {
  position: relative;
  max-height: 220px;
  overflow: hidden;
  filter: blur(5px);
  opacity: 0.28;
  pointer-events: none;
  user-select: none;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 95%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 95%);
}

.od-nl-paywall {
  position: relative;
  margin-top: -108px;
  padding: 0 0 12px;
  z-index: 2;
}

.od-nl-paywall__fade {
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--od-bg) 88%);
  pointer-events: none;
}

.od-nl-paywall__card {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 4px 8px;
  text-align: center;
}

.od-nl-paywall__eyebrow {
  margin: 0 0 10px;
  font-family: var(--od-sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--od-muted);
}

.od-nl-paywall__title {
  margin: 0 0 12px;
  font-family: var(--od-serif);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--od-text-strong);
}

.od-nl-paywall__lead {
  margin: 0 0 24px;
  font-family: var(--od-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--od-muted);
}

.od-nl-paywall__field {
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

.od-nl-paywall__input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  color: var(--od-muted);
  pointer-events: none;
}

.od-nl-paywall__field input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px 12px 44px;
  border: 1px solid var(--od-border);
  border-radius: 999px;
  font-family: var(--od-sans);
  font-size: 15px;
  color: var(--od-text-strong);
  background: var(--od-bg);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.od-nl-paywall__field input::placeholder {
  color: #9b9b9b;
}

.od-nl-paywall__field input:focus {
  outline: none;
  border-color: var(--od-text-strong);
  box-shadow: 0 0 0 3px rgba(25, 25, 25, 0.08);
}

.od-nl-paywall__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 14px 0 18px;
  font-family: var(--od-sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--od-muted-soft);
  text-align: left;
  cursor: pointer;
}

.od-nl-paywall__consent input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: var(--od-text-strong);
}

.od-nl-paywall__legal {
  margin: 0 0 16px;
  font-family: var(--od-sans);
  font-size: 11px;
  line-height: 1.5;
  color: var(--od-muted);
  text-align: left;
}

.od-nl-paywall__legal a,
.od-nl-paywall__consent a {
  color: var(--od-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.od-nl-paywall__legal a:hover,
.od-nl-paywall__consent a:hover {
  color: var(--od-text-strong);
}

.od-nl-paywall__error {
  margin: 0 0 12px;
  font-family: var(--od-sans);
  font-size: 13px;
  color: #b42318;
  text-align: left;
}

.od-nl-paywall__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  font-family: var(--od-sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: var(--od-text-strong);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.od-nl-paywall__submit:hover:not(:disabled) {
  background: #000;
}

.od-nl-paywall__submit:active:not(:disabled) {
  transform: scale(0.98);
}

.od-nl-paywall__submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.od-nl-paywall__submit-icon {
  flex-shrink: 0;
}

body.orthodiet.od-nl-article-gated .entry-content,
body.orthodiet.od-nl-article-gated .content-inner {
  overflow: visible;
}

@media (max-width: 768px) {
  .od-nl-paywall-wrap {
    margin-top: 40px;
  }

  .od-nl-paywall {
    margin-top: -88px;
  }

  .od-nl-paywall__title {
    font-size: 24px;
  }

  .od-nl-paywall__lead {
    font-size: 14px;
  }

  .od-nl-paywall__ghost {
    max-height: 150px;
  }
}

/* Admin bypass — bandeau discret */
.od-nl-admin-bypass-bar {
  position: fixed;
  bottom: 16px;
  left: 50%;
  z-index: 99980;
  transform: translateX(-50%);
  padding: 8px 14px;
  border: 1px solid var(--od-border);
  border-radius: 999px;
  font-family: var(--od-sans);
  font-size: 12px;
  line-height: 1.3;
  color: var(--od-muted);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.od-nl-admin-bypass-bar a {
  color: var(--od-text-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.admin-bar .od-nl-admin-bypass-bar {
  bottom: 46px;
}

@media (max-width: 782px) {
  body.admin-bar .od-nl-admin-bypass-bar {
    bottom: 62px;
  }
}

/* Cookie consent — bannière JNews, style Medium */
body.orthodiet .jnews-cookie-law-policy.od-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  padding: 16px;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  pointer-events: none;
}

body.orthodiet .od-cookie-bar__inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: min(100%, 720px);
  margin: 0 auto;
  padding: 16px 20px;
  border: 1px solid var(--od-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  animation: od-cookie-enter 0.35s ease-out;
}

@keyframes od-cookie-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.orthodiet .od-cookie-bar__content {
  flex: 1;
  min-width: 0;
}

body.orthodiet .od-cookie-bar__eyebrow {
  margin: 0 0 4px;
  font-family: var(--od-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--od-muted);
}

body.orthodiet .od-cookie-bar__text {
  margin: 0;
  font-family: var(--od-sans);
  font-size: 13px;
  line-height: 1.5;
  color: var(--od-muted);
}

body.orthodiet .od-cookie-bar__text a {
  color: var(--od-text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.orthodiet .od-cookie-bar__text a:hover {
  color: var(--od-text-strong);
}

body.orthodiet .od-cookie-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

body.orthodiet .od-cookie-bar__refuse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--od-border);
  border-radius: 999px;
  font-family: var(--od-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--od-text);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

body.orthodiet .od-cookie-bar__refuse:hover {
  border-color: var(--od-text);
  color: var(--od-text-strong);
}

body.orthodiet .od-cookie-bar .btn.btn-cookie,
body.orthodiet .od-cookie-bar__accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  height: auto;
  margin: 0;
  padding: 10px 22px;
  border: 0;
  border-radius: 999px;
  font-family: var(--od-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #191919;
  cursor: pointer;
  transition: background 0.15s ease;
}

body.orthodiet .od-cookie-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

body.orthodiet .od-cookie-bar .btn.btn-cookie:hover,
body.orthodiet .od-cookie-bar__accept:hover {
  background: #000;
}

@media (max-width: 640px) {
  body.orthodiet .jnews-cookie-law-policy.od-cookie-bar {
    padding: 12px;
  }

  body.orthodiet .od-cookie-bar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
  }

  body.orthodiet .od-cookie-bar__actions {
    width: 100%;
    flex-direction: column;
  }

  body.orthodiet .od-cookie-bar .btn.btn-cookie,
  body.orthodiet .od-cookie-bar__accept,
  body.orthodiet .od-cookie-bar__refuse {
    width: 100%;
    text-align: center;
  }
}

/* CTA pro — fin d'article */
body.orthodiet.single .od-cta-pro {
  margin: 2rem 0 0.5rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--od-border);
}

body.orthodiet.single .od-cta-pro__eyebrow {
  font-family: var(--od-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--od-muted);
  margin: 0 0 0.5rem;
}

body.orthodiet.single .od-cta-pro__title {
  font-family: var(--od-sans);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--od-text-strong);
}

body.orthodiet.single .od-cta-pro__row--services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

body.orthodiet.single .od-cta-pro__row--services:has(.od-cta-pro__block:only-child) {
  grid-template-columns: 1fr;
  max-width: 24rem;
}

body.orthodiet.single .od-cta-pro__row--formation {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--od-border);
}

body.orthodiet.single .od-cta-pro__subtitle {
  font-family: var(--od-sans);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

body.orthodiet.single .od-cta-pro__subtitle--formation {
  margin-bottom: 0.5rem;
}

body.orthodiet.single .od-cta-pro__block {
  min-width: 0;
}

body.orthodiet.single .od-cta-pro__text {
  font-family: var(--od-sans);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--od-muted-soft);
  margin: 0 0 0.75rem;
}

body.orthodiet.single .od-cta-pro__button {
  display: inline-block;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--od-border);
  cursor: pointer;
  background: transparent;
  color: var(--od-text);
  font-family: inherit;
}

body.orthodiet.single .od-cta-pro__button,
body.orthodiet.single .entry-content a.od-cta-pro__button {
  text-decoration: none !important;
}

body.orthodiet.single .od-cta-pro__button--primary,
body.orthodiet.single .entry-content a.od-cta-pro__button--primary {
  background: var(--od-text-strong);
  border-color: var(--od-text-strong);
  color: #fff !important;
}

body.orthodiet.single .od-cta-pro__button--primary:hover,
body.orthodiet.single .entry-content a.od-cta-pro__button--primary:hover {
  background: #000;
  border-color: #000;
  color: #fff !important;
}

body.orthodiet.single .od-cta-pro__button--secondary,
body.orthodiet.single .entry-content a.od-cta-pro__button--secondary {
  background: var(--od-accent);
  border-color: var(--od-accent);
  color: #fff !important;
}

body.orthodiet.single .od-cta-pro__button--ghost,
body.orthodiet.single .entry-content a.od-cta-pro__button--ghost {
  color: var(--od-text) !important;
}

body.orthodiet.single .od-cta-pro__button--secondary {
  width: 100%;
}

body.orthodiet.single .od-cta-pro__button--ghost:hover,
body.orthodiet.single .entry-content a.od-cta-pro__button--ghost:hover {
  border-color: var(--od-text);
  color: var(--od-text) !important;
}

body.orthodiet a.od-cta-primary,
body.orthodiet a.od-cta-pro__button--primary,
body.orthodiet a.od-cta-pro__button--secondary {
  color: #fff !important;
  text-decoration: none !important;
}

body.orthodiet a.od-cta-primary:hover,
body.orthodiet a.od-cta-pro__button--primary:hover,
body.orthodiet a.od-cta-pro__button--secondary:hover {
  color: #fff !important;
}

body.orthodiet.single .od-cta-pro__form .od-nl-paywall__field {
  margin-bottom: 0.65rem;
}

body.orthodiet.single .od-cta-pro__form .od-nl-paywall__consent {
  font-size: 0.78rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 640px) {
  body.orthodiet.single .od-cta-pro__row--services {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  body.orthodiet.single .od-cta-pro {
    display: none !important;
  }

  body.orthodiet.home .od-mb360-hero {
    display: none !important;
  }
}
