/* PATRICOM Layout V1. Existing page styles intentionally left unchanged. */
body.pl-site {
  --pl-ink: #183533; --pl-teal: #295e5c; --pl-teal-hover: #1e4846;
  --pl-mint: #eef5f3; --pl-taupe: #a39185; --pl-line: #e0e8e5;
  --pl-muted: #5b706b; --pl-radius: 12px; --pl-shell: 1344px;
  margin: 0; min-height: 100vh; height: auto; display: flex; flex-direction: column;
  background: #fff;
}
.pl-site .pl-shell { width: min(var(--pl-shell), 100%); margin: 0 auto; padding: 0 36px; }
.pl-site :is(.pl-risk, .pl-header, .pl-kyc, .pl-footer, .pl-skip-link) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--pl-ink); -webkit-font-smoothing: antialiased;
}
.pl-site :is(.pl-risk, .pl-header, .pl-kyc, .pl-footer) :is(a, p, button, summary, h2, strong) {
  font-family: inherit;
}
.pl-site :is(.pl-header, .pl-footer, .pl-kyc) a { text-decoration: none; transition: color .16s, background-color .16s, border-color .16s; }
.pl-site :is(.pl-header, .pl-footer, .pl-kyc) :is(a, summary, button):focus-visible,
.pl-site .pl-skip-link:focus-visible { outline: 3px solid #72b8b3 !important; outline-offset: 4px; }
.pl-site .pl-skip-link { position: absolute; top: -100px; left: 20px; z-index: 2100; padding: 12px 20px; background: #fff; color: #183533; border: 2px solid #295e5c; border-radius: 10px; font-size: 15px; }
.pl-site .pl-skip-link:focus { top: 12px; }
.pl-site .pl-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pl-site .pl-risk { background: #edf3f1; border-bottom: 1px solid #e1e9e6; }
.pl-site .pl-risk-inner { display: flex; align-items: center; justify-content: center; gap: 9px; padding-top: 10px; padding-bottom: 10px; }
.pl-site .pl-risk p { color: #425d56; font-size: 12px; line-height: 1.55; margin: 0; }
.pl-site .pl-risk-icon { flex: 0 0 16px; height: 16px; border: 1px solid #617d72; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; line-height: 1; }
.pl-site .pl-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--pl-line); }
@supports (backdrop-filter: blur(10px)) { .pl-site .pl-header { backdrop-filter: blur(12px); } }
.pl-site .pl-header.is-scrolled { box-shadow: 0 8px 22px rgba(24,53,51,.06); }
.pl-site .pl-header-row { display: flex; align-items: center; gap: 26px; min-height: 102px; }
.pl-site .pl-brand { display: flex; align-items: center; flex: 0 0 205px; }
.pl-site .pl-brand-image { display: block; width: 205px; max-width: 100%; height: auto; }
.pl-site .pl-desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 23px; }
.pl-site .pl-nav-link { position: relative; display: inline-flex; align-items: center; min-height: 48px; font-size: 13px; line-height: 1.4; font-weight: 600; color: #52625e; white-space: nowrap; }
.pl-site .pl-nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: var(--pl-teal); transform: scaleX(0); transition: transform .16s; }
.pl-site .pl-nav-link:hover, .pl-site .pl-nav-link.is-active { color: var(--pl-teal); }
.pl-site .pl-nav-link.is-active::after { transform: scaleX(1); }
.pl-site .pl-header-actions { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.pl-site .pl-login { display: flex; align-items: center; gap: 7px; min-height: 44px; color: var(--pl-ink); font-size: 13px; font-weight: 600; white-space: nowrap; }
.pl-site .pl-login svg { width: 19px; height: 19px; }
.pl-site .pl-login:hover { color: var(--pl-teal); }
.pl-site .pl-button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 46px; padding: 12px 18px; border: 1px solid transparent; border-radius: var(--pl-radius); font-size: 13px; font-weight: 600; line-height: 1.4; white-space: nowrap; }
.pl-site .pl-button > span { font-size: 19px; line-height: 1; }
.pl-site .pl-button-primary { background: var(--pl-teal); color: #fff; }
.pl-site .pl-button-primary:hover { background: var(--pl-teal-hover); color: #fff; }
.pl-site .pl-button-secondary { background: #fff; border-color: var(--pl-line); color: var(--pl-ink); }
.pl-site .pl-button-secondary:hover { background: var(--pl-mint); }
.pl-site .pl-account { position: relative; }
.pl-site .pl-account-trigger { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid var(--pl-line); border-radius: 14px; cursor: pointer; list-style: none; min-height: 56px; }
.pl-site .pl-header summary::-webkit-details-marker { display: none; }
.pl-site .pl-header summary::marker { content: ""; }
.pl-site .pl-account-trigger:hover, .pl-site .pl-account[open] .pl-account-trigger { background: var(--pl-mint); }
.pl-site .pl-avatar { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; border-radius: 50%; background: #dfefeb; color: #24544c; font-size: 13px; font-weight: 700; }
.pl-site .pl-account-caption { display: flex; flex-direction: column; gap: 2px; max-width: 160px; }
.pl-site .pl-account-label { color: var(--pl-muted); font-size: 10px; line-height: 1.3; }
.pl-site .pl-account-name { font-size: 13px; font-weight: 600; color: var(--pl-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pl-site .pl-chevron { width: 18px; height: 18px; flex: 0 0 18px; }
.pl-site .pl-account[open] .pl-chevron { transform: rotate(180deg); }
.pl-site .pl-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #ad602f; }
.pl-site .pl-account-panel { position: absolute; top: calc(100% + 12px); right: 0; width: 304px; max-width: calc(100vw - 32px); padding: 10px; background: #fff; border: 1px solid var(--pl-line); border-radius: 18px; box-shadow: 0 16px 42px rgba(24,53,51,.14); max-height: 72vh; overflow-y: auto; }
.pl-site .pl-account-heading { display: flex; flex-direction: column; gap: 7px; padding: 12px 12px 16px; margin-bottom: 6px; border-bottom: 1px solid var(--pl-line); }
.pl-site .pl-account-heading strong, .pl-site .pl-mobile-account > strong { font-size: 15px; line-height: 1.5; overflow-wrap: anywhere; }
.pl-site .pl-eyebrow { display: block; color: var(--pl-muted); font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.pl-site .pl-account-link { display: block; padding: 12px; color: var(--pl-ink); border-radius: 9px; font-size: 13px; line-height: 1.5; }
.pl-site .pl-account-link:hover, .pl-site .pl-account-link[aria-current] { background: var(--pl-mint); color: var(--pl-teal); }
.pl-site .pl-account-logout { margin-top: 7px; border-top: 1px solid var(--pl-line); color: #77594b; }
.pl-site .pl-mobile { display: none; }
.pl-site .pl-menu-trigger { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--pl-line); border-radius: 12px; cursor: pointer; list-style: none; }
.pl-site .pl-menu-trigger:hover { background: var(--pl-mint); }
.pl-site .pl-menu-lines { display: block; width: 18px; height: 2px; background: var(--pl-ink); position: relative; }
.pl-site .pl-menu-lines::before, .pl-site .pl-menu-lines::after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--pl-ink); }
.pl-site .pl-menu-lines::before { top: -6px; } .pl-site .pl-menu-lines::after { top: 6px; }
.pl-site .pl-mobile[open] .pl-menu-lines { background: transparent; }
.pl-site .pl-mobile[open] .pl-menu-lines::before { top: 0; transform: rotate(45deg); }
.pl-site .pl-mobile[open] .pl-menu-lines::after { top: 0; transform: rotate(-45deg); }
.pl-site .pl-mobile-panel { position: absolute; left: 0; right: 0; top: 100%; padding: 24px 0; max-height: 75vh; overflow: auto; overscroll-behavior: contain; border-bottom: 1px solid var(--pl-line); background: #fff; box-shadow: 0 18px 24px rgba(24,53,51,.08); }
.pl-site .pl-mobile-nav { margin-top: 12px; }
.pl-site .pl-mobile-link { display: flex; justify-content: space-between; align-items: center; padding: 13px 10px; min-height: 48px; border-radius: 9px; color: var(--pl-ink); font-size: 16px; line-height: 1.4; font-weight: 600; }
.pl-site .pl-mobile-link:hover, .pl-site .pl-mobile-link.is-active { background: var(--pl-mint); color: var(--pl-teal); }
.pl-site .pl-mobile-link > span { color: #648780; }
.pl-site .pl-mobile-buttons { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 20px; margin-top: 10px; border-top: 1px solid var(--pl-line); }
.pl-site .pl-mobile-buttons .pl-button { flex: 1; }
.pl-site .pl-mobile-account { margin-top: 18px; padding-top: 20px; border-top: 1px solid var(--pl-line); }
.pl-site .pl-mobile-account > strong { display: block; margin: 6px 0 10px; }
.pl-site .pl-kyc { background: #fbf5e9; border-bottom: 1px solid #eaddc5; }
.pl-site .pl-kyc-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 15px; padding-bottom: 15px; }
.pl-site .pl-kyc p { display: flex; flex-wrap: wrap; gap: 5px 12px; color: #654d29; font-size: 13px; line-height: 1.5; }
.pl-site .pl-kyc a { color: #674a1c; font-weight: 600; font-size: 13px; line-height: 1.5; white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
.pl-site .pl-main { flex: 1 0 auto; width: 100%; min-width: 0; min-height: 35vh; }
.pl-site .pl-main:focus { outline: none; }
.pl-site .pl-footer { padding: 64px 0 0; background: #183533; color: #fff; }
.pl-site .pl-footer-top { display: grid; grid-template-columns: 1.35fr .85fr .85fr 1.25fr; gap: 40px; padding-bottom: 46px; }
.pl-site .pl-footer-brand { display: inline-block; max-width: 205px; }
.pl-site .pl-footer-brand img { display: block; width: 205px; max-width: 100%; height: auto; filter: brightness(0) invert(1); }
.pl-site .pl-footer .pl-footer-signature { margin: 23px 0; color: #c4d4cd; font-size: 14px; line-height: 1.8; }
.pl-site .pl-social { display: flex; flex-wrap: wrap; gap: 18px; }
.pl-site .pl-social a { display: inline-flex; align-items: center; gap: 10px; min-height: 32px; color: #d1dfd9; font-size: 12px; }
.pl-site .pl-footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-top: 5px; }
.pl-site .pl-footer-nav h2 { margin: 0 0 16px; color: #90b6ac; font-size: 11px; line-height: 1.5; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.pl-site .pl-footer-nav a { color: #e2eae5; font-size: 13px; line-height: 1.5; padding: 6px 0; min-height: 32px; }
.pl-site .pl-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.pl-site .pl-footer-contact { padding: 24px; border: 1px solid #45615a; border-radius: 18px; background: #213f3b; }
.pl-site .pl-footer-contact .pl-eyebrow { color: #a8c7bc; }
.pl-site .pl-footer-contact h2 { margin: 12px 0; color: #fff; font-size: 27px; line-height: 1.2; font-weight: 500; letter-spacing: -.025em; }
.pl-site .pl-footer-contact p { color: #c1d4ca; font-size: 13px; line-height: 1.65; margin-bottom: 22px; }
.pl-site .pl-button-light { width: 100%; background: #e8f2ed; color: #183533; }
.pl-site .pl-footer .pl-button-light:hover { background: #fff; color: #183533; text-decoration: none; }
.pl-site .pl-legal { padding: 24px 0; border-top: 1px solid #45615a; }
.pl-site .pl-legal p { max-width: 1150px; font-size: 11px; line-height: 1.8; color: #b7cbc1; }
.pl-site .pl-footer-bottom { display: flex; align-items: center; gap: 24px; min-height: 84px; padding: 18px 0; border-top: 1px solid #45615a; }
.pl-site .pl-footer-bottom p, .pl-site .pl-footer-bottom nav a { color: #bdcec5; font-size: 11px; line-height: 1.65; }
.pl-site .pl-footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; margin-left: auto; }
.pl-site .pl-footer-bottom nav a { padding: 6px 0; }
.pl-site .pl-to-top { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid #597268; border-radius: 50%; color: #fff; font-size: 19px; }
.pl-site .pl-to-top:hover { background: #34574a; text-decoration: none !important; }
@media (max-width: 1240px) {
  .pl-site .pl-shell { padding-left: 28px; padding-right: 28px; }
  .pl-site .pl-header-row { gap: 22px; }
  .pl-site .pl-desktop-nav { gap: 18px; }
  .pl-site .pl-brand { flex-basis: 190px; }
  .pl-site .pl-brand-image { width: 190px; }
  .pl-site .pl-header-actions { gap: 14px; }
  .pl-site .pl-button { padding-left: 15px; padding-right: 15px; gap: 12px; }
}
@media (max-width: 1119px) {
  .pl-site .pl-desktop-nav, .pl-site .pl-account, .pl-site .pl-desktop-cta { display: none; }
  .pl-site .pl-mobile { display: block; }
  .pl-site .pl-header-row { min-height: 86px; gap: 18px; }
  .pl-site .pl-footer-top { grid-template-columns: 1.2fr 1fr 1fr; gap: 32px; }
  .pl-site .pl-footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.2fr auto; column-gap: 30px; align-items: center; }
  .pl-site .pl-footer-contact .pl-eyebrow { grid-column: 1; }
  .pl-site .pl-footer-contact h2 { grid-column: 1; margin-bottom: 0; }
  .pl-site .pl-footer-contact p { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .pl-site .pl-footer-contact .pl-button { grid-column: 3; grid-row: 1 / 3; }
}
@media (max-width: 680px) {
  .pl-site .pl-shell { padding-left: 20px; padding-right: 20px; }
  .pl-site .pl-risk-inner { padding-top: 9px; padding-bottom: 9px; align-items: flex-start; justify-content: flex-start; gap: 8px; }
  .pl-site .pl-risk-icon { margin-top: 2px; }
  .pl-site .pl-risk p { font-size: 11px; line-height: 1.55; }
  .pl-site .pl-header-row { min-height: 78px; gap: 14px; }
  .pl-site .pl-brand { flex-basis: 170px; }
  .pl-site .pl-brand-image { width: 170px; }
  .pl-site .pl-login { font-size: 12px; }
  .pl-site .pl-login svg { display: none; }
  .pl-site .pl-menu-trigger { width: 42px; height: 42px; }
  .pl-site .pl-kyc-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .pl-site .pl-kyc p { flex-direction: column; }
  .pl-site .pl-kyc a { white-space: normal; }
  .pl-site .pl-footer { padding-top: 40px; }
  .pl-site .pl-footer-top { grid-template-columns: 1fr 1fr; gap: 30px 22px; padding-bottom: 30px; }
  .pl-site .pl-footer-intro { grid-column: 1 / -1; }
  .pl-site .pl-footer-brand img { width: 195px; }
  .pl-site .pl-footer .pl-footer-signature { margin: 18px 0 12px; }
  .pl-site .pl-footer-nav { gap: 7px; }
  .pl-site .pl-footer-nav h2 { margin-bottom: 10px; }
  .pl-site .pl-footer-nav a { min-height: 38px; }
  .pl-site .pl-footer-contact { display: block; padding: 24px; }
  .pl-site .pl-footer-contact h2 { margin: 12px 0; }
  .pl-site .pl-footer-contact p { margin-bottom: 20px; }
  .pl-site .pl-legal p { font-size: 11px; }
  .pl-site .pl-footer-bottom { gap: 12px; flex-wrap: wrap; padding: 22px 0; }
  .pl-site .pl-footer-bottom p { flex: 1 0 calc(100% - 55px); }
  .pl-site .pl-footer-bottom nav { margin-left: 0; order: 3; width: 100%; gap: 18px; }
  .pl-site .pl-to-top { margin-left: auto; }
}
@media (max-width: 380px) {
  .pl-site .pl-shell { padding-left: 16px; padding-right: 16px; }
  .pl-site .pl-brand { flex-basis: 148px; }
  .pl-site .pl-brand-image { width: 148px; }
  .pl-site .pl-header-row { gap: 10px; }
  .pl-site .pl-login { font-size: 11px; }
  .pl-site .pl-mobile-buttons { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .pl-site :is(.pl-header, .pl-footer, .pl-kyc) * { transition: none !important; scroll-behavior: auto !important; }
}

/* ======================================================================
   PATRICOM V1.1 - Home page press / reassurance only - 2026-09-10
   Added after the V1 layout. No PHP, HTML, business rule or global reset.
   The second .shipping selector intentionally requires .instagram before
   it: the first "Souscrivez / Investissez / Percevez" row is not changed.
   Existing image files, article URLs and written content are retained.
   ====================================================================== */

/* Small, evenly spaced press wordmarks instead of full-width image tiles. */
body.pl-site .pl-main > section.instagram {
  padding: 28px 24px 24px;
  background: #fff;
}
body.pl-site .pl-main > section.instagram > .sec-title {
  padding: 0 0 12px;
  margin: 0;
}
body.pl-site .pl-main > section.instagram > .sec-title h3 {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #65756f;
}
body.pl-site .pl-main > section.instagram > .flex-w {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 12px 40px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
body.pl-site .pl-main > section.instagram .block4 {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  height: 94px;
  margin: 0;
  padding: 0 8px 16px;
  overflow: visible;
  border: 0;
  background: transparent;
}
body.pl-site .pl-main > section.instagram .block4 > img {
  display: block;
  width: 156px;
  max-width: 100%;
  height: 72px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  opacity: .64;
  mix-blend-mode: multiply;
  transition: opacity .18s ease;
}
/* This original wordmark is white-on-black: invert for a white background.
   The others have significant blank margins; object-fit trims those margins
   within the small slot, not the visible lettering. */
body.pl-site .pl-main > section.instagram .block4 > img[src$="logo-challenges.jpg"] {
  width: 182px;
  height: 80px;
  object-fit: cover;
  filter: grayscale(1) invert(1);
  opacity: .8;
}
body.pl-site .pl-main > section.instagram .block4:hover > img,
body.pl-site .pl-main > section.instagram .block4:focus-within > img {
  opacity: .9;
}
/* Keep the entire tile clickable, including on touch and without JavaScript.
   Remove the old dark overlay, not the original link or accessible name. */
body.pl-site .pl-main > section.instagram .block4 > .block4-overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: visible;
  opacity: 1;
  background: transparent;
  border-radius: 8px;
  color: #526a60;
  text-decoration: none;
  z-index: 1;
  transition: none;
}
body.pl-site .pl-main > section.instagram .block4 > .block4-overlay:focus-visible {
  outline: 2px solid #54766b !important;
  outline-offset: 4px;
}
/* Visually hidden only: publishers and excerpts still name the original link. */
body.pl-site .pl-main > section.instagram .block4-overlay-heart,
body.pl-site .pl-main > section.instagram .block4-overlay-txt > p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  transform: none;
}
body.pl-site .pl-main > section.instagram .block4-overlay-txt {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
  transform: none;
  transition: none;
}
body.pl-site .pl-main > section.instagram .block4-overlay-txt > span {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #526a60;
  opacity: 0;
  transition: opacity .18s ease;
}
body.pl-site .pl-main > section.instagram .block4:hover .block4-overlay-txt > span,
body.pl-site .pl-main > section.instagram .block4:focus-within .block4-overlay-txt > span {
  opacity: 1;
}

/* Only the reassurance row immediately after press, not every .shipping row. */
body.pl-site .pl-main > section.instagram + section.shipping {
  padding: 36px 24px 38px;
  background: #f8faf9;
  border-top: 1px solid #e9eeeb;
}
body.pl-site .pl-main > section.instagram + section.shipping > .flex-w {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  gap: 0;
}
body.pl-site .pl-main > section.instagram + section.shipping > .flex-w > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0 28px;
  border: 0;
}
body.pl-site .pl-main > section.instagram + section.shipping > .flex-w > div + div {
  border-left: 1px solid #e2e9e5;
}
body.pl-site .pl-main > section.instagram + section.shipping h4 {
  margin: 0 0 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  color: #334f46;
  text-align: center;
  text-wrap: balance;
}
body.pl-site .pl-main > section.instagram + section.shipping .s-text11 {
  position: relative;
  display: block;
  flex: 1 0 auto;
  margin: 0;
  padding: 0 0 94px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
  color: #5d6d65;
  overflow-wrap: break-word;
}
body.pl-site .pl-main > section.instagram + section.shipping .s-text11 > br {
  display: none;
}
body.pl-site .pl-main > section.instagram + section.shipping .s-text11 > img {
  position: absolute;
  display: block;
  bottom: 35px;
  left: 50%;
  width: auto;
  height: auto;
  max-width: min(100%, 154px);
  max-height: 64px;
  margin: 0;
  object-fit: contain;
  transform: translate(-50%, 50%);
  filter: grayscale(.85);
  opacity: .85;
  mix-blend-mode: multiply;
}
body.pl-site .pl-main > section.instagram + section.shipping img[src$="groupe-coysevox.png"] {
  width: 82px;
}
body.pl-site .pl-main > section.instagram + section.shipping img[src$="orias-patricom-coysevox.png"] {
  width: 154px;
}
body.pl-site .pl-main > section.instagram + section.shipping img[src$="anacofi-cif.png"] {
  width: 98px;
  max-height: 74px;
}

@media (max-width: 900px) {
  body.pl-site .pl-main > section.instagram > .flex-w { gap: 10px 20px; }
  body.pl-site .pl-main > section.instagram + section.shipping > .flex-w > div { padding: 0 18px; }
  body.pl-site .pl-main > section.instagram + section.shipping h4 { font-size: 14px; }
}
@media (max-width: 700px) {
  body.pl-site .pl-main > section.instagram { padding: 28px 24px 24px; }
  body.pl-site .pl-main > section.instagram > .sec-title { padding-bottom: 12px; }
  body.pl-site .pl-main > section.instagram > .flex-w {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 400px;
    gap: 4px 22px;
  }
  body.pl-site .pl-main > section.instagram .block4 { height: 90px; }
  body.pl-site .pl-main > section.instagram .block4 > img { width: 142px; height: 66px; }
  body.pl-site .pl-main > section.instagram .block4 > img[src$="logo-challenges.jpg"] { width: 164px; height: 70px; }
  body.pl-site .pl-main > section.instagram + section.shipping { padding: 10px 24px 14px; }
  body.pl-site .pl-main > section.instagram + section.shipping > .flex-w {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  body.pl-site .pl-main > section.instagram + section.shipping > .flex-w > div { padding: 26px 4px 12px; }
  body.pl-site .pl-main > section.instagram + section.shipping > .flex-w > div + div {
    border-left: 0;
    border-top: 1px solid #e2e9e5;
  }
  body.pl-site .pl-main > section.instagram + section.shipping h4 { font-size: 15px; margin-bottom: 9px; }
  body.pl-site .pl-main > section.instagram + section.shipping .s-text11 { padding-bottom: 90px; }
}
@media (hover: none) {
  body.pl-site .pl-main > section.instagram .block4-overlay-txt > span { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  body.pl-site .pl-main > section.instagram .block4 > img,
  body.pl-site .pl-main > section.instagram .block4-overlay-txt > span { transition: none; }
}
@media (forced-colors: active) {
  body.pl-site .pl-main > section.instagram .block4 > img,
  body.pl-site .pl-main > section.instagram + section.shipping .s-text11 > img { opacity: 1; filter: none; }
  body.pl-site .pl-main > section.instagram .block4-overlay-txt > span { opacity: 1; }
  body.pl-site .pl-main > section.instagram .block4 > .block4-overlay:focus-visible { outline-color: LinkText !important; }
}
