/* =====================================================================
   JBSMT26A « Atelier » — l'en-tête orange d'origine, réorganisé :
   logo, accroche, technicien et numéro de téléphone alignés sur une grille.
   ===================================================================== */

/* Bandeau d'infos */
.jb-topbar { background: var(--jb-navy); color: #DDE3F3; font-size: 14.5px; }
.jb-topbar .jb-wrap { display: flex; justify-content: space-between; gap: 6px 24px; flex-wrap: wrap; padding-top: 7px; padding-bottom: 7px; }
.jb-topbar span { display: inline-flex; align-items: center; gap: 7px; }
.jb-topbar svg { width: 15px; height: 15px; color: var(--jb-orange-soft); }

/* En-tête */
.jb-header { position: relative; background: var(--jb-orange-soft) url("../images/header.jpg") center top / cover no-repeat; border-bottom: 4px solid var(--jb-orange); }
.jb-header-inner {
  display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; column-gap: 32px;
  min-height: 250px; padding-top: 22px;
}
.jb-logo { align-self: center; margin-bottom: 22px; display: block; background: #fff; border-radius: var(--jb-radius); padding: 6px; box-shadow: 0 10px 24px -14px rgba(20, 34, 79, .55); }
.jb-logo img { display: block; width: 178px; }
.jb-header-text { align-self: center; padding-bottom: 22px; max-width: 560px; }
.jb-a .jb-header h1, .jb-header-title {
  font-family: var(--jb-font-display); font-weight: 700; color: var(--jb-navy);
  font-size: clamp(28px, 3vw, 38px); line-height: 1.08; margin: 0 0 10px;
}
.jb-inner .jb-header-title { font-size: clamp(24px, 2.4vw, 30px); }
.jb-header-sub { margin: 0; font-size: 17.5px; color: #2C2416; line-height: 1.45; }
.jb-tech { align-self: end; width: 199px; display: block; }
.jb-header-cta {
  align-self: center; margin-bottom: 22px; background: #fff; border-radius: var(--jb-radius);
  padding: 16px 20px 14px; box-shadow: 0 10px 24px -14px rgba(20, 34, 79, .55); text-align: left;
}
.jb-cta-label { display: block; font-size: 14.5px; color: var(--jb-muted); margin-bottom: 2px; }
.jb-phone {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-family: var(--jb-font-display); font-weight: 700; font-size: 31px; line-height: 1.1;
  color: var(--jb-navy) !important; text-decoration: none !important;
}
.jb-phone svg { width: 26px; height: 26px; color: var(--jb-orange-cta); }
.jb-phone:hover { color: var(--jb-blue) !important; }
.jb-cta-mail { display: block; margin-top: 4px; font-size: 15px; }
.jb-inner .jb-header-inner { min-height: 200px; }
.jb-inner .jb-tech { width: 160px; }

/* Menu */
.jb-nav { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--jb-line); box-shadow: 0 4px 14px -10px rgba(20, 34, 79, .4); }
.jb-nav-inner { display: flex; align-items: center; flex-wrap: wrap; color: var(--jb-navy); }
.jb-a .jb-nav ul.art-hmenu > li > a, .jb-a .jb-nav ul.art-hmenu > li > span.separator { color: var(--jb-navy); padding: 15px 18px; box-shadow: inset 0 -3px 0 transparent; }
.jb-a .jb-nav ul.art-hmenu > li:first-child > a { padding-left: 0; }
.jb-a .jb-nav ul.art-hmenu > li > a:hover { color: var(--jb-blue); box-shadow: inset 0 -3px 0 var(--jb-orange-soft); }
.jb-a .jb-nav ul.art-hmenu > li.active > a, .jb-a .jb-nav ul.art-hmenu > li.current > a { color: var(--jb-navy); box-shadow: inset 0 -3px 0 var(--jb-orange); }
.art-hmenu-extra1, .art-hmenu-extra2 { margin-left: auto; }

/* Articles : panneaux blancs, titre avec filet orange */
.jb-a .art-post { background: #fff; border: 1px solid var(--jb-line); border-radius: var(--jb-radius); padding: 30px 34px; }
.jb-a .art-post .art-postmetadataheader { margin-bottom: 18px; }
.jb-a .art-post h2.art-postheader::after { content: ""; display: block; width: 56px; height: 4px; background: var(--jb-orange); border-radius: 2px; margin-top: 12px; }
.jb-a .jb-positions .art-block { height: 100%; }

@media (max-width: 1080px) {
  .jb-header-inner { grid-template-columns: auto minmax(0, 1fr) auto; }
  .jb-tech { display: none; }
}
@media (max-width: 760px) {
  .jb-topbar .jb-wrap { justify-content: center; text-align: center; }
  .jb-header-inner { grid-template-columns: 1fr; justify-items: start; min-height: 0; padding-top: 18px; padding-bottom: 20px; row-gap: 14px; }
  .jb-logo, .jb-header-text, .jb-header-cta { margin-bottom: 0; padding-bottom: 0; }
  .jb-logo img { width: 130px; }
  .jb-header-cta { width: 100%; }
  .jb-phone { font-size: 28px; }
  .jb-a .art-post { padding: 22px 20px; }
  .jb-nav-inner { padding-top: 0; }
  .jb-a .jb-nav ul.art-hmenu > li > a { padding: 11px 0; box-shadow: none !important; border-top: 1px solid var(--jb-line); }
  .jb-a .jb-nav ul.art-hmenu > li.active > a { color: var(--jb-orange-cta); }
}
@media (max-width: 760px) { .jb-inner .jb-header-sub { display: none; } }

/* Version compacte */
.jb-topbar .jb-wrap { padding-top: 4px; padding-bottom: 4px; }
.jb-topbar { font-size: 13.5px; }
.jb-header-inner { min-height: 180px; padding-top: 14px; column-gap: 24px; }
.jb-inner .jb-header-inner { min-height: 140px; }
.jb-logo { margin-bottom: 14px; padding: 5px; }
.jb-logo img { width: 135px; }
.jb-inner .jb-logo img { width: 110px; }
.jb-header-text { padding-bottom: 14px; }
.jb-a .jb-header h1, .jb-header-title { font-size: clamp(24px, 2.4vw, 30px); margin-bottom: 6px; }
.jb-inner .jb-header-title { font-size: clamp(21px, 2vw, 25px); }
.jb-header-sub { font-size: 16px; }
.jb-tech { width: 150px; }
.jb-inner .jb-tech { width: 120px; }
.jb-header-cta { margin-bottom: 14px; padding: 10px 16px; }
.jb-phone { font-size: 26px; }
.jb-phone svg { width: 22px; height: 22px; }
.jb-a .jb-nav ul.art-hmenu > li > a, .jb-a .jb-nav ul.art-hmenu > li > span.separator { padding: 10px 16px; font-size: 17px; }
.jb-a .art-post { padding: 18px 22px; }
.jb-a .art-post .art-postmetadataheader { margin-bottom: 12px; }
.jb-a .art-post h2.art-postheader::after { margin-top: 7px; height: 3px; width: 44px; }
@media (max-width: 760px) {
  .jb-header-inner { padding-top: 12px; padding-bottom: 14px; row-gap: 10px; }
  .jb-logo img, .jb-inner .jb-logo img { width: 100px; }
  .jb-a .art-post { padding: 14px 14px; }
  .jb-a .jb-nav ul.art-hmenu > li > a { padding: 8px 0; }
}

/* =====================================================================
   Articles : premier en pleine largeur, les autres en cartes par trois (v2.14)
   Les lignes incomplètes sont complétées par jb.js (classes jb-r3-*, jb-r2-*).
   ===================================================================== */
.blog-featured, .blog { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.blog-featured > *, .blog > * { grid-column: 1 / -1; }
.blog-featured > .items-leading, .blog > .items-leading,
.blog-featured > .items-row, .blog > .items-row { display: contents; }
.items-leading > div, .items-row > .item { grid-column: span 2; display: flex; flex-direction: column; min-width: 0; }
.items-leading > div > .art-post, .items-row > .item > .art-post { flex: 1; margin-bottom: 0; }
.items-row > .row-separator { display: none; }
body.jb-lead-wide :not(.jb-lead-outside) > .items-leading > div:first-child { grid-column: 1 / -1; }
@media (min-width: 1001px) {
  .items-leading > .jb-r3-full, .items-row > .jb-r3-full { grid-column: 1 / -1; }
  .items-leading > .jb-r3-half, .items-row > .jb-r3-half { grid-column: span 3; }
}
@media (min-width: 681px) and (max-width: 1000px) {
  .items-leading > div, .items-row > .item { grid-column: span 3; }
  body.jb-lead-wide :not(.jb-lead-outside) > .items-leading > div:first-child, .items-leading > .jb-r2-full, .items-row > .jb-r2-full { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .items-leading > div, .items-row > .item { grid-column: 1 / -1; }
}

/* Cartes : titres et marges adaptés */
.blog-featured .art-post, .blog .art-post { container-type: inline-size; }
.blog-featured > .art-post, .blog > .art-post { container-type: normal; }
.jb-a .jb-card-item .art-post { padding: 16px 18px; }
.jb-card-item h2.art-postheader { font-size: 21px; }
@container (max-width: 560px) {
  .art-postcontent .art-content-layout, .art-postcontent .art-content-layout-row, .art-postcontent .art-layout-cell { display: block; width: auto !important; }
  .art-postcontent .art-layout-cell { padding: 0 !important; margin-bottom: .6em; }
  .art-postcontent { font-size: 16px; }
}

/* =====================================================================
   Bandeau remanié (v2.10) : atouts avec icônes, réseaux sociaux
   ===================================================================== */
.jb-topbar .jb-wrap { align-items: center; justify-content: flex-start; column-gap: 28px; }
.jb-topbar-social { margin-left: auto; gap: 10px !important; color: #B9C3E0; }
.jb-social--mini { display: inline-flex; gap: 6px; margin: 0; }
.jb-social--mini a { width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.12); }
.jb-social--mini a:hover { background: var(--jb-orange-cta); }
.jb-topbar .jb-social--mini svg { width: 14px; height: 14px; fill: #fff; color: #fff; }

.jb-header-inner { min-height: 170px; }
.jb-inner .jb-header-inner { min-height: 130px; }
.jb-header-sub { max-width: 52ch; }
.jb-header-badges { background: rgba(255, 255, 255, .5); border-top: 1px solid rgba(255, 255, 255, .6); }
.jb-badges { list-style: none; margin: 0; padding: 7px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; }
.jb-badges li { display: inline-flex; align-items: center; gap: 8px; color: var(--jb-navy); font-family: var(--jb-font-display); font-size: 16.5px; font-weight: 600; line-height: 1.2; }
.jb-badges .jb-line { width: 22px; height: 22px; color: var(--jb-orange-cta); flex: none; }
.jb-cta-mail { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.jb-cta-mail svg { width: 16px; height: 16px; }

@media (max-width: 760px) {
  .jb-topbar-social { margin-left: 0; }
  .jb-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 10px; }
  .jb-badges li { font-size: 14.5px; }
  .jb-badges .jb-line { width: 19px; height: 19px; }
}
@media (max-width: 380px) { .jb-badges { grid-template-columns: 1fr; } }

/* =====================================================================
   Blocs prestations (accueil) et encart « Besoin d'un technicien ? » — v2.11
   ===================================================================== */
.jb-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0 0 16px; }
.jb-service {
  display: grid; grid-template-columns: 40px minmax(0, 1fr); column-gap: 14px; align-items: start;
  background: #fff; border: 1px solid var(--jb-line); border-radius: var(--jb-radius); padding: 14px 16px;
}
.jb-service .jb-line { grid-row: span 2; width: 40px; height: 40px; padding: 8px; border-radius: 50%; background: var(--jb-orange-tint); color: var(--jb-orange-cta); }
.jb-a .jb-service h2, .jb-a .jb-service h3 { font-size: 19px; margin: 2px 0 4px; }
.jb-service p { margin: 0; color: var(--jb-muted); font-size: 15px; line-height: 1.45; }

.jb-side { position: sticky; top: 64px; }
.jb-side-card { background: var(--jb-navy); color: #DDE3F3; border-radius: var(--jb-radius); padding: 16px; }
.jb-a .jb-side-card h2 { color: #fff; font-size: 21px; margin: 0 0 4px; }
.jb-side-card p { font-size: 15px; margin: 0 0 10px; }
.jb-side-phone {
  display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--jb-orange-cta);
  color: #fff !important; text-decoration: none !important; border-radius: var(--jb-radius); padding: 9px;
  font-family: var(--jb-font-display); font-weight: 700; font-size: 22px;
}
.jb-side-phone:hover { background: #B85200; }
.jb-side-phone svg { width: 20px; height: 20px; }
.jb-side-facts { list-style: none; margin: 10px 0 0; padding: 0; font-size: 14.5px; }
.jb-side-facts li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; border-top: 1px solid rgba(255,255,255,.12); }
.jb-side-facts svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--jb-orange-soft); }
.jb-side-facts a { color: #fff; }
.jb-social--side { margin-top: 8px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 960px) {
  .jb-services { grid-template-columns: 1fr; gap: 10px; }
  .jb-side { position: static; }
}
body.jb .jb-side-card .jb-side-facts a { color: #fff; }
body.jb .jb-side-card .jb-side-facts a:hover { color: var(--jb-orange-soft); }

/* =====================================================================
   Corrections après essai sur le site réel (v2.13)
   ===================================================================== */
/* Cartes étroites : images et tableaux de mise en page les uns sous les autres */
@container (max-width: 560px) {
  .art-postcontent img, .art-postcontent [style*="float"], .art-postcontent [align],
  .art-postcontent .pull-left, .art-postcontent .pull-right, .art-postcontent .caption { float: none !important; }
  .art-postcontent img {
    display: block; margin: 0 auto 12px !important; max-width: 100% !important;
    width: auto !important; height: auto !important; max-height: 150px; object-fit: contain;
  }
  .art-postcontent table, .art-postcontent tbody, .art-postcontent tr, .art-postcontent td { display: block; width: auto !important; height: auto !important; }
  .art-postcontent td { padding: 0 !important; border: 0 !important; }
  body.jb-normalize .art-postcontent [style*="text-align"], body.jb-normalize .art-postcontent [align] { text-align: left !important; }
  body.jb-normalize .art-postcontent p[style*="padding"], body.jb-normalize .art-postcontent p[style*="margin-left"] { padding-left: 0 !important; margin-left: 0 !important; text-indent: 0 !important; }
  .art-postcontent { overflow-wrap: normal; hyphens: auto; -webkit-hyphens: auto; }
}

/* =====================================================================
   Facebook et Instagram dans la barre de menu (toujours visible) — v2.14
   ===================================================================== */
.jb-social--nav { display: flex; align-items: center; gap: 8px; margin: 0 0 0 auto; padding: 6px 0; }
.jb-social--nav a {
  display: inline-flex; align-items: center; gap: 7px; width: auto; height: 34px; padding: 0 13px 0 9px; border-radius: 999px; white-space: nowrap;
  color: #fff !important; text-decoration: none !important; font-family: var(--jb-font-display); font-weight: 600; font-size: 15.5px;
}
.jb-social--nav svg { width: 18px; height: 18px; fill: #fff; }
.jb-social--nav .jb-facebook { background: #1877F2; }
.jb-social--nav .jb-instagram { background: linear-gradient(45deg, #F9A13A 0%, #E6405F 45%, #C1358F 70%, #7A3FC4 100%); }
.jb-social--nav a:hover { filter: brightness(1.08); box-shadow: 0 4px 10px -4px rgba(20, 34, 79, .5); }
/* Les icônes de la barre du haut reprennent les couleurs des réseaux */
.jb-topbar .jb-social--mini .jb-facebook { background: #1877F2; }
.jb-topbar .jb-social--mini .jb-instagram { background: linear-gradient(45deg, #F9A13A, #E6405F 45%, #C1358F 70%, #7A3FC4); }
.jb-social--side .jb-facebook, .jb-footer .jb-social .jb-facebook { background: #1877F2; }
.jb-social--side .jb-instagram, .jb-footer .jb-social .jb-instagram { background: linear-gradient(45deg, #F9A13A, #E6405F 45%, #C1358F 70%, #7A3FC4); }

@media (max-width: 760px) {
  .jb-nav-inner { flex-wrap: wrap; }
  .jb-social--nav { order: 2; margin-left: auto; padding: 0; }
  .jb-nav .jb-menu-toggle { order: 1; }
  .jb-nav ul.art-hmenu { order: 3; }
  .jb-social--nav a { width: 38px; height: 38px; padding: 0; justify-content: center; }
  .jb-social--nav .jb-social-label { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

/* =====================================================================
   Logo plus visible (v2.15) : plus grand, cadre orange d'origine,
   posé en médaillon qui déborde sur la bande des atouts
   ===================================================================== */
.jb-header-inner { position: relative; z-index: 2; }
.jb-logo {
  position: relative; z-index: 3; align-self: start; margin: 4px 0 -46px; padding: 6px;
  background: #fff; border: 5px solid var(--jb-orange); border-radius: 10px;
  box-shadow: 0 16px 30px -12px rgba(20, 34, 79, .55), 0 2px 6px rgba(20, 34, 79, .15);
  transition: transform .15s;
}
.jb-logo:hover { transform: translateY(-2px); }
.jb-logo img, .jb-inner .jb-logo img { width: 200px; }
.jb-header-badges { position: relative; z-index: 1; }
.jb-header-badges .jb-badges { padding-left: 262px; }

@media (max-width: 1080px) {
  .jb-logo img, .jb-inner .jb-logo img { width: 170px; }
  .jb-header-badges .jb-badges { padding-left: 232px; }
}
@media (max-width: 760px) {
  .jb-logo { margin: 0; align-self: start; border-width: 4px; padding: 5px; }
  .jb-logo img, .jb-inner .jb-logo img { width: 150px; }
  .jb-header-badges .jb-badges { padding-left: 0; }
}

/* v2.16 : suppression du trait orange sous le bandeau */
.jb-header { border-bottom: 0; }

/* =====================================================================
   v2.17 : libellé « Nous suivre » et texte des articles moins appuyé
   ===================================================================== */
.jb-social--nav .jb-social-title {
  font-family: var(--jb-font-display); font-weight: 600; font-size: 15.5px; color: var(--jb-muted);
  margin-right: 2px; white-space: nowrap;
}
@media (max-width: 760px) { .jb-social--nav .jb-social-title { display: none; } }

/* Le gras est un peu plus léger, et le soulignement est réservé aux liens */
.art-postcontent strong, .art-postcontent b { font-weight: 600; }
body.jb-normalize .art-postcontent u,
body.jb-normalize .art-postcontent [style*="underline"]:not(a) { text-decoration: none !important; }
body.jb-normalize .art-postcontent a u, body.jb-normalize .art-postcontent a [style*="underline"] { text-decoration: inherit !important; }

/* =====================================================================
   v2.18 : blocs placés avant la grille intégrés aux cartes,
   titres imbriqués dans des listes ramenés à la taille du texte
   ===================================================================== */
.blog-featured > .jb-moved, .blog > .jb-moved { grid-column: span 2; display: flex; flex-direction: column; min-width: 0; }
.jb-moved > .art-post { flex: 1; margin-bottom: 0; }
.jb-a .jb-moved .art-post { padding: 16px 18px; }
.jb-moved h2.art-postheader { font-size: 21px; }
@media (min-width: 1001px) {
  .blog-featured .jb-card-item.jb-r3-full, .blog .jb-card-item.jb-r3-full { grid-column: 1 / -1; }
  .blog-featured .jb-card-item.jb-r3-half, .blog .jb-card-item.jb-r3-half { grid-column: span 3; }
}
@media (min-width: 681px) and (max-width: 1000px) {
  .blog-featured > .jb-moved, .blog > .jb-moved { grid-column: span 3; }
  .blog-featured .jb-card-item.jb-r2-full, .blog .jb-card-item.jb-r2-full { grid-column: 1 / -1; }
}
@media (max-width: 680px) { .blog-featured > .jb-moved, .blog > .jb-moved { grid-column: 1 / -1; } }

.art-postcontent li > h1, .art-postcontent li > h2, .art-postcontent li > h3,
.art-postcontent li > h4, .art-postcontent li > h5, .art-postcontent li > h6 {
  font-family: inherit; font-size: inherit; font-weight: 600; color: inherit; line-height: inherit; margin: 0;
}

/* =====================================================================
   v2.20 : carte isolée directement dans la grille (.blog > .item),
   produite par l'ancien calcul de colonnes d'Artisteer
   ===================================================================== */
.blog > .item, .blog-featured > .item { grid-column: span 2; display: flex; flex-direction: column; min-width: 0; }
.blog > .item > .art-post, .blog-featured > .item > .art-post { flex: 1; margin-bottom: 0; }
@media (min-width: 681px) and (max-width: 1000px) { .blog > .item, .blog-featured > .item { grid-column: span 3; } }
@media (max-width: 680px) { .blog > .item, .blog-featured > .item { grid-column: 1 / -1; } }

/* =====================================================================
   v2.22 : pas de césure des mots, images des cartes à hauteur égale
   ===================================================================== */
.art-postcontent, .jb-card-item .art-postcontent, .jb-moved .art-postcontent { hyphens: manual !important; -webkit-hyphens: manual !important; overflow-wrap: break-word; }
.jb-card-item .art-postcontent > p:first-child > img:only-child,
.jb-moved .art-postcontent > p:first-child > img:only-child {
  display: block; height: 140px !important; max-height: none; width: auto !important; max-width: 100% !important;
  object-fit: contain; margin: 0 auto 14px !important;
}

/* =====================================================================
   v2.23 : version mobile allégée
   ===================================================================== */
.jb-callbar { display: none; }
@media (max-width: 760px) {
  /* Barre du haut : une seule ligne utile, réseaux déjà présents dans le menu */
  .jb-topbar { font-size: 13px; }
  .jb-topbar .jb-wrap { flex-direction: column; align-items: center; gap: 2px; padding-top: 5px; padding-bottom: 5px; }
  .jb-topbar-social { display: none !important; }
  /* En-tête : logo et titre côte à côte, texte d'accroche masqué */
  .jb-header-inner { grid-template-columns: 110px minmax(0, 1fr); column-gap: 14px; row-gap: 12px; align-items: center; }
  .jb-logo { grid-column: 1; margin: 0; padding: 4px; border-width: 3px; }
  .jb-logo img, .jb-inner .jb-logo img { width: 100%; }
  .jb-header-text { grid-column: 2; padding: 0; }
  .jb-a .jb-header h1, .jb-header-title { font-size: 22px; margin: 0; }
  .jb-header-sub { display: none; }
  .jb-header-cta { grid-column: 1 / -1; padding: 10px 14px; }
  .jb-cta-mail { padding: 8px 0 2px; }
  /* Cibles tactiles plus confortables */
  .jb-footer a:not(.jb-footer-phone):not(.jb-social a) { display: inline-block; padding: 8px 0; }
  .jb-breadcrumb a { display: inline-block; padding: 6px 0; }
  /* Bouton d'appel fixe en bas de l'écran */
  .jb-callbar {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; min-height: 52px; border-radius: 999px;
    background: var(--jb-orange-cta); color: #fff !important; text-decoration: none !important;
    font-family: var(--jb-font-display); font-weight: 700; font-size: 20px;
    box-shadow: 0 10px 24px -8px rgba(20, 34, 79, .55);
  }
  .jb-callbar svg { width: 20px; height: 20px; }
  body.jb { padding-bottom: 76px; }
}
@media print { .jb-callbar { display: none !important; } }

/* v2.25 : pages « Enveloppe » (iframe) en pleine largeur */
.jb-content iframe { width: 100%; max-width: 100%; border: 0; display: block; background: #fff; border-radius: var(--jb-radius); }
