/* Présentation commune des six pages de pratiques */
.svc-hero.svc-hero-refreshed{padding:clamp(48px,6vw,84px) 0;background:radial-gradient(circle at 84% 18%,#392a25 0,#171417 48%,#111013 100%);border-bottom:1px solid #3a2c27}
.svc-hero-refreshed .wrap-sm{max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto auto auto;column-gap:clamp(35px,6vw,85px);align-content:center;align-items:start}
.svc-hero-refreshed .breadcrumb{grid-column:1;grid-row:1;margin:0 0 38px}
.svc-hero-refreshed .tag{grid-column:1;grid-row:2;justify-self:start;color:#f4ae81!important;background:#f4ae811b!important}
.svc-hero-refreshed h1{grid-column:1;grid-row:3;max-width:620px;font-size:clamp(2.5rem,4vw,4.2rem);line-height:1.1;letter-spacing:-.025em;margin:4px 0 22px}
.svc-hero-refreshed .sub{grid-column:1;grid-row:4;max-width:590px;color:#d7cfcb;font-size:1.1rem!important;line-height:1.75;margin:0}
.svc-hero-refreshed .svc-hero-photo{grid-column:2;grid-row:1/5;width:100%;height:clamp(370px,34vw,490px);object-fit:cover;border-radius:22px;border:1px solid #66504a;box-shadow:0 30px 70px #0007}
@media(max-width:800px){.svc-hero.svc-hero-refreshed{padding:34px 0 45px}.svc-hero-refreshed .wrap-sm{grid-template-columns:1fr}.svc-hero-refreshed .breadcrumb,.svc-hero-refreshed .tag,.svc-hero-refreshed h1,.svc-hero-refreshed .sub,.svc-hero-refreshed .svc-hero-photo{grid-column:1;grid-row:auto}.svc-hero-refreshed .breadcrumb{margin-bottom:28px}.svc-hero-refreshed h1{font-size:clamp(2.35rem,9vw,3.45rem)}.svc-hero-refreshed .sub{margin-bottom:28px}.svc-hero-refreshed .svc-hero-photo{height:auto;aspect-ratio:16/10}}
