/* SR ETANCHEITE – styles principaux
   Palette : ardoise #1b242b, ardoise claire #2b3842, zinc #dde3e7 / #f3f5f6, jaune signal #f2b01e */

:root {
	--ink: #1b242b;
	--ink-2: #2b3842;
	--ink-deep: #131a1f;
	--zinc: #dde3e7;
	--zinc-2: #f3f5f6;
	--mute: #56646e;
	--sun: #f2b01e;
	--sun-d: #d99a0d;
	--white: #fff;
	--serif: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
	--sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--slate-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='68'%3E%3Cpath d='M0 .5H120M0 34.5H120M0 0V34M60 0V34M30 34V68M90 34V68' stroke='%23ffffff' stroke-opacity='.07' fill='none'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.15; letter-spacing: -.015em; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }

.wrap { width: min(1180px, 100% - 48px); margin-inline: auto; }
.narrow { width: min(820px, 100% - 48px); }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--sun); color: var(--ink); padding: 10px 16px; z-index: 100; font-weight: 700; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

/* ---------- Boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px; padding: 12px 22px; border: 2px solid var(--sun); background: var(--sun); color: var(--ink); font: 700 1rem/1.2 var(--sans); text-decoration: none; border-radius: 3px; cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
.btn:hover { background: var(--sun-d); border-color: var(--sun-d); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .55); }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); border-color: var(--white); }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost-dark:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* ---------- En-tête ---------- */
.top-bar { background: var(--ink); color: var(--sun); font-size: .86rem; }
.tb-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 28px; padding: 8px 0; }
.tb-item { display: inline-flex; align-items: center; gap: 7px; color: var(--sun); text-decoration: none; font-weight: 600; }
.tb-item svg { width: 15px; height: 15px; flex: none; }
.tb-item:hover { text-decoration: underline; }

.site-header { background: var(--white); color: var(--ink); position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 0 rgba(0, 0, 0, .08); }
.site-header .bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font: 700 1.3rem/1.1 var(--serif); letter-spacing: -.01em; }
.brand-text small { font-size: .74rem; color: var(--mute); margin-top: 3px; }
.custom-logo { max-height: 52px; width: auto; }
.brand-logo { height: 52px; width: 52px; object-fit: contain; background: #fff; border-radius: 6px; padding: 3px; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > ul { list-style: none; display: flex; align-items: center; gap: 4px; }
.main-nav a { text-decoration: none; }
.main-nav > ul > li > a { display: block; padding: 10px 12px; font-weight: 600; font-size: .98rem; color: var(--ink); border-bottom: 3px solid transparent; }
.main-nav > ul > li > a:hover, .main-nav > ul > li:focus-within > a { border-bottom-color: var(--sun); }
.btn-call { min-height: 44px; padding: 8px 18px; white-space: nowrap; }

.has-sub { position: relative; }
.sub { display: none; position: absolute; left: -120px; top: 100%; width: 720px; background: var(--white); color: var(--ink); padding: 28px 32px; grid-template-columns: repeat(3, 1fr); gap: 28px; box-shadow: 0 18px 40px rgba(0, 0, 0, .25); border-top: 4px solid var(--sun); }
.has-sub:hover .sub, .has-sub:focus-within .sub { display: grid; }
.sub-title { font: 700 1.05rem var(--serif); margin: 0 0 8px; }
.sub ul { list-style: none; }
.sub li a { display: block; padding: 5px 0; font-size: .95rem; color: var(--ink-2); }
.sub li a:hover { color: var(--ink); text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: 3px; text-underline-offset: 3px; }

.nav-toggle { display: none; background: none; border: 2px solid rgba(11, 20, 27, .35); border-radius: 3px; width: 48px; height: 44px; cursor: pointer; color: var(--ink); }
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after { display: block; width: 22px; height: 2px; background: currentColor; margin: 0 auto; position: relative; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle .bars::before { top: -7px; }
.nav-toggle .bars::after { top: 7px; }

/* ---------- Héros ---------- */
.hero, .page-hero { position: relative; background-color: var(--ink); background-image: var(--slate-pattern); color: var(--white); }

/* Diaporama photo sous l'en-tête (accueil) */
.hero-slides { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1); transition: opacity 1.6s ease; }
.hero-slide.active { opacity: 1; animation: heroKenBurns 5s ease-out forwards; }
.hero-slides::after { content: ""; position: absolute; inset: 0; background: rgba(11, 20, 27, .38); }
@keyframes heroKenBurns { from { transform: scale(1.06); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .hero-slide { transition: none; } .hero-slide.active { animation: none; } }

/* Points de navigation du diaporama */
.hero-dots { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 2; display: flex; justify-content: center; gap: 10px; }
.hero-dot { width: 10px; height: 10px; padding: 0; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .75); background: transparent; cursor: pointer; }
.hero-dot.active { background: var(--sun); border-color: var(--sun); }
.hero-dot:hover { border-color: var(--sun); }

.hero { padding: 0; min-height: 560px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.page-hero { padding: 48px 0 84px; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 34px), 0 100%); }
.page-hero .with-form { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 56px; align-items: start; }
.page-hero h1 { max-width: 24ch; font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--white); }
.lead { font-size: 1.2rem; line-height: 1.55; max-width: 58ch; color: #e6ebee; }
.ph-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.crumbs { font-size: .88rem; color: var(--zinc); margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs a { color: var(--zinc); }
.crumbs span[aria-hidden] { opacity: .5; }

/* Héros de l'accueil : photo pleine largeur, contenu centré */
.hero-center { position: relative; z-index: 1; display: flex; justify-content: center; padding: 90px 0; text-align: center; }
.hero-badge { max-width: 720px; padding: 40px 36px; background: rgba(11, 20, 27, .58); border: 1px solid rgba(255, 255, 255, .16); border-radius: 6px; }
.hero-badge h1 { color: var(--white); font-size: clamp(1.9rem, 4.4vw, 3rem); max-width: none; margin-bottom: .4em; }
.hero-sub { font-size: clamp(1.02rem, 2vw, 1.25rem); color: #f0f3f5; margin-bottom: 28px; letter-spacing: .01em; }
.btn-lg { min-height: 56px; padding: 15px 34px; font-size: 1.08rem; }
@media (max-width: 640px) {
	.hero { min-height: 460px; }
	.hero-center { padding: 56px 0; }
	.hero-badge { padding: 28px 22px; }
}

/* Bande d'accroche sous le héros */
.intro-band { background: var(--ink-2); color: #eef1f3; padding: 34px 0; text-align: center; }
.intro-band p { margin: 0; font-size: 1.08rem; line-height: 1.6; }

/* Section devis (accueil), pleine largeur */
.devis-section { background: var(--zinc-2); }
.devis-section .quote { max-width: 640px; margin-inline: auto; box-shadow: none; border: 1px solid #d7dee3; }

/* ---------- Formulaire ---------- */
.quote { background: var(--white); color: var(--ink); padding: 28px; border-radius: 4px; border-top: 6px solid var(--sun); box-shadow: 0 20px 44px rgba(0, 0, 0, .3); }
.quote h2 { font-size: 1.5rem; margin-bottom: 14px; }
.quote label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 12px; }
.quote input[type=text], .quote input[type=tel], .quote input[type=email], .quote select, .quote textarea { display: block; width: 100%; margin-top: 4px; padding: 11px 12px; font: 400 1rem var(--sans); color: var(--ink); background: var(--zinc-2); border: 1px solid #b8c2c9; border-radius: 3px; }
.quote input:focus, .quote select:focus, .quote textarea:focus { outline: 3px solid var(--sun); border-color: var(--ink); }
.quote .two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .84rem; color: var(--mute); }
.quote .check input { margin-top: 4px; flex: none; width: 18px; height: 18px; }
.quote .btn { width: 100%; }
.quote .alt { text-align: center; margin: 14px 0 0; font-size: .92rem; }
.quote .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { padding: 12px 14px; border-radius: 3px; font-size: .95rem; margin-bottom: 14px; }
.notice.ok { background: #e3f3e6; color: #1e5a2e; }
.notice.err { background: #fbe7e4; color: #8a2a1e; }

/* ---------- Sections ---------- */
.section { padding: 76px 0; }
.section.alt { background: var(--zinc-2); }
.section-lead { font-size: 1.12rem; color: var(--mute); max-width: 68ch; margin-bottom: 36px; }
.more { margin-top: 32px; }

/* Métiers */
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.cat { border-top: 6px solid var(--ink); padding-top: 22px; }
.cat-img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 3px; margin-bottom: 18px; background: var(--zinc); }
.cat-icon { width: 44px; height: 44px; color: var(--ink); margin-bottom: 10px; }
.cat h3 { font-size: 1.5rem; }
.cat > p { color: var(--mute); }
.cat ul { list-style: none; margin-top: 14px; border-top: 1px solid var(--zinc); }
.cat li { border-bottom: 1px solid var(--zinc); }
.cat li a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 2px; text-decoration: none; font-weight: 600; font-size: .98rem; }
.cat li a::after { content: ""; flex: none; width: 8px; height: 8px; margin-top: 8px; border-right: 2px solid var(--ink-2); border-top: 2px solid var(--ink-2); transform: rotate(45deg); transition: transform .15s; }
.cat li a:hover { background: var(--zinc-2); }
.cat li a:hover::after { border-color: var(--ink); transform: translateX(3px) rotate(45deg); }

/* Étapes du chantier (vraie séquence) */
.process { background: var(--ink); color: var(--white); background-image: var(--slate-pattern); }
.process h2 { color: var(--white); margin-bottom: 36px; }
.steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps li { counter-increment: step; position: relative; padding-top: 58px; }
.steps li::before { content: counter(step); position: absolute; top: 0; left: 0; font: 700 3.2rem/1 var(--serif); color: var(--sun); }
.steps h3 { color: var(--white); font-size: 1.15rem; }
.steps p { color: #cfd7dc; font-size: .98rem; margin: 0; }

/* Zones */
.zones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 40px; }
.zone-block h3 { font-size: 1.25rem; padding-bottom: 8px; border-bottom: 3px solid var(--ink); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.zone-block h3 small { font: 400 .8rem var(--sans); color: var(--mute); letter-spacing: 0; }
.zone-block ul { list-style: none; columns: 2; column-gap: 20px; margin-top: 10px; }
.zone-block li a { display: block; padding: 3px 0; font-size: .95rem; text-decoration: none; }
.zone-block li a:hover { text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.zones-band { background: var(--zinc-2); }

/* Contenu */
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; align-items: start; }
.prose { max-width: 70ch; }
.prose h2 { margin-top: 1.4em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6em; }
.ticks { list-style: none; margin: 0 0 1em; }
.ticks li { position: relative; padding: 6px 0 6px 30px; }
.ticks li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 12px; height: 7px; border-left: 3px solid var(--sun-d); border-bottom: 3px solid var(--sun-d); transform: rotate(-45deg); }
.aside-box { background: var(--zinc-2); border-left: 6px solid var(--sun); padding: 24px 24px 12px; position: sticky; top: 100px; }
.aside-box h3 { font-size: 1.15rem; }
.aside-box .plain { list-style: none; margin-bottom: 12px; }
.aside-box .plain li a { display: block; padding: 5px 0; font-size: .95rem; }
.section.alt .aside-box { background: var(--white); }

.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.chips a { display: inline-block; padding: 9px 16px; border: 2px solid var(--ink); border-radius: 3px; font-weight: 600; font-size: .95rem; text-decoration: none; background: var(--white); }
.chips a:hover { background: var(--ink); color: var(--white); }

.faq details { border-bottom: 1px solid var(--zinc); }
.faq summary { cursor: pointer; font: 700 1.12rem var(--serif); padding: 18px 34px 18px 0; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font: 400 1.8rem/1 var(--sans); color: var(--sun-d); }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink-2); padding-bottom: 16px; max-width: 68ch; }

.cta-band { background: var(--sun); color: var(--ink); padding: 60px 0; text-align: center; }
.cta-band h2 { max-width: 24ch; margin-inline: auto; }
.cta-band .btn { background: var(--ink); border-color: var(--ink); color: var(--white); margin: 4px; }
.cta-band .btn:hover { background: var(--ink-2); border-color: var(--ink-2); }
.cta-band .btn-ghost { background: transparent; color: var(--ink); }
.cta-band .btn-ghost:hover { background: rgba(0, 0, 0, .08); }

/* Liste des services */
.cat-title { margin-top: 1.2em; padding-bottom: 8px; border-bottom: 3px solid var(--ink); }
.cat-title:first-child { margin-top: 0; }
.svc-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 0 32px; margin-bottom: 40px; }
.svc { display: block; text-decoration: none; padding: 18px 0; border-bottom: 1px solid var(--zinc); }
.svc h3 { margin-bottom: 4px; }
.svc p { color: var(--mute); margin: 0; font-size: .96rem; }
.svc:hover h3 { text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: 3px; text-underline-offset: 4px; }

/* Réalisations */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
.work { text-decoration: none; }
.work img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; margin-bottom: 10px; }
.work-empty { display: grid; place-items: center; aspect-ratio: 4 / 3; background: var(--zinc-2); color: var(--ink); margin-bottom: 10px; }
.work h3 { margin-bottom: 4px; }
.work p { color: var(--mute); font-size: .95rem; }
.empty { border: 2px dashed #b8c2c9; padding: 48px 28px; text-align: center; color: var(--mute); }
.photo { margin: 0; }
.photo img { width: 100%; height: auto; max-height: 420px; object-fit: cover; border-radius: 3px; }
.illus { margin: 0 0 1.6em; }
.illus img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 3px; }
.photo-band { padding-top: 0; }

/* ---------- Pied de page ---------- */
.site-footer { background: var(--ink-deep); color: #d5dce0; padding: 64px 0 24px; font-size: .96rem; }
.site-footer h2 { font-size: 1.2rem; color: var(--white); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--sun); text-decoration: underline; }
.foot-top { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.foot-logo { display: flex; align-items: center; gap: 10px; color: var(--white); font: 700 1.3rem var(--serif); margin: 0 0 12px; }
.foot-logo-img { height: 36px; width: 36px; object-fit: contain; background: #fff; border-radius: 5px; padding: 2px; }
.foot-brand address { font-style: normal; line-height: 1.8; }
.foot-services ul { list-style: none; columns: 2; column-gap: 24px; }
.foot-services li a { display: block; padding: 3px 0; }
.foot-zones { padding: 36px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.zone-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 40px; }
.zone summary { cursor: pointer; font: 700 1.02rem var(--serif); color: var(--white); padding: 4px 0 8px; border-bottom: 2px solid var(--sun); list-style: none; }
.zone summary::-webkit-details-marker { display: none; }
.zone ul { list-style: none; columns: 2; column-gap: 16px; margin-top: 10px; }
.zone li a { display: block; padding: 2px 0; font-size: .88rem; }
.foot-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 22px; font-size: .88rem; color: #9fabb3; }
.foot-bottom p { margin: 0; }

.callbar { display: none; }

/* ---------- Adaptation ---------- */
@media (max-width: 1080px) {
	.nav-toggle { display: block; }
	.main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink); flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 24px; border-top: 1px solid rgba(255, 255, 255, .1); max-height: calc(100vh - 76px); overflow-y: auto; }
	.main-nav.open > ul > li > a { color: var(--white); }
	.main-nav.open { display: flex; }
	.main-nav > ul { flex-direction: column; align-items: stretch; }
	.main-nav > ul > li > a { padding: 14px 4px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
	.has-sub .sub, .has-sub:hover .sub, .has-sub:focus-within .sub { display: block; position: static; width: auto; background: transparent; color: var(--white); box-shadow: none; border: 0; padding: 4px 0 8px 12px; }
	.sub-title { color: var(--sun); margin-top: 10px; }
	.sub li a { color: var(--zinc); }
	.btn-call { margin-top: 16px; }
}
@media (max-width: 900px) {
	.page-hero { padding: 36px 0 64px; clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 22px), 0 100%); }
	.page-hero .with-form, .two-col, .foot-top { grid-template-columns: 1fr; gap: 36px; }
	.cats, .zones, .zone-cols { grid-template-columns: 1fr; }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.aside-box { position: static; }
	.section { padding: 56px 0; }
}
@media (max-width: 560px) {
	body { font-size: 1rem; padding-bottom: 72px; }
	.brand-text small { display: none; }
	.steps { grid-template-columns: 1fr; }
	.quote { padding: 22px 18px; }
	.quote .two { grid-template-columns: 1fr; gap: 0; }
	.foot-services ul, .zone ul, .zone-block ul { columns: 1; }
	.callbar { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 12px; background: var(--ink); box-shadow: 0 -6px 20px rgba(0, 0, 0, .25); }
	.callbar .btn { min-height: 46px; }
}

/* Contenu WordPress */
.prose img, .prose figure { max-width: 100%; height: auto; }
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin-inline: auto; }
.wp-caption-text { font-size: .85rem; color: var(--mute); }

/* ---------- Catégories avec image (accueil) ---------- */
.prestas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.presta { display: flex; flex-direction: column; align-items: center; text-align: center; text-decoration: none; }
.presta-photo { display: block; width: 100%; overflow: hidden; border-radius: 3px; border-bottom: 5px solid var(--sun); background: var(--zinc); }
.presta-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.presta:hover .presta-img { transform: scale(1.04); }
.presta-btn { display: inline-block; margin: -18px 0 14px; padding: 9px 26px; background: var(--sun); color: var(--ink); font-weight: 700; font-size: .95rem; border-radius: 3px; position: relative; box-shadow: 0 6px 16px rgba(0, 0, 0, .18); }
.presta:hover .presta-btn { background: var(--sun-d); }
.presta h3 { font-size: 1.2rem; margin: 0; }
@media (prefers-reduced-motion: reduce) { .presta-img { transition: none; } }
@media (max-width: 900px) { .prestas { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; } }
@media (max-width: 560px) { .prestas { grid-template-columns: 1fr; } }

/* 4 colonnes de services : menu et grille */
.cats { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.sub { width: min(940px, 94vw); grid-template-columns: repeat(4, 1fr); left: -240px; }
