/* V45 — cartes catégories illustrées de la page d'accueil. */
body#index .pm-home .pm-universes.pm-universes--visual {
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:26px!important;
  align-items:stretch!important;
  transform:none!important;
  margin-top:34px!important;
  margin-bottom:0!important;
}
body#index .pm-home .pm-universes--visual .pm-universe-card {
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:465px!important;
  padding:34px!important;
  overflow:hidden!important;
  border:1px solid #d9e2ee!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 3px 7px rgba(16,37,68,.08)!important;
  color:#11192c!important;
  text-decoration:none!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
body#index .pm-home .pm-universes--visual .pm-universe-card:hover,
body#index .pm-home .pm-universes--visual .pm-universe-card:focus {
  transform:translateY(-4px)!important;
  border-color:#a9c6ec!important;
  box-shadow:0 14px 30px rgba(16,37,68,.12)!important;
}
body#index .pm-home .pm-universe-card__media {
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  margin:0 0 26px!important;
  overflow:hidden!important;
  border:1px solid #dce5f0!important;
  border-radius:12px!important;
  background:#f4f7fb!important;
}
body#index .pm-home .pm-universe-card__media img {
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transition:transform .35s ease!important;
}
body#index .pm-home .pm-universe-card:hover .pm-universe-card__media img { transform:scale(1.025)!important; }
body#index .pm-home .pm-universe-card .pm-universe-card__code {
  display:grid!important;
  place-items:center!important;
  width:52px!important;
  height:52px!important;
  flex:0 0 52px!important;
  margin:0 0 20px!important;
  border-radius:11px!important;
  background:#e8efff!important;
  color:#2467e8!important;
  font-size:18px!important;
  font-weight:800!important;
}
body#index .pm-home .pm-universe-card--po .pm-universe-card__code { background:#def4fb!important;color:#009ed6!important; }
body#index .pm-home .pm-universe-card--pa .pm-universe-card__code { background:#f4f6f9!important;color:#5f6f88!important; }
body#index .pm-home .pm-universe-card--at .pm-universe-card__code { background:#dff3ec!important;color:#008b67!important; }
body#index .pm-home .pm-universes--visual .pm-universe-card strong {
  display:block!important;
  margin:0!important;
  color:#11192c!important;
  font-size:20px!important;
  font-weight:700!important;
  line-height:1.32!important;
}
body#index .pm-home .pm-universes--visual .pm-universe-card small {
  display:block!important;
  margin:10px 0 0!important;
  color:#607493!important;
  font-size:14px!important;
  line-height:1.38!important;
}
@media (max-width:1199px) {
  body#index .pm-home .pm-universes.pm-universes--visual { gap:16px!important; }
  body#index .pm-home .pm-universes--visual .pm-universe-card { min-height:410px!important;padding:22px!important; }
}
@media (max-width:991px) {
  body#index .pm-home .pm-universes.pm-universes--visual {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    transform:none!important;
    margin:24px auto 0!important;
  }
  body#index .pm-home .pm-universes--visual .pm-universe-card { min-height:0!important; }
}
@media (max-width:599px) {
  body#index .pm-home .pm-universes.pm-universes--visual { grid-template-columns:1fr!important;gap:14px!important; }
  body#index .pm-home .pm-universes--visual .pm-universe-card {
    display:grid!important;
    grid-template-columns:112px 46px 1fr!important;
    grid-template-rows:auto auto!important;
    column-gap:14px!important;
    min-height:0!important;
    padding:14px!important;
  }
  body#index .pm-home .pm-universe-card__media { grid-row:1/3!important;width:112px!important;aspect-ratio:1!important;margin:0!important; }
  body#index .pm-home .pm-universe-card .pm-universe-card__code { grid-column:2!important;grid-row:1/3!important;align-self:center!important;width:42px!important;height:42px!important;min-height:42px!important;margin:0!important;font-size:15px!important; }
  body#index .pm-home .pm-universes--visual .pm-universe-card strong { grid-column:3!important;align-self:end!important;font-size:17px!important; }
  body#index .pm-home .pm-universes--visual .pm-universe-card small { grid-column:3!important;align-self:start!important;margin-top:5px!important;font-size:12px!important; }
}
