/* CTA BlaBlaStore – grande image produit */
.cta-blablastore {
  background: #fffaf2;
  border: 1px solid #ffe1b3;
  border-radius: 12px;
  padding: 24px;
  margin: 42px auto;
  max-width: 760px;
  text-align: center;
}

.cta-blablastore img {
  width: 100%;
  max-width: 240px;
  height: auto;
  display: block;
  margin: 16px auto 18px auto;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
}

.cta-blablastore p {
  font-size: 16px;
  line-height: 1.65;
  margin: 8px 0;
}

.cta-blablastore p strong {
  font-size: 18px;
}

.cta-blablastore a {
  color: #1e73be !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

/* Mobile */
@media (max-width: 640px) {
  .cta-blablastore {
    padding: 18px;
    margin: 34px auto;
    max-width: 100%;
  }

 .cta-blablastore img {
    max-width: 240px;
  }
}
/* Forcer les liens en bleu dans le contenu (articles / topics) */
.cluster-tuning a,
.cluster-tuning a:visited,
.cluster-tuning a:hover,
.cluster-tuning a:active,
.cluster-tuning a:focus {
  color: #1a73e8 !important;
  text-decoration: underline;
}

/* Uniformiser typo dans le bloc HTML de la catégorie */
.bvs-uniform,
.bvs-uniform * {
  font-size: 16px;
  line-height: 1.65;
}

.bvs-uniform h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 18px 0 10px;
}

.bvs-uniform h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 14px 0 8px;
}

.bvs-uniform p,
.bvs-uniform li {
  font-size: 16px;
}

.bvs-uniform table {
  font-size: 16px;
}

.bvs-uniform blockquote {
  font-size: 16px;
}

a {
  color: #1e73be;
  font-weight: normal;
}

.container p a,
.container li a,
.container td a,
.cta-blablastore p a {
  color: #1e73be !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.container p a:hover,
.container li a:hover,
.container td a:hover,
.cta-blablastore p a:hover {
  color: #1e73be !important;
  text-decoration: underline !important;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.mosaic img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  display: block;
}

.mosaic img:hover {
  transform: scale(1.05);
}

.mosaic a {
  text-decoration: none;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
}

.table-responsive th,
.table-responsive td {
  border: 1px solid #d6d6d6;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.table-responsive th {
  font-weight: 700;
}

/* Uniformiser tous les boutons En savoir plus / Voir moins / Développer / Réduire */
button#expandButton,
button[id^="btnToggle"],
button[aria-controls],
details summary {
  background: #e25657 !important;
  background-color: #e25657 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin: 10px 0 !important;
}

button#expandButton:hover,
button[id^="btnToggle"]:hover,
button[aria-controls]:hover,
details summary:hover {
  background: #cf4748 !important;
  background-color: #cf4748 !important;
}
.bpk-popup-mobile-box {
display: none;
}

.bpk-popup-toggle {
display: none;
}

@media (max-width: 768px) {
.bpk-popup-mobile-box {
display: block;
margin: 14px 0 22px;
text-align: center;
}

.bpk-popup-open {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 340px;
background: #e25657;
color: #ffffff;
border-radius: 999px;
padding: 13px 18px;
font-size: 16px;
font-weight: 800;
line-height: 1.25;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.20);
cursor: pointer;
}

.bpk-popup-overlay {
display: none;
position: fixed;
inset: 0;
z-index: 999999;
background: rgba(0, 0, 0, 0.55);
padding: 14px;
box-sizing: border-box;
align-items: center;
justify-content: center;
}

.bpk-popup-toggle:checked ~ .bpk-popup-overlay {
display: flex;
}

.bpk-popup-window {
width: 100%;
max-width: 460px;
max-height: 86vh;
overflow-y: auto;
background: #ffffff;
border-radius: 16px;
padding: 18px;
box-sizing: border-box;
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
text-align: left;
}

.bpk-popup-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 10px;
}

.bpk-popup-header h2 {
margin: 0;
font-size: 21px;
line-height: 1.25;
color: #102a43;
font-weight: 800;
}

.bpk-popup-close {
display: inline-flex;
align-items: center;
justify-content: center;
background: #f1f1f1;
color: #222222;
border-radius: 50%;
width: 36px;
height: 36px;
font-size: 24px;
line-height: 1;
cursor: pointer;
flex: 0 0 auto;
}

.bpk-popup-window p {
margin: 0 0 16px;
font-size: 14px;
line-height: 1.45;
color: #334e68;
}

.bpk-popup-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin-top: 14px;
}

.bpk-popup-grid a {
display: flex;
min-height: 44px;
align-items: center;
justify-content: center;
text-align: center;
padding: 9px 8px;
border: 1px solid #d9d9d9;
border-radius: 8px;
background: #ffffff;
color: #111111;
text-decoration: none;
font-size: 15px;
font-weight: 600;
line-height: 1.2;
}

.bpk-popup-grid a:hover,
.bpk-popup-grid a:focus {
background: #fff2f2;
border-color: #e25657;
color: #c94445;
}
}

@media (max-width: 380px) {
.bpk-popup-grid {
grid-template-columns: 1fr;
}
}
